Results 1 to 4 of 4
  1. #1
    Programmer213's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    873

    need help finding pointer address for recoil

    Hello, after finishing my mw3 singeplayer tool, i just wanted an idea, how to find address for norecoil. I want it for mw3 but i just need the basic idea that would work for any game. I have the possibility to pause game, just that you know bc its singeplayer. Health and ammo was easy just search the values. What to do for norecoil?

  2. #2
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,533
    My Mood
    Angelic
    It depends on the game so I can't guarantee that what I'm gonna say works for MW3, but here we go:

    First, find out where the ammo address is written to(find the ammo address and use "Find out what writes to this address" on CE). The function you'll get as a result usually is the one that handles most, if not all, the gun related stuff.

    Start to place breakpoints inside said function until you manage to freeze the game every time you shoot.

    Now, this last step may cause a lot of crashes, but you can start to NOP out any calls to other functions inside that function. If you see that your weapon then has No Recoil, congratz you found the recoil function.

    PS: Watch this series of tutorials here
    Last edited by MarkHC; 05-18-2014 at 03:28 PM.


    CoD Minion from 09/19/2012 to 01/10/2013

  3. #3
    Programmer213's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    873
    Thank you, but i cant attach the cheat engine debugger to mw3, bc it crashes then. But my ammo adress is luckily static. If i have to, i use pointerscan. How can i make it without what writes to this adress?

  4. #4
    Programmer213's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    873
    //push push

Similar Threads

  1. i need help finding the starting address for this in cheat engine
    By gogogokitty in forum C++/C Programming
    Replies: 2
    Last Post: 01-14-2014, 09:37 AM
  2. [Tutorial] [Tutorial] How to find pointer address for MAT CiB/SUBA/XSHOT/AK
    By iheng in forum Mission Against Terror Hacks & Cheats
    Replies: 10
    Last Post: 06-07-2013, 12:22 PM
  3. [Help Request] Need Help Finding Original Values for Hacks
    By quack196 in forum Crossfire Coding Help & Discussion
    Replies: 0
    Last Post: 11-05-2012, 10:06 PM
  4. [Help Request] Need help finding a pointer using cheat engine
    By h4344 in forum C++/C Programming
    Replies: 2
    Last Post: 08-16-2012, 07:38 PM
  5. i need help finding a program for this... read
    By xtgx46x211x in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 06-20-2010, 07:19 PM

Tags for this Thread