Hi all, this is the script for the "repair part". it works on 1.5.18
Copy below script, paste on your notepad, and save as "cheat.CT" --> extension must be "CT". And then open it with cheat engine.
How to use:
1. In the game : Click any engine part to Zoom
2. Activate the Cheat
3. Back to the game Examine Part
4. There will be instant 100% (green part)
Once it activated, and for the next car, just do examine part.
hope it helps.
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="26">
<CheatEntries>
<CheatEntry>
<ID>47</ID>
<Description>"Repair Car Parts (click part for zoom, activate this cheat, examine the part)"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
aobscan(condition,0F B6 86 04 01 00 00 85 C0 0F)
alloc(newmem,$1000,condition)
label(code)
label(return)
newmem:
code:
mov [rsi+ac],(float)1
movzx eax,byte ptr [rsi+00000104]
jmp return
condition:
jmp code
nop
nop
return:
registersymbol(condition)
[DISABLE]
condition:
db 0F B6 86 04 01 00 00
unregistersymbol(condition)
dealloc(newmem)
</AssemblerScript>
</CheatEntry>
</CheatEntries>
<UserdefinedSymbols/>
</CheatTable>