Page 1 of 2

Deiland

Posted: Sat Aug 11, 2018 3:29 am
by lol5535
https://www.youtube.com/watch?v=4kT8SF9pNxc

Deiland

Options: Unlimited items, health, exp, level.

Game/Steam Website: [Link]

table or trainer anything even incomplete would be awesome because nobody on the internet made it.

Deiland

Posted: Sat Aug 11, 2018 8:22 am
by Rysefox
When you see ?? when you are ingame dont worry, when you click on CE again, then you see all your Values

Code: Select all

"Scripts"
 - Energy
 - Health
 
 
 "Pointers" <-- Recommend
  - Current/Max Health
  - Current/Max Energy
  - Battery
  - Sensor

Deiland

Posted: Sun Aug 12, 2018 6:40 pm
by lol5535
thank you so much my friend you're the best!!!!

1534099554

experience points and unlimited items would be appreciated.

Deiland

Posted: Mon Aug 13, 2018 11:36 am
by macslayerz
Could you plz help find the cash code i tried many times with next value and the current value just disappears after the change.

Deiland

Posted: Mon Aug 13, 2018 1:52 pm
by Rysefox
lol5535, post: 54998, member: 17416 wrote:thank you so much my friend you're the best!!!!
1534099554
experience points and unlimited items would be appreciated.
macslayerz, post: 55135, member: 12965 wrote:Could you plz help find the cash code i tried many times with next value and the current value just disappears after the change.

I already look for it, but I think the values are encrypted

Deiland

Posted: Mon Aug 13, 2018 9:18 pm
by fantomas
lol5535, post: 54998, member: 17416 wrote:experience points and unlimited items would be appreciated.
macslayerz, post: 55135, member: 12965 wrote:Could you plz help find the cash code i tried many times with next value and the current value just disappears after the change.
Rysefox, post: 55153, member: 18848 wrote:I already look for it, but I think the values are encrypted
The game is using Mono features, it should help you to find these values easily (in theory). Take a look at youtube for some tutorials.
When I'm dealing with a game that supports Mono features, instead of searching for money/gold/coins value, I prefer to use NoCost/NoRequirement script. In that way, even with 0$ you'll be able to buy the item (or whatever that requires money).

Code: Select all

[ENABLE]
//Crafting
CraftGUI:CheckDetailMaterials:
  ret

//Building
StructuresGUI:CheckDetailMaterials:
  ret

//Upgrade Building
ActionGUI:CheckDetailStructureMaterials:
  ret

//Unlock All Craft Recipe
MainActivity:checkCraftRecipe:
  ret


[DISABLE]
CraftGUI:CheckDetailMaterials:
  push ebp

StructuresGUI:CheckDetailMaterials:
  push ebp

ActionGUI:CheckDetailStructureMaterials:
  push ebp

MainActivity:checkCraftRecipe:
  ret

BUT pls, use these codes with caution, at least the first one (//Crafting) - It will allow you to craft anything that requires materials BUT I also noticed that if I activate it, when a NPC gives you a new tool (axe, hammer) that you'll have to craft, once in the house's tool tab, the tool does not appear. I guess that the right code is somewhere further in that function, I might take a look on it ASAP. In the meantime, I just disable it when I do not have to craft anything.

Deiland

Posted: Tue Aug 14, 2018 10:34 pm
by lol5535
i wish i could understand this foreign computer language, all i can do is load up a table or search for simple values like gold and hp, if not encrypted.... :(

Deiland

Posted: Wed Aug 15, 2018 7:47 am
by macslayerz
fantomas, post: 55211, member: 1587 wrote:The game is using Mono features, it should help you to find these values easily (in theory). Take a look at youtube for some tutorials.
When I'm dealing with a game that supports Mono features, instead of searching for money/gold/coins value, I prefer to use NoCost/NoRequirement script. In that way, even with 0$ you'll be able to buy the item (or whatever that requires money).

Code: Select all

[ENABLE]
//Crafting
CraftGUI:CheckDetailMaterials:
  ret

//Building
StructuresGUI:CheckDetailMaterials:
  ret

//Upgrade Building
ActionGUI:CheckDetailStructureMaterials:
  ret

//Unlock All Craft Recipe
MainActivity:checkCraftRecipe:
  ret


[DISABLE]
CraftGUI:CheckDetailMaterials:
  push ebp

StructuresGUI:CheckDetailMaterials:
  push ebp

ActionGUI:CheckDetailStructureMaterials:
  push ebp

MainActivity:checkCraftRecipe:
  ret

BUT pls, use these codes with caution, at least the first one (//Crafting) - It will allow you to craft anything that requires materials BUT I also noticed that if I activate it, when a NPC gives you a new tool (axe, hammer) that you'll have to craft, once in the house's tool tab, the tool does not appear. I guess that the right code is somewhere further in that function, I might take a look on it ASAP. In the meantime, I just disable it when I do not have to craft anything.
Sorry im a serious noob how do i enable and disable? ill wait till its stable or easy 1 click.. Great work so far though @18848

Deiland

Posted: Wed Aug 15, 2018 9:56 am
by thyt12
421/5000









Hello, sorry for the language, I'm French.

I have a little trick for inventory and money. open the registry key file "regedit".

HKEY_CURRENT_USER / Software / Chibig / Deiland

There you have to edit xxxxx_n_inventory_xxxxx and put 999 or whatever.

Must have at least 1 item in the inventory, start the game and restart.

For the money it's COIN_N_inventory_xxxxxxxx.



If it can help.

Good game.

Deiland

Posted: Wed Aug 15, 2018 12:51 pm
by fantomas
Nice trick, [USER=20703]@thyt12[/USER] ;)



It does not do everything (unless you know all items strings names) but it can be helpful for people.

Deiland

Posted: Wed Aug 15, 2018 4:46 pm
by thyt12
Good evening,

I managed to send your codes. It's still easier now especially for rice.

Thank you sir.

[automerge]1534352175[/automerge]

[FONT=Trebuchet MS]I still managed to modify Assembly-CSharp.dll with dnspy for the EXP ey other, but, it is true that I am only a beginner. :p[/FONT]

Re: Deiland

Posted: Thu Aug 16, 2018 7:44 am
by macslayerz
thyt12 wrote:
Wed Aug 15, 2018 9:56 am
421/5000









Hello, sorry for the language, I'm French.

I have a little trick for inventory and money. open the registry key file "regedit".

HKEY_CURRENT_USER / Software / Chibig / Deiland

There you have to edit xxxxx_n_inventory_xxxxx and put 999 or whatever.

Must have at least 1 item in the inventory, start the game and restart.

For the money it's COIN_N_inventory_xxxxxxxx.



If it can help.

Good game.
THANK YOOUU!!!

Re: Deiland

Posted: Thu Aug 16, 2018 12:06 pm
by fantomas
fantomas wrote:
Wed Aug 15, 2018 12:51 pm
Nice trick, [USER=20703]@thyt12[/USER] ;)

It does not do everything (unless you know all items strings names) but it can be helpful for people.
In fact, it does do more than I expected - An example, if you want to enable campfire

click right -> new -> value DWORD 32bits

name it FIREPLACE_enabled and give it the value 1 (hex). Go into the game and you'll be able to craft it (as long as you have enough material :P )

FIREPLACE aka campfire
FIREPLACE-2 aka Fireplace
FIREPLACE-3 aka Fire Pit

Here some other structures strings

Code: Select all

 private string[] structure_keys = new string[] { "FIREPLACE", "FIREPLACE-2", "FIREPLACE-3", "WELL", "WELL-2", "WELL-3", "FENCE", "DOOR", "POT", "BARN", "LAKE", "MINE" };
House items

Code: Select all

private string[] page1_keys = new string[] { "AXE", "HOE", "HAMMER", "BUCKET", "TORCH", "FISHING_ROD", "STAFF" };

private string[] page2_keys = new string[] { "THREAD", "FABRIC", "BOTTLE", "ALCOHOL", "ROPE", "COMBUSTIBLE", "STRAW", "VASE", "GOLD", "SILVER", "COMPOST", "PENDANT", "CRYSTAL_STONE", "WHITE_CLOAK" };

private string[] page3_keys = new string[] { "CHEESE", "OIL", "CROISSANT", "BREAD", "SOUP", "CAKE", "PANCAKE", "SANDWITCH", "BOLETUS_DEI", "HIGH_DISH", "LOLLYPOP", "JELLY", "PIE", "TUCK", "THIGH", "SUSHI", "STEW", "PIZZA" };

private string[] page4_keys = new string[] { "HEALTH_POTION", "ANTIDOT", "GULLIVER_POTION", "INVISIBILITY_POTION", "MARMALADE", "JUICE", "PROTECTION_POTION", "MUTAPLANT_POTION", "EXPLOSIVE_POTION" };
:)

Re: Deiland

Posted: Thu Aug 30, 2018 10:39 am
by macslayerz
Any update on an actual table? plz

Re: Deiland

Posted: Thu Aug 30, 2018 10:59 am
by STN
macslayerz wrote:
Thu Aug 30, 2018 10:39 am
Any update on an actual table? plz
Fixed. Check second post