Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Gui Show Up")
- local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
- local Window = Library:NewWindow("Pick A Side Script")
- local Tab = Window:NewSection("Main Farm")
- Tab:CreateButton("Anti Afk", function()
- loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-anti-afk-4567"))()
- end)
- Tab:CreateButton("Buy Special", function()
- firetouchinterest(game.Players.LocalPlayer.Character.Torso, Workspace.Special, 0)
- end)
- function AutoPlay1()
- while Autoplayb do
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(50, 4, -1))
- wait()
- end
- end
- Tab:CreateButton("Note: Farm Don't use Same Time!", function(note)
- print("Don't Use A Same Time!")
- end)
- Tab:CreateToggle("AutoPlay! - Blue Team", function(Auto)
- Autoplayb = Auto
- AutoPlay1()
- end)
- function AutoPlay2()
- while Autoplayr do
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-51, 4, -1))
- wait()
- end
- end
- Tab:CreateToggle("AutoPlay! - RedTeam", function(Auto)
- Autoplayr = Auto
- AutoPlay2()
- end)
- local c = Window:NewSection("Credits")
- c:CreateButton("Made By SirenHead", function()
- print("Subscribe")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement