Results 1 to 2 of 2
  1. #1
    wblabla4's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1

    Tracking a memory address in C#

    I'm programming a hack for a game that I really like but the problem is that every time the game starts, the address of the value I want to modify changes. How can I "track" or "tag" an address so I can find it everytime?

    P.S: Scanning all the memory takes a long time.

    P.P.S: There are 6 copies of the same value but they don't affect the gameplay. Only the one I want to modify does.

  2. #2
    univex's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    284
    Reputation
    30
    Thanks
    1,952
    My Mood
    Busy
    Quote Originally Posted by wblabla4 View Post
    I'm programming a hack for a game that I really like but the problem is that every time the game starts, the address of the value I want to modify changes. How can I "track" or "tag" an address so I can find it everytime?

    P.S: Scanning all the memory takes a long time.

    P.P.S: There are 6 copies of the same value but they don't affect the gameplay. Only the one I want to modify does.
    You have to use pointers.

Similar Threads

  1. Memory Addresses
    By Butcher1993 in forum Combat Arms Hacks & Cheats
    Replies: 11
    Last Post: 09-03-2008, 08:33 PM
  2. Memory address question
    By crazyfool in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 08-18-2008, 10:29 AM
  3. Guild War Memory Addresses
    By rlange in forum Hack Requests
    Replies: 0
    Last Post: 08-29-2007, 08:56 AM
  4. Replies: 3
    Last Post: 01-04-2006, 09:52 PM
  5. Direct Memory Access (DMA) to Static Memory Addresses
    By Dave84311 in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 12-31-2005, 08:18 PM