kHaoZ [108] Coder
Posts : 43 Points : 47 Join date : 2010-06-07
| Subject: On and Off Joker Template Fri Jun 25, 2010 12:28 am | |
| - Code:
-
~Hook 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) addiu t2, zero, $(value to activate joker) addiu t3, zero, $(value to deactivate joker) lui t4, $(loads first half of hacked/on value) addiu t5, t4, $(loads second half of hacked/on value) lui t6, $(loads first half of original/off value) addiu t6, t6, $(loads second half of original/off value) bne t0, t2, $(branches the next bne) nop sw t5, $(stores second half of code address)(t1) bne t0, t3, $(branches to the jr ra) nop sw t6, $(stores second half of code address)(t1) jr ra
Last edited by kHaoZ on Sat Jun 26, 2010 8:07 pm; edited 2 times in total | |
|
Sniper7410 [108] Coder
Country : Posts : 137 Points : 151 Join date : 2010-06-13
| Subject: Re: On and Off Joker Template Fri Jun 25, 2010 12:45 am | |
| You make that yourself? If so very nice
i think that second branch is supposed to be a beq = not equal too but im not sure | |
|
Sniper7410 [108] Coder
Country : Posts : 137 Points : 151 Join date : 2010-06-13
| Subject: Re: On and Off Joker Template Fri Jun 25, 2010 2:05 am | |
| post a template for a double dma controller address hold joker joker lol | |
|
Mr Solo Dolo VIP
Country : Posts : 77 Points : 29 Join date : 2010-05-27 Age : 30
| Subject: Re: On and Off Joker Template Thu Jul 15, 2010 11:06 am | |
| could you please explain me what ´On and Off Joker Template´ means | |
|
Sniper7410 [108] Coder
Country : Posts : 137 Points : 151 Join date : 2010-06-13
| Subject: Re: On and Off Joker Template Mon Jul 19, 2010 6:42 pm | |
| On and Off Joker mean you have to press a button to turn the code on and press a button to turn it off. This is the template that shows you what CMD's and registers to use | |
|
iPod.Sniper... User
Country : Posts : 7 Points : 8 Join date : 2010-08-30
| Subject: Re: On and Off Joker Template Sun Sep 05, 2010 2:58 pm | |
| Would someone explain to me what a controller address is? Its the only real part im confused about. | |
|
Leky1 [108] Coder
Posts : 70 Points : 18 Join date : 2010-08-13
| Subject: Re: On and Off Joker Template Wed Oct 06, 2010 7:38 pm | |
| Controller address- Is wat loads the button Values. To find a controller address, You Set pause game to true. Hold L in game Open Nitepr Still holding L. Search in exact value 0x00000100. Then go back to game, Hold nothing Search 0x00000000. Ur controller address should be there. (To test if its the controller address Put a button value in and if it disables that button thats ut contoller addy)
To find button values, Put controller address in decoder. Pause game = true. Hold the button u want, Look in decoder and the value is the value for that button.
The Difference between on and off joker and holding joker is, A hold joker Loads one button value, On/off Loads 2 button values. Thus leading into On/ off Joker
To correct sniper Its Bne not beq because, if u push that certain Button and its not equal to that particular Button you have loaded it'll branch to next branch or JR RA.
bne - Branch if not equal
beq - Branch if equal
| |
|
Sponsored content
| Subject: Re: On and Off Joker Template | |
| |
|