Thread: ram editing i think

  1. #1
    Registered User canine's Avatar
    Join Date
    Sep 2001
    Posts
    125

    ram editing i think

    the first codes for video game editing systms are sometimes made by having a program check varibles in the game for changes between states for example if your health in a game is 20 you search all the varibles in the game for 20 then you go to the game and lose 1 health then check for the varibles that were 20 for 19 and so on until it finds the right varible to keep at a certain number. is there any way i could monitor and edit the vars in ram of computer games? to make a univesal video game editor or something of the sort? By the way i don't know if u could make a virus this way but i swear im just trying to cheat in games(Made me look so good LOL) thanks in advance
    In a perfect world every dog would have a home and every home would have a dog.
    Visit My Web Site, Canine Programming
    I use Win32 API

  2. #2
    I lurk
    Join Date
    Aug 2002
    Posts
    1,361
    There's a program called TSearch which you can get here:
    http://membres.lycos.fr/tsearch/
    It's what I use for searching for memory addresses to patch with WriteProcessMemory();

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. RAM upgrade
    By BobS0327 in forum Tech Board
    Replies: 6
    Last Post: 12-10-2008, 08:14 AM
  2. Ways to save RAM when RAM is very limited
    By suzanne_lim in forum C Programming
    Replies: 22
    Last Post: 02-07-2006, 01:39 AM
  3. Programming and RAM
    By spveer in forum C Programming
    Replies: 3
    Last Post: 06-16-2005, 11:17 AM
  4. RAM how do i know?
    By Boomba in forum Tech Board
    Replies: 5
    Last Post: 06-18-2003, 08:17 PM
  5. pointerz
    By xlordt in forum C Programming
    Replies: 6
    Last Post: 01-11-2002, 08:31 PM