Upload your cheat tables here (No requests)
agub00
Novice Cheater
Posts: 17 Joined: Mon Apr 03, 2017 11:05 am
Reputation: 3
Post
by agub00 » Mon May 01, 2017 4:14 pm
AWSOME
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
iNvIcTUs oRCuS
Noobzor
Posts: 9 Joined: Fri Mar 03, 2017 6:22 am
Reputation: 5
Post
by iNvIcTUs oRCuS » Fri May 05, 2017 11:11 am
Hi Guys...
Here i will share an unlimited health cheat with you.
This screenshot is from version 1.0.1 of the game...
And here is an aob table...
SGW3.CT
(2.62 KiB) Downloaded 457 times
ray2160
Table Makers
Posts: 105 Joined: Fri Mar 03, 2017 12:57 pm
Reputation: 117
Post
by ray2160 » Fri May 05, 2017 11:59 am
iNvIcTUs oRCuS
Noobzor
Posts: 9 Joined: Fri Mar 03, 2017 6:22 am
Reputation: 5
Post
by iNvIcTUs oRCuS » Fri May 05, 2017 6:34 pm
Here are two more options...
The first one is to get more skillpoints...
See the screenshot... I think its self explaining...
And the second one is unlimited drone battery...
Injection location is at 0x1415B1BF0h...
Code: Select all
Original Bytes
--------------
1415B1BF0 - F3 0F 11 87 4C 09 00 00 - movss [rdi+0000094C],xmm0 <<<---
1415B1BF8 - F3 0F 10 8F 4C 09 00 00 - movss xmm1,[rdi+0000094C]
1415B1C00 - F3 0F 5E 8F 48 09 00 00 - divss xmm1,[rdi+00000948]
1415B1C08 - F3 0F 59 0D 58 A9 71 00 - mulss xmm1,[141CCC568] { [100.00] }
1415B1C10 - F3 0F 59 0D 9C A8 71 00 - mulss xmm1,[141CCC4B4] { [0.05] }
1415B1C18 - F3 0F 2C C9 - cvttss2si ecx,xmm1
EDIT//
Added cheat table...
Current options:
- Unlimited Health
- Unlimited Drone Battery
- No Skillpoints Needed
- Unlock Skills
Attachments
SGW3.CT
(9.7 KiB) Downloaded 484 times
Tulling
Cheater
Posts: 38 Joined: Mon May 08, 2017 4:21 pm
Reputation: 0
Post
by Tulling » Mon May 08, 2017 4:23 pm
Is there any way to unlock weapons and other stuff with either a cheat or console?
ray2160
Table Makers
Posts: 105 Joined: Fri Mar 03, 2017 12:57 pm
Reputation: 117
Post
by ray2160 » Wed May 17, 2017 2:58 pm
Updated Table for new version of game
Click Here
javlaidioten
What is cheating?
Posts: 1 Joined: Mon May 22, 2017 2:26 pm
Reputation: 0
Post
by javlaidioten » Mon May 22, 2017 2:48 pm
ray2160 wrote: ↑ Fri Apr 28, 2017 7:07 pm
here's the table that I use for the current version that I'm sharing with you today
Update: on 5/16/2017
Noob here: How do I use this thing to get loads of cash?
ray2160
Table Makers
Posts: 105 Joined: Fri Mar 03, 2017 12:57 pm
Reputation: 117
Post
by ray2160 » Mon May 22, 2017 9:13 pm
@javlaidioten
cash in this game is called trading Goods
so set trading Goods to whatever number you want
BeBadEgg
Noobzor
Posts: 5 Joined: Sun May 07, 2017 2:02 pm
Reputation: 6
Post
by BeBadEgg » Thu May 25, 2017 8:21 am
This is
invisible mode ,It allows players not to be found by enemies.
Code: Select all
{ Game : SGW3.exe
Version:
Date : 2017-05-25
Author : BeBadEgg
This script does blah blah blah
}
[ENABLE]
aobscanmodule(invisible.mode.aob,SGW3.exe,FF 50 60 84 C0 0F 84 * * * * 83) // should be unique
alloc(newmem,$1000,invisible.mode.aob)
label(code)
label(return)
newmem:
code:
call qword ptr [rax+60]
xor al,al
test al,al
jmp return
invisible.mode.aob:
jmp newmem
return:
registersymbol(invisible.mode.aob)
[DISABLE]
invisible.mode.aob:
db FF 50 60 84 C0
unregistersymbol(invisible.mode.aob)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: "SGW3.exe"+7C457D
"SGW3.exe"+7C4546: 39 05 74 74 C0 03 - cmp [SGW3.exe+43CB9C0],eax
"SGW3.exe"+7C454C: 0F 8F E0 0E 00 00 - jg SGW3.exe+7C5432
"SGW3.exe"+7C4552: 48 8B 07 - mov rax,[rdi]
"SGW3.exe"+7C4555: 48 3B 05 5C 74 C0 03 - cmp rax,[SGW3.exe+43CB9B8]
"SGW3.exe"+7C455C: 0F 84 AA 0E 00 00 - je SGW3.exe+7C540C
"SGW3.exe"+7C4562: 48 89 05 4F 74 C0 03 - mov [SGW3.exe+43CB9B8],rax
"SGW3.exe"+7C4569: 41 80 BF 14 03 00 00 00 - cmp byte ptr [r15+00000314],00
"SGW3.exe"+7C4571: 0F 84 95 0E 00 00 - je SGW3.exe+7C540C
"SGW3.exe"+7C4577: 49 8B 07 - mov rax,[r15]
"SGW3.exe"+7C457A: 49 8B CF - mov rcx,r15
// ---------- INJECTING HERE ----------
"SGW3.exe"+7C457D: FF 50 60 - call qword ptr [rax+60]
"SGW3.exe"+7C4580: 84 C0 - test al,al
// ---------- DONE INJECTING ----------
"SGW3.exe"+7C4582: 0F 84 84 0E 00 00 - je SGW3.exe+7C540C
"SGW3.exe"+7C4588: 83 3D 3D A6 A5 01 00 - cmp dword ptr [SGW3.exe+221EBCC],00
"SGW3.exe"+7C458F: 0F 84 77 0E 00 00 - je SGW3.exe+7C540C
"SGW3.exe"+7C4595: 48 8B 0D EC AB A5 01 - mov rcx,[SGW3.exe+221F188]
"SGW3.exe"+7C459C: 48 85 C9 - test rcx,rcx
"SGW3.exe"+7C459F: 74 08 - je SGW3.exe+7C45A9
"SGW3.exe"+7C45A1: 0F 28 CE - movaps xmm1,xmm6
"SGW3.exe"+7C45A4: E8 57 5B 0E 00 - call SGW3.exe+8AA100
"SGW3.exe"+7C45A9: 48 8B 0D C8 AB A5 01 - mov rcx,[SGW3.exe+221F178]
"SGW3.exe"+7C45B0: 48 85 C9 - test rcx,rcx
}
SGW3.CT
invisible mode (2.63 KiB) Downloaded 238 times
ray2160
Table Makers
Posts: 105 Joined: Fri Mar 03, 2017 12:57 pm
Reputation: 117
Post
by ray2160 » Thu May 25, 2017 9:27 am
bloodaxis
Expert Cheater
Posts: 460 Joined: Thu Apr 13, 2017 5:09 am
Reputation: 59
Post
by bloodaxis » Tue Jun 20, 2017 7:28 am
Is it possible to unlock weapons/scopes and stuff with that querycvar script? Also how do you use it, I am completely clueless.
Zozinhu
Expert Cheater
Posts: 196 Joined: Wed May 31, 2017 11:53 am
Reputation: 13
Post
by Zozinhu » Mon Jun 26, 2017 10:11 am
Any chance on updating the Unlock Skills/Infinite Skills Table?
Zozinhu
Expert Cheater
Posts: 196 Joined: Wed May 31, 2017 11:53 am
Reputation: 13
Post
by Zozinhu » Mon Jun 26, 2017 10:13 am
iNvIcTUs oRCuS wrote: ↑ Fri May 05, 2017 6:34 pm
Here are two more options...
The first one is to get more skillpoints...
See the screenshot... I think its self explaining...
And the second one is unlimited drone battery...
Injection location is at 0x1415B1BF0h...
Code: Select all
Original Bytes
--------------
1415B1BF0 - F3 0F 11 87 4C 09 00 00 - movss [rdi+0000094C],xmm0 <<<---
1415B1BF8 - F3 0F 10 8F 4C 09 00 00 - movss xmm1,[rdi+0000094C]
1415B1C00 - F3 0F 5E 8F 48 09 00 00 - divss xmm1,[rdi+00000948]
1415B1C08 - F3 0F 59 0D 58 A9 71 00 - mulss xmm1,[141CCC568] { [100.00] }
1415B1C10 - F3 0F 59 0D 9C A8 71 00 - mulss xmm1,[141CCC4B4] { [0.05] }
1415B1C18 - F3 0F 2C C9 - cvttss2si ecx,xmm1
EDIT//
Added cheat table...
Current options:
- Unlimited Health
- Unlimited Drone Battery
- No Skillpoints Needed
- Unlock Skills
Can you please update this? It's not currently working
CarlWilhelm
What is cheating?
Posts: 1 Joined: Wed Aug 16, 2017 5:15 pm
Reputation: 0
Post
by CarlWilhelm » Wed Aug 16, 2017 5:18 pm
Hi.
After i applied some of this, i now suddenly carry all weapons all the time. How the hell can i get rid of them, so that i can carry only the weapons i need? (one rifle, one secodary and one handgun)....?
All help will be rewarded with unlimited amounts of praise and love.
alexzafish
What is cheating?
Posts: 1 Joined: Mon Feb 26, 2018 4:43 pm
Reputation: 0
Post
by alexzafish » Mon Feb 26, 2018 4:44 pm
Same here, i carry all weapons, how can i revert back?