Search found 9 matches

by minisora
Wed Mar 20, 2024 12:18 pm
Forum: Tables
Topic: SteamWorld Build
Replies: 13
Views: 3948

Re: SteamWorld Build

Updated the table for game pass version. I just started so I can only confirm that the earlier materials are working.
by minisora
Sat Jun 03, 2023 2:41 am
Forum: Single Player Cheat Requests
Topic: [Request] Cassette Beasts Game Pass
Replies: 21
Views: 9468

Re: [Request] Cassette Beasts Game Pass

Pur wrote:
Fri May 26, 2023 7:39 am
minisora wrote:
Tue May 09, 2023 4:50 pm
Well, best I can do is to create pointers to inventory to change existing item amounts.
This doesn't work for the gamepass version right?
I was playing on gamepass version, so it should work unless they updated the game.
by minisora
Tue May 09, 2023 4:50 pm
Forum: Single Player Cheat Requests
Topic: [Request] Cassette Beasts Game Pass
Replies: 21
Views: 9468

Re: [Request] Cassette Beasts Game Pass

Well, best I can do is to create pointers to inventory to change existing item amounts.
by minisora
Mon May 08, 2023 7:27 am
Forum: Single Player Cheat Requests
Topic: [Request] Cassette Beasts Game Pass
Replies: 21
Views: 9468

Re: [Request] Cassette Beasts Game Pass

Just wanted to share a simple script for infinite AP, other values seem to be easily searchable using 4 bytes.
by minisora
Fri Jul 08, 2022 3:16 am
Forum: Single Player Cheat Requests
Topic: [Request] Pokéclicker
Replies: 147
Views: 71335

Re: [Request] Pokéclicker

i try to change EV for pokemon with the console but it doesn t work...someone know how to do it? for (i=0; i < App.game.party._caughtPokemon().length; i++) { GameHelper.incrementObservable(App.game.statistics.effortPoints[App.game.party._caughtPokemon()[i].id], 100000); } thanks. it s works fine bu...
by minisora
Thu Jul 07, 2022 5:39 am
Forum: Single Player Cheat Requests
Topic: [Request] Pokéclicker
Replies: 147
Views: 71335

Re: [Request] Pokéclicker

clad wrote:
Wed Jul 06, 2022 3:43 pm
i try to change EV for pokemon with the console but it doesn t work...someone know how to do it?

Code: Select all

for (i=0; i < App.game.party._caughtPokemon().length; i++) {
	GameHelper.incrementObservable(App.game.statistics.effortPoints[App.game.party._caughtPokemon()[i].id], 100000);
}
by minisora
Tue Jun 28, 2022 8:58 am
Forum: Single Player Cheat Requests
Topic: [REQUEST] Holocure save the fans
Replies: 34
Views: 29042

Re: [REQUEST] Holocure save the fans

Simple table with coin and exp, just change exp value to a higher number to instant lvl up. Hopefully it works for other ppl too.
by minisora
Tue Jun 28, 2022 6:00 am
Forum: Single Player Cheat Requests
Topic: [Request] The Caligula Effect 2
Replies: 23
Views: 6058

Re: [Request] The Caligula Effect 2

Updated my table with affinity(friendship) multiplier, and pointers to money, 𝑥, and char exp/affinity values. Edit: Added pointer to the other section of inventory, should help with getting more lottery tickets since those are the only rng part of the game. Not an inventory editor, all you can do i...
by minisora
Mon Jun 27, 2022 7:21 pm
Forum: Single Player Cheat Requests
Topic: [Request] The Caligula Effect 2
Replies: 23
Views: 6058

Re: [Request] The Caligula Effect 2

Just wanted to share my own table with skill and xp multiplier, might be useful for someone. Not sure if it'll work for other people, it's my 1st time making one.