Search found 71 matches

by Wombleinc
Thu Mar 07, 2024 4:44 pm
Forum: Tables
Topic: HELLDIVERS 2
Replies: 1963
Views: 241795

Re: HELLDIVERS 2

Download to zip file from GitHub Run this program from the extracted folder. https://i.imgur.com/Yd3wvPm.png Move the .dll file that was created from running the program into the game directory for Helldivers2.(The .dll will be create in a x64 folder or however you built and ran the program). Run th...
by Wombleinc
Wed Sep 06, 2023 1:28 am
Forum: Tables
Topic: Starfield
Replies: 411
Views: 104759

Re: Starfield

curious on what the relationship value for each of the characters would be. Is it like a stardew valley type of thing or baldur's Gate 3 type of deal?
by Wombleinc
Sat Sep 02, 2023 3:52 am
Forum: Tables
Topic: Starfield
Replies: 411
Views: 104759

Re: Starfield

How did you get the container pointer? Did you find it through a the player structure or through the item in the container(what accesses or writes to the address)?
by Wombleinc
Sat Sep 02, 2023 1:53 am
Forum: Tables
Topic: Starfield - table v: 1.0.2 CT
Replies: 169
Views: 56308

Re: Starfield - table v: 1.0.2 CT

Can anyone explain how I could find an inventory pointer?
by Wombleinc
Fri Aug 11, 2023 4:00 am
Forum: Tables
Topic: z Baldur's Gate 3
Replies: 6890
Views: 2171489

Re: z Baldur's Gate 3

Anyway to remove flags on the Set flags?
by Wombleinc
Thu Feb 23, 2023 7:52 pm
Forum: Single Player Cheat Requests
Topic: Sons of the Forest
Replies: 3
Views: 3195

Sons of the Forest

Game Name: Sons of the Forest
Game Engine: Unity Engine
Game Version:Early access(Not sure where to see this information)
Options Required:
  • God Mode
  • Free craft

Steam Website: [Link]
by Wombleinc
Thu Dec 29, 2022 2:21 am
Forum: Specific Game Discussions
Topic: Dont starve together (solo with no caves)
Replies: 0
Views: 4443

Dont starve together (solo with no caves)

Seems like every single instruction in the game is run through one opt code. Every value that I find is a double and I can pretty much find anything in the game I need but I can't make any tables at all due to everything running through the same opt code. I know there are break and trace methods but...
by Wombleinc
Thu Aug 11, 2022 8:36 pm
Forum: Tables
Topic: Cult of the Lamb
Replies: 74
Views: 56302

Re: Cult of the Lamb

I dont think either of these tables are working right now.
by Wombleinc
Mon Jan 24, 2022 4:19 am
Forum: Tables
Topic: Kingdom Hearts II Final Mix (2.5) (Epic)
Replies: 56
Views: 41576

Re: Kingdom Hearts II Final Mix (2.5) (Epic)

pretty much everything beside the god mode and damage mods work now. I mean there are little things but not much
by Wombleinc
Wed Jan 05, 2022 10:26 pm
Forum: Tables
Topic: SCUM - Single Player
Replies: 45
Views: 76468

Re: SCUM - Single Player

I can find the new offsets to some of these in this table but I have no idea how to get his script to work again. code: movss [rbx+00000270],xmm0 jmp return This^ is the new health offset. You can't move ints or floats into an xmm0 register so you'll have to move it directly into the rbx+270 registe...
by Wombleinc
Wed Jan 05, 2022 7:17 am
Forum: Tables
Topic: Forza Horizon 5 Latest Update
Replies: 521
Views: 453434

Re: Forza Horizon 5 Latest Update

still no bans?
by Wombleinc
Thu Nov 11, 2021 5:27 pm
Forum: General Gamehacking
Topic: Question about certain values and how to find them
Replies: 1
Views: 5746

Question about certain values and how to find them

The game I am working with at the moment is Jurassic World 2 but the question applies to multiple games. I am still in the process of learning everything which I have a pretty solid base. I understand certain game logic and how it converts to some of the assembly programming but there is still a lot...
by Wombleinc
Thu Nov 11, 2021 5:16 pm
Forum: Single Player Cheat Requests
Topic: [REQUEST] Jurassic World Evolution 2
Replies: 4
Views: 3941

Re: [REQUEST] Jurassic World Evolution 2

So this just happens to be the game I am messing around in at the moment. I am still in the process of learning everything which I have a pretty solid base. I understand certain game logic and how it converts to regular programming but there is still a lot I don't understand. An example is how timer...
by Wombleinc
Thu Sep 16, 2021 8:57 pm
Forum: Single Player Cheat Requests
Topic: {REQUEST} Eastward
Replies: 32
Views: 24233

Re: {REQUEST} Eastward

+1 bought it on switch and PC.
by Wombleinc
Thu Jul 29, 2021 5:40 pm
Forum: Single Player Cheat Requests
Topic: Rim World Royalty update
Replies: 81
Views: 66094

Re: Rim World Royalty update

mono_invoke_method(nil, mono_findMethod('','DebugWindowsOpener', 'ToggleDebugActionsMenu'), 1, {}) This should really be everything you need. It enables the Developer Debug menu. I do not know how to put this into a clickable table form though. I figured it out. I added to the cheat table that the ...