Thread: general game hacks question

  1. #1
    Flash Animator, OF DOOOOM bluehead's Avatar
    Join Date
    Nov 2001
    Posts
    269

    general game hacks question

    k, this is more as in i'm curious in how its done, and i'm ready for the bad feedback you are all gonna flame towards me :].. but maybe i'll get an answer

    well yea, I was wondering how the hacks used for games actually work. well, the multiplayer ones atleast.

    i understand that in a single player type game, you can look for where it's saved in memory location, and then edit it,

    but what about multiplayer? how does the whole thing work
    Code:
    #if _emo
      #define stereo_type_i_dislike
    #endif

  2. #2
    Registered User
    Join Date
    Jun 2004
    Posts
    3
    Well, game hacks are usually one by editing the stuff that get saved into the ram. A good place to get one of these programs to do it in is Here. Also try searching for Artmoney, although i prefer CheatEngine. Multiplayer hacks work in the same way, as varibles get stored n you ram before they are sent to server (usually). Sometimes they don't, and a lot of the time, he calculations are done the server itself, thus complely obliterating your chances of cheating.
    Last edited by Girvo; 04-06-2005 at 07:05 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Game design question
    By h3ro in forum Game Programming
    Replies: 6
    Last Post: 02-28-2008, 08:20 AM
  2. Just a basic question about game programming
    By need4speed in forum Game Programming
    Replies: 5
    Last Post: 01-20-2008, 03:24 AM
  3. general question regarding a function parameter
    By mlupo in forum C Programming
    Replies: 7
    Last Post: 10-13-2002, 07:32 PM
  4. General Question
    By GSLR in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 05-02-2002, 12:15 PM
  5. Question about a game
    By TheGr8one in forum Game Programming
    Replies: 1
    Last Post: 09-15-2001, 10:44 PM