moonymarauder

Hundo Copy/Paste

Jun 26th, 2021 (edited)
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. Welcome to Moony's Pastebin! Here you can find the copy and paste information for my commands!
  2. ALL OF MY COMMANDS ARE BASED IN NIGHTBOT
  3.  
  4. -----------------------------------------------------------------------------------------------------------------------
  5.  
  6. Hundo Copy/Paste!
  7. I recommend using !hundo as your command.
  8. This command returns the IV spread for Pokemon in raids, with or without weather boost. It gets updated with every new raid boss!
  9.  
  10. $(eval a=JSON.parse(`$(urlfetch json https://pastebin.com/raw/XDADnP76)`);b=decodeURIComponent(`$(querystring)`).toUpperCase();if(a[b]){c=b+` - `;for(x in a[b]){c+=x+`: `+a[b][x].join(`, `)+`. `;}c.slice(0,400);}else{`No match!`;}) 
  11.  
  12. -----------------------------------------------------------------------------------------------------------------------
  13. Moves Copy/Paste
  14.  
  15. This command (I recommend !moves) is used for Pokemon in the Sword and Shield Max Lair. It will return the information for rental Pokemon in the dens! I've also labeled the moves with the typing and what kind of move they are (damaging is the default typing, others include Status, Heal, 2Turn and more)
  16.  
  17. $(eval a=JSON.parse(`$(urlfetch json https://pastebin.com/raw/seFWCk9t)`);b=decodeURIComponent(`$(querystring)`).toUpperCase();if(a[b]){c=b+` - `;for(x in a[b]){c+=x+`: `+a[b][x].join(`, `)+`. `;}c.slice(0,400);}else{`No match!`;})
  18.  
  19. -----------------------------------------------------------------------------------------------------------------------
  20. Catch Copy/Paste!
  21.  
  22. I recommend using !catch as your command.
  23. *(Edit 8/25/21) Reworked the commands to be shorter and more customizable.
  24.  
  25. 1/4096 odds
  26.  
  27. $(user) A $(eval responses = $(urlfetch json https://pastebin.com/raw/NcPPqZv7).split(","); responses[Math.floor(Math.random() * responses.length)]) $(eval responses = $(urlfetch json https://pastebin.com/raw/nbwSXhnc).split(","); responses[Math.floor(Math.random() * responses.length)]) $(eval Math.round(Math.random())? `was caught! Yes!`:` ran away! Oh no!`)
  28.  
  29. 1/500 (Closer to PoGO Odds)
  30.  
  31. $(user) A $(eval responses = $(urlfetch json https://pastebin.com/raw/zCnavHKA).split(","); responses[Math.floor(Math.random() * responses.length)]) $(eval responses = $(urlfetch json https://pastebin.com/raw/nbwSXhnc).split(","); responses[Math.floor(Math.random() * responses.length)]) $(eval Math.round(Math.random())? `was caught! Yes!`:` ran away! Oh no!`)
  32.  
  33. 1/50 (More shinies, more fun!)
  34.  
  35. $(user) A $(eval responses = $(urlfetch json https://pastebin.com/raw/sLSkiTSY).split(","); responses[Math.floor(Math.random() * responses.length)]) $(eval responses = $(urlfetch json https://pastebin.com/raw/nbwSXhnc).split(","); responses[Math.floor(Math.random() * responses.length)]) $(eval Math.round(Math.random())? `was caught! Yes!`:` ran away! Oh no!`)
  36.  
Add Comment
Please, Sign In to add comment