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. New video: th-cam.com/video/HK1Jz372quk/w-d-xo.html
have you tried doing it right now, it seems it doesn't work, only if i modify manually every single egg. Also, is there a way to put all my hatches shiny too? thank you in advance.
Yes, it appears the developers have renamed some properties. For example, 'tier' is now '_tier'. I'll update the script accordingly. Thank you for letting me know!
@@maourr thank you! i tried now and it works, but the tier changes visually (it says it’s a legendary egg) but when it hatches it’s the pokémon from the egg before it
Maybe because you are not at the 2nd occurrence of "gameData.voucher"? You must find the 2nd occurrence then scroll down a bit till you find processInput
Everything is still working fine (I tested it right now). Please make sure you are placing a breakpoint in the right position (first line after "processInput" - under the 2nd occurrence of "gameData.voucher") or follow the video step-by-step
Did you use the 1st script? In that case, then you reduced the cost of your starters. To undo watch this other video: th-cam.com/video/uVsMuHdZnjs/w-d-xo.htmlsi=YdYErnOkpA7X3B3G If you want to change eggs to legendary, you must use the 2nd script. On top of every script I commented the related video
is it possible to somehow combine both of your pastebin codes to get shiny legendaries? both codes work separately but i’m not capable of combining both of the codes :( thanks in advance!
Hey hey so, I'm not very code savvy, how can I make it do the instant-hatch without changing my eggs? I don't need them to be all legendary :] thank you!
for (let i in this.scene.gameData.eggs) { const egg = this.scene.gameData.eggs[i] egg.hatchWaves = 1 } Then go in a game and complete a round. Don't refresh the page in the process.
It doesnt let me pause the game with arrow keys, so i paused with f8. But then it says "this:undefined" and i haven't been able to fix this. Any way to fix?
Did you use the 1st script? In that case, then you reduced the cost of your starters. To undo watch this other video: th-cam.com/video/uVsMuHdZnjs/w-d-xo.htmlsi=YdYErnOkpA7X3B3G If you want to change eggs to legendary, you must use the 2nd script. On top of every script I commented the related video (take a look at them)
Is there a chance for getting the account banned for that kind of maipulating? i did some voucher things on a test account like a week ago and have not been banned yet. Do you maybe know if there is even a chance or how does it maybe work? Nice vid. btw
Thank you! I heard the dev team started to work on a banning system. Now I don't know how they will implement it, but I think(so I might be wrong) that If you edit your stats intelligently, you should be safe. Always do these things on a new account!
Wait really?! Im screwed, I have 100k of each voucher☠️. Id like to know why they want to avoid this type of cheating, dont see really how it could damage the game since its mainly solo Gameplay, cheating like this doesnt affect the daily runs viability or I just dont see how. It could also be due to gamemodes planned for the future I guess
@@knolmos i mean you can almost change everything about the Game and most of the changes about your starters and whatever will eventually influence future updates like pvp or whatever multiplayer feature. I think that is the main thing that they maybe want to prevent from happening, because it would simply ruin multiplayer by everything you can just cheat yourself in.
@@quotingshorts444 If it really is gonna happen then they should make it easier to get vouchers in my opinion, the game is too much grindy in its current state, especially takin in account rarer pokemon such as legendaries. And I dont really mean unlocking the passives that is too grindy but more the shinies, it would take a ton of time just to get 1 epic shiny in a legendary mon. Maybe Im just wrong, I havent gone that far in endless mode yet
Thank you for always uploading videos The Shiny Pokémon added in this pride event are subject? to form change So is there a way to unlock Pokémon with different forms?
Thank you! I just checked and it seems I already have the new variants (ex. Charmander). So I think the script to unlock every starter is still enough.
@@maourr I mean, form change Pokemon like 'battle bond' Froakie cannot be used even if unlock all the starters and shiny shown in your first video. luck3 (Bisexual :
Tier 3 = Legendary Tier 2 = Epic Tier 1 = Uncommon Tier 0 = Common So if you want to make all your eggs to epic rarity, you need to change the line "egg.tier = 3" to "egg.tier = 2"
@@maourr how so because even if i buy shiny/egg moves eggs they all turn to legendary pokemon eggs with the command. How to modify the script to change egg type?
@glurak You can give yourself vouchers and then buy eggs. But if you want to change the type, then add under "egg.tier = 3" the line "egg.gachaType = " 0 = egg moves 1 = daily legendary 2 = shiny (ex. egg.gachaType = 2)
Did you use the 1st script? In that case hen you reduced the cost of your starters. To undo watch this other video: th-cam.com/video/uVsMuHdZnjs/w-d-xo.htmlsi=YdYErnOkpA7X3B3G If you want to change eggs to legendary, you must use the 2nd script. On top of every script I commented the related video
@@maourr Damn dude i copy and pasted both the codes x.x, that was my bad for not paying attention. I redid it and switched it back to 0, ty for pointing that out for me buddy
@@maourr i watched part 2 before you add specific pokemon as starter i was asking if for example: im at floor 200 and i just want to add a specific pokemon in my team to splice it with my carry.
for (let i in this.scene.gameData.eggs) { const egg = this.scene.gameData.egg[i] egg.tier = 3 egg.hatchWaves = 1 } VM1186:2 Uncaught TypeError: Cannot read properties of undefined (reading '0') at eval (eval at processInput (index-60dc3ff2.js:1:1), :2:38) at V6.processInput (index-60dc3ff2.js:15327:435) at h8.processInput (index-60dc3ff2.js:15335:22149) at N8.buttonDirection (index-60dc3ff2.js:15850:24140) at 3 (index-60dc3ff2.js:15850:23052) at N8. (index-60dc3ff2.js:15850:22658) at d.emit (index-60dc3ff2.js:1:3160) at p8.keyboardKeyDown (index-60dc3ff2.js:15850:19086) at d.emit (index-60dc3ff2.js:1:3593) at d.update (index-60dc3ff2.js:3307:3516)
No, Not Quite. Your Account will be flagged if u do an insane amount of like hacks and cheats like say u give yourself over 500 gold voucher, that will probably get your account flagged (flagged means getting banned from being shown on the daily leaderboards or smth).
for (let id in this.scene.gameData.starterData) { this.scene.gameData.starterData[id].valueReduction = 999 } for (let i in this.scene.gameData.eggs) { const egg = this.scene.gameData.eggs[i]; egg.tier = 3 egg.hatchWaves = 1 }
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.
New video: th-cam.com/video/HK1Jz372quk/w-d-xo.html
with the new update its alot easier to hatch specific shinies with this script since you can now make sure a specific pokemon hatches from the eggs.
do you think you can also add in the pastebin how to change all the eggs into shinies too?
@@leonzheng4451 will do, but basically you have to modify _species and _isShiny
@@maourr yeah i think u can nolonger hatch random shinys with this script
@@nanookheller2926 ohhh believe me you can
Thank you again for sharing. I love the randomness of the adventure, but struggeling with catching is less of a joy.
the console paste thing says uncaught typeError anyone know how I can fix it?
Type allow pasting and then try it
Could you possibly do a video on how to change what the legendary of the day is please?
Thanks in advance.
When I go to unpause it’s not letting me saying t = 2? I’m so confused this makes no sense to me
have you tried doing it right now, it seems it doesn't work, only if i modify manually every single egg. Also, is there a way to put all my hatches shiny too? thank you in advance.
Yes, it appears the developers have renamed some properties. For example, 'tier' is now '_tier'.
I'll update the script accordingly.
Thank you for letting me know!
@@maourr thank you! i tried now and it works, but the tier changes visually (it says it’s a legendary egg) but when it hatches it’s the pokémon from the egg before it
@@satullo1712 Ok that was not the only thing that they changed. Now it is working
@@maourr thank you, i really appreciate your work, you could also add the "code" for shiny hatches (_isShiny), could be useful
Hello once I reload the game the Eggs disapears
1. Execute the script
2. Go in a game and hatch all the eggs
3. Save
4. Profit
at 0:29 where you find the place to breakpoint, mine isn't the same as yours
Maybe because you are not at the 2nd occurrence of "gameData.voucher"?
You must find the 2nd occurrence then scroll down a bit till you find processInput
U on chrome?
He’s on brave could be different
what code am i copy and pasting?
its possible to return it to normally after done this ? or its forever like this ?
The changes will apply only to your current eggs, so new ones are safe!
Also it can be reversed, but it is a bit more (useless) work on the code part.
would it be possible to change the egg to hatch a specific pokemon or no?
Yes by changing the ID
@@maourr Where do I find the IDs of each pokemon? :)
I get the legendary eggs but there are only normal pokemons coming out of them
Look at the pinned comment, there is a new video with a fix for the new version!
how come whenever i finish hatching all them and i go to start a game i dont have any of them?
Save the game
could thus work with movile?
doing this would prevent getting a shiny legendary? coz i saw the video and u got no shiny.
You can still get shinies
how can i modify the scrypt so i can get 1 spesifyc shiny pokemon?
so is there a way to change the shiny form? or is it strictly original shines?
for (let i in this.scene.gameData.eggs) {
const egg = this.scene.gameData.eggs[i];
egg._tier = 3
egg._species = 380
egg._hatchWaves = 1;
egg._isShiny = true;
egg._variantTier = 3;
}
you said to copy and paste a code into the console but i dont know where to copy it from if youre able to please help me out
Links in the description
Hey my game isn’t freezing anymore, any suggestions?
Everything is still working fine (I tested it right now).
Please make sure you are placing a breakpoint in the right position (first line after "processInput" - under the 2nd occurrence of "gameData.voucher") or follow the video step-by-step
why are their number above all my pokemon??? And if possible could someone tell me or even link me a video on how to fix that problem?
Did you use the 1st script? In that case, then you reduced the cost of your starters. To undo watch this other video: th-cam.com/video/uVsMuHdZnjs/w-d-xo.htmlsi=YdYErnOkpA7X3B3G
If you want to change eggs to legendary, you must use the 2nd script. On top of every script I commented the related video
@@maourr thank you
If I am at local I don't have more option for this. There is this: undefined
How can I fix this?
Maybe you placed the breakpoint in the wrong spot
is it possible to somehow combine both of your pastebin codes to get shiny legendaries? both codes work separately but i’m not capable of combining both of the codes :(
thanks in advance!
@@4eyez._ yes, but you must set _species to the legendary Pokemon that you want.
@@maourr so it’s not possible to just get 25 eggs, set them to legendary and then set them to shiny after? thank you for the fast reply!
@@4eyez._ it is, just not as fast as adding a single line(it is still fast tho)
@@maourr do you mind sharing the code for that one too? 🫶🏼
do you mind sharing the code for the shiny legendary eggs?
How do I get that script to paste so I don't have to do it manually
@@officialswxggy link in th description.
But I suggest you to watch my new updated video regarding eggs
@@maourr i found it out after this comment was made but thank you
I believe they will upload a new video. I really want to find a new way.
Thanks for uploading the video
Hey hey so, I'm not very code savvy, how can I make it do the instant-hatch without changing my eggs? I don't need them to be all legendary :] thank you!
Delete the line "egg.tier = 3" that is the one that changes every egg to legendary
@@maourr Thank you for the help!
@@maourr It doesn't seem to be working, even though I'm running the code correctly :o
for (let i in this.scene.gameData.eggs)
{
const egg = this.scene.gameData.eggs[i]
egg.hatchWaves = 1
}
Then go in a game and complete a round. Don't refresh the page in the process.
It doesnt let me pause the game with arrow keys, so i paused with f8. But then it says "this:undefined" and i haven't been able to fix this. Any way to fix?
Place the breakpoint in the right spot and then you will be able to correctly freeze the game.
click on the game and then do the arrow key
How do I get rid of the messages in the console? I can't enter the code.
If you cant paste the code, write „allow paste“ and press enter, after you should be able to paste
for some odd reason my console won't let me paste the code or anything in general
Read what the console is asking you to do.
Probably it is asking you to write "allow pasting"
@@maourr it says i should not paste any code i don't know and thus refusing to paste
@@darkruler19 yea and after that it should ask you to write something if you know what you are doing, write that thing and you should be fine.
i tried this and then reloaded and now my pokemon prices (like the numbers) are fucked up and are like 7.4661e-301 how do i fix this
Did you use the 1st script? In that case, then you reduced the cost of your starters. To undo watch this other video: th-cam.com/video/uVsMuHdZnjs/w-d-xo.htmlsi=YdYErnOkpA7X3B3G
If you want to change eggs to legendary, you must use the 2nd script. On top of every script I commented the related video (take a look at them)
@@maourr thanks
also does this affect shiny rates on eggs
is there a way to increase the after battle luck?
Yes, I will make a video regarding that. In the meantime I think part 2 should at least show you where "luck" is
On the console part how did you get it to be clear and just the code was there
press CTRL+L
@@maourrit says it could allow attackers to take control of my pc
@@Chunxh if u don't trust me just ask chatgpt to check the scripts that I made
Copy web is not working now
did it just like you with the new code you left on pastebin but my eggs were hatching normal pokemos but the egg haved the design of a legendary one
i tested right now and it is still working: pastebin.com/7uWt5aab (same link in the description)
Is there a chance for getting the account banned for that kind of maipulating? i did some voucher things on a test account like a week ago and have not been banned yet. Do you maybe know if there is even a chance or how does it maybe work?
Nice vid. btw
Thank you! I heard the dev team started to work on a banning system. Now I don't know how they will implement it, but I think(so I might be wrong) that If you edit your stats intelligently, you should be safe.
Always do these things on a new account!
Wait really?! Im screwed, I have 100k of each voucher☠️. Id like to know why they want to avoid this type of cheating, dont see really how it could damage the game since its mainly solo Gameplay, cheating like this doesnt affect the daily runs viability or I just dont see how. It could also be due to gamemodes planned for the future I guess
@@knolmos i mean you can almost change everything about the Game and most of the changes about your starters and whatever will eventually influence future updates like pvp or whatever multiplayer feature. I think that is the main thing that they maybe want to prevent from happening, because it would simply ruin multiplayer by everything you can just cheat yourself in.
@@quotingshorts444 If it really is gonna happen then they should make it easier to get vouchers in my opinion, the game is too much grindy in its current state, especially takin in account rarer pokemon such as legendaries. And I dont really mean unlocking the passives that is too grindy but more the shinies, it would take a ton of time just to get 1 epic shiny in a legendary mon. Maybe Im just wrong, I havent gone that far in endless mode yet
@@quotingshorts444 multiplayer will be an ass mode anyway, the top rank will be gatekeep by hour of grinding
Heeey, can u explain how i can shinie all my pokemons? or how i can get tier 3 shinie. thank u!
check his first vid, at 5min he shows
where can i copy the code?
Link in the description
@@maourr thx your realy underrated
Thank you for always uploading videos
The Shiny Pokémon added in this pride event are subject? to form change
So is there a way to unlock Pokémon with different forms?
Thank you!
I just checked and it seems I already have the new variants (ex. Charmander). So I think the script to unlock every starter is still enough.
@@maourr I mean, form change Pokemon like 'battle bond' Froakie cannot be used even if unlock all the starters and shiny shown in your first video.
luck3 (Bisexual :
@@maourr Ah, Charmander Shiny was just applied.
It seems the patch was applied late.
I am always grateful.
this no longer works with the new update for anyone curious, you can change the hatch wave thing but not the rarity with this method now
looking at the comments however it appears the person who made this video is aware of this and is fixing the script so good on them
Yep thank you for letting me know
The pastebin says a internal server error occurred
How do i do this with epic eggs
Change "egg.tier = 3" to "egg.tier = 2"
Hey do you know the code for the epic eggs cause i wanna gain pokemon like latias and the like thanks in advance
Tier 3 = Legendary
Tier 2 = Epic
Tier 1 = Uncommon
Tier 0 = Common
So if you want to make all your eggs to epic rarity, you need to change the line "egg.tier = 3" to "egg.tier = 2"
Thanks man
can you do a video showcasing how to give it spesific egg moves
@@Vendex.. th-cam.com/video/DMzJDPvzuuo/w-d-xo.htmlsi=AAJEvyzntdVxMO-a
@@maourr tty
hi is this possible for move and shiny eggs too?
Yes, you can also change the egg type (ex. shiny to egg moves)
@@maourr how so because even if i buy shiny/egg moves eggs they all turn to legendary pokemon eggs with the command. How to modify the script to change egg type?
@glurak
You can give yourself vouchers and then buy eggs.
But if you want to change the type, then add under "egg.tier = 3" the line "egg.gachaType = "
0 = egg moves
1 = daily legendary
2 = shiny
(ex. egg.gachaType = 2)
Can you cheat in vouchers?
Yes watch my first video
After doing this, all my pokemon in the select screen have a bunch of numbers for names, any way to reverse that?
Did you use the 1st script? In that case hen you reduced the cost of your starters. To undo watch this other video: th-cam.com/video/uVsMuHdZnjs/w-d-xo.htmlsi=YdYErnOkpA7X3B3G
If you want to change eggs to legendary, you must use the 2nd script. On top of every script I commented the related video
@@maourr Damn dude i copy and pasted both the codes x.x, that was my bad for not paying attention. I redid it and switched it back to 0, ty for pointing that out for me buddy
hey man can you tell me how can i paste script in console.
Watch the first video in my channel, it should cover your peoblems
it didn't help but i found a solution ,thanks for instant reply.
@@maourr i watched part 2 before you add specific pokemon as starter i was asking if for example: im at floor 200 and i just want to add a specific pokemon in my team to splice it with my carry.
a perfect iv shiny arceus (thx btw)
script produces error
for (let i in this.scene.gameData.eggs) {
const egg = this.scene.gameData.egg[i]
egg.tier = 3
egg.hatchWaves = 1
}
VM1186:2 Uncaught TypeError: Cannot read properties of undefined (reading '0')
at eval (eval at processInput (index-60dc3ff2.js:1:1), :2:38)
at V6.processInput (index-60dc3ff2.js:15327:435)
at h8.processInput (index-60dc3ff2.js:15335:22149)
at N8.buttonDirection (index-60dc3ff2.js:15850:24140)
at 3 (index-60dc3ff2.js:15850:23052)
at N8. (index-60dc3ff2.js:15850:22658)
at d.emit (index-60dc3ff2.js:1:3160)
at p8.keyboardKeyDown (index-60dc3ff2.js:15850:19086)
at d.emit (index-60dc3ff2.js:1:3593)
at d.update (index-60dc3ff2.js:3307:3516)
Tested right now and it is still working
@@maourr Probably typing error, used a screenshot because i did not have the pastebin when i tried first, thanks for adding.
Works fine now.
The account will be banned?
No, Not Quite. Your Account will be flagged if u do an insane amount of like hacks and cheats like say u give yourself over 500 gold voucher, that will probably get your account flagged (flagged means getting banned from being shown on the daily leaderboards or smth).
Can you post another one that's more organized? With steps
I love ur videos can u make one to show how to unlock all abilities not the hidden ability pls
I'll make a video about that, but in the meantime, you can try setting "abilityAttr" to 3
can i do manaphy eggs?
Yes, will make a video about that
when I do that, just the egg sprite change xd but the pokemon inside is still common/rare/epic...just like the original egg
@@QwertyQwerty-pw2dp use the new pastebin
I have a error it says uncaught type error
Please follow step by step the video
@@maourr I did I don’t know how to stop code since I’m on mac so I just pressed pause it didn’t work I rewatched the video
@@maourr or would request a account with stacked stuff please
Mobile?
@@TruongLam-kb2ml th-cam.com/video/ISf04p44Z2Y/w-d-xo.htmlsi=RoxUGFSkHYzimNWc
OMG TY SO MUCH FOR THIS VIDEO
Nah this is crazy🤯
it works, thanks!
Thank you so much
for (let id in this.scene.gameData.starterData)
{
this.scene.gameData.starterData[id].valueReduction = 999
}
for (let i in this.scene.gameData.eggs)
{
const egg = this.scene.gameData.eggs[i];
egg.tier = 3
egg.hatchWaves = 1
}
Please follow the video and look exactly which code I paste
@@maourr I double checked it came up with a problem would appreciate a discord voice call teaching