1st-Open Cheat Engine
2nd-Then open Asphalt 8
3rd-Minimize Asphalt 8 and open Process list in Cheat Engine
and select Asphalt8_w8.ct
4th-Right-click on Value Type and select “Define new custom type
, auto Assembler)
5th-Then copy the code in the discription and paste it in then click ok
6th-then look at your money and remember the amount then
paste it in (
7th-Scan and you should see 3 or more pop-up just highlight
them and use the red cursor to paste them in the address
then highlight again and select change record then value
and Enter “100” it will then change to a billion.
alloc(ConvertRoutine,1024)
alloc(ConvertBackRoutine,1024)
alloc(TypeName,256)
alloc(ByteSize,4)
alloc(UsesFloat,1)
db ‘Asphalt 8’,0
dd 4
db 0
[64-bit]
mov eax,[rcx]
xor eax, 0baadf00d
rol eax, 0e
ret
[/64-bit]
[32-bit]
push ebp
mov ebp,esp
mov eax,[ebp+8]
mov eax,[eax]
xor eax, 0baadf00d
rol eax, 0e
pop ebp
ret 4
[/32-bit]
[64-bit]
ror ecx, e
xor ecx, baadf00d
mov [rdx],ecx
ret
[/64-bit]
[32-bit]
push ebp
mov ebp,esp
push eax
push ebx
mov eax,[ebp+8]
mov ebx,[ebp+c]
ror eax, 0e
xor eax, 0baadf00d
mov [ebx],eax
pop ebx
pop eax
pop ebp
ret 8
[/32-bit]