I just checked and it works fine with Update7 Hotfix - Just one or two offsets changed (money, tickets, bla bla) but I already have an updated version. But it shouldn't change something. Sorry but I'm out of ideas. Try to restart the game then retry the CT scripts.
@all
NoWaitingTimeElapsing (Farmhand)
Code: Select all
[ENABLE]
Logic.Farm.Buildings:Building:Tick+3a9:
db 01 F0
//add eax,esi
[DISABLE]
Logic.Farm.Buildings:Building:Tick+3a9:
db 2B C6
//sub eax,esi
{
// ORIGINAL CODE - INJECTION POINT: 1A746639
1A74660E: 77 26 - ja Logic.Farm.Buildings:Building:Tick+3a6
1A746610: C7 47 6C 00 00 00 00 - mov [rdi+6C],00000000
1A746617: 48 8B CF - mov rcx,rdi
1A74661A: BA 01 00 00 00 - mov edx,00000001
1A74661F: 48 83 EC 20 - sub rsp,20
1A746623: 49 BB 98 66 74 1A 00 00 00 00 - mov r11,000000001A746698
1A74662D: 41 FF D3 - call r11
1A746630: 48 83 C4 20 - add rsp,20
1A746634: EB 08 - jmp Logic.Farm.Buildings:Building:Tick+3ae
1A746636: 8B 47 6C - mov eax,[rdi+6C] //current4bytesValue
// ---------- INJECTING HERE ----------
1A746639: 2B C6 - sub eax,esi //the value is decreasing
1A74663B: 89 47 6C - mov [rdi+6C],eax //current4bytesValue [ 14400 (4h00m) => 0 ]
// ---------- DONE INJECTING ----------
1A74663E: 48 8D 65 C8 - lea rsp,[rbp-38]
1A746642: 41 5F - pop r15
1A746644: 41 5E - pop r14
1A746646: 41 5D - pop r13
1A746648: 41 5C - pop r12
1A74664A: 5F - pop rdi
1A74664B: 5E - pop rsi
1A74664C: 5B - pop rbx
1A74664D: C9 - leave
1A74664E: C3 - ret
}
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1