PSP Coding
Would you like to react to this message? Create an account in a few clicks or log in to continue.

PSP Coding


 
HomeLatest imagesSearchRegisterLog in

 

 How To Make An On/Off Joker[Video]

Go down 
AuthorMessage
LilJess13




Posts : 13
Points : 19
Reputation : 0
Join date : 2010-10-03
Age : 29

How To Make An On/Off Joker[Video] Empty
PostSubject: How To Make An On/Off Joker[Video]   How To Make An On/Off Joker[Video] I_icon_minitimeThu Oct 14, 2010 5:11 pm


In This Video, I Show You How To Joker A One Line Code.
This Is An On/Off Joker, Meaning You Can Turn It On By Pressing A Button, And Turn It Off By Pressing A Button.

Here Is The Joker Template I Use

Lui t0 $Loads the first 16 Bits of are Code address +0880 into t0, Negative Rule
Lui t1 $Loads the first 16 Bits of are Controller address +0880 into t1
Lw t1 $Loads the last 16 Bits of are controller address into t1(t1)
Addiu t2 zero $Adds the button to turn your hack on to zero and stores the result into t2
Addiu t3 zero $Adds the button to turn your hack off to zero and stores the result inot t3
Lui t4 $Loads the first 16 Bits are hacked value into t4, Negative Rule
Addiu t5 t4 $Adds the last 16 Bits of are hacked value to the contents of t4 and stores the result into t5
Lui t6 $Loads the first 16 Bits of are default value into t6, Negative Rule
Addiu t6 t6 $Adds the last 16 Bits of are defualt value to the contents of t6 and stores the result into t6
Bne t1 t2 $Branches to the next bne, so if t1 doesn't equal t2 it jumps to the next bne
Nop
Sw t5 $Stores the contents of t5 to the last 16 Bits of the Code address(t0)
Bne t1 t3 $Branches to the jr ra, so if t1 doesn't equal t3 it jumps to the jr ra
Nop
sw t6 $Stores the contents of t6 to the last 16 Bits of the Code address(t0)
Jr ra

Hope It Helps
Back to top Go down
 
How To Make An On/Off Joker[Video]
Back to top 
Page 1 of 1
 Similar topics
-
» [HELP] OTHER JOKER.
» Easy Way To Joker Your Subroutines
» How Joker A Code [ Big Guide ]
» [Video Tutorial] How to Write a Subroutine
» [Video Tutorial] MIPS Coding

Permissions in this forum:You cannot reply to topics in this forum
PSP Coding :: PSP Section :: PSP Coding Tutorials :: MIPS-
Jump to: