I had to edit the pastebin to make it compatible with the new update. That's why the script may look a bit different from the one shown in the video. It might be a good idea to consider making a new video dedicated solely to eggs...
Yeah in the video that is what I wanted. I should have left somewhere that to get different IVs, etc you must set the ID to specific multiples. In case you want to generate them randomly, I left a line in the script to do that. (To use it you must uncomment it and remove the other line where you set the ID)
hi i have a question for you please. Is it possible to during a run to make a pokemon learn a specific move? Lets say i accidently learned a garbage move over my Photon Geyser and now i want Photon Geyser (P) back but its not a TM and also it was an egg move so i cant use memory mushroom on the spliced pokemon that had it. Can you find a way to get it back?
So I tried watching the video of unlocking starters but I’m still confused how to unlock a single variant or shiny form of a starter. I wanted to unlock the Luck 2 Rayquaza and the Luck 1 Zacian. Any help would be extremely appreciated!
Hey man. I was trying to edit my pokemon by just reducing all cost by 2 and my entire data wiped (except for my saved run, they're still there when I press Load). Everything else it's like it's dma fresh account... So I was like, fuck it, and just addedd all pokemon and variants and stuff (rip my 9-day gametime account, but whatever). And now when I start a run I get a message saying that my session is out of date, and it crashes... Any idea as to how I can fix this??
@@anonymousscol17472 Strange, with the scripts that I used I rarely got that problem and refreshing fixed anything. Did you use those tools on GitHub? If yes then your best best(and easiest) is using those to fix it
@@maourr I'm checking the console and I'm getting an error saying "session out of date: stored trainer or secret ID does not match" I'm guessing that is the issue. Any idea how to fix it?
@@anonymousscol17472you somehow edited these two values, you can find them in game, game data, or something similar i don't remember exactly. I wonder of you need to know exactly what those IDs are to properly get info from the server about your account
There are some rumors about flagging accounts. I can confirm that I can still access all my accounts I suggest you to make a new account just for "cheating"
@@maourrdo you know how they define shiny encounter luck, and how to change it? offline mode for the app doesn't have the events which is meh. I know of only one way to manipulate shiny luck but it's not applicable to a general encounter luck in game.
@@vivid287 nope sorry. The only way that I know is by changing the quantity of shiny charms(but they are capped at 5 max I think). I didn't yet watched the source of a shiny charm, but I would start from there
I had to edit the pastebin to make it compatible with the new update. That's why the script may look a bit different from the one shown in the video.
It might be a good idea to consider making a new video dedicated solely to eggs...
One thing about your manaphy egg glitch, you only create the same manaphy egg
Yeah in the video that is what I wanted. I should have left somewhere that to get different IVs, etc you must set the ID to specific multiples.
In case you want to generate them randomly, I left a line in the script to do that. (To use it you must uncomment it and remove the other line where you set the ID)
@@maourr i know still good Video 👍🏻
hi i have a question for you please. Is it possible to during a run to make a pokemon learn a specific move? Lets say i accidently learned a garbage move over my Photon Geyser and now i want Photon Geyser (P) back but its not a TM and also it was an egg move so i cant use memory mushroom on the spliced pokemon that had it. Can you find a way to get it back?
So I tried watching the video of unlocking starters but I’m still confused how to unlock a single variant or shiny form of a starter. I wanted to unlock the Luck 2 Rayquaza and the Luck 1 Zacian. Any help would be extremely appreciated!
Rayquaza(Luck 2, Every Nature, Egg Moves, Abilities, Max IVs)
Paste the following script while the game is frozen.
Like & Sub
---
const dexData = this.scene.gameData["dexData"];
const starterData = this.scene.gameData["starterData"];
dexData[384] = {
caughtAttr: 191n,
caughtCount: 1,
hatchedCount: 0,
ivs: [31, 31, 31, 31, 31, 31],
natureAttr: 67108862,
seenAttr: 255n,
seenCount: 1,
};
starterData[384] = {
moveset: null,
eggMoves: 15,
candyCount: 21,
friendship: 0,
abilityAttr: 7,
passiveAttr: 0,
valueReduction: 0,
classicWinCount: 0,
};
Zacian(Luck 1, Every Nature, Egg Moves, Abilities, Max IVs)
Paste the following script while the game is frozen
Like & Sub
---
const dexData = this.scene.gameData["dexData"];
const starterData = this.scene.gameData["starterData"];
dexData[888] = {
caughtAttr: 159n,
caughtCount: 1,
hatchedCount: 0,
ivs: [31, 31, 31, 31, 31, 31],
natureAttr: 67108862,
seenAttr: 255n,
seenCount: 1,
};
starterData[888] = {
moveset: null,
eggMoves: 15,
candyCount: 21,
friendship: 0,
abilityAttr: 7,
passiveAttr: 0,
valueReduction: 0,
classicWinCount: 0,
};
Hey man. I was trying to edit my pokemon by just reducing all cost by 2 and my entire data wiped (except for my saved run, they're still there when I press Load). Everything else it's like it's dma fresh account...
So I was like, fuck it, and just addedd all pokemon and variants and stuff (rip my 9-day gametime account, but whatever). And now when I start a run I get a message saying that my session is out of date, and it crashes... Any idea as to how I can fix this??
Try overwriting the save
@@maourr tried that. The game just crashes when I try a new run... And then I get that message saying "Your session is out of date"
@@anonymousscol17472 Strange, with the scripts that I used I rarely got that problem and refreshing fixed anything.
Did you use those tools on GitHub? If yes then your best best(and easiest) is using those to fix it
@@maourr I'm checking the console and I'm getting an error saying "session out of date: stored trainer or secret ID does not match"
I'm guessing that is the issue. Any idea how to fix it?
@@anonymousscol17472you somehow edited these two values, you can find them in game, game data, or something similar i don't remember exactly. I wonder of you need to know exactly what those IDs are to properly get info from the server about your account
Yo great video but where can I find the ID for other pokemon?
github.com/pagefaultgames/pokerogue/blob/main/public/images/pokemon/icons/icons.ps1
Added to the description, thank you!
the id for every pokemon is their dex entry number
hello can you make a pastebin to make all ability and egg moves unlocked in one try on console ty :)
Take a look at part 1!
Can i do it on phone?
Unfortunately not following this tutorial
@@maourrIs there a way to cheat on phone though?
do you know if it's still not banable? or did something change?
There are some rumors about flagging accounts.
I can confirm that I can still access all my accounts
I suggest you to make a new account just for "cheating"
@@maourrdo you know how they define shiny encounter luck, and how to change it? offline mode for the app doesn't have the events which is meh. I know of only one way to manipulate shiny luck but it's not applicable to a general encounter luck in game.
@@vivid287 nope sorry. The only way that I know is by changing the quantity of shiny charms(but they are capped at 5 max I think). I didn't yet watched the source of a shiny charm, but I would start from there