Game Engine: Unity
Game Version: v0.9.5
Options Required: Cheat Table with:
- Infinite Health
- Infinite Energy
- Infinite Wealth + Wyrdstone
- Infinite Items
Other Info: It's a card-based RPG game with potential story
Thanks a lot !
Thanks for your table. Is it possible to update the cheat table to newest version - v0.99 ?notpikachu wrote: ↑Fri Jan 01, 2021 9:17 pmGame has a new update on an online leader-board or something, thus I'm not responsible for any damage that might happen to your account by using this ct.
That being said: -
Tested on early access 0.97
- Combat [ Change your parameter in combat from damage to heal which effect your character even after reloading the current character]
- Infinite Item [ Not enough torch? This will solve lots of problem]
- Infinite Resource [ Usual stuff, money, stones, etc]
Hmm, there will be a major update soon, hopefully it won't break and I can just ignore it for a long time .ndbl1992 wrote: ↑Fri May 07, 2021 6:45 amThanks for your table. Is it possible to update the cheat table to newest version - v0.99 ?notpikachu wrote: ↑Fri Jan 01, 2021 9:17 pmGame has a new update on an online leader-board or something, thus I'm not responsible for any damage that might happen to your account by using this ct.
That being said: -
Tested on early access 0.97
- Combat [ Change your parameter in combat from damage to heal which effect your character even after reloading the current character]
- Infinite Item [ Not enough torch? This will solve lots of problem]
- Infinite Resource [ Usual stuff, money, stones, etc]
Ah, didn't know that, didn't dive into the game that deep. You can replace the resource script with this one. From what I see you still need to unlocked the resource though,ndbl1992 wrote: ↑Sat May 08, 2021 4:42 amThank you so much, notpikachu. The cheat table works really well .
The new update comes up with some new resources like runestone dust, blood and gold token, which mostly used to buy permanent upgrades for the shop. Is this possible to add infinite resource for the new currencies ?
Thank you a lot for your quick reply, the new script works well . Now I can fully enjoy this mega brutal hard game ^^notpikachu wrote: ↑Sat May 08, 2021 7:43 amAh, didn't know that, didn't dive into the game that deep. You can replace the resource script with this one. From what I see you still need to unlocked the resource though,ndbl1992 wrote: ↑Sat May 08, 2021 4:42 amThank you so much, notpikachu. The cheat table works really well .
The new update comes up with some new resources like runestone dust, blood and gold token, which mostly used to buy permanent upgrades for the shop. Is this possible to add infinite resource for the new currencies ?
code
{$lua}
LaunchMonoDataCollector()
{$asm}
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,Awaken.TG.Main.Heroes.Stats:Stat:get_BaseValue+b)
label(returnhere)
label(originalcode)
label(exit)
label(money)
label(dvalue1)
label(zvalue1)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
push rax
mov rax,[rax+18]
mov rax,[rax+18]
cmp dword ptr [rax+14],650057 //Wealth String
je money
cmp dword ptr [rax+14],750052 //RunestoneDust String
je money
cmp dword ptr [rax+14],6C0042 //Blood String
je money
cmp dword ptr [rax+14],610054 //Tallow String
je money
cmp dword ptr [rax+14],610043 //CashShreds String
je money
cmp dword ptr [rax+14],6F0047 //GoldenToken String
je money
//cmp dword ptr [rax+14],720054 //TravelCost String crash on the new version
//je zvalue1
//cmp dword ptr [rax+14],61004D //All Max Stuff [Disable because effect enemies]
//je dvalue1
jmp originalcode
money:
pop rax
mov [rax+28],(float)7777777.0
movss xmm0,[rax+28]
jmp returnhere
dvalue1:
pop rax
mov [rax+28],(float)9999.0
movss xmm0,[rax+28]
jmp returnhere
zvalue1:
pop rax
mov [rax+28],(float)0.0
movss xmm0,[rax+28]
jmp returnhere
originalcode:
pop rax
movss xmm0,[rax+28]
exit:
jmp returnhere
Awaken.TG.Main.Heroes.Stats:Stat:get_BaseValue+b:
jmp newmem
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
Awaken.TG.Main.Heroes.Stats:Stat:get_BaseValue+b:
movss xmm0,[rax+28]
//Alt: db F3 0F 10 40 28
//notpikachu
I made one:ndbl1992 wrote: ↑Fri May 28, 2021 3:22 amHi notpikachu, this game has fully released, therefore can you update the cheat table again ?
The combat option still works well, but the Infinite Items option has error and make the game close when you activate it. Also the Infinite Resource does not add the Wyrdstone currency
Thanks a lot !
Users browsing this forum: Bing [Bot], callmevinzz, Google Adsense [Bot], Onidurum, qq95604014