- Game Name
- America's Army Operations 2.x
- Anticheat
- Punkbuster
- How long you been coding/hacking?
- 4 years coding, 2 months hacking
- Coding Language
- C++, C#
Hello everybody,
I was trying to figure out the entity list for bots in the old game America's Army: Special Forces.
I thought I could do it like I did it in Assault Cube, like in the tutorials I've seen, but when I find the health adress of a bot, and try to figure out what points to it, I get the same adress suggested as a pointer as the one that I already have and that holds the value of the bot's health -> the health value adress does not seem to have a pointer to it!
So how will I be able to find the entity list?
I already did try to close the game, find the health adress of a random bot again and do pointer scans each time, but it does not work.
A screenshot illustrating the problem:
Additional Info:
The game I used is called 'America's Army', the version is ' 2.8.3'.
You can also use 2.8.4 or 2.8.5, you can get it for free (google).
In game I used the map interdiction, I open it up offline like this:
Open console by pressing ^
command:
open interdiction
Once the map loaded, use god mode, ghost and get a weapon.
commands:
ghost
god
class r
Thanks in advance for your help!
I was trying to figure out the entity list for bots in the old game America's Army: Special Forces.
I thought I could do it like I did it in Assault Cube, like in the tutorials I've seen, but when I find the health adress of a bot, and try to figure out what points to it, I get the same adress suggested as a pointer as the one that I already have and that holds the value of the bot's health -> the health value adress does not seem to have a pointer to it!
So how will I be able to find the entity list?
I already did try to close the game, find the health adress of a random bot again and do pointer scans each time, but it does not work.
A screenshot illustrating the problem:
Additional Info:
The game I used is called 'America's Army', the version is ' 2.8.3'.
You can also use 2.8.4 or 2.8.5, you can get it for free (google).
In game I used the map interdiction, I open it up offline like this:
Open console by pressing ^
command:
open interdiction
Once the map loaded, use god mode, ghost and get a weapon.
commands:
ghost
god
class r
Thanks in advance for your help!
Last edited: