F.I.S.T Forged In Shadow Torch v1.20 Steam Epic FLT

Upload your cheat tables here (No requests)
User avatar
MBRKiNG
Table Makers
Table Makers
Posts: 317
Joined: Fri Feb 23, 2018 5:13 pm
Reputation: 533

Re: F.I.S.T Forged In Shadow Torch v1.20 Steam Epic FLT

Post by MBRKiNG »

updated table
F.I.S.T_Forged_In_Shadow_Torch_v1.20_Steam_Epic_20221227

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

User avatar
Chikaze
Novice Cheater
Novice Cheater
Posts: 21
Joined: Sun May 27, 2018 3:02 pm
Reputation: 38

Re: F.I.S.T Forged In Shadow Torch v1.20 Steam Epic FLT

Post by Chikaze »

Invincible fix:

Code: Select all

[ENABLE]
aobscanmodule(INJECT_Invincible,ZingangGame-Win64-Shipping.exe+5E6FCF5,80xxxxxx7dxx48xxxxffxxxxxxxxxx48xxxxxxxxxxxxxx74)
alloc(newmem_Invincible,$1000,INJECT_Invincible)
label(player)
label(mobs)
label(return_Invincible)
registersymbol(INJECT_Invincible)

newmem_Invincible:
  cmp [rcx+40],03
  je player
  jmp mobs

player:
  cmp byte ptr [rcx+59],00
  jl INJECT_Invincible+2D
  jmp return_Invincible

mobs:
  cmp byte ptr [rcx+59],00
  jnl INJECT_Invincible+2D
  jmp return_Invincible

INJECT_Invincible:
  jmp newmem_Invincible
  nop

return_Invincible:

[DISABLE]
INJECT_Invincible:
 db 80 79 59 00 7D 27

unregistersymbol(*)
dealloc(*)
Instant sprint and oxygen:

Code: Select all

[ENABLE]
aobscanmodule(INJECT_ins_sprint_oxygen,ZingangGame-Win64-Shipping.exe+434DBDD,0f2fxxxxxxxxxx0f86xxxxxxxx80xxxxxxxxxxxx0f85xxxxxxxx84)
alloc(newmem_ins_sprint_oxygen,$1000,INJECT_ins_sprint_oxygen)

label(code_ins_sprint_oxygen)
label(return_ins_sprint_oxygen)
registersymbol(INJECT_ins_sprint_oxygen)

newmem_ins_sprint_oxygen:

code_ins_sprint_oxygen:
  movss xmm1,[rdi+00000B5C]
  movss [rdi+00000B60],xmm1
  comiss xmm0,[rdi+00000B60]
  jmp return_ins_sprint_oxygen

INJECT_ins_sprint_oxygen:
  jmp code_ins_sprint_oxygen
  nop
  nop

return_ins_sprint_oxygen:

[DISABLE]
INJECT_ins_sprint_oxygen:
  comiss xmm0,[rdi+00000B60]

unregistersymbol(*)
dealloc(*)
Easy Training:

Code: Select all

[ENABLE]
aobscanmodule(Easy_Training,ZingangGame-Win64-Shipping.exe+3235CD9,75xx49xxxxe8xxxxxxxx4cxxxxxx8bxxxx41)
Easy_Training:
 db 74
[DISABLE]
Easy_Training:
 db 75

unregistersymbol(*)
dealloc(*)

GipsyDanger
Expert Cheater
Expert Cheater
Posts: 339
Joined: Sat Jun 27, 2020 2:33 pm
Reputation: 78

Re: F.I.S.T Forged In Shadow Torch v1.20 Steam Epic FLT

Post by GipsyDanger »

changing the name of the process, some options work.
could you do an update to the gamepass version?

GPsarakis
Novice Cheater
Novice Cheater
Posts: 19
Joined: Mon Jan 06, 2020 10:01 pm
Reputation: 0

Re: F.I.S.T Forged In Shadow Torch v1.20 Steam Epic FLT

Post by GPsarakis »

Does this work for the game pass version? Or can anyone update it for that version?

Post Reply