Credits:
Byte Ninja (He created it for Godfather)
Me (i ported it to Far Cry 5)
How To:
As soon, your Crosshair changes the color to red, your weapon will begin firing.
(if you want fire also when crosshair becomes green (not recommend), uncomment these two lines
[CODE=cea]//cmp [r15],2 // Is Crosshair Green, (Friendly)
//je newmem[/CODE]
Bugs:
After aiming it starts Firing, not sure what's the problem, anyways, heres the Script.
[CODE=cea][ENABLE]
aobscanmodule(_Triggerbot,FC_m64.dll,41 89 07 48 8B 56 18) // should be unique
alloc(newmem,$1000,"FC_m64.dll"+9571444)
label(code)
label(originalcode)
label(return)
newmem:
popfq
push rbx
mov rbx,#128
mov [DINPUT8.dll+3C0EC],rbx
pop rbx
jmp return
code:
mov [r15],eax
pushfq
cmp [DINPUT8.dll+3C0ED],#128 // Filter for aim adress
je originalcode
cmp [r15],#255 // Filter Bad Adresses 2
je originalcode
mov [DINPUT8.dll+3C0EC],0
cmp rax,1 // Crosshair Check 1 (Filter Bad Adresses)
jne originalcode
cmp [r15],1 // Is Crosshair Red, (Enemy)
je newmem
//cmp [r15],2 // Is Crosshair Green, (Friendly)
//je newmem
popfq
mov rdx,[rsi+18]
jmp return
originalcode:
popfq
mov rdx,[rsi+18]
jmp return
_Triggerbot:
jmp code
nop
nop
return:
registersymbol(_Triggerbot)
[DISABLE]
_Triggerbot:
db 41 89 07 48 8B 56 18
unregistersymbol(_Triggerbot)
dealloc(newmem)[/CODE]
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