Page 1 of 1

Asphalt 9 cheat engine help.

Posted: Wed Aug 01, 2018 5:45 pm
by UndercoverNugget
I recently found a video (linked below) if a person using a CE script to hack A9. Can anyone figure out what the script was, since I can't seem to do so.



Here is the link: [MEDIA=youtube]F3JlaRSXXpw[/MEDIA]

Asphalt 9 cheat engine help.

Posted: Wed Aug 01, 2018 6:08 pm
by TimFun13
Looks like the script is a code injection that sets the money to a value.

Try the CE tutorial, this looks like one of the for basic/easy thing to do, but just finding a pointer will usually allow you to set the value as well.

Asphalt 9 cheat engine help.

Posted: Wed Aug 01, 2018 6:46 pm
by Smokahontas
[TABLE][TR][TD]

[B]Basically that, just fake money![/B]





[ENABLE]



alloc(newmem,2048)

label(returnhere)

label(originalcode)

label(exit)



newmem:



originalcode:

mov eax,#55555555



exit:

jmp returnhere



"Asphalt9_w10_x86_rtl.exe"+C163F5:

jmp newmem

nop

returnhere:











[DISABLE]



dealloc(newmem)

"Asphalt9_w10_x86_rtl.exe"+C163F5:

mov [edx+0C],eax

mov eax,[ebp+0C]





[/TD][/TR][/TABLE]

Asphalt 9 cheat engine help.

Posted: Wed Aug 01, 2018 7:45 pm
by UndercoverNugget
[QUOTE="Smokahontas, post: 53703, member: 20123"]

[TABLE][TR][TD]

[B]Basically that, just fake money![/B]





[ENABLE]



alloc(newmem,2048)

label(returnhere)

label(originalcode)

label(exit)



newmem:



originalcode:

mov eax,#55555555



exit:

jmp returnhere



"Asphalt9_w10_x86_rtl.exe"+C163F5:

jmp newmem

nop

returnhere:











[DISABLE]



dealloc(newmem)

"Asphalt9_w10_x86_rtl.exe"+C163F5:

mov [edx+0C],eax

mov eax,[ebp+0C]



[/TD][/TR][/TABLE]

[/QUOTE]



Fake money? How so? He did purchased items from the shop though, didn't he?

Asphalt 9 cheat engine help.

Posted: Wed Aug 01, 2018 7:51 pm
by TimFun13
[QUOTE="UndercoverNugget, post: 53712, member: 20120"]Fake money? How so? He did purchased items from the shop though, didn't he?[/QUOTE]

The game's currency isn't real so it's all fake money.

Asphalt 9 cheat engine help.

Posted: Wed Aug 01, 2018 8:16 pm
by UndercoverNugget
[QUOTE="Smokahontas, post: 53703, member: 20123"]

[TABLE][TR][TD]

[B]Basically that, just fake money![/B]





[ENABLE]



alloc(newmem,2048)

label(returnhere)

label(originalcode)

label(exit)



newmem:



originalcode:

mov eax,#55555555



exit:

jmp returnhere



"Asphalt9_w10_x86_rtl.exe"+C163F5:

jmp newmem

nop

returnhere:











[DISABLE]



dealloc(newmem)

"Asphalt9_w10_x86_rtl.exe"+C163F5:

mov [edx+0C],eax

mov eax,[ebp+0C]

[/TD][/TR][/TABLE]

[/QUOTE]





Sorry, I'm kind of new to this, when I enter the code and try to execute it, is says: Script Error:[string "[ENABLE] ..."]:1: unexpected symbol near '['



How can I fix this?

Asphalt 9 cheat engine help.

Posted: Wed Aug 01, 2018 8:22 pm
by TimFun13
It's a table script, paste it to the AA form then File->Add to cheat table.

Asphalt 9 cheat engine help.

Posted: Wed Aug 01, 2018 8:35 pm
by UndercoverNugget
[QUOTE="ShyTwig16, post: 53723, member: 91"]It's a table script, paste it to the AA form then File->Add to cheat table.[/QUOTE]

I'm new to this...



Explain in detail please (with steps XD)



Thanks.

Asphalt 9 cheat engine help.

Posted: Wed Aug 01, 2018 8:54 pm
by TimFun13
[URL]https://fearlessrevolution.com/threads/add-a-script-to-a-table.6509/[/URL]

Asphalt 9 cheat engine help.

Posted: Wed Aug 01, 2018 9:18 pm
by UndercoverNugget
Ok, got everything to work, but I soon realised this doesn't increase the value of your money whatsoever...



Client side: Appears 5 mil.



Sever side: still 5k (i.e the amount of money you actually own)



The video was just fake...



smh - I don't think hacking money in A9 is possible, since it's server sided.