Results 1 to 4 of 4
  1. #1
    bdizzlemcdapper's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed

    Help finding static addresses

    I'm just getting into creating trainers for games today. I created a simple program on a game called, "Assault Cube". It changes the ammo for the assault rifle to "9999".

    I just learned that the addresses I was using to in my program, to write to the memory, change every time I restart the game. I need help on how to find the static addresses.

    Any help would be much appreciated!

  2. #2
    niko1921's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    mov Location, eax
    Posts
    130
    Reputation
    36
    Thanks
    261
    you can lookup the pointer that points to that address..., or if you are advanced just find what writes to that address... if you understand me...

    Edit: CE will help you...
    Last edited by niko1921; 09-19-2017 at 12:53 PM.


    f*ck you
    Code:
    __usercall
    !

  3. #3
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Find the code that writes to the value and change that instead of the value itself.

  4. #4
    vidsac's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    5
    My Mood
    Stressed

  5. The Following User Says Thank You to vidsac For This Useful Post:

    Pro (09-28-2017)

Similar Threads

  1. [Help] Help find the Address KillHack
    By mynamekhai in forum SKILL - Special Force 2 Hacks & Cheats
    Replies: 0
    Last Post: 12-06-2014, 12:21 PM
  2. [Help Request] Finding Static Addresses
    By Jim Morrison in forum C++/C Programming
    Replies: 8
    Last Post: 07-18-2014, 10:38 PM
  3. need help finding pointer address for recoil
    By Programmer213 in forum C# Programming
    Replies: 3
    Last Post: 05-20-2014, 10:08 PM
  4. need help finding pointer address for recoil
    By Programmer213 in forum C# Programming
    Replies: 0
    Last Post: 05-18-2014, 02:32 PM
  5. help finding static memory address instead of dynamically :P
    By xXsc00pedXx in forum General Game Hacking
    Replies: 0
    Last Post: 01-20-2013, 03:05 PM