Search found 7 matches

by Corruptsmurf
Wed Aug 23, 2023 11:45 pm
Forum: Tables
Topic: z Baldur's Gate 3
Replies: 6934
Views: 2250710

Re: z Baldur's Gate 3

Edited the item spawner code for my testing just so it spawns more than 1 item id at a time, thought i would share just for convenience. [ENABLE] {$lua} if syntaxcheck then return end local items = { "ef840839-3516-43b1-823f-103b1e0b04bf", "62950ae1-b74f-46a6-bfd0-055c93bad651", "7ab22473-bb9a-49f4...
by Corruptsmurf
Fri May 20, 2022 5:53 pm
Forum: Tables
Topic: z Hydroneer
Replies: 29
Views: 32960

Re: z Hydroneer

This still works, just takes a tiny bit of effort. You need to get two stacks of coins, doesn't matter how small (mine were 11 and 20). You pick up a stack, say it's 11 coins, the table should show that value in the "Coins Being Held" address. Update that value to whatever you want, say 200,000. Now...
by Corruptsmurf
Sun May 15, 2022 11:38 pm
Forum: Tables
Topic: Warhammer 40,000: Chaos Gate - Daemonhunters
Replies: 42
Views: 17599

Re: Warhammer 40,000: Chaos Gate - Daemonhunters

Anyone have an idea of how to find or set a value for ship speed?
by Corruptsmurf
Sun May 15, 2022 11:37 pm
Forum: Tables
Topic: Warhammer 40,000: Chaos Gate - Daemonhunters
Replies: 42
Views: 17599

Re: Warhammer 40,000: Chaos Gate - Daemonhunters

Anyone found a way to increase available prognosticars? kinda misplaced the first one cause I didnt realize the map would expand :( Yep, same way you find a basic value. Need to build up 2-3 prognosticars first. Say you start with 3. Do a new search, value 3. Then use a prog (2 left). Next search, ...
by Corruptsmurf
Thu May 12, 2022 8:00 pm
Forum: Tables
Topic: Warhammer 40,000: Chaos Gate - Daemonhunters
Replies: 42
Views: 17599

Re: Warhammer 40,000: Chaos Gate - Daemonhunters

Is it possible to find the pointers for the reward requisition levels? The ones that you can only upgrade every 60 days. So for those. They don't change while you are selecting rewards. For example, during the grand master report, say you start with 8, you select 3 rewards and the screen tells you ...
by Corruptsmurf
Sat Apr 30, 2022 8:59 pm
Forum: Tables
Topic: Elden Ring Ultimate Table v2.95 Game v1.09.1
Replies: 178
Views: 190304

Re: Elden Ring Ultimate Table v1.60 (Over 60k code lines/Magic-BulletEditor/GUI ItemGiver/BestTable so far/NexusNo1Mod)

I'm quite new to CheatEngine, someone can explain me where it is browse memory region? :( I'm trying to edit varre for the quest. https://i.imgur.com/dJ4lz3w.png All steps, one image: https://imgur.com/a/RGbUQiS#N6dhuE6 Multiple images: https://imgur.com/a/OlcdFTp I made step by step screenshots sh...
by Corruptsmurf
Fri Jan 28, 2022 8:31 pm
Forum: Single Player Cheat Requests
Topic: Vampire Survivors
Replies: 213
Views: 273969

Re: Vampire Survivors

Hi, all. I got up to the point where seeing no error up to the end. ------------ import plyvel db = plyvel.DB(r'YOUR_SAVE_PATH', create_if_missing=False) db.put(b'_file://\x00\x01CapacitorStorage.Coins', b'\x0199999') ------------- But, in game, coin gone back to 0 and all other achievement are era...