Advertisement
Guest User

Boxing

a guest
Dec 9th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. print("Boxing GUI Loading...")
  2. local library = loadstring(game:HttpGet("https://pastebin.com/raw/7Z6TzFnv", true))()
  3. local afkGui = library:CreateWindow({
  4. text = "AutoFarm"
  5. })
  6. local credits = library:CreateWindow({
  7. text = "Credits"
  8. })
  9. afkGui:AddToggle("AutoFarm Candy", function(state)
  10. if state then
  11. waitValue5 = .1
  12. for q,e in pairs(game.Players.LocalPlayer:GetChildren()) do
  13. if e:IsA("Tool") then
  14. e.Parent = game.Players.LocalPlayer.Character
  15. end
  16. end
  17. while wait() do
  18. for r, q in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  19. if q:IsA("Tool") then
  20. q:Activate()
  21. wait(0.1)
  22. end
  23. end
  24. end
  25. else
  26. waitValue5 = 100000000000000000000000
  27. end
  28. end)
  29. credits:AddLabel("GUI made by wally")
  30. credits:AddLabel("Edit By Got")
  31. print("Boxing GUI loaded")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement