Results 1 to 2 of 2
  1. #1
    TheAnonyMoose's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    3
    My Mood
    Lurking

    Methods for finding entity lists/offsets, UI pointers (radar, ect) and others?

    I'm fairly new to the game hacking scene however I have a long history with programming so I'm looking for some decent information.

    What are your methods for doing the above efficiently? Atm I am really hit and miss with creating hacks, some games are relatively simple like CoD/CSGO(offsets wise not bypassing vac) while others are much more difficult for me.

    I can RE fairly well with my background in C++/Intel based asm however I dont believe anyone on this forum goes around RE'ing the complete game binary as that would take quite a long time.

    Thanks.

  2. #2
    demmonic's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    120
    Reputation
    36
    Thanks
    3,401
    From my experience, it's (for the most part) just finding something semi-related to what you're searching for, and tracing it back as far as possible. For instance, you might find the game's entity/game object list by tracing back from something seemingly unrelated such as the ammo in your gun using break points (ammo address -> gun base address -> address in player object -> address in entity list). Obviously this involves a bit of RE too. You might want to reverse functions you land at to see exactly what they're doing rather than just blindly going about.

    It seems as if you're looking for some kind of universal method for game reversing though, which you're not going to find. It's about trying every possible thing you can think of to find what you're looking for.
    Last edited by demmonic; 01-22-2015 at 11:23 AM.

Similar Threads

  1. Methods For Finding Pointers Point Blank
    By cavalolord in forum Piercing Blow Tutorials
    Replies: 20
    Last Post: 06-18-2015, 01:45 AM
  2. [WTS] [selling best cracking method] 2.50$ password list 1.00$ and 2k proxies for 50 cents!
    By zack4543e in forum Minecraft Selling / Trading / Buying
    Replies: 3
    Last Post: 09-10-2014, 05:31 PM
  3. [Discussion] Undetectable Method for Scanning memory to get my offsets
    By xPrnrzi in forum Rust Discussions & Help
    Replies: 1
    Last Post: 02-25-2014, 08:08 AM
  4. Direct 3D Addresses ( Includes a method for vista )
    By mDeception in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 08-07-2008, 10:27 AM