Search found 2 matches

by pumbaleporc
Thu May 26, 2022 8:35 am
Forum: Single Player Cheat Requests
Topic: [Request] Pokéclicker
Replies: 150
Views: 73235

Re: [Request] Pokéclicker

Anyone found how to give yourself gems? And how to give yourself specific versions of mons that have different forms? (Vivillon for example) Yo For Gems: App.game.gems.gainGems(Amount, gemType) for normal gems: App.game.gems.gainGems(1000000, 0) For vivillon you can try this: App.game.party.gainPok...
by pumbaleporc
Wed May 25, 2022 7:02 am
Forum: Single Player Cheat Requests
Topic: [Request] Pokéclicker
Replies: 150
Views: 73235

Re: [Request] Pokéclicker

I find how to breed egg fast:

Code: Select all

App.game.breeding.progressEggs(10000)