Gems of War [STEAM]

Upload your cheat tables here (No requests)
Chibi
Cheater
Cheater
Posts: 25
Joined: Wed Jul 13, 2022 9:53 am
Reputation: 37

Re: Gems of War [STEAM]

Post by Chibi »

When I get the chance I'll write a guide in how to create your own table - I'll just need to download the game again.

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

varlax
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Nov 16, 2024 11:15 am
Reputation: 0

Re: Gems of War [STEAM]

Post by varlax »

Bonjour, comment peut-on télécharger le tableau svp ?
Merci
Cordialement

kebab
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Nov 11, 2024 8:54 am
Reputation: 0

Re: Gems of War [STEAM]

Post by kebab »

Chibi wrote:
Wed Nov 13, 2024 5:43 pm
kebab wrote:
Mon Nov 11, 2024 8:59 am
how to download latest version?
Give @balenaucigasa reps
i give @balenaucigasa reps but cant download
Can someone tell me how it works?

balenaucigasa
Expert Cheater
Expert Cheater
Posts: 72
Joined: Mon Feb 14, 2022 7:12 pm
Reputation: 336

Re: Gems of War [STEAM]

Post by balenaucigasa »

i give @balenaucigasa reps but cant download
Can someone tell me how it works?
@kebab, Thank you for 1x reps :wub:
I need 25 more to reach 200 :twisted:

P.S.
And don't be so stingy when you donate.
Last edited by balenaucigasa on Tue Dec 10, 2024 1:28 pm, edited 2 times in total.

balenaucigasa
Expert Cheater
Expert Cheater
Posts: 72
Joined: Mon Feb 14, 2022 7:12 pm
Reputation: 336

Re: Gems of War [STEAM]

Post by balenaucigasa »

v8.3







old :ph34r:
Last edited by balenaucigasa on Thu Dec 19, 2024 12:31 pm, edited 1 time in total.

LilTurk
What is cheating?
What is cheating?
Posts: 4
Joined: Thu Nov 16, 2023 11:11 am
Reputation: 0

Re: Gems of War [STEAM]

Post by LilTurk »

Thank you so much for keeping this updated.

balenaucigasa
Expert Cheater
Expert Cheater
Posts: 72
Joined: Mon Feb 14, 2022 7:12 pm
Reputation: 336

Re: Gems of War [STEAM]

Post by balenaucigasa »

v8.3 Hotfix




old :ph34r:
Last edited by balenaucigasa on Fri Mar 21, 2025 5:45 pm, edited 1 time in total.

profesionalracist
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Jan 02, 2025 9:56 am
Reputation: 0

Re: Gems of War [STEAM]

Post by profesionalracist »

balenaucigasa wrote:
Thu Dec 19, 2024 12:29 pm
v8.3 Hotfix

download/file.php?id=66117
apprecieate it for the updates. i'm new, any tips to avoid ban?

Chibi
Cheater
Cheater
Posts: 25
Joined: Wed Jul 13, 2022 9:53 am
Reputation: 37

Re: Gems of War [STEAM]

Post by Chibi »

Reward..ctor no longer giving rewards? Example below for Keys

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode:
mov [esi+18],00000005

exit:
jmp returnhere

"GameAssembly.dll"+A1EDCE:
jmp newmem
nop 2
returnhere:




[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"GameAssembly.dll"+A1EDCE:
db C7 46 18 00 00 00 00
//mov [esi+18],00000000

balenaucigasa
Expert Cheater
Expert Cheater
Posts: 72
Joined: Mon Feb 14, 2022 7:12 pm
Reputation: 336

Re: Gems of War [STEAM]

Post by balenaucigasa »

I can't remember what the conditions were for getting 1 or more gems.

balenaucigasa
Expert Cheater
Expert Cheater
Posts: 72
Joined: Mon Feb 14, 2022 7:12 pm
Reputation: 336

Re: Gems of War [STEAM]

Post by balenaucigasa »

Here is the method for getting more souls.
v8.4

Code: Select all

[ENABLE]
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

newmem:
mov eax,(int)40

originalcode:
add [ecx+14],eax
pop ebp
ret 

exit:
jmp returnhere

"GameAssembly.dll"+A1EAB9:
jmp newmem
returnhere:


[DISABLE]
dealloc(newmem)
"GameAssembly.dll"+A1EAB9:
db 01 41 14 5D C3
//add [ecx+14],eax
//pop ebp
//ret

Chibi
Cheater
Cheater
Posts: 25
Joined: Wed Jul 13, 2022 9:53 am
Reputation: 37

Re: Gems of War [STEAM]

Post by Chibi »

Yeah I can't seem to work out the NEWMEM coding for the below

"GameAssembly.dll"+A1EA59:
db 01 41 10 5D C3
//add [ecx+10],eax

"GameAssembly.dll"+A1EA69:
db 01 41 08 5D C3
//add [ecx+08],eax

"GameAssembly.dll"+A1EA79:
db 01 41 0C 5D C3
//add [ecx+0C],eax

"GameAssembly.dll"+A1EA99:
db 01 41 18 5D C3
//add [ecx+18],eax

balenaucigasa
Expert Cheater
Expert Cheater
Posts: 72
Joined: Mon Feb 14, 2022 7:12 pm
Reputation: 336

Re: Gems of War [STEAM]

Post by balenaucigasa »

In this example you have found:

Code: Select all

"GameAssembly.dll"+A1EA79:
db 01 41 0C 5D C3
//add [ecx+0C],eax
It represents Reward.AddGold I mean, add a little bit of gold to [ecx+0C].
But you also found:

Code: Select all

"GameAssembly.dll"+A1EA59:
db 01 41 10 5D C3
//add [ecx+10],eax
It represents Reward.AddGems I mean, add a little bit of gems to [ecx+10]. But gems are hard to come by
All you have to do is change the value of Reward.AddGold from [ecx+0C] to [ecx+10].

balenaucigasa
Expert Cheater
Expert Cheater
Posts: 72
Joined: Mon Feb 14, 2022 7:12 pm
Reputation: 336

Re: Gems of War [STEAM]

Post by balenaucigasa »

Reward.AddGems Add 5 gems :mrgreen:
v8.4

Code: Select all

[ENABLE]
//Balenaucigasa wishes you a long and happy life with
//the people you love most in your life.
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

newmem:
mov eax,(int)5

originalcode:
add [ecx+10],eax
pop ebp
ret 

exit:
jmp returnhere

"GameAssembly.dll"+A1EA79:
jmp newmem
returnhere:


[DISABLE]
dealloc(newmem)
"GameAssembly.dll"+A1EA79:
db 01 41 0C 5D C3
//add [ecx+0C],eax
//pop ebp
//ret 
Don't forget to click on the Reputation button :wub:

Sanri
What is cheating?
What is cheating?
Posts: 3
Joined: Fri Jan 31, 2025 5:56 pm
Reputation: 3

Re: Gems of War [STEAM]

Post by Sanri »

where can I download the table v8.4?

Post Reply

Who is online

Users browsing this forum: AmazonBot, BLEXBot, DotBot, FreakZilla, Google [Bot], Google Adsense [Bot], gradius12, Jameswagg, Offhead, ralilialy, tanis13