Page 1 of 1

[Request] Serment - Contract with a Devil

Posted: Wed Feb 06, 2019 2:51 pm
by ndbl1992
Game Name: Serment - Contract with a Devil

Game Engine:

Game Version:

Options Required: Cheat table with:
-HP, MP, Stamina
-Gold
-Stats ( STR, DEF, INT, RES, AGI )
-Items

Game/Steam Website: [Link]

Other Info: I have tried to use Cheat Engine for initial scans of exp and gold but could not find anything.

Thanks a lot for anyone who could help me :D

Re: [Request] Serment - Contract with a Devil

Posted: Sat Feb 09, 2019 11:07 am
by aanpsx
hi..
try this..

right now just "found" gold address, need to click SKIP button to update the right address though..
I have not given up yet, but finding value in python game just............. :cry:

Re: [Request] Serment - Contract with a Devil

Posted: Sat Feb 09, 2019 1:48 pm
by ndbl1992
aanpsx wrote:
Sat Feb 09, 2019 11:07 am
hi..
try this..

right now just "found" gold address, need to click SKIP button to update the right address though..
I have not given up yet, but finding value in python game just............. :cry:
Thank you a lot ^^. I tried many times but could not find any address :(. Hope that you can update this table soon :D

Re: [Request] Serment - Contract with a Devil

Posted: Sat Feb 09, 2019 4:13 pm
by Cake-san
muttdoggy wrote:Go to "Renpy game xxx"/ Renpy / Common / 00console.rpy
ctrl+f and enter config.console
Set config.console variable to True
Example..... config.console = True
Save file
in game press shift O (letter)
script.rpy wrote: player_actor.full_heal()
set_level(player_actor, 50)
player_actor.strength += 2
player_actor.defend += 2
player_actor.intel += 2
player_actor.res += 2
player_actor.agi += 2
food_inv.add(seafood_soup, 1)
player_inv.add(dictionary, 1000)
player_actor.change("def", 99)
player_actor.change("res", 99)
player_actor.change("hp", 99999)
player_actor.change("mp", 99999)
player_actor.change("str", 50)
Money = 1000

Re: [Request] Serment - Contract with a Devil

Posted: Sun Feb 10, 2019 8:04 pm
by ndbl1992
Cake-san wrote:
Sat Feb 09, 2019 4:13 pm
muttdoggy wrote:Go to "Renpy game xxx"/ Renpy / Common / 00console.rpy
ctrl+f and enter config.console
Set config.console variable to True
Example..... config.console = True
Save file
in game press shift O (letter)
script.rpy wrote: player_actor.full_heal()
set_level(player_actor, 50)
player_actor.strength += 2
player_actor.defend += 2
player_actor.intel += 2
player_actor.res += 2
player_actor.agi += 2
food_inv.add(seafood_soup, 1)
player_inv.add(dictionary, 1000)
player_actor.change("def", 99)
player_actor.change("res", 99)
player_actor.change("hp", 99999)
player_actor.change("mp", 99999)
player_actor.change("str", 50)
Money = 1000
Thank you a lot, this method is quite exciting with me, however I still hope for a cheat table, it's much easier to use with me :)