Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
1,203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. Amount = 2147483547 --Change to any amount you want!
  2. b=game.Players.LocalPlayer.Bag
  3. r=game.ReplicatedStorage.REvents
  4. Items = {
  5. Recover = {"Antidote","Awakening","Burn Heal","Full Restore","Hyper Potion","Ice Heal","Max Elixir","Potion","Paralyze Heal","Revive"},
  6. Pokeball = {"Great Ball","Nest Ball","Net Ball","Pokeball","Premier Ball","Repeat Ball","Ultra Ball"},
  7. Evolution = {"Rare Candy","Common Candy","Dragon Scale","Fire Stone","Friendship Ribbon","Leaf Stone","Link Cable Stone","Metal Coat","Moon Stone","Sinnoh Stone","Thunder Stone","Water Stone","Shinifier"},
  8. Competitive = {"Calcium","Carbos","HP Up","Iron","Mini Stat Reset","Nature Stone","PokeImprove","Protein","Stat Reset","Zinc"},
  9. HeldItems = {"Eviolite","Expert Belt","Flame Orb","Focus Sash","Life Orb","Light Clay","Novice Belt","Power Anklet","Power Belt","Power Bracer","Power Band","Power Lens","Power Weight","Toxic Orb","Wide Lens","Wise Glasses","Aerodactylite","Aggronite","Altarianite","Alakazamite","Ampharosite","Audinite","Absolite","Beedrillite","Blastoisinite","Blazikenite","Banettite","Charizardite X", "Charizardite Y","Cameruptite","Gengarite","Glalitite","Gyaradosite","Galladite","Gardevoirite","Garchompite","Heracronite","Houndoomite","Lopunnite","Lucarionite","Latiosite","Latiasite","Medichamite","Metagrossite","Manectite","Mawilite","Pidgeotite","Pinsirite","Sharpedonite","Slowbronite","Steelixite","Swampertite","Salamencite","Sablenite","Sceptilite",
  10. "Scizorite", "Leftovers"}
  11. }
  12. for n,t in next,Items do
  13. for _,i in next,t do
  14. if b[n]:FindFirstChild(i)then
  15. r.Internal.funcItem:InvokeServer(b[n][i],Amount)
  16. else r.Pokemon.ozAxZ:InvokeServer(i,b[n],Amount)
  17. end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement