Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game.PlaceId == 1636712 then
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("SJJ armoured patrol", "DarkTheme")
- local AutofarmTab = Window:NewTab("autofarm")
- local mainAutofarm = AutofarmTab:NewSection("Main")
- mainAutofarm:NewTextBox("Alt", "put ur alts name in here", function(txt)
- local plr = game.Players:FindFirstChild(txt)
- local plrPos = plr.Character.HumanoidRootPart
- game.Players.LocalPlayer.Character.HumanoidRootPart = plrPos
- end)
- local LocalPlayerTab = Window:NewTab("LocalPlayer")
- local LfnVynuy4pSdM73hmhWVfXnU1Sb9rAMpPn = LocalPlayerTab:NewSection("Walkspeed")
- LfnVynuy4pSdM73hmhWVfXnU1Sb9rAMpPn:NewSlider("Walkspeed", "Configure ur player's walkspeed", 500, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- local Teleportstab = Window:NewTab("Teleports")
- local Teleportsec = Teleportstab:NewSection("base teleports")
- Teleportsec:NewButton("Blue side tp", "Teleports to the blue side", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2827.81665, 101.5, 2808.34204, -1.1920929e-07, 0, 1.00000012, 0, 1, 0, -1.00000012, 0, -1.1920929e-07)
- end)
- Teleportsec:NewButton("Red side tp", "Teleports to the red side", function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(179.9702, 101.099998, 183.630112, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- end)
- local TeamsTab = Window:NewTab("Teams")
- local TeamsMainSec = TeamsTab:NewSection("Team Selection (unbalanced Bypass!)")
- local RedTeamSwitch = TeamsMainSec:NewButton("Red Team", "Transfers you to the Red team \n(Bypasses the unbalanced team shit)", function()
- local plr = game.Players.LocalPlayer
- local targetTeam = game:GetService("Teams"):FindFirstChild("Bright red Team")
- plr.Team = targetTeam
- end)
- local BlueTeamSwitch = TeamsMainSec:NewButton("blue Team", "Transfers you to the blue team \n(Bypasses the unbalanced team shit)", function()
- local plr = game.Players.LocalPlayer
- local targetTeam = game:GetService("Teams"):FindFirstChild("Bright blue Team")
- plr.Team = targetTeam
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement