Results 1 to 3 of 3
  1. #1
    jab15's Avatar
    Join Date
    Dec 2012
    Gender
    female
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Bitchy

    This isn't C++ but I need help scanning for variables?

    How do I go about memory scanning what team the enemy is on with cheat engine...

    Sorry if this is not the right place.. please tell me where I should go if you do not have an answer.

  2. #2
    Psychotic's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    13,822
    Reputation
    4234
    Thanks
    6,056
    /moved this to coders lounge... As it's a more suitable forum and I don't know any more suitable forum for this topic.






    Super User since 02.02.2020
    Global Moderator since 09.23.2017
    Moderator since 09.01.2016
    Minion+ since 07.22.2016

    Marketplace Minion since 06.09.2016
    Trove Minion since 06.06.2016
    Middleman since 04.21.2016
    Social Engineering Minion since 02.03.2016
    News FO Freelancer From 11.08.2015 to 07.23.2016
    News FO Head Editor From 08.23.2015 to 11.08.2015
    News FO Head Editor From 07.19.2012 to 08.11.2014
    MPGH News and News FO Founder
    Programming Minion From Unknown to 04.23.2013
    Minecraft Minion From 09.19.2012 to 04.23.2013
    Member since 05.13.2012



  3. #3
    abuckau907's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    other side of the wire
    Posts
    1,342
    Reputation
    162
    Thanks
    239
    My Mood
    Cold
    Do you understand windows virtual memory?
    And data type/size / classes/structures?

    Then it's hard to explain. You must know more about memory first, then you'd have a different/better question.

    -basically-
    in memory, each "player" is 'represented' by some class and that class has a bunch of data like name, ammo, position, team, etc etc

    ^^you have to understand how 'classes' work --> somewhere in the 'player' class is a "team" property/value.

    Basically, as far as..what value to search for? You can't really do it that way, because chances are the value is stored as something like..

    1 = red team
    2 = blue team
    3 = spectator

    or whatever. depending on the game.


    I guess you *could* "search for unknown initial value"
    switch teams
    scan again for "value" changed
    and repeat. But that probably won't get you very far.

    Basically you need to understand how the "player" class *might/should works*, and then reverse engineer the game's code to see how it uses that class/values from that class.

    If you tell me the specific game, maybe I can comment more. It's probably being stored as some small value {# of possible teams} and that value correlates to some specific team, which is ofc stored in a list somewhere. It's not an easy task, depending on the game.
    Last edited by abuckau907; 12-31-2012 at 05:05 PM.

Similar Threads

  1. [Help] Not sure if this is right place to post, but I need help with buying PC
    By hiiii in forum Battlefield 3 (BF3) Hacks & Cheats
    Replies: 24
    Last Post: 09-16-2012, 02:34 PM
  2. Replies: 34
    Last Post: 02-03-2011, 11:36 PM
  3. i cant find a place to put this but i need help!
    By Creepninja in forum CrossFire Hacks & Cheats
    Replies: 4
    Last Post: 06-13-2009, 12:11 AM
  4. this is gonna sound real chooby but i need help
    By fsdfgerd in forum Help & Requests
    Replies: 9
    Last Post: 05-28-2009, 11:33 AM
  5. I have an idea but i need help.
    By raptor217 in forum Combat Arms Hacks & Cheats
    Replies: 28
    Last Post: 09-08-2008, 06:29 PM