The Forest

Upload your cheat tables here (No requests)
IcyPurpose99
Expert Cheater
Expert Cheater
Posts: 476
Joined: Fri Mar 03, 2017 6:04 pm
Reputation: 16

The Forest

Post by IcyPurpose99 »

The Forest
Version: 0.73b

HINT: Game has a feature where you can type "developermodeon" in the main menu, simply type it blindly. If done correctly, use F1 for the hidden console and F2 for Debug Information toggle. (Credits to SunBeam)

Features
  • Player Stats Pointer - Shows all stats for player.
  • Max Capacity - Allows you to carry twice as many items of each type. (Script)
  • Get Item (Restored) - Locate Address of Item Max Capacity Limits, you can edit these at free will. Carry more of certain items. Also shows ID, and Amount.
  • Get Log Address - Locate the Carrying Logs address and freeze it for unlimited building logs.
  • Dissect Mono (Depreciated) - Gets additional information on Item/Player Stats!
  • Scripts (Depreciated) - Contains Unlimited Health, Stamina, Items, etc.
NOTE: InventoryItem Script is currently bugged, and will prevent crafting.

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
Attachments
TheForest.CT
(20.89 KiB) Downloaded 2275 times
Last edited by IcyPurpose99 on Sat Apr 07, 2018 8:49 pm, edited 11 times in total.

IcyPurpose99
Expert Cheater
Expert Cheater
Posts: 476
Joined: Fri Mar 03, 2017 6:04 pm
Reputation: 16

Re: The Forest

Post by IcyPurpose99 »

Update 0.59 New Features
- Added Item Data Storage Capacity Location.

IcyPurpose99
Expert Cheater
Expert Cheater
Posts: 476
Joined: Fri Mar 03, 2017 6:04 pm
Reputation: 16

Re: The Forest

Post by IcyPurpose99 »

Update 0.60b
- Updated Pointers/AOB for new Update.

User avatar
Kalas
Expert Cheater
Expert Cheater
Posts: 551
Joined: Fri Mar 03, 2017 9:49 am
Reputation: 134

Re: The Forest

Post by Kalas »

Marcus101RR wrote:
Fri Apr 14, 2017 1:09 am
The Forest
Version: 0.60b

Features
  • Player Stat Pointer - Shows all stats for player.
  • Extra Capacity - Allows you to carry twice as many items of each type. (Script)
  • Inventory Storage Data - Locate Address of Item Max Capacity Limits, you can edit these at free will. Carry more of certain items.
  • Get Log Address - Locate the Carrying Logs address and freeze it for unlimited building logs.
For your Cap Script, I would use this If you want :D
[ENABLE]

aobscan(aobItemCap,8B 4B 10 8B 53 14 03 CA 3B)
alloc(newmem,$100,aobItemCap)

label(code)
label(return)

registersymbol(aobItemCap)

newmem:

code:
mov [ebx+10],3E7
mov ecx,[ebx+10]
mov edx,[ebx+14]
jmp return


aobItemCap:
jmp newmem
nop
return:

[DISABLE]

aobItemCap:
db 8B 4B 10 8B 53 14

unregistersymbol(aobItemCap)
dealloc(newmem)
mov [ebx+10],3E7 // Change this to whatever value you want
When you pickup an item with the Script activated, the current Item Capacity will raise to whatever value you put there.

IcyPurpose99
Expert Cheater
Expert Cheater
Posts: 476
Joined: Fri Mar 03, 2017 6:04 pm
Reputation: 16

Re: The Forest

Post by IcyPurpose99 »

Kalas wrote:
Fri May 05, 2017 3:56 pm
Marcus101RR wrote:
Fri Apr 14, 2017 1:09 am
The Forest
Version: 0.60b

Features
  • Player Stat Pointer - Shows all stats for player.
  • Extra Capacity - Allows you to carry twice as many items of each type. (Script)
  • Inventory Storage Data - Locate Address of Item Max Capacity Limits, you can edit these at free will. Carry more of certain items.
  • Get Log Address - Locate the Carrying Logs address and freeze it for unlimited building logs.
For your Cap Script, I would use this If you want :D
[ENABLE]

aobscan(aobItemCap,8B 4B 10 8B 53 14 03 CA 3B)
alloc(newmem,$100,aobItemCap)

label(code)
label(return)

registersymbol(aobItemCap)

newmem:

code:
mov [ebx+10],3E7
mov ecx,[ebx+10]
mov edx,[ebx+14]
jmp return


aobItemCap:
jmp newmem
nop
return:

[DISABLE]

aobItemCap:
db 8B 4B 10 8B 53 14

unregistersymbol(aobItemCap)
dealloc(newmem)
mov [ebx+10],3E7 // Change this to whatever value you want
When you pickup an item with the Script activated, the current Item Capacity will raise to whatever value you put there.
Alright, I'll add your code to the roster.

User avatar
Kalas
Expert Cheater
Expert Cheater
Posts: 551
Joined: Fri Mar 03, 2017 9:49 am
Reputation: 134

Re: The Forest

Post by Kalas »

Marcus101RR wrote:
Sat May 06, 2017 6:08 pm
Kalas wrote:
Fri May 05, 2017 3:56 pm
Marcus101RR wrote:
Fri Apr 14, 2017 1:09 am
The Forest
Version: 0.60b

Features
  • Player Stat Pointer - Shows all stats for player.
  • Extra Capacity - Allows you to carry twice as many items of each type. (Script)
  • Inventory Storage Data - Locate Address of Item Max Capacity Limits, you can edit these at free will. Carry more of certain items.
  • Get Log Address - Locate the Carrying Logs address and freeze it for unlimited building logs.
For your Cap Script, I would use this If you want :D
[ENABLE]

aobscan(aobItemCap,8B 4B 10 8B 53 14 03 CA 3B)
alloc(newmem,$100,aobItemCap)

label(code)
label(return)

registersymbol(aobItemCap)

newmem:

code:
mov [ebx+10],3E7
mov ecx,[ebx+10]
mov edx,[ebx+14]
jmp return


aobItemCap:
jmp newmem
nop
return:

[DISABLE]

aobItemCap:
db 8B 4B 10 8B 53 14

unregistersymbol(aobItemCap)
dealloc(newmem)
mov [ebx+10],3E7 // Change this to whatever value you want
When you pickup an item with the Script activated, the current Item Capacity will raise to whatever value you put there.
Alright, I'll add your code to the roster.
Got also Items Addresses:

Item ID, Item Amount, Item Max, Item Max Bonus.


The Forest Mono.CT
(7.77 KiB) Downloaded 196 times

IcyPurpose99
Expert Cheater
Expert Cheater
Posts: 476
Joined: Fri Mar 03, 2017 6:04 pm
Reputation: 16

Re: The Forest

Post by IcyPurpose99 »

@Kalas: Added to the roster, thank you!

User avatar
Kalas
Expert Cheater
Expert Cheater
Posts: 551
Joined: Fri Mar 03, 2017 9:49 am
Reputation: 134

Re: The Forest

Post by Kalas »

[Mono Dissect]

PlayerStats
PhysicalStrengthData
LogControler
InventoryItem
FirstPersonCharacter

[Scripts]

Infinite Stamina
Infinite Health - Get Hit, Activate Script.
Infinite Energy
Infinite Fullness
Infinite Thirst
Infinite Campfire Burn - Light up a Campfire, Activate Script.
Instant Blueprint Craft - Place a Blueprint, Activate Script.


Old Releases wrote:
The Forest.CT
v0.50b // First Release.
(16.66 KiB) Downloaded 142 times

The Forest.CT
v0.50b // V2, Includes more features.
(41.26 KiB) Downloaded 121 times

The Forest.CT
V0.61C // Updated to latest version!
(28.35 KiB) Downloaded 373 times
Last edited by Kalas on Fri May 19, 2017 5:20 pm, edited 3 times in total.

IcyPurpose99
Expert Cheater
Expert Cheater
Posts: 476
Joined: Fri Mar 03, 2017 6:04 pm
Reputation: 16

Re: The Forest

Post by IcyPurpose99 »

Kalas wrote:
Mon May 08, 2017 9:02 pm
The Forest.CT



The Forest.CT



I added couple of other stuff too, you can add what you want to your Table :)


EDIT: New Table Added (V2)


LUA Feature, Open Game and open the Cheat Table and it will Auto Attach, also added two more in Mono Dissect.!
Added to the roster, note, your InventoryItem script prevents crafting, it has been marked RED in the table and the old dissect was left intact as this item editor still works while crafting.

User avatar
Kalas
Expert Cheater
Expert Cheater
Posts: 551
Joined: Fri Mar 03, 2017 9:49 am
Reputation: 134

Re: The Forest

Post by Kalas »

Marcus101RR wrote:
Fri May 19, 2017 5:05 pm
Kalas wrote:
Mon May 08, 2017 9:02 pm
The Forest.CT



The Forest.CT



I added couple of other stuff too, you can add what you want to your Table :)


EDIT: New Table Added (V2)


LUA Feature, Open Game and open the Cheat Table and it will Auto Attach, also added two more in Mono Dissect.!
Added to the roster, note, your InventoryItem script prevents crafting, it has been marked RED in the table and the old dissect was left intact as this item editor still works while crafting.
I honestly have no idea why it does that, but just have that Editor to edit cap and value and then disabling this Script will allow you to craft and whatever :)

PS: Edited my post and added a Table for V0.61C (viewtopic.php?p=7969#p7969)

IcyPurpose99
Expert Cheater
Expert Cheater
Posts: 476
Joined: Fri Mar 03, 2017 6:04 pm
Reputation: 16

Re: The Forest

Post by IcyPurpose99 »

Kalas wrote:
Fri May 19, 2017 5:11 pm
Marcus101RR wrote:
Fri May 19, 2017 5:05 pm
Kalas wrote:
Mon May 08, 2017 9:02 pm
The Forest.CT



The Forest.CT



I added couple of other stuff too, you can add what you want to your Table :)


EDIT: New Table Added (V2)


LUA Feature, Open Game and open the Cheat Table and it will Auto Attach, also added two more in Mono Dissect.!
Added to the roster, note, your InventoryItem script prevents crafting, it has been marked RED in the table and the old dissect was left intact as this item editor still works while crafting.
I honestly have no idea why it does that, but just have that Editor to edit cap and value and then disabling this Script will allow you to craft and whatever :)

PS: Edited my post and added a Table for V0.61C (viewtopic.php?p=7969#p7969)
I modified your original Dissect for items to use the removeitem event, additem i should say, which is when you collect atleast 1 item the addresses will always be up to date. In addition, your original one happens to take affect on other players in the server in some cases.

BigDogMaxx
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Mar 14, 2017 10:29 pm
Reputation: 0

Re: The Forest

Post by BigDogMaxx »

you should add a script for light range and intensity \:

soveR666
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Jun 16, 2017 1:15 pm
Reputation: 0

Re: The Forest

Post by soveR666 »

Any new cheat table update for version v0.62 of The Forest?

User avatar
Starkiller
Expert Cheater
Expert Cheater
Posts: 90
Joined: Sun Apr 16, 2017 5:32 am
Reputation: 10

Re: The Forest

Post by Starkiller »

I just bought the game on sale i'd love a v62 as well ^^

User avatar
Kalas
Expert Cheater
Expert Cheater
Posts: 551
Joined: Fri Mar 03, 2017 9:49 am
Reputation: 134

Re: The Forest

Post by Kalas »

@soveR666, @Starkiller - download/file.php?id=3343 works fine on latest build of the game.

Post Reply

Who is online

Users browsing this forum: Cheat Code, demon_siege23, dharthoorn, DotBot, ElvenRolls, Google Adsense [Bot], Mohin420, sanderjk, vonzuu, Worky, xboxgame, xspeed