ok the template i used here is from WarCrazy he also tough me this whole process
The Things You Will Need To Do this
- Ps2dis
- A safe hook (i will give this in tut)
- A Code (i will give this in tut)
- A Template (i will give this in tut)
- A FTB2 Dump I made mine from nite pr i duped mine to slot zero
- Time And Hex Calculator
Ok first off load up ps2dis then i want you to drag your dump into ps2dis then a box should pop up go to the bottom text box and load address from Now ps2dis should turn light blue (thats good) Now Click Analyzer now click invoke analyzer. Count To 10 Mississippi's then click Cancel
Now Hit G on your keyboard then type then click Enter.
so here is the code im gonna be subbing for you
Code:
#Anti 12
0x005044dc 0x00000003
yerp dats right anti 12
now here is are template
Code:
j $xxxxxxxx
lui t0 $firsthalfofadress <-Have to add 1 if it is over 07ff
sw t1 $secondhalfofadress
ori t1 zero $FIRSTANDSECONDOFDATAakahex
jr ra
Code:
Warning DO NOT FREAK OUT WHEN YOU SEE THIS IT GETS EASY
How To Use This Template in noob terms
Code:
HOOK
FIRST HALF OF ADDRESS(+0880)(+1)
SECOND HALF OF ADDRESS(+0880)
FIRST AND SECOND OF DATA
END
How your template should look when done.
Code:
lui t0 $08d1
sw t1 $44dc(t0)
ori t1 zero $0003
jr ra
Now On Ps2dis double Click your address " 09000000" and go to command and enter this then click ok now keep doing this going down ps2dis and your template
Now Your Ps2dis should look like this
Code:
0x09000000 0x3c0808d1 //lui t0
0x09000004 0xad0944dc //sw t1
0x09000008 0x34090003 //ori t1 zero
0x0900000c 0x03e00008 //jr ra
Now here is your hook 0x00000098 0x0a400000 //Hook
now combined and this is wut you got
Code:
0x00000098 0x0a400000
0x09000000 0x3c0808d1
0x09000004 0xad0944dc
0x09000008 0x34090003
0x0900000c 0x03e00008
Now To make it work in ftb2 and not freeze
#Anti 12 Sub
;Subroutine by ImMoRtAl-
0x00000098 0x0a400000
0x00800000 0x3c0808d1
0x00800004 0xad0944dc
0x00800008 0x34090003
0x0080000c 0x03e00008
Tut By ImMoRtAl-
Bookmarks