GROUNDED - V.0.1.0.2168 - Skidrow - +14 - Update 3

Upload your cheat tables here (No requests)
hacks200
Noobzor
Noobzor
Posts: 12
Joined: Fri Jul 31, 2020 10:28 am
Reputation: 3

Re: GROUNDED - V.0.1.0.2168 - Skidrow - +14 - Update 3

Post by hacks200 »

Akira wrote:
Sat Aug 01, 2020 1:55 am
Sorry i forgot to add the link/information how to unlock the console.
I updated my google docs site, it now has a tab with the link.
The Console Commands I may be able to put them into cheat Engine and make them work with out needing to use the console

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

User avatar
Akira
Table Makers
Table Makers
Posts: 1268
Joined: Fri May 24, 2019 2:04 am
Reputation: 1675

Re: GROUNDED - V.0.1.0.2168 - Skidrow - +14 - Update 3

Post by Akira »

hacks200 wrote:
Sat Aug 01, 2020 2:00 am
The Console Commands I may be able to put them into cheat Engine and make them work with out needing to use the console
Sure but there is so much more you could do as just adding the normal cheat codes, with the console (dumped txt) you can find a lot of adresses which you can then use with cheat engine.
For example you could make double jump or even unlimited jumping.

Universal Unreal Engine 4 Unlocker / Available features / Dump object info
The txt file can then be found in:
Steam\steamapps\common\Grounded\Maine\Binaries\Win64\UUU_ObjectsDump.txt
Don't know the path for the windows version.

User avatar
NumberXer0
Expert Cheater
Expert Cheater
Posts: 1028
Joined: Sun Mar 12, 2017 2:17 pm
Reputation: 92

Re: GROUNDED - V.0.1.0.2168 - Skidrow - +14 - Update 3

Post by NumberXer0 »

Andrew3000 wrote:
Fri Jul 31, 2020 12:43 pm
I've modified the table to make it compatible with the Windows Store version, everything should work correctly.
Doesn't work for me. The only options I'm interested in are durability and item use and neither seem to work. My torch still went down and so did all my food and materials.

Edit: Probably an issue with the source table. I know all you did was change the process. Strange that everything stopped working.

User avatar
Rhark
Expert Cheater
Expert Cheater
Posts: 2827
Joined: Tue Apr 16, 2019 1:27 am
Reputation: 1225

Re: GROUNDED - V.0.1.0.2168 - Skidrow - +14 - Update 3

Post by Rhark »

Infinite Jumps:

Code: Select all

[ENABLE]

aobscanmodule(infJump,$process,0F 9C C0 48 8B 5C 24 30 48 83 C4 20 5F C3 CC) // should be unique

infJump:
  db B0 01 90
registersymbol(infJump)

[DISABLE]

infJump:
  db 0F 9C C0

unregistersymbol(infJump)

Alternate Infinite Items -- gain a full stack of an item when you loot it.

Code: Select all

[ENABLE]

aobscanmodule(items,$process,CC 8B 81 C0 00 00 00 C3) // should be unique
alloc(newmem,$1000,items)

label(code)
label(return)

newmem:
  mov [rcx+C0],#20
code:
  mov eax,[rcx+000000C0]
  jmp return

items+01:
  jmp newmem
  nop
return:
registersymbol(items)

[DISABLE]

items+01:
  db 8B 81 C0 00 00 00

unregistersymbol(items)
dealloc(newmem)

GipsyDanger
Expert Cheater
Expert Cheater
Posts: 336
Joined: Sat Jun 27, 2020 2:33 pm
Reputation: 74

Re: ATERRADO - V.0.1.0.2168 - Skidrow - +14 - Atualização 3

Post by GipsyDanger »

would you facilitate construction (Easy Construction)?

do floor and wall, without spending the materials?

User avatar
keds99
Fearless Donors
Fearless Donors
Posts: 12
Joined: Wed Mar 22, 2017 8:37 pm
Reputation: 3

Re: GROUNDED - V.0.1.0.2168 - Skidrow - +14 - Update 3

Post by keds99 »

Akira wrote:
Sat Aug 01, 2020 1:55 am
Sorry i forgot to add the link/information how to unlock the console.
I updated my google docs site, it now has a tab with the link.
Thank you! Just wish I could find the weed log to just spawn in instead of having to cut down a dandelion every 2 minutes lol. You have saved me a lot of time

User avatar
keds99
Fearless Donors
Fearless Donors
Posts: 12
Joined: Wed Mar 22, 2017 8:37 pm
Reputation: 3

Re: ATERRADO - V.0.1.0.2168 - Skidrow - +14 - Atualização 3

Post by keds99 »

GipsyDanger wrote:
Sat Aug 01, 2020 3:23 pm
would you facilitate construction (Easy Construction)?

do floor and wall, without spending the materials?
This. Please.

hacks200
Noobzor
Noobzor
Posts: 12
Joined: Fri Jul 31, 2020 10:28 am
Reputation: 3

Re: GROUNDED - V.0.1.0.2168 - Skidrow - +14 - Update 3

Post by hacks200 »

NumberXer0 wrote:
Sat Aug 01, 2020 12:42 pm
Andrew3000 wrote:
Fri Jul 31, 2020 12:43 pm
I've modified the table to make it compatible with the Windows Store version, everything should work correctly.
Doesn't work for me. The only options I'm interested in are durability and item use and neither seem to work. My torch still went down and so did all my food and materials.

Edit: Probably an issue with the source table. I know all you did was change the process. Strange that everything stopped working.

What version of cheat engine are you on you should be on 7.1 and also what version of the game Steam or MS

User avatar
NumberXer0
Expert Cheater
Expert Cheater
Posts: 1028
Joined: Sun Mar 12, 2017 2:17 pm
Reputation: 92

Re: GROUNDED - V.0.1.0.2168 - Skidrow - +14 - Update 3

Post by NumberXer0 »

hacks200 wrote:
Sat Aug 01, 2020 5:34 pm
NumberXer0 wrote:
Sat Aug 01, 2020 12:42 pm
Andrew3000 wrote:
Fri Jul 31, 2020 12:43 pm
I've modified the table to make it compatible with the Windows Store version, everything should work correctly.
Doesn't work for me. The only options I'm interested in are durability and item use and neither seem to work. My torch still went down and so did all my food and materials.

Edit: Probably an issue with the source table. I know all you did was change the process. Strange that everything stopped working.

What version of cheat engine are you on you should be on 7.1 and also what version of the game Steam or MS
7.1 and MS, which the table I was using is built for. Those options just simply do not work. The other infinite items table works great, but I honestly hate giving a full stack every time you pick something up. Completely clutters the inventory. I much prefer the original, where it simply doesn't go down. Too bad it won't work though.

Edit: I actually tried the table you posted too. Same thing unfortunately. Everything still decreases.
Last edited by NumberXer0 on Sat Aug 01, 2020 5:59 pm, edited 1 time in total.

poomxz789
What is cheating?
What is cheating?
Posts: 3
Joined: Sun Apr 12, 2020 12:02 pm
Reputation: 0

Re: GROUNDED - V.0.1.0.2168 - Skidrow - +14 - Update 3

Post by poomxz789 »

any of them don't work on co-op mode

User avatar
Rysefox
Table Makers
Table Makers
Posts: 863
Joined: Sat Jun 23, 2018 3:32 pm
Reputation: 914

Re: GROUNDED - V.0.1.0.2168 - Skidrow - +14 - Update 3

Post by Rysefox »

poomxz789 wrote:
Sat Aug 01, 2020 5:58 pm
any of them don't work on co-op mode
i think co-op is online / server sided thats why

GipsyDanger
Expert Cheater
Expert Cheater
Posts: 336
Joined: Sat Jun 27, 2020 2:33 pm
Reputation: 74

Re: GROUNDED - V.0.1.0.2168 - Skidrow - +14 - Update 3

Post by GipsyDanger »

Rysefox wrote:
Sat Aug 01, 2020 6:30 pm
poomxz789 wrote:
Sat Aug 01, 2020 5:58 pm
any of them don't work on co-op mode
i think co-op is online / server sided thats why
would it have easy construction?

hacks200
Noobzor
Noobzor
Posts: 12
Joined: Fri Jul 31, 2020 10:28 am
Reputation: 3

Re: GROUNDED - V.0.1.0.2168 - Skidrow - +14 - Update 3

Post by hacks200 »

With This small update to the table I fixed the TP to saved position there was a key conflict that made it not work, and ive added 3 new things to the table

NEW:
Unlimited Item (ALT) - Gain the stack when looted
AIR JUMP - Lets you keep jumping
Grass Planks - Set the value or freeze and this is for building also, I did a basic pointer for this and if some odd reason if it stops working let me know.

The Set Keybinds I’ve set.
F7 - Save Location CTRL+F7

For Clipping They use Numpad keys.
Numpad 8 - Clip North
Numpad 2 - Clip South
Numpad 4 - Clip West
Numpad 6 - Clip East
Numpad + - Clip Up
Numpad - - Clip Down

Image
Image
Attachments
Maine-WinAnvil-Shipping.CT
MS Version
(158.28 KiB) Downloaded 129 times
Maine-Win64-Shipping.CT
Steam Version
(156.88 KiB) Downloaded 135 times

User avatar
NumberXer0
Expert Cheater
Expert Cheater
Posts: 1028
Joined: Sun Mar 12, 2017 2:17 pm
Reputation: 92

Re: GROUNDED - V.0.1.0.2168 - Skidrow - +14 - Update 3

Post by NumberXer0 »

Rysefox wrote:
Sat Aug 01, 2020 6:30 pm
poomxz789 wrote:
Sat Aug 01, 2020 5:58 pm
any of them don't work on co-op mode
i think co-op is online / server sided thats why
I don't think so. Both the table and trainer I used when playing with a friend effected both of us.

User avatar
Rysefox
Table Makers
Table Makers
Posts: 863
Joined: Sat Jun 23, 2018 3:32 pm
Reputation: 914

Re: GROUNDED - V.0.1.0.2168 - Skidrow - +14 - Update 3

Post by Rysefox »

hacks200 wrote:
Sat Aug 01, 2020 7:27 pm
With This small update to the table I fixed the TP to saved position there was a key conflict that made it not work, and ive added 3 new things to the table

NEW:
Unlimited Item (ALT) - Gain the stack when looted
AIR JUMP - Lets you keep jumping
Grass Planks - Set the value or freeze and this is for building also, I did a basic pointer for this and if some odd reason if it stops working let me know.

The Set Keybinds I’ve set.
F7 - Save Location CTRL+F7

For Clipping They use Numpad keys.
Numpad 8 - Clip North
Numpad 2 - Clip South
Numpad 4 - Clip West
Numpad 6 - Clip East
Numpad + - Clip Up
Numpad - - Clip Down

Image
Image
I appreciate when you dont merge my table ty

Post Reply

Who is online

Users browsing this forum: Averter, BeromeGamer, clayden313, duchsw, fizee, FryGuy, Google [Bot], Google Adsense [Bot], Impala, jackk1106, kalotus, Kuddel, mflau, Momotaros, Rhark, soappy, steelbro, YamiNoZero, zantek