User Tag List

Results 1 to 7 of 7

Thread: Sub Routines.

  1. #1
    Sub Routines.

    User Info Menu

    Sub Routines.

    #Real Rapid Fire
    ;Test Sub
    ;DeKryption
    0x00000098 0x0a400000
    0x00800000 0x3c0808a8
    0x00800004 0x3c091000
    0x00800008 0x2529000B
    0x0080000C 0xad092c90
    0x00800010 0x03e00008

    #Infinite Ammo Sub
    ;Test Sub
    ;DeKryption
    0x00000098 0x0a400000
    0x00800000 0x3c0808b0
    0x00800004 0x3c0900C5
    0x00800008 0x25292821
    0x0080000C 0xad097a20
    0x00800010 0x03e00008

    #One Shot Kill Sub
    ;Test Sub
    ;DeKryption
    0x00000098 0x0a400000
    0x00800000 0x3c080890
    0x00800004 0x3c093c07
    0x00800008 0x25297fff
    0x0080000C 0xad090284
    0x00800010 0x03e00008

    These work 100%, but some one froze the room before i could see if they ban or not. I had them one for about 5 minutes, and I'm to lazy to go back online.


    I'm GAY and Proud.

  2. #2
    Sub Routines.

    User Info Menu

    Re: Sub Routines.

    Well first off, all of which is loaded in the same memory, and your using the same hook for all of them, so they will all freeze. Rehook and and rejump them into different memory and these will be some pretty sweet codes.

  3. #3
    Sub Routines.

    User Info Menu

    Re: Sub Routines.

    Yea I know, but I have 3 PSP's and each one had a different code on it. Then some one froze the room. But i did them all the same so that people won't be hacking as much, well at least noobs won't. Because some one who knows coding can easily change it themselves.


    I'm GAY and Proud.

  4. #4
    Sub Routines.

    User Info Menu

    Re: Sub Routines.

    You used the one line codes to do these? If you used the 1 line inf ammo and 1 line osk they will ban you. And you don't get credit for making a sub unless you made the actual code :P but you used the pre made codes right? Just making sure and don't feel like looking myself.

  5. #5
    Sub Routines.

    User Info Menu

    Re: Sub Routines.

    That Inf. Ammo sub is what freezing you, because I had the same problem until I replace the jump and changed the memory.

  6. #6
    Sub Routines.

    User Info Menu

    Re: Sub Routines.

    Quote Originally Posted by nax1337 View Post
    That Inf. Ammo sub is what freezing you, because I had the same problem until I replace the jump and changed the memory.

    Well everyone knows that duh, you can have the same hooks gosh. Heres another thought REMEMBER the 7fff rule as if your addy is above that range you have to add 01 to it so it will work properly. :happy:

  7. #7
    Sub Routines.

    User Info Menu

    Re: Sub Routines.

    Scal,

    lui t0, $08B0----- Load into memory range 08B0
    lui t1, $00C5
    addiu t1, t1 $2821
    sw t1, $7A20(t0)----- Store to the offset of 7A20
    jr ra

    So yeah he at least used the inf ammo from the archives. This sub doesn't do anything, don't get me wrong it's a good job and good practice. But probably not a good idea to release every little sub you make.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •