User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25

Thread: [Re-Written] How-To Make A Sub-Routine

  1. #11
    [Re-Written] How-To Make A Sub-Routine

    User Info Menu

    Re: [Re-Written] How-To Make A Sub-Routine

    ima check out that video

  2. #12
    Bl4Ck.KiD...'s B!tch

    User Info Menu

    Re: [Re-Written] How-To Make A Sub-Routine

    [QUOTE=Warlock;134325][/quote=mr.criminal;134315]


    Go to a different area. I use 08800600. If you are still confused i have a video on my youtube...

    Thx Yes it was the area Thx
    Last edited by /B/rodigyz; 05-20-2009 at 10:37 PM.
    :puke::bs:
    :wheelchair::whip:

  3. #13
    [Re-Written] How-To Make A Sub-Routine

    User Info Menu

    Re: [Re-Written] How-To Make A Sub-Routine

    Warlock. This ain't no fucking rip. Your video is shit. It fucking lags and shit. Fucking fix your FPS. And how could this be a fucking rip if your video fucking has a whole different address? Oh, that is such a rip. Our guides have the same subject. But that isn't a fucking rip. Next time, get your facts right.
    .: PSN iD - KaoTiiK_ReFLeX :.


  4. #14
    [Re-Written] How-To Make A Sub-Routine

    User Info Menu

    Re: [Re-Written] How-To Make A Sub-Routine

    ok so im new to this but if the code you are sub routining if it has more then one line would you do:
    lui t0 $08CD
    or
    lui t2 $08CD
    to start the load of the second line

    sorry if u consider this a noob question but btw thnx for the tut

  5. #15
    [Re-Written] How-To Make A Sub-Routine

    User Info Menu

    Re: [Re-Written] How-To Make A Sub-Routine

    No, you do the subroutine for each line, except for the hook. You should have only 1 hook.
    .: PSN iD - KaoTiiK_ReFLeX :.


  6. #16
    [Re-Written] How-To Make A Sub-Routine

    User Info Menu

    Re: [Re-Written] How-To Make A Sub-Routine

    k thanx for the tut

  7. #17
    CODE PORTER

    User Info Menu

    Re: [Re-Written] How-To Make A Sub-Routine

    A few of questions:

    1. Quote "Now you want to subtract the addresses.

    08800004 - 08800000" un-quote

    where did you get the address of 08800000 from?

    2. What does this guy know that the rest of us don't?
    Quote Originally Posted by NyC.xXBRONX.NyC View Post
    WHY your code won't work let me tell you because you are using the hex addresses you get in ps2dis it doesn't work like that you have to find the code's hooks in Nitepr so you should get this

    #Infinite Health Sub
    0x00000004 0x0A3A0000 it's ok i believe since it's for safe hook
    0x00800000 0xFind constant hook(Nitepr or CW)
    0x00800004 0xFind constant hook(Nitepr or CW)
    0x00800008 0xFind constant hook(Nitepr or CW)
    0x0080000C 0xFind constant hook(Nitepr or CW)
    0x00800010 0x03E00008 last one is ok since it is JR RA
    and if he is right, how do you find the constant hook using nitepr?

    3. If the original code is more than one line do you have to add more than one jr ra and do you use more than one hook?

    thanks, I am still learning, so be nice ;)
    Contact me if you want to play the EU version of SOCOM.

    @People from the EU game: I dont hack. I sometimes hack back, but I am here to learn. If you are seeing this, then chances are you hack, sorry to those that dont ;)

    I can spell SyKotik-KaNun :D

  8. #18
    [Re-Written] How-To Make A Sub-Routine

    User Info Menu

    Re: [Re-Written] How-To Make A Sub-Routine

    1. 08800000 is for real addressing. You subtract it so that you can use it in game. If you used a code in real addressing, you would freeze. So you subtract.

    2. He's wrong.

    3. You do this for every line:
    Code:
    lui t0 $(First half of your address)
    lui t1 $(First half of your hex)
    ori t1 t1 $(Second half of your hex) OR addiu t1 t1 $(Second half of your hex)
    sw t1 $(Second half of your address)(t0)
    At the end, you should always have 1 hook and 1 jr ra. Hook as the very first line, and the jr ra as the very last line.

    Hope that helped.
    .: PSN iD - KaoTiiK_ReFLeX :.


  9. #19
    CODE PORTER

    User Info Menu

    Cool Re: [Re-Written] How-To Make A Sub-Routine

    Yeah, thanks that helped.

    But my first point I was asking if you had got it wrong. Because throughout the process you used the hook 00000098 but at the end you changed it to 00000004...! I am guessing it is just a mistake, but I am just checking there isnt some strange thing you have to do to the hook at the end! ;)
    Contact me if you want to play the EU version of SOCOM.

    @People from the EU game: I dont hack. I sometimes hack back, but I am here to learn. If you are seeing this, then chances are you hack, sorry to those that dont ;)

    I can spell SyKotik-KaNun :D

  10. #20
    PURE AWSOMENESS

    User Info Menu

    Re: [Re-Written] How-To Make A Sub-Routine

    i have a question. How did u go from 04a00000 to 0A3A0000? everything else i understand.

Page 2 of 3 FirstFirst 123 LastLast

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
  •