User Tag List

Results 1 to 10 of 10

Thread: Subroutine Tut For Nubs

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Subroutine Tut For Nubs

    User Info Menu

    Talking Subroutine Tut For Nubs

    ok the template i used here is from WarCrazy he also tough me this whole process

    The Things You Will Need To Do this

    1. Ps2dis
    2. A safe hook (i will give this in tut)
    3. A Code (i will give this in tut)
    4. A Template (i will give this in tut)
    5. A FTB2 Dump I made mine from nite pr i duped mine to slot zero
    6. 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
    Code:
    08800000
    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
    Code:
    09000000
    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
    Code:
    lui t0 $08d1
    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-
    Last edited by Dubstepper; 01-05-2010 at 11:00 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •