PDA

View Full Version : HELP! (some one who is good with mips)



sdrawkcab
11-29-2011, 12:02 PM
can some one please explain what i did wrong

neither of these code's work i think its the hook but im not sure these are for SFCO dos sfco have a dmaed controller adress or something?!

what ever i fixed them my self...

#melee boot hold joker (select)
;you have to be holding select when you melee some one if you want to boot them
;‪jokered by sdrawkcab
;original code by sonnie
0x000060a8 0x0800010d
0x00000434 0x3c0808e6
0x00000438 0x8d087f34
0x0000043c 0x3c090897
0x00000440 0x240a0001
0x00000444 0x3c0b03e0
0x00000448 0x256b0008
0x0000044c 0xad2b6b64
0x00000450 0x150a0004
0x00000454 0x3c0c27bd
0x00000458 0x258cfff0
0x0000045c 0xad2c6b64
0x00000460 0x03e00008

#melee boot (Subroutine‬)
;‪Subroutine‬ by sdrawkcab
;original code by sonnie
0x000060A8 0x0800010d
0x00000434 0x3c080897
0x00000438 0x3c0903e0
0x0000043c 0x35290008
0x00000440 0xad096b64
0x00000444 0x03e00008

sdrawkcab
11-29-2011, 07:35 PM
ya i used a template for the joker

Lui t0 $(first half address +0880)
Lui t1 $(First half controller Address +0880)
lh t1 $(Second Half Of Controller Address)(t1)
ori t2 t2 $(Activation Value)
Bne t1 t2 $(Jumps to JR RA)
nop
lui t3 $(First hacked value)
ori t3 t3 $(Second half Hacked Value)
sw t3 $(Last half of Address)(t0)
jr ra


so could you so me what i did wrong so i can learn?

oh ya i either fucked up on the Bne or the hook. REP+ if you can help

sdrawkcab
11-29-2011, 08:18 PM
can some one please explain what i did wrong

neither of these code's work i think its the hook but im not sure these are for SFCO dos sfco have a dmaed controller adress or something?!

#m16k nuke (jokered)
;credit sdrawkcab
;press select to activate
0x000060A8 0x0a2000f4
0x000003d0 0x3c0808f8
0x000003d4 0x3c0908e6
0x000003d8 0x85297f34
0x000003dc 0x354a0001
0x000003e0 0x152a0004
0x000003e4 0x00000000
0x000003e8 0x3c0b0000
0x000003ec 0x356b00a5
0x000003f0 0xad0b0166


#m67 nuke (SUB)
;credit sdrawkcab
0x0000040c 0x7a000008
0x000003d0 0x3c0808f8
0x000003d4 0x3c090000
0x000003d8 0x352900a5
0x000003e0 0xad09bcb0
0x000003e4 0x03e00008

-_-...

Red
12-02-2011, 12:07 AM
Life keeps going on....

sdrawkcab
02-18-2012, 03:32 PM
wow i was such a noob when i made this thread...