Advertisement
d2hh82h3wkf

Untitled

Dec 8th, 2019
1,587
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/mY0yu4Pw", true))()
  2. local misc = library:CreateWindow({text='Main'})
  3.  
  4. misc:AddBox("Walkspeed", function(speed, setspeed)
  5. if setspeed then
  6. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(speed.Text) or 16
  7. end
  8. end)
  9.  
  10. misc:AddButton("Get All Items", function()
  11. Amount = 2147483547
  12. b=game.Players.LocalPlayer.Bag
  13. r=game.ReplicatedStorage.REvents
  14. Items = {
  15. Recover = {"Antidote","Awakening","Burn Heal","Full Restore","Hyper Potion","Ice Heal","Max Elixir","Potion","Paralyze Heal","Revive"},
  16. Pokeball = {"Great Ball","Nest Ball","Net Ball","Pokeball","Premier Ball","Repeat Ball","Ultra Ball"},
  17. 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"},
  18. Competitive = {"Calcium","Carbos","HP Up","Iron","Mini Stat Reset","Nature Stone","PokeImprove","Protein","Stat Reset","Zinc"}
  19. }
  20. for n,t in next,Items do
  21. for _,i in next,t do
  22. if b[n]:FindFirstChild(i)then
  23. r.Internal.funcItem:InvokeServer(b[n][i],Amount)
  24. else r.Pokemon.ozAxZ:InvokeServer(i,b[n],Amount)
  25. end end end
  26. end)
  27.  
  28. misc:AddButton("Get Money", function()
  29. game.ReplicatedStorage.REvents.Internal.funcMoney:InvokeServer(game.Players.LocalPlayer.Money, 4324324321237)
  30. end)
  31.  
  32. misc:AddButton("Get All Badges", function()
  33. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("1")
  34. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("2")
  35. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("EV")
  36. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("3")
  37. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("4")
  38. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("5")
  39. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("6")
  40. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("7")
  41. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Mysterious Grotto")
  42. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("8")
  43. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Indigo")
  44. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Champ")
  45. game.ReplicatedStorage.REvents.Internal.AwardBadge:FireServer("Mausoleum of Origins")
  46. end)
  47.  
  48. misc:AddButton("All Pokedex Entries", function()
  49. loadstring(game:HttpGetAsync('https://pastebin.com/raw/3rpPBZ0Z'))()
  50. end)
  51.  
  52. misc:AddButton("Save", function()
  53. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  54. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  55. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  56. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  57. game.ReplicatedStorage.REvents.Internal.Save:InvokeServer()
  58. end)
  59.  
  60. local credits = library:CreateWindow({text='Credits'})
  61.  
  62. credits:AddLabel("Credits\nDarked: Scripts\nwally/Darked: UI");
  63.  
  64. -- Made by Darked
  65. -- Made by Darked
  66. -- Made by Darked
  67. -- Made by Darked
  68. -- Made by Darked
  69. -- Made by Darked
  70. -- Made by Darked
  71. -- Made by Darked
  72. -- Made by Darked
  73. -- Made by Darked
  74. -- Made by Darked
  75. -- Made by Darked
  76. -- Made by Darked
  77. -- Made by Darked
  78. -- Made by Darked
  79. -- Made by Darked
  80. -- Made by Darked
  81. -- Made by Darked
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement