Results 1 to 6 of 6
  1. #1
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh

    No recoil - Correct addresse's

    Recoil Address's are incorrect on CAFlames Updated address thread, Manually debugged these except not 100% sure on Recoil 2 address just yet but its one of them...

    Also if someone can confirm the Game Status addy to still be $01 when in game would be good. Because this address "$377767AC" does not return $01 when in game, Thus making my memory hacks not activate.

    P.s there is no recoil 5 addy because I have combined 3 & 4 together, Also I haven't seen anyone post the correct address's, but if it has already been posted then can a admin remove this thread

    Code:
    //======================= NoRecoil ================================//
      //Recoil Address's
      AddressNoRecoil1 = $37370F4B;
      AddressNoRecoil2 = $37370941; //$37362715 <-- Possible address not 100%  
      AddressNoRecoil3 = $37370F5F;
      AddressNoRecoil4 = $37370F6B;
      
      //Recoil Patches
      PatchNoRecoil1 : Array[0..2] of byte  = ($90,$90,$90);
      PatchNoRecoil2 : Array[0..2] of byte  = ($90,$90,$90);
      PatchNoRecoil3 : Array[0..5] of byte  = ($90,$90,$90,$90,$90,$90);
      PatchNoRecoil4 : Array[0..2] of byte  = ($90,$90,$90);
    
      //Recoil ORiginal Bytes
      OriginalNoRecoil1 : Array[0..2] of byte  = ($D8,$66,$58);
      OriginalNoRecoil2 : Array[0..2] of byte  = ($D9,$46,$54);
      OriginalNoRecoil3 : Array[0..5] of byte  = ($D9,$5E,$58,$D9,$46,$4C);
      OriginalNoRecoil4 : Array[0..2] of byte  = ($D9,$5E,$4C);
    Last edited by Departure; 05-03-2011 at 12:46 AM.

  2. The Following User Says Thank You to Departure For This Useful Post:

    Cryptonic (05-07-2011)

  3. #2
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Looks nice

    But these addies can be sigscanned.
    No I do not make game hacks anymore, please stop asking.

  4. #3
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    Update, found Game status address now, once again CAflames addy incorrect

    $377767B0 <--- Game status

    @flameswor10
    Sig scann is wrong because there are multiple instants of these byte sequence... As showen from CAFlames post they are wrong...
    Last edited by Departure; 05-03-2011 at 02:19 AM.

  5. #4
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by Departure View Post
    Update, found Game status address now, once again CAflames addy incorrect

    $377767B0 <--- Game status

    @flameswor10
    Sig scann is wrong because there are multiple instants of these byte sequence... As showen from CAFlames post they are wrong...
    Sigscans work by getting the bytes around it
    No I do not make game hacks anymore, please stop asking.

  6. #5
    CAFlames's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Where ever my imagination takes me
    Posts
    3,006
    Reputation
    202
    Thanks
    2,944
    My Mood
    Twisted

    Current Works:
    ---Horror Game





    [IMG]https://i645.photobucke*****m/albums/uu180/drgnforce9/Siggys/signature3.jpg[/IMG]
    Special thanks to drgnforce9 for my sig picture

    Quote Originally Posted by m_t_h View Post

    CAflames is one epic coder.

    Rep and thanks him.. or you're perma banned.

  7. The Following User Says Thank You to CAFlames For This Useful Post:

    Departure (05-03-2011)

  8. #6
    ZzEpicKillzZ's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Very nice lol. =)