Advertisement
Upscalefanatic3

( GOOD ) Colour Cubes Scripts

Jan 28th, 2019
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. -- Game Link: https://www.roblox.com/games/2110699390/Colour-Cubes
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. -- Infinite Gemstone's :
  10.  
  11. while wait() do
  12. local A_1 = "3 Gemstones"
  13. local Event = game:GetService("ReplicatedStorage").RemoteEvents.ItemEvents.RunSpinner.SpinnerReward
  14. Event:FireServer(A_1)
  15. end
  16.  
  17.  
  18. -- Infinite XP :
  19.  
  20.  
  21. while wait() do
  22. local A_1 = "2500 EXP"
  23. local Event = game:GetService("ReplicatedStorage").RemoteEvents.ItemEvents.RunSpinner.SpinnerReward
  24. Event:FireServer(A_1)
  25. end
  26.  
  27.  
  28.  
  29.  
  30. -- Infinite Coin's :
  31.  
  32.  
  33. while wait() do
  34. local A_1 = "250 Coins"
  35. local Event = game:GetService("ReplicatedStorage").RemoteEvents.ItemEvents.RunSpinner.SpinnerReward
  36. Event:FireServer(A_1)
  37. end
  38.  
  39.  
  40. -- Infinite Ticket's :
  41.  
  42.  
  43. while wait() do
  44. local A_1 = "Ticket Bundle"
  45. local Event = game:GetService("ReplicatedStorage").RemoteEvents.ItemEvents.RunSpinner.SpinnerReward
  46. Event:FireServer(A_1)
  47. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement