Advertisement
Totalxterror

Circle Merge BuyAmount

Jan 2nd, 2021 (edited)
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.91 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/HYcfs6KC", true))()
  2. local w = library:CreateWindow('Circle Merge')
  3. local b = w:Button("Upgrade 1", function()
  4. local oh1 = 1
  5. game:GetService("ReplicatedStorage").Events.ChangeBuyAmount:FireServer(oh1)
  6. end)
  7.  
  8. local b = w:Button("Upgrade 10", function()
  9. local oh1 = 10
  10. game:GetService("ReplicatedStorage").Events.ChangeBuyAmount:FireServer(oh1)
  11. end)
  12.  
  13. local b = w:Button("Upgrade 100", function()
  14. local oh1 = 100
  15. game:GetService("ReplicatedStorage").Events.ChangeBuyAmount:FireServer(oh1)
  16. end)
  17.  
  18. local b = w:Button("Upgrade 1k", function()
  19. local oh1 = 1000
  20. game:GetService("ReplicatedStorage").Events.ChangeBuyAmount:FireServer(oh1)
  21. end)
  22.  
  23. local b = w:Button("Upgrade 5k", function()
  24. local oh1 = 5000
  25. game:GetService("ReplicatedStorage").Events.ChangeBuyAmount:FireServer(oh1)
  26. end)
  27.  
  28. local b = w:Button("Scripts: Total", function()
  29. print(Nub)
  30. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement