Page 2 of 3

Re: Sniper: Ghost Warrior 3

Posted: Mon May 01, 2017 4:14 pm
by agub00
AWSOME

Re: Sniper: Ghost Warrior 3

Posted: Fri May 05, 2017 11:11 am
by iNvIcTUs oRCuS
Hi Guys...
Here i will share an unlimited health cheat with you.
This screenshot is from version 1.0.1 of the game...
Image

And here is an aob table...
SGW3.CT
(2.62 KiB) Downloaded 392 times

Re: Sniper: Ghost Warrior 3

Posted: Fri May 05, 2017 11:59 am
by ray2160
thank you for sharing :D :D :D

Re: Sniper: Ghost Warrior 3

Posted: Fri May 05, 2017 6:34 pm
by iNvIcTUs oRCuS
Here are two more options...
The first one is to get more skillpoints...
See the screenshot... I think its self explaining...
Image

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

Re: Sniper: Ghost Warrior 3

Posted: Mon May 08, 2017 4:23 pm
by Tulling
Is there any way to unlock weapons and other stuff with either a cheat or console?

Re: Sniper: Ghost Warrior 3

Posted: Wed May 17, 2017 2:58 pm
by ray2160
Updated Table for new version of game Click Here

Re: Sniper: Ghost Warrior 3

Posted: Mon May 22, 2017 2:48 pm
by javlaidioten
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


Image
Noob here: How do I use this thing to get loads of cash?

Re: Sniper: Ghost Warrior 3

Posted: Mon May 22, 2017 9:13 pm
by ray2160
@javlaidioten

cash in this game is called trading Goods

so set trading Goods to whatever number you want

Re: Sniper: Ghost Warrior 3

Posted: Thu May 25, 2017 8:21 am
by BeBadEgg
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 205 times

Re: Sniper: Ghost Warrior 3

Posted: Thu May 25, 2017 9:27 am
by ray2160
Image

Re: Sniper: Ghost Warrior 3

Posted: Tue Jun 20, 2017 7:28 am
by bloodaxis
Is it possible to unlock weapons/scopes and stuff with that querycvar script? Also how do you use it, I am completely clueless. :D

Re: Sniper: Ghost Warrior 3

Posted: Mon Jun 26, 2017 10:11 am
by Zozinhu
Any chance on updating the Unlock Skills/Infinite Skills Table?

Re: Sniper: Ghost Warrior 3

Posted: Mon Jun 26, 2017 10:13 am
by Zozinhu
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...
Image

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

Re: Sniper: Ghost Warrior 3

Posted: Wed Aug 16, 2017 5:18 pm
by CarlWilhelm
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. :lol: :lol:

Re: Sniper: Ghost Warrior 3

Posted: Mon Feb 26, 2018 4:44 pm
by alexzafish
Same here, i carry all weapons, how can i revert back?