User Tag List

Results 1 to 9 of 9

Thread: Flash Routine/tut

  1. #1
    Flash Routine/tut

    User Info Menu

    Flash Routine/tut

    #Flash routine
    ;Tutorial View
    0x00000098 0x0a400000; <--(j $09000000) Hook Jumping to 09000000 - 088 = 00800000
    0x00800000 0x3c0808d6; <--(lui t0, $08d6) Loading first half of address
    0x00800004 0x3c094000; <--(lui t1, $4000) Loading first half of hex value
    0x00800008 0x35290000; <--(ori t1, t1, $0000) Loading second half of hex value
    0x0080000c 0xad09fa2c; <--(sw t1, $FA2C(t0)) Stores second half of address
    0x00800010 0x03e00008; <--(jr ra) Ends routine

    You can use the code like this or erase the side marks.
    I wrote this for some members of my clan, but if i can help more than just my guys then here you go.
    Last edited by WarCrazy; 06-14-2009 at 05:33 PM.

  2. #2
    Flash Routine/tut

    User Info Menu

    Re: Flash Routine/tut

    iight dats wat dark was tryin 2 do but he failed lol
    Get At Me Bl4Ck.KiD... Aka BK
    Future Rapper - Spits Fire
    Psp Coder - Mips, C
    Web Designer - HTML, Javascript, Some PHP
    Computer Programmer - Currently Learning C/C++, Visual Basic, Pascal, Brainfuck, Python, Ruby

  3. #3
    Flash Routine/tut

    User Info Menu

    Re: Flash Routine/tut

    NICE WARCRAZY U Gotta Teach Me More About Codes Yo

  4. #4
    Bl4Ck.KiD...'s B!tch

    User Info Menu

    Re: Flash Routine/tut

    #Flash routine
    ;Tutorial View
    0x00000098 0x0a400000
    0x00800000 0x3c0808d6 <First half of add + 08800000 so you can change like 0044 would change to 08C4
    0x00800004 0x3c094000 <First half of hex the modded value like flash is 4000 and the orignal value is 3F00
    0x00800008 0x35290000<2nd half of hex so flash is 0000
    0x0080000c 0xad09FA2C 2nd half of add
    0x00800010 0x03e00008 (THE jr ra)

    Note: the 7FFF rule since flash is {0055FA2C[in fake}] and {08D5FA2C[in real]} if the 2nd half is grater than 7FFF u must add 0001 to the bfirst half of add so it would be in real 08D6FA2C since FA2C is grater than 7FFF

    Note: agine hope i help for people thats lazy so i use this in game to test if the sub accualy make it safe that my quick way of testing

    u can also cheat
    :puke::bs:
    :wheelchair::whip:

  5. #5
    Flash Routine/tut

    User Info Menu

    Re: Flash Routine/tut

    cool! very nice thanks for teaching me

  6. #6
    Flash Routine/tut

    User Info Menu

    Re: Flash Routine/tut

    Quote Originally Posted by bbrr View Post
    #Flash routine
    ;Tutorial View
    0x00000098 0x0a400000
    0x00800000 0x3c0808d6 <First half of add + 08800000 so you can change like 0044 would change to 08C4
    0x00800004 0x3c094000 <First half of hex the modded value like flash is 4000 and the orignal value is 3F00
    0x00800008 0x35290000<2nd half of hex so flash is 0000
    0x0080000c 0xad09FA2C 2nd half of add
    0x00800010 0x03e00008 (THE jr ra)

    Note: the 7FFF rule since flash is {0055FA2C[in fake}] and {08D5FA2C[in real]} if the 2nd half is grater than 7FFF u must add 0001 to the bfirst half of add so it would be in real 08D6FA2C since FA2C is grater than 7FFF

    Note: agine hope i help for people thats lazy so i use this in game to test if the sub accualy make it safe that my quick way of testing

    u can also cheat
    Ha i forgot about the 7FFF rule. I did it, i just forgot to write it in there.

  7. #7
    Complete Noob

    User Info Menu

    Re: Flash Routine/tut

    holy shit i understand!!!

    thx man i finally understand

    btw magik im PrOjEcT-_-

  8. #8
    ~~~+++P~R~o~D~i~G~y+++~~~

    User Info Menu

    Re: Flash Routine/tut

    Shouldn't this go in the tutorial section?

  9. #9
    Flash Routine/tut

    User Info Menu

    Re: Flash Routine/tut

    Kl Good for you nice

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
  •