Upload your cheat tables here (No requests)
-
ArmY of 0n3
- Table Makers
- Posts: 279
- Joined: Fri May 19, 2017 11:21 pm
- Reputation: 405
Post
by ArmY of 0n3 »
Synthetik Legion Rising v23.4
Old Releses:
Synthetik Legion Rising v21.1
Synthetik Legion Rising v20.2
Synthetik Legion Rising v20
Synthetik Legion Rising v19.1
Updated for game version 16.
Updated for game version 15.
Updated for game version 14.
Updated for game version 13.
Updated for game version 12.3.
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
Last edited by
ArmY of 0n3 on Tue Apr 30, 2019 2:59 pm, edited 13 times in total.
-
VirgilSouth
- Expert Cheater
- Posts: 168
- Joined: Tue May 02, 2017 3:25 pm
- Reputation: 71
Post
by VirgilSouth »
Inf. Shield and Fast Level Up dont work for me. And maybe better freeze credits on 5000 cos over this value game can abort with "anticheat" warning
-
mikonno1
- What is cheating?
- Posts: 2
- Joined: Thu Mar 22, 2018 10:21 am
- Reputation: 0
Post
by mikonno1 »
Are there anyway to increase the Data value so i can purchase new weapons and perks?
-
VirgilSouth
- Expert Cheater
- Posts: 168
- Joined: Tue May 02, 2017 3:25 pm
- Reputation: 71
Post
by VirgilSouth »
Its easy to hack it by CE. Just search Double AND dont set it over 1000 cos again drop to zero with "anticheat" warning
-
machine56
- Cheater
- Posts: 25
- Joined: Sun May 28, 2017 8:24 am
- Reputation: 0
Post
by machine56 »
can you make this table compatible for steam version ?
-
alset85
- Cheater
- Posts: 46
- Joined: Sat Mar 04, 2017 9:06 pm
- Reputation: 1
Post
by alset85 »
+1 Fast Level Up not working for me.
-
VirgilSouth
- Expert Cheater
- Posts: 168
- Joined: Tue May 02, 2017 3:25 pm
- Reputation: 71
Post
by VirgilSouth »
alset85 wrote: ↑Thu Mar 22, 2018 5:47 pm
+1 Fast Level Up not working for me.
Its really very easy to hack too. Just find a proper Double then freeze it then set it on 999999 for example then unfreeze when reach wanted level
-
ArmY of 0n3
- Table Makers
- Posts: 279
- Joined: Fri May 19, 2017 11:21 pm
- Reputation: 405
Post
by ArmY of 0n3 »
VirgilSouth wrote: ↑Thu Mar 22, 2018 5:22 am
Inf. Shield and Fast Level Up dont work for me. And maybe better freeze credits on 5000 cos over this value game can abort with "anticheat" warning
alset85 wrote: ↑Thu Mar 22, 2018 5:47 pm
+1 Fast Level Up not working for me.
Please replace your old scripts with these and try again
Code: Select all
[ENABLE]
aobscanmodule(_AobShield,Synthetik.exe,83 EC 04 F7 40 0C FF FF FF 00 74 * 89 04 24 E8 * * * * DD 9C 24 98 05 00 00 F2 0F 10 84 24 98 05 00 00 EB * F2 0F 10 00 F2 0F 58 * * * * * F2 0F 10 * * * * * 66 0F 2E C8)
alloc(newmem,$100)
label(code)
label(return)
label(Shield)
registersymbol(Shield)
newmem:
code:
sub esp,04
test [eax+0C],FFFFFF
fld qword ptr [Shield]
fstp qword ptr [eax]
jmp return
Shield:
dq (double)999
_AobShield:
jmp newmem
nop
nop
nop
nop
nop
return:
registersymbol(_AobShield)
[DISABLE]
_AobShield:
db 83 EC 04 F7 40 0C FF FF FF 00
unregistersymbol(_AobShield)
unregistersymbol(Shield)
dealloc(newmem)
Code: Select all
[ENABLE]
aobscanmodule(_AobExp,Synthetik.exe,83 EC 04 F7 40 0C FF FF FF 00 74 * 89 04 24 E8 * * * * DD 9C 24 A0 05 00 00 F2 0F 10 84 24 A0 05 00 00 EB * F2 0F 10 00 F2 0F10 * * * * * 66 0F 57 * * * * * 66 0F 2E C8)
alloc(newmem,$100)
label(code)
label(return)
label(Exp)
registersymbol(Exp)
newmem:
code:
sub esp,04
test [eax+0C],FFFFFF
fld qword ptr [Exp]
fstp qword ptr [eax]
jmp return
Exp:
dq (double)999999
_AobExp:
jmp newmem
nop
nop
nop
nop
nop
return:
registersymbol(_AobExp)
[DISABLE]
_AobExp:
db 83 EC 04 F7 40 0C FF FF FF 00
unregistersymbol(_AobExp)
unregistersymbol(Exp)
dealloc(newmem)
-
ArmY of 0n3
- Table Makers
- Posts: 279
- Joined: Fri May 19, 2017 11:21 pm
- Reputation: 405
Post
by ArmY of 0n3 »
mikonno1 wrote: ↑Thu Mar 22, 2018 10:23 am
Are there anyway to increase the Data value so i can purchase new weapons and perks?
Code: Select all
[ENABLE]
aobscanmodule(_AobData,Synthetik.exe,C7 84 24 E0 14 00 00 07 00 00 00 F7 47 0C FF FF FF 00)
alloc(newmem,$100)
label(code)
label(return)
label(Data)
registersymbol(Data)
newmem:
code:
test [edi+0C],FFFFFF
fld qword ptr [Data]
fstp qword ptr [edi]
jmp return
Data:
dq (double)1000
_AobData+0B:
jmp newmem
nop
nop
return:
registersymbol(_AobData)
[DISABLE]
_AobData+0B:
db F7 47 0C FF FF FF 00
unregistersymbol(_AobData)
dealloc(newmem)
-
VirgilSouth
- Expert Cheater
- Posts: 168
- Joined: Tue May 02, 2017 3:25 pm
- Reputation: 71
Post
by VirgilSouth »
ArmY of 0n3 wrote: ↑Thu Mar 22, 2018 8:24 pm
mikonno1 wrote: ↑Thu Mar 22, 2018 10:23 am
Are there anyway to increase the Data value so i can purchase new weapons and perks?
Code: Select all
[ENABLE]
aobscanmodule(_AobData,Synthetik.exe,C7 84 24 E0 14 00 00 07 00 00 00 F7 47 0C FF FF FF 00)
alloc(newmem,$100)
label(code)
label(return)
label(Data)
registersymbol(Data)
newmem:
code:
test [edi+0C],FFFFFF
fld qword ptr [Data]
fstp qword ptr [edi]
jmp return
Data:
dq (double)1000
_AobData+0B:
jmp newmem
nop
nop
return:
registersymbol(_AobData)
[DISABLE]
_AobData+0B:
db F7 47 0C FF FF FF 00
unregistersymbol(_AobData)
dealloc(newmem)
ArmY of 0n3 wrote: ↑Thu Mar 22, 2018 8:24 pm
mikonno1 wrote: ↑Thu Mar 22, 2018 10:23 am
Are there anyway to increase the Data value so i can purchase new weapons and perks?
Code: Select all
[ENABLE]
aobscanmodule(_AobData,Synthetik.exe,C7 84 24 E0 14 00 00 07 00 00 00 F7 47 0C FF FF FF 00)
alloc(newmem,$100)
label(code)
label(return)
label(Data)
registersymbol(Data)
newmem:
code:
test [edi+0C],FFFFFF
fld qword ptr [Data]
fstp qword ptr [edi]
jmp return
Data:
dq (double)1000
_AobData+0B:
jmp newmem
nop
nop
return:
registersymbol(_AobData)
[DISABLE]
_AobData+0B:
db F7 47 0C FF FF FF 00
unregistersymbol(_AobData)
dealloc(newmem)
Now all scripts work thanks
-
ArmY of 0n3
- Table Makers
- Posts: 279
- Joined: Fri May 19, 2017 11:21 pm
- Reputation: 405
Post
by ArmY of 0n3 »
Update: Fixed issue with scripts Inf.Shield and Fast Level Up.Added new option Inf.Data.New table in my first post.Enjoy
-
alset85
- Cheater
- Posts: 46
- Joined: Sat Mar 04, 2017 9:06 pm
- Reputation: 1
Post
by alset85 »
The update works. If you're taking suggestions maybe Fast Gun Levelup so you can unlock the 4th upgrade slot at level 10.
-
TG1K986
- Cheater
- Posts: 35
- Joined: Sat Sep 02, 2017 10:23 am
- Reputation: 9
Post
by TG1K986 »
Well done, thx!
-
mikonno1
- What is cheating?
- Posts: 2
- Joined: Thu Mar 22, 2018 10:21 am
- Reputation: 0
Post
by mikonno1 »
Nice job, thanks!
-
VirgilSouth
- Expert Cheater
- Posts: 168
- Joined: Tue May 02, 2017 3:25 pm
- Reputation: 71
Post
by VirgilSouth »
Game updated, godmode, inf. shield, inf. data, inf. credits and fastlevelup dont work