Page 5 of 9

Re: Asphalt 9: Legends (TRAINER REQUEST)

Posted: Mon Aug 20, 2018 3:22 pm
by jakey1995abc
I'm new to using cheat engine for anything other than basic value scans, but I think I found the instruction responsible for calculating gravity/Y-axis movement. 01E637D0 - 89 41 58 - mov [ecx+58],eax. Also, I found that each of the x,y,z axis addresses always end with the same number (0,4,8=x,z,y). If anyone knows what I should do next in order to make use of this, please say :D

Re: Asphalt 9: Legends (TRAINER REQUEST)

Posted: Tue Aug 21, 2018 3:13 am
by koderkrazy
jakey1995abc wrote:
Mon Aug 20, 2018 3:22 pm
I'm new to using cheat engine for anything other than basic value scans, but I think I found the instruction responsible for calculating gravity/Y-axis movement. 01E637D0 - 89 41 58 - mov [ecx+58],eax. Also, I found that each of the x,y,z axis addresses always end with the same number (0,4,8=x,z,y). If anyone knows what I should do next in order to make use of this, please say :D
The address 01E637D0 is not good for making table, it'll change when you restart game.
You need to give use info like this Asphalt9_w10_x86_rtl.exe+71956A - 89 41 58 - mov [ecx+58],eax
To get that select these view settings as shown in below image.
Image
Once you give me that I write script for you.
I found that each of the x,y,z axis addresses always end with the same number (0,4,8=x,z,y).
This is because each address is 4 byte long and xyz are stored one after other in memory. So addresses are 0, 0+4, 0+4+4.

Re: Asphalt 9: Legends (TRAINER REQUEST)

Posted: Tue Aug 21, 2018 6:30 am
by koderkrazy
Betakar wrote:
Sat Aug 18, 2018 9:10 pm
First thanx for all your work.

Il will try to help a little for the quest of perfect cheat.
I found than car levels aren t server side i can mofify them up to 10 and it seems it works because in a same race top speed increase or decrease in function of value i get.
But unfortunatly i m too bad in CE and especialy in script langage to write anything it could work.
So i do modifications manualy each time i need them

To find them i do AOB with CE like this
aa 00 00 00 00 00 80 3F - fill with unknowed 28 bytes - bb 00 00 00 00 00 80 3F - fill with unknowed 28 bytes - cc 00 00 00 00 00 80 3F - fill with unknowed 28 bytes - dd 00 00 00 00 00 80 3F

where aa = actual top speed value, bb = acc, cc = handling and dd = nitro

for a car with level 5 everywhere you must type
05 00 00 00 00 00 80 3f <-- 28 x ?? --> 05 00 00 00 00 00 80 3f <-- 28 x ?? --> 05 00 00 00 00 00 80 3f <-- 28 x ?? --> 05 00 00 00 00 00 80 3f

If someone can do something with this .... :D
Nice work man! How did you find these?

I've written script using your findings. See the attached table. Enable script and open car in garage. After modifying values they take effect in race :)

Note: These stats get reset every time you start game. The values come from server. So every time you have to modify these.
Also if you modify blueprints it unlocks the car. But when you press on unlock button, it checks on server and throws error like 'unable to modify on server(5)'.

Image

Re: Asphalt 9: Legends (TRAINER REQUEST)

Posted: Tue Aug 21, 2018 7:02 am
by marek1957
Nice Work Guys! :-) What about no crash and unlimited speed? Someone find it?

Re: Asphalt 9: Legends (TRAINER REQUEST)

Posted: Tue Aug 21, 2018 7:07 am
by marek1957
I also found some crazy things :-D check it.

Re: Asphalt 9: Legends (TRAINER REQUEST)

Posted: Tue Aug 21, 2018 8:31 pm
by marek1957
In the attachments you will find a JUMP HACK but it needs fix because pointer is changing sometimes. If anyone can fix it, I will be very thankful!

Press K during the race to JUMP! :-)

Re: Asphalt 9: Legends (TRAINER REQUEST)

Posted: Wed Aug 22, 2018 8:15 am
by koderkrazy
Managed to create speed hack :lol:

@Marek1957, I've made more progress today.
Your Jump Hack is affecting other cars . See the attached table for the corrections.

I've added following things in V4 of the table:
-Jump : based on marek1957's findings
-Fly
-Speed
Use Numpad keys as mentioned on cheats for smooth race. :mrgreen:

Image

Re: Asphalt 9: Legends (TRAINER REQUEST)

Posted: Wed Aug 22, 2018 10:23 am
by marek1957
You are awesome koderrkazy!! Now I am searching for No Crash, Safe Crash and Air Time Hack for Flying without this irritating RESPAWN after 10 seconds.

Re: Asphalt 9: Legends (TRAINER REQUEST)

Posted: Wed Aug 22, 2018 10:50 am
by jakey1995abc
marek1957 wrote:
Wed Aug 22, 2018 10:23 am
You are awesome koderrkazy!! Now I am searching for No Crash, Safe Crash and Air Time Hack for Flying without this irritating RESPAWN after 10 seconds.
Can't you just use the stop time table to stop the 10 second respawn? It works for me :D

Re: Asphalt 9: Legends (TRAINER REQUEST)

Posted: Wed Aug 22, 2018 1:36 pm
by marek1957
Hey koderkrazy

I checked your CT - almost everything working PERFECT but for this SPEED that you found - it is not what I mention - this is "speedhack" of the game that you found - I need UNLIMITED SPEED that you can go 3000 km/h with your car, something like this:

[Link]

or this:

[Link]

and also - why the car it is slowing down and then it stops when you activate Fly Hack and you are flying? Why the car stops?

I found also INTERESTING thing but unfortunately ONLY VISUAL :?

Check my CT - when you finish any race, you will see a board with ACHIEVEMENTS. You can see that all ACHIEVEMENTS are FULLY PROGRESS but it is unfortunately only visual :-( Can we make it REAL , not only Visual? Please check my CT table that I attached.

And once again - thank you so much for your HARD WORK EVERYONE! :-* <3

Re: Asphalt 9: Legends (TRAINER REQUEST)

Posted: Wed Aug 22, 2018 1:48 pm
by marek1957
jakey1995abc wrote:
Wed Aug 22, 2018 10:50 am
marek1957 wrote:
Wed Aug 22, 2018 10:23 am
You are awesome koderrkazy!! Now I am searching for No Crash, Safe Crash and Air Time Hack for Flying without this irritating RESPAWN after 10 seconds.
Can't you just use the stop time table to stop the 10 second respawn? It works for me :D
Yeah, it is working :-D I have been misled by visuals :D

Re: Asphalt 9: Legends (TRAINER REQUEST)

Posted: Wed Aug 22, 2018 3:47 pm
by jakey1995abc
Not sure if anyone else has already thought about it, but maybe the anticheat could be bypassed by finding the address for it, by triggering it over and over again? Unless it works server side

Re: Asphalt 9: Legends (TRAINER REQUEST)

Posted: Wed Aug 22, 2018 10:53 pm
by STN
Is this request completed? Please post the cheat tables in appropriate section if it is because it just creates confusion whether the request is still on-going or just further cheats adding to current tables.

Re: Asphalt 9: Legends (TRAINER REQUEST)

Posted: Thu Aug 23, 2018 7:02 am
by marek1957
Request is still on-going because people are still adding new cheats, they are finding new hacks. So please dont close this thread. I am still waiting for NO CRASH and really UNLIMITED SPEED dear STN.

Re: Asphalt 9: Legends (TRAINER REQUEST)

Posted: Thu Aug 23, 2018 9:45 am
by SAsJhell
Hey guys! Could someone do something like this? [Link] (skip the video to 1:46).