GipsyDanger wrote: ↑Mon Aug 03, 2020 11:34 pm
imjustmaxie wrote: ↑Mon Aug 03, 2020 4:28 am
Hello
I made a table for Grounded (Game Preview), tested on Xbox Game Pass version.
Feel free to add it to your current cheat tables.
Current Options:
Infinite Health
Easy Kills / Cuts (WIP)
Infinite Stamina
Infinite Water
Infinite Food
Infinite Oxygen / Breath
Infinite Raw Science
Easy Crafting (requires at least one item in inventory + quickslot)
Infinite Items (min amount 2 to work)
Infinite Item Durability
Glass Planks
Jump Height Adjuster
Time Multiplier
Coordinates (with simple Teleport script)
Credits to those who helped me in making this table
Check Advanced Options for important codelists.
Also, try to load the table,hook it to browsers, or Cheat Engine (official) or Discord and activate the main script.
You might find something interesting.
Another thing, shoutout to DARK fans! Enable the script for a surprise
Hello
would you be able to make an easy construction without requiring minimal resources?
Hi, I did check some of the instructions and I've yet to find the correct one.
If I do find it, I'll be sure to add it to the current cheat table, although no promises.
Edit: Found a flag instruction that allows building without enough resources.
Unfortunately, once the build button is held at the end if the flag is set to 1, it crashes.
If someone could check that out, it would be useful
Code: Select all
Maine-WinAnvil-Shipping.exe+183B040 - 48 8B 02 - mov rax,[rdx]
Maine-WinAnvil-Shipping.exe+183B043 - 48 39 01 - cmp [rcx],rax
Maine-WinAnvil-Shipping.exe+183B046 - 75 1B - jne Maine-WinAnvil-Shipping.exe+183B063
Maine-WinAnvil-Shipping.exe+183B048 - 8B 42 0C - mov eax,[rdx+0C]
Maine-WinAnvil-Shipping.exe+183B04B - 39 41 0C - cmp [rcx+0C],eax
Maine-WinAnvil-Shipping.exe+183B04E - 8B 42 08 - mov eax,[rdx+08]
Maine-WinAnvil-Shipping.exe+183B051 - 41 0F94 C0 - sete r8l
Maine-WinAnvil-Shipping.exe+183B055 - 39 41 08 - cmp [rcx+08],eax
Maine-WinAnvil-Shipping.exe+183B058 - 0F94 C0 - sete al
Maine-WinAnvil-Shipping.exe+183B05B - 44 84 C0 - test al,r8l
Maine-WinAnvil-Shipping.exe+183B05E - 74 03 - je Maine-WinAnvil-Shipping.exe+183B063
Maine-WinAnvil-Shipping.exe+183B060 - B0 01 - mov al,01
Maine-WinAnvil-Shipping.exe+183B062 - C3 - ret
Maine-WinAnvil-Shipping.exe+183B063 - 32 C0 - xor al,al
the above codes are called from here:
Code: Select all
Maine-WinAnvil-Shipping.exe+78967C - 0F10 82 A8000000 - movups xmm0,[rdx+000000A8]
Maine-WinAnvil-Shipping.exe+789683 - 49 8B D7 - mov rdx,r15
Maine-WinAnvil-Shipping.exe+789686 - 48 8D 4C 24 20 - lea rcx,[rsp+20]
Maine-WinAnvil-Shipping.exe+78968B - 0F11 44 24 20 - movups [rsp+20],xmm0
>>Maine-WinAnvil-Shipping.exe+789690 - E8 AB190B01 - call Maine-WinAnvil-Shipping.exe+183B040
Maine-WinAnvil-Shipping.exe+789695 - 84 C0 - test al,al
Maine-WinAnvil-Shipping.exe+789697 - 74 23 - je Maine-WinAnvil-Shipping.exe+7896BC
Maine-WinAnvil-Shipping.exe+789699 - 45 84 F6 - test r14l,r14l
Maine-WinAnvil-Shipping.exe+78969C - 75 10 - jne Maine-WinAnvil-Shipping.exe+7896AE