+ Reply to Thread
Results 1 to 10 of 10
  1. #1
    Join Date
    Feb 2008
    Location
    New York
    Posts
    3,114
    Points
    2,727,945.34
    Rep Power
    226

    Default how to write a simple subroutine!

    Code:
    lui t0, $First half of code address (+0880).
    lui t1, $First half of hacked/modded value.
    addiu t1, t1, $Second half of hacked/modded value.
    sw t1, $Second half of address.(t0)
    jr ra
    Well the first line will load the first half of the code address + 0880 and round up 1 if second half is > than 7FFF.Second line will load the first half of the code hacked/modded value.Third line will load the second half of hacked/modded value into t1 together with the first half.Fourth line will store the second half of code address into register t0.The last line jumps to return address and ends the routine.

    Now you need to find a hook to make it work. Don't confuse this as jokering since once activated the code will always be on.

    lui = Load Upper Immediate
    addiu = Add Immediate Unsigned
    sw = Store Word
    jr ra = Jump Register Return Address

    Code:
    How To Get Real Addressing
    Open Windows calculator, go to "View" and select "Cientific" now select "Hex" and "Dword" now type 8800000 (5 zeros) + (plus) the address you want. There you go.
    /!\ NOT MINE CREDITS TO "Sly Xross"/!\

  2. #2
    Join Date
    May 2008
    Location
    In the interwebz
    Posts
    5,057
    Points
    1,427,564.99
    Rep Power
    230

    Default

    Moved this and the other thread.... Nooblet....

  3. #3
    Join Date
    Feb 2008
    Location
    New York
    Posts
    3,114
    Points
    2,727,945.34
    Rep Power
    226

    Default

    Quote Originally Posted by WhoIsYou View Post
    Moved this and the other thread.... Nooblet....
    lmao, i didnt even see the ps2dis guides section xD thanks

  4. #4
    Join Date
    Sep 2008
    Location
    Puerto Rico
    Posts
    22
    Points
    89,052.00
    Rep Power
    203

    Default

    Umm nice copy and paste Lol hmm this is easy.

  5. #5
    Join Date
    Feb 2008
    Location
    New York
    Posts
    3,114
    Points
    2,727,945.34
    Rep Power
    226

    Default

    Quote Originally Posted by DJfire View Post
    Umm nice copy and paste Lol hmm this is easy.
    umm nice reading skillz, if you read it says that its NOT mine....nub

  6. #6
    Join Date
    Nov 2008
    Posts
    150
    Points
    591,043.02
    Rep Power
    202

    Default

    DJFire = Sly Xross

  7. #7
    Join Date
    Feb 2008
    Location
    New York
    Posts
    3,114
    Points
    2,727,945.34
    Rep Power
    226

    Default

    Quote Originally Posted by DFZ View Post
    DJFire = Sly Xross
    lmao....why use 2 names?

  8. #8
    Join Date
    Nov 2008
    Posts
    150
    Points
    591,043.02
    Rep Power
    202

    Default

    Quote Originally Posted by Scruffy120 View Post
    lmao....why use 2 names?
    djfire is his old name, he cant change it...nub :P

  9. #9
    Join Date
    Feb 2008
    Location
    New York
    Posts
    3,114
    Points
    2,727,945.34
    Rep Power
    226

    Default

    Quote Originally Posted by DFZ View Post
    djfire is his old name, he cant change it...nub :P
    ask an admin, or save up some vb points...nub :P

  10. #10
    Join Date
    Sep 2008
    Location
    Some obscure place outside Seattle.
    Posts
    19
    Points
    14,189.00
    Rep Power
    203

    Default

    lol.... "Cientific"

    "Hannah says:
    GIVE ME YER MAN ADDRESS!!!!
    Hannah says:
    I STEALZ UR SHIT
    Hannah says:
    i will hack into your cable box and.... make it so you have to watch carebears 24/7
    Kroxier says:
    rofl?
    Kroxier says:
    "man" address?
    Hannah says:
    shu up
    Hannah says:
    MAC*
    Kroxier says:
    my MAN address is R1GHT:H3R3:R1GHT:N0W:MY:P4NT5
    Hannah says:
    LOL"


+ Reply to Thread

Posting Permissions

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