Upload your cheat tables here (No requests)
Chibi
Cheater
Posts: 25 Joined: Wed Jul 13, 2022 9:53 am
Reputation: 37
Post
by Chibi » Thu Nov 14, 2024 5:16 pm
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?
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
varlax
What is cheating?
Posts: 1 Joined: Sat Nov 16, 2024 11:15 am
Reputation: 0
Post
by varlax » Sun Nov 17, 2024 2:33 pm
Bonjour, comment peut-on télécharger le tableau svp ?
Merci
Cordialement
kebab
What is cheating?
Posts: 2 Joined: Mon Nov 11, 2024 8:54 am
Reputation: 0
Post
by kebab » Thu Nov 21, 2024 9:29 am
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
Posts: 72 Joined: Mon Feb 14, 2022 7:12 pm
Reputation: 336
Post
by balenaucigasa » Fri Nov 22, 2024 12:20 pm
i give @balenaucigasa reps but cant download
Can someone tell me how it works?
@kebab, Thank you for
1 x reps
I need 25 more to reach 200
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
Posts: 72 Joined: Mon Feb 14, 2022 7:12 pm
Reputation: 336
Post
by balenaucigasa » Wed Dec 04, 2024 8:59 am
v8.3
old
Last edited by
balenaucigasa on Thu Dec 19, 2024 12:31 pm, edited 1 time in total.
LilTurk
What is cheating?
Posts: 4 Joined: Thu Nov 16, 2023 11:11 am
Reputation: 0
Post
by LilTurk » Thu Dec 19, 2024 6:10 am
Thank you so much for keeping this updated.
balenaucigasa
Expert Cheater
Posts: 72 Joined: Mon Feb 14, 2022 7:12 pm
Reputation: 336
Post
by balenaucigasa » Thu Dec 19, 2024 12:29 pm
v8.3 Hotfix
old
Last edited by
balenaucigasa on Fri Mar 21, 2025 5:45 pm, edited 1 time in total.
profesionalracist
What is cheating?
Posts: 1 Joined: Thu Jan 02, 2025 9:56 am
Reputation: 0
Post
by profesionalracist » Thu Jan 02, 2025 9:57 am
apprecieate it for the updates. i'm new, any tips to avoid ban?
Chibi
Cheater
Posts: 25 Joined: Wed Jul 13, 2022 9:53 am
Reputation: 37
Post
by Chibi » Wed Mar 19, 2025 8:43 am
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
Posts: 72 Joined: Mon Feb 14, 2022 7:12 pm
Reputation: 336
Post
by balenaucigasa » Wed Mar 19, 2025 10:10 pm
I can't remember what the conditions were for getting 1 or more gems.
balenaucigasa
Expert Cheater
Posts: 72 Joined: Mon Feb 14, 2022 7:12 pm
Reputation: 336
Post
by balenaucigasa » Wed Mar 19, 2025 10:15 pm
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
Posts: 25 Joined: Wed Jul 13, 2022 9:53 am
Reputation: 37
Post
by Chibi » Thu Mar 20, 2025 7:57 am
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
Posts: 72 Joined: Mon Feb 14, 2022 7:12 pm
Reputation: 336
Post
by balenaucigasa » Thu Mar 20, 2025 4:25 pm
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
Posts: 72 Joined: Mon Feb 14, 2022 7:12 pm
Reputation: 336
Post
by balenaucigasa » Thu Mar 20, 2025 4:29 pm
Reward.AddGems Add 5 gem s
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
Sanri
What is cheating?
Posts: 3 Joined: Fri Jan 31, 2025 5:56 pm
Reputation: 3
Post
by Sanri » Thu Mar 20, 2025 8:33 pm
where can I download the table v8.4?
Users browsing this forum: AmazonBot , BLEXBot , DotBot , FreakZilla , Google [Bot] , Google Adsense [Bot] , gradius12 , Jameswagg , Offhead , ralilialy , tanis13