Search found 33 matches

by nihilism
Tue Apr 09, 2024 1:56 am
Forum: Tables
Topic: Graveyard Keeper
Replies: 128
Views: 189876

Re: Graveyard Keeper

Only played for a few minutes. Will likely add more as I play through it.

Energy Doesn't Decrease
Durability Doesn't Decrease
Unlocking Increases Tech + No Materials Required to Unlock Techs (other requirements still needed)
No Materials Required for Crafting
by nihilism
Tue Apr 09, 2024 1:50 am
Forum: Cheat Engine
Topic: ASM: reassemble() help
Replies: 1
Views: 125

Re: ASM: reassemble() help

Syntax issue... (spent around 2 hours fiddling :shock: )

Needed to put address before offset in quotes when defining.
Code works as intended now.
by nihilism
Tue Apr 09, 2024 12:55 am
Forum: Cheat Engine
Topic: ASM: reassemble() help
Replies: 1
Views: 125

ASM: reassemble() help

tldr: want to copy the opcode (not bytes) at address A to address B I want to modify a method that calls 'AddToParams' to instead call 'SubFromParams'. I was able to identify where the calls are being made and manually changed the opcodes to swap the calls. That tested successfully, but call address...
by nihilism
Wed Apr 26, 2023 4:10 pm
Forum: Tables
Topic: Book of Demons
Replies: 43
Views: 29249

Re: Book of Demons

Updated for 1.04.22689 Hi, would you create a version for Amazon games as this is currently free? I noticed the executable for Amazon games is r2g_bod.exe so I modified your script to match this process name, however, it prompted an error "Mono not usable in target" and then I cannot check the "ena...
by nihilism
Sat Jan 21, 2023 6:39 pm
Forum: Single Player Cheat Requests
Topic: [Request] Pokéclicker
Replies: 147
Views: 70112

Re: [Request] Pokéclicker

However they aren't worked for me anyway, even on browser version. I tried App.game.multiplier.getBonus('eggStep', () => 10000) to get the last two achievements faster, but eggs aren't started hatching 10000 times quicker. I tried App.game.multiplier.getBonus('eggStep', () => 2) to at least get twi...
by nihilism
Sun Jun 05, 2022 12:19 am
Forum: Single Player Cheat Requests
Topic: [Request] Pokéclicker
Replies: 147
Views: 70112

Re: [Request] Pokéclicker

App.game.multiplier.addBonus(' type ', () => amount ) App.game.multiplier.addBonus(' clickAttack ', () => 10 ) will multiply current 'clickAttack' multiplier by '10'. You can use fractions/decimals to reduce multiplier. ex: App.game.multiplier.addBonus(' clickAttack ', () => 0.1 ) will divide the m...
by nihilism
Sun May 08, 2022 4:06 am
Forum: Tables
Topic: Northgard 32/64bits v2.8.4 Steam (GM and More) 2022-MaY-22
Replies: 309
Views: 267202

Re: Northgard 32/64bits v2.7.4 Steam (GM and More) 2022-Mar-01

Updated what I could from Recifense 2.7.4 table.

Tested in story mode up to end of 3rd level.
All working except God Mode (activates, but does not appear to do anything) and Special Resources pointers.
by nihilism
Tue Mar 15, 2022 12:43 am
Forum: Tables
Topic: Forager (v4.1.3 / Evolved) [+56] BY TheInsaneHacker
Replies: 42
Views: 40298

Re: Forager (v4.1.3 / Evolved) [+56] BY TheInsaneHacker

Game Pass version has entirely different process name FYI. "WinUAPRunner.exe"
by nihilism
Thu Sep 24, 2020 6:26 am
Forum: Tables
Topic: Anno 2205
Replies: 33
Views: 71678

Re: Anno 2205

For UPlay people, the exe name changed somewhere along the line which is why most of the tables don't work anymore for it. I opened the CT posted here in a text editor and replaced all "anno2205.exe" with "anno2205_plus.exe" which let me enable the cheats. Tested briefly the max everything and no up...
by nihilism
Fri Sep 18, 2020 1:41 am
Forum: Tables
Topic: Disgaea 4 Complete+ (Steam) - Last Update 2020.09.14
Replies: 131
Views: 63005

Re: Disgaea 4 Complete+ (Steam) - Last Update 2020.09.14

This is The Black X table for GamePass version. I just opened in Notepad++ and replaced all "Disgaea4pc.exe" with "Disgaea4gp.exe" :lol: Was able to enable scripts so I assume they work. Pointers appear to point to the right places. I did not fully test at all. So YMMV. Disgaea4gp - Hades Forge Tabl...
by nihilism
Mon Sep 14, 2020 5:13 am
Forum: Tables
Topic: Staxel (Steam)
Replies: 12
Views: 8741

Re: Staxel (Steam)

Found currency Pointer scanned awhile until stable pointer found Dissected data on ptr addr took me to worldbase (most things were organized into vtables) Jumped to memory address of worldbase Copied AOB of arbitrary length until only 1 result found and placed in a notepad Restarted game and repeat...
by nihilism
Sun Mar 29, 2020 2:45 am
Forum: Tables
Topic: Fell Seal: Arbiter's Mark (Steam)
Replies: 73
Views: 51654

Re: Fell Seal: Arbiter's Mark (Steam)

Just got this off Humble. Tested working for latest steam version as of 3/28/2020. Fell Seal.CT Added: Multiple moves per turn Added: Multiple actions per turn Added: Double components on use Added: Free shop purchases Fixed: AP Multiplier/Infinite AP Fixed: GP Multiplier Fixed: "Infinite MP" (need ...
by nihilism
Tue Mar 24, 2020 3:30 am
Forum: Single Player Cheat Requests
Topic: [Request] Steredenn: Binary Stars
Replies: 2
Views: 2085

Re: [Request] Steredenn: Binary Stars

Table for latest version as of 3/23/2020 Contains 'God Mode' and One Hit Kill script. Steredenn.CT P.S. You will need to ram cargo ships to destroy them (they drop weapons and shields) until you get higher base damage upgrades. With GM enabled, you won't take damage or lose combo bonus if that matte...
by nihilism
Tue Mar 17, 2020 2:59 am
Forum: Tables
Topic: Staxel (Steam)
Replies: 12
Views: 8741

Re: Staxel (Steam)

Here's a table for latest version as of 3/16/2020 Game seems to have some kind of checksum that boots you from world if you inject any code. Used aobscans + LUA to get around it. Attach to 'Staxel.Server.noConsole.exe' after loading a world. Contains: Script - Max item count in inventory slot 1 (act...
by nihilism
Mon Mar 16, 2020 9:19 pm
Forum: Cheat Engine Lua Scripting
Topic: Error referencing variable in Disable section
Replies: 4
Views: 5185

Re: Error referencing variable in Disable section

Resolved.

It needed if syntaxcheck then return end again after disable section.