The game just updated so might just not be working no more. Gotta find the new address to inject to. Don't have the game installed anymore to find it. But what you should have to do is just open enemy intel, close it, then open again. And it should mark all enemies as assessed.acff wrote: ↑Sat Feb 15, 2025 7:48 amThis isn't working for me. Or maybe I'm not understanding the purpose of it.
Cissa90 wrote: ↑Fri Jan 24, 2025 11:48 amTired of assessing everything? Open Enemy Intel in Menu and they will get flagged as assessed.
Code: Select all
[ENABLE] aobscanmodule(InstaAssess,ff7rebirth_.exe,48 03 C0 0F B7 1C C1) // should be unique alloc(newmem,$1000,InstaAssess) label(code) label(return) newmem: add rax,rax push rbx lea rbx,[rcx+rax*8] or byte ptr [ebx-4],2 pop rbx code: movzx ebx,word ptr [rcx+rax*8] jmp return InstaAssess: jmp newmem nop 2 return: registersymbol(InstaAssess) [DISABLE] InstaAssess: db 48 03 C0 0F B7 1C C1 unregistersymbol(InstaAssess) dealloc(newmem) { // ORIGINAL CODE - INJECTION POINT: ff7rebirth_.exe+187D0B3 ff7rebirth_.exe+187D089: 48 89 45 F0 - mov [rbp-10],rax ff7rebirth_.exe+187D08D: 8A 45 10 - mov al,[rbp+10] ff7rebirth_.exe+187D090: 88 45 F8 - mov [rbp-08],al ff7rebirth_.exe+187D093: 48 8D 05 FE 39 E4 03 - lea rax,[ff7rebirth_.exe+56C0A98] ff7rebirth_.exe+187D09A: 48 89 45 E0 - mov [rbp-20],rax ff7rebirth_.exe+187D09E: E8 29 00 00 00 - call ff7rebirth_.exe+187D0CC ff7rebirth_.exe+187D0A3: 3D E8 03 00 00 - cmp eax,000003E8 ff7rebirth_.exe+187D0A8: 73 10 - jae ff7rebirth_.exe+187D0BA ff7rebirth_.exe+187D0AA: 8B C0 - mov eax,eax ff7rebirth_.exe+187D0AC: 48 8D 0D 51 9F 88 05 - lea rcx,[ff7rebirth_.exe+7107004] // ---------- INJECTING HERE ---------- ff7rebirth_.exe+187D0B3: 48 03 C0 - add rax,rax // ---------- DONE INJECTING ---------- ff7rebirth_.exe+187D0B6: 0F B7 1C C1 - movzx ebx,word ptr [rcx+rax*8] ff7rebirth_.exe+187D0BA: 8B C3 - mov eax,ebx ff7rebirth_.exe+187D0BC: 48 8B 5C 24 58 - mov rbx,[rsp+58] ff7rebirth_.exe+187D0C1: 48 83 C4 40 - add rsp,40 ff7rebirth_.exe+187D0C5: 5D - pop rbp ff7rebirth_.exe+187D0C6: C3 - ret ff7rebirth_.exe+187D0C7: 33 C0 - xor eax,eax ff7rebirth_.exe+187D0C9: EB F1 - jmp ff7rebirth_.exe+187D0BC ff7rebirth_.exe+187D0CB: CC - int 3 ff7rebirth_.exe+187D0CC: 40 53 - push rbx }
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