Advertisement
Guest User

Pick a side Script

a guest
Feb 12th, 2024
4,547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. print("Gui Show Up")
  2.  
  3. local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
  4.  
  5.  
  6. local Window = Library:NewWindow("Pick A Side Script")
  7.  
  8. local Tab = Window:NewSection("Main Farm")
  9.  
  10. Tab:CreateButton("Anti Afk", function()
  11. loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-anti-afk-4567"))()
  12. end)
  13.  
  14. Tab:CreateButton("Buy Special", function()
  15. firetouchinterest(game.Players.LocalPlayer.Character.Torso, Workspace.Special, 0)
  16. end)
  17.  
  18. function AutoPlay1()
  19. while Autoplayb do
  20. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(50, 4, -1))
  21. wait()
  22. end
  23. end
  24.  
  25. Tab:CreateButton("Note: Farm Don't use Same Time!", function(note)
  26. print("Don't Use A Same Time!")
  27. end)
  28.  
  29. Tab:CreateToggle("AutoPlay! - Blue Team", function(Auto)
  30. Autoplayb = Auto
  31. AutoPlay1()
  32. end)
  33.  
  34. function AutoPlay2()
  35. while Autoplayr do
  36. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-51, 4, -1))
  37. wait()
  38. end
  39. end
  40.  
  41. Tab:CreateToggle("AutoPlay! - RedTeam", function(Auto)
  42. Autoplayr = Auto
  43. AutoPlay2()
  44. end)
  45.  
  46. local c = Window:NewSection("Credits")
  47.  
  48. c:CreateButton("Made By SirenHead", function()
  49. print("Subscribe")
  50. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement