+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2008
    Location
    New York
    Posts
    3,114
    Points
    1,578,709.34
    Rep Power
    215

    Default jokering a code on and off

    Code:
    lui t0, $(loads first half of controller address +0880)
    lh t0, $(loads second half of controller address)(t0)
    lui t1, $(loads first half of code address + 0880)
    ori t2, zero, $(value to activate)
    ori t3, zero, $(value to deactivate)
    lui t4, $(loads first half of hacked/on value)
    ori t5, t4, $(loads second half of hacked/on value)
    lui t6, $(loads first half of original/off value)
    ori t6, t6, $(loads second half of original/off value)
    bne t0, t2, $(branches the next bne)
    nop
    sw t5, $(loads second half of code address)(t1)
    bne t0, t3, $(branches to the jr ra)
    nop
    sw t6, $(loads second half of code address)(t1)
    jr ra
    now your going to need a hook too, that will be later.
    put that in PS2DIS, and copy what it makes, thats your new code! ill post some button codes later

    /!\ NOT MINE CREDIT TO "pspmodandcfw" /!\

  2. #2
    Join Date
    Feb 2009
    Posts
    1
    Points
    10.00
    Rep Power
    188

    Default

    Nice and its credit to SlyXross

+ 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