| View previous topic :: View next topic |
| Author |
Message |
RalphORama How do I cheat?
Reputation: 0
Joined: 06 Feb 2016 Posts: 4
|
Posted: Sat Feb 06, 2016 11:20 pm Post subject: Cannot find value + game crashes on "find out what...&q |
|
|
NOTE: I'm not allowed to post links yet, so I've added them as footnotes instead. (Sorry if this breaks the rules, if so, tell me and I'll remove them)
I'm trying to find some values in a game. However, I've found it impossible to find the player's health. I've tried both searching for the exact value and searching for "unkown initial value" followed by "increased value" and "decreased value" alone. I simply cannot find what address holds the player's health.
As per this thread(1), I've attempted to use kernelmode debugger (not sure if that works on my x64 system) and including "mapped memory." However, if I use kernelmode debugger with these settings(2), my computer bluescreens. With all other settings (like windows debugger), I cannot find the value.
One value I've been able to find is the player's ammo, but it's represented as a string, rather than an integer (I found this through the unknown initial / value increased / value decreased method). When I add the address to the address list and try to "find out what accesses/writes to this address," the game crashes.
How could I solve these issues?
Finally, here are my PC's specs for reference(3)
(1) viewtopic.php?t=523890&sid=7c185d7a72eba576892360b253a13c82
(2) i.imgur. com/iQywuRg.png
(3) i.imgur. com/SrCy7s1.png
Last edited by RalphORama on Tue Feb 09, 2016 7:17 pm; edited 2 times in total |
|
| Back to top |
|
 |
realrbn Expert Cheater
Reputation: 3
Joined: 22 Jan 2016 Posts: 112
|
Posted: Sun Feb 07, 2016 4:47 am Post subject: Re: Cannot find value + game crashes on "find out what. |
|
|
| As far as I'm concerned, Ace of Spades is an online Game. Therefor, you can't edit any of the Values, as they are stored on the Game's Server.
|
|
| Back to top |
|
 |
RalphORama How do I cheat?
Reputation: 0
Joined: 06 Feb 2016 Posts: 4
|
Posted: Mon Feb 08, 2016 8:16 am Post subject: Re: Cannot find value + game crashes on "find out what. |
|
|
| realrbn wrote: | | As far as I'm concerned, Ace of Spades is an online Game. Therefor, you can't edit any of the Values, as they are stored on the Game's Server. |
I'm not trying to edit the values, though... I'm trying to create an aimbot. To do so, I'm trying to find the player's health so I can find the pointer for the player. I'm not trying to change the value, I simply cannot find the value in the first place.
|
|
| Back to top |
|
 |
ulysse31 Master Cheater
Reputation: 2
Joined: 19 Mar 2015 Posts: 324 Location: Paris
|
Posted: Tue Feb 09, 2016 5:58 am Post subject: |
|
|
Kernel doesn't work on x64 afaik.
Use veh mode, it is very stealthy.
Ammo amount as a string ? that's weird, you mean that if the player has 7 ammo left it will show up as string 7 ie hexadecimal number 0x37 ?
try not searching through increased decreased but changed/unchanged instead and let us know what happens.
An aim bot is something that you can achieve however in order to respect the forum rules it'd have been better not to mention the game's name (you're welcome to edit your post and remove the game name).
|
|
| Back to top |
|
 |
RalphORama How do I cheat?
Reputation: 0
Joined: 06 Feb 2016 Posts: 4
|
Posted: Tue Feb 09, 2016 12:21 pm Post subject: |
|
|
| ulysse3131 wrote: | Kernel doesn't work on x64 afaik.
Use veh mode, it is very stealthy.
Ammo amount as a string ? that's weird, you mean that if the player has 7 ammo left it will show up as string 7 ie hexadecimal number 0x37?
try not searching through increased decreased but changed/unchanged instead and let us know what happens.
|
I figured it out, I was only searching 4-byte, rather than float/double. I've found the number that represents the health, it's a float. I'll give VEH a shot and get back to you.
| ulysse3131 wrote: |
An aim bot is something that you can achieve however in order to respect the forum rules it'd have been better not to mention the game's name (you're welcome to edit your post and remove the game name). |
Oops, sorry about that. I've edited my post.
-----
Ok, quick update:
Kernelmode Debugger attaches (I have KBVM), but causes bluescreen on "find out what writes to this address"
Windows debugger crashes game.
VEH debugger gives me the following error: "I couldn't attach the debugger to this process! You could try to open the process using the processpicker and try that! If that also doesn't work check if you have debugging rights." (Debugger fails to attach from processpicker as well).
|
|
| Back to top |
|
 |
ulysse31 Master Cheater
Reputation: 2
Joined: 19 Mar 2015 Posts: 324 Location: Paris
|
Posted: Tue Feb 09, 2016 2:52 pm Post subject: |
|
|
for Kernel, it needs to be started just after you turn windows on and it needs a bios Virtual setting to be turned On (was off by default for me).
That Veh error is common, start a clean game process and start a clean Cheat engine, do a straight VEH attach and you will not get this error.
|
|
| Back to top |
|
 |
RalphORama How do I cheat?
Reputation: 0
Joined: 06 Feb 2016 Posts: 4
|
Posted: Tue Feb 09, 2016 7:17 pm Post subject: |
|
|
| ulysse3131 wrote: | | That Veh error is common, start a clean game process and start a clean Cheat engine, do a straight VEH attach and you will not get this error. |
Worked like a charm. Thank you so much!
|
|
| Back to top |
|
 |
|