pick a side script pastebin -- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local Invisible = Instance.new("TextButton") local SpeedHack = Instance.new("TextButton") local BringAll = Instance.new("TextButton") local Esp = Instance.new("TextButton") pick a side script pastebin PasteShr pick a side script pastebin local Title1 = Instance.new("Frame") local Jumppower = Instance.new("TextButton") local Title = Instance.new("Frame") local LuaHaxx = Instance.new("TextLabel") local Frame_2 = Instance.new("Frame") local TeleportToRedTeam = Instance.new("TextButton") local TeleportToBlueTeam = Instance.new("TextButton") local Frame_3 = Instance.new("Frame") local Teleports = Instance.new("TextLabel") local Title2 = Instance.new("Frame") pick a side script pastebin How to get it? pick a side script pastebin local TeleportToBlueTeam_2 = Instance.new("TextButton") local Frame_4 = Instance.new("Frame") local ScripterVaux19 = Instance.new("TextButton") local MakerSnickerKid = Instance.new("TextButton") local Frame_5 = Instance.new("Frame") local Teleports_2 = Instance.new("TextLabel") local Title2_2 = Instance.new("Frame") local UploaderMaxis019281 = Instance.new("TextButton") --Properties: pick a side script pastebin PasteShr pick a side script pastebin ScreenGui.Parent = game.CoreGui Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame.BackgroundTransparency = 0.300 Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0.113677815, 0, 0.272985339, 0) Frame.Size = UDim2.new(0, 201, 0, 184) Frame.Active = true pick a side script pastebin How to get it? pick a side script pastebin Frame.Draggable = true Invisible.Name = "Invisible" Invisible.Parent = Frame Invisible.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Invisible.BackgroundTransparency = 1.000 Invisible.Position = UDim2.new(0, 0, -0.00543478271, 0) Invisible.Size = UDim2.new(0, 121, 0, 33) Invisible.Font = Enum.Font.Cartoon Invisible.Text = "> Invisible" pick a side script pastebin How to get it? pick a side script pastebin Invisible.TextColor3 = Color3.fromRGB(255, 0, 127) Invisible.TextSize = 19.000 Invisible.MouseButton1Down:connect(function() Local = game:GetService('Players').LocalPlayer Char = Local.Character touched,tpdback = false, false Local.CharacterAdded:connect(function(char) if script.Disabled ~= true then wait(.25) loc = Char.HumanoidRootPart.Position pick a side script pastebin How to dowload it? pick a side script pastebin Char:MoveTo(box.Position + Vector3.new(0,.5,0)) end end) game:GetService('UserInputService').InputBegan:connect(function(key) if key.KeyCode == Enum.KeyCode.Equals then if script.Disabled ~= true then script.Disabled = true print'you may re-execute' end end pick a side script pastebin How to dowload it? pick a side script pastebin end) box = Instance.new('Part',workspace) box.Anchored = true box.CanCollide = true box.Size = Vector3.new(10,1,10) box.Position = Vector3.new(0,10000,0) box.Touched:connect(function(part) if (part.Parent.Name == Local.Name) then if touched == false then touched = true pick a side script pastebin How to get it? pick a side script pastebin function apply() if script.Disabled ~= true then no = Char.HumanoidRootPart:Clone() wait(.25) Char.HumanoidRootPart:Destroy() no.Parent = Char Char:MoveTo(loc) touched = false end end if Char then pick a side script pastebin How to get it for free? pick a side script pastebin apply() end end end end) repeat wait() until Char loc = Char.HumanoidRootPart.Position Char:MoveTo(box.Position + Vector3.new(0,.5,0)) Char.Torso.Transparency = 1 Char.Head.Transparency = 1 pick a side script pastebin How to dowload it? pick a side script pastebin Char["Right Arm"].Transparency = 1 Char["Left Arm"].Transparency = 1 Char["Right Leg"].Transparency = 1 Char["Left Leg"].Transparency = 1 --by Suepr lol end) SpeedHack.Name = "Speed Hack" SpeedHack.Parent = Frame SpeedHack.BackgroundColor3 = Color3.fromRGB(255, 255, 255) pick a side script pastebin How to use it? pick a side script pastebin SpeedHack.BackgroundTransparency = 1.000 SpeedHack.Position = UDim2.new(0.0649751201, 0, 0.179000005, 0) SpeedHack.Size = UDim2.new(0, 121, 0, 33) SpeedHack.Font = Enum.Font.Cartoon SpeedHack.Text = "> Speed Hack" SpeedHack.TextColor3 = Color3.fromRGB(255, 255, 255) SpeedHack.TextSize = 20.000 SpeedHack.MouseButton1Down:connect(function() local speed = 40 pick a side script pastebin How to use it? pick a side script pastebin spawn(function() while wait() do game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = speed end end) end) BringAll.Name = "Bring All" BringAll.Parent = Frame pick a side script pastebin How to use it? pick a side script pastebin BringAll.BackgroundColor3 = Color3.fromRGB(255, 255, 255) BringAll.BackgroundTransparency = 1.000 BringAll.Position = UDim2.new(-0.0046268627, 0, 0.358347833, 0) BringAll.Size = UDim2.new(0, 121, 0, 33) BringAll.Font = Enum.Font.Cartoon BringAll.Text = "> Bring All" BringAll.TextColor3 = Color3.fromRGB(255, 0, 127) BringAll.TextSize = 20.000 BringAll.MouseButton1Down:connect(function() for i , v in pairs(game.Players:GetChildren()) do pick a side script pastebin How to get it for free? pick a side script pastebin if v ~= game.Players.LocalPlayer and v.Character ~= nil and v.Character:FindFirstChild("HumanoidRootPart") then v.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 3 v.Character.HumanoidRootPart.Anchored = true end end end) Esp.Name = "Esp" Esp.Parent = Frame Esp.BackgroundColor3 = Color3.fromRGB(255, 255, 255) pick a side script pastebin How to dowload it? pick a side script pastebin Esp.BackgroundTransparency = 1.000 Esp.Position = UDim2.new(-0.108999997, 0, 0.537999988, 0) Esp.Size = UDim2.new(0, 121, 0, 33) Esp.Font = Enum.Font.Cartoon Esp.Text = "> Esp" Esp.TextColor3 = Color3.fromRGB(255, 0, 127) Esp.TextSize = 20.000 Esp.MouseButton1Down:connect(function() while true do wait(0.3) pick a side script pastebin How to get it for free? pick a side script pastebin for _, p in pairs(game:GetChildren()) do if p.ClassName == ("Players") then plr = p.LocalPlayer team = plr.TeamColor for _, v in pairs(p:GetChildren()) do if v.Name ~= plr.Name and v.TeamColor ~= team then for _, l in pairs(v.Character.Head:GetChildren()) do if l.Name == ("OverRemove") then l:Destroy() end pick a side script pastebin How to use it? pick a side script pastebin end i = Instance.new("BillboardGui",v.Character.Head) i.Name = ("OverRemove") f = Instance.new("Frame",i) i.Active = true i.AlwaysOnTop = true i.Size = UDim2.new(1,0,1,0) i.ExtentsOffset = Vector3.new(0,3.5,0) f.Size = UDim2.new(1,0,1,0) f.BorderSizePixel = 0 pick a side script pastebin How to get it for free? pick a side script pastebin f.BackgroundColor3 = Color3.new(1,0,0) elseif v.TeamColor == team then for _, l in pairs(v.Character.Head:GetChildren()) do if l.Name == ("OverRemove") then l:Destroy() end end end end end pick a side script pastebin How to use it? pick a side script pastebin end end end) Title1.Name = "Title1" Title1.Parent = Frame Title1.BackgroundColor3 = Color3.fromRGB(255, 0, 127) Title1.BorderSizePixel = 0 Title1.Position = UDim2.new(0, 0, 0.978260875, 0) Title1.Size = UDim2.new(0, 201, 0, 4) pick a side script pastebin How to dowload it? pick a side script pastebin Jumppower.Name = "Jumppower" Jumppower.Parent = Frame Jumppower.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Jumppower.BackgroundTransparency = 1.000 Jumppower.Position = UDim2.new(0.0399999991, 0, 0.717000008, 0) Jumppower.Size = UDim2.new(0, 121, 0, 33) Jumppower.Font = Enum.Font.Cartoon Jumppower.Text = "> Jumppower" Jumppower.TextColor3 = Color3.fromRGB(255, 255, 255) pick a side script pastebin How to dowload it? pick a side script pastebin Jumppower.TextSize = 20.000 Jumppower.MouseButton1Down:connect(function() local jump = 150 spawn(function() while wait() do game.Players.LocalPlayer.Character.Humanoid.JumpPower = jump end end) end) pick a side script pastebin How to dowload it? pick a side script pastebin Title.Name = "Title" Title.Parent = Frame Title.BackgroundColor3 = Color3.fromRGB(255, 0, 127) Title.BorderSizePixel = 0 Title.Position = UDim2.new(-0.000750043429, 0, -0.217915699, 0) Title.Size = UDim2.new(0, 201, 0, 40) LuaHaxx.Name = "Lua Haxx" LuaHaxx.Parent = Title pick a side script pastebin How to use it? pick a side script pastebin LuaHaxx.BackgroundColor3 = Color3.fromRGB(255, 255, 255) LuaHaxx.BackgroundTransparency = 1.000 LuaHaxx.Position = UDim2.new(0.00497512519, 0, -0.0250000954, 0) LuaHaxx.Size = UDim2.new(0, 200, 0, 40) LuaHaxx.Font = Enum.Font.Cartoon LuaHaxx.Text = "Lua Haxx" LuaHaxx.TextColor3 = Color3.fromRGB(255, 255, 255) LuaHaxx.TextSize = 24.000 Frame_2.Parent = ScreenGui pick a side script pastebin How to get it? pick a side script pastebin Frame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame_2.BackgroundTransparency = 0.300 Frame_2.BorderSizePixel = 0 Frame_2.Position = UDim2.new(0.277203649, 0, 0.272985339, 0) Frame_2.Size = UDim2.new(0, 201, 0, 98) Frame_2.Active = true Frame_2.Draggable = true TeleportToRedTeam.Name = "Teleport To Red Team" TeleportToRedTeam.Parent = Frame_2 pick a side script pastebin How to get it for free? pick a side script pastebin TeleportToRedTeam.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TeleportToRedTeam.BackgroundTransparency = 1.000 TeleportToRedTeam.Position = UDim2.new(0.194029853, 0, 0.0605590083, 0) TeleportToRedTeam.Size = UDim2.new(0, 121, 0, 33) TeleportToRedTeam.Font = Enum.Font.Cartoon TeleportToRedTeam.Text = "> Teleport To Red Team" TeleportToRedTeam.TextColor3 = Color3.fromRGB(255, 255, 255) TeleportToRedTeam.TextSize = 19.000 TeleportToRedTeam.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-54.122, 6.52715, -8.86412) pick a side script pastebin How to get it for free? pick a side script pastebin local hint = Instance.new("Hint",game.Players.LocalPlayer.PlayerGui) wait(3) hint:Destroy() end) TeleportToBlueTeam.Name = "Teleport To Blue Team" TeleportToBlueTeam.Parent = Frame_2 TeleportToBlueTeam.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TeleportToBlueTeam.BackgroundTransparency = 1.000 TeleportToBlueTeam.Position = UDim2.new(0.194029853, 0, 0.394242257, 0) TeleportToBlueTeam.Size = UDim2.new(0, 120, 0, 27) pick a side script pastebin How to use it? pick a side script pastebin TeleportToBlueTeam.Font = Enum.Font.Cartoon TeleportToBlueTeam.Text = "> Teleport To Blue Team" TeleportToBlueTeam.TextColor3 = Color3.fromRGB(255, 255, 255) TeleportToBlueTeam.TextSize = 20.000 TeleportToBlueTeam.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(55.6764, 1.59928, -10.7661) local hint = Instance.new("Hint",game.Players.LocalPlayer.PlayerGui) wait(3) hint:Destroy() end) pick a side script pastebin How to get it? pick a side script pastebin Frame_3.Parent = Frame_2 Frame_3.BackgroundColor3 = Color3.fromRGB(255, 0, 127) Frame_3.BorderSizePixel = 0 Frame_3.Position = UDim2.new(-0.00140330195, 0, -0.345924228, 0) Frame_3.Size = UDim2.new(0, 201, 0, 40) Frame_3.Active = true Frame_3.Draggable = true Teleports.Name = "Teleports" Teleports.Parent = Frame_3 pick a side script pastebin PasteShr pick a side script pastebin Teleports.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Teleports.BackgroundTransparency = 1.000 Teleports.Position = UDim2.new(-1.49011612e-08, 0, 1.1920929e-07, 0) Teleports.Size = UDim2.new(0, 200, 0, 40) Teleports.Font = Enum.Font.Cartoon Teleports.Text = "Teleports" Teleports.TextColor3 = Color3.fromRGB(255, 255, 255) Teleports.TextSize = 24.000 Title2.Name = "Title2" pick a side script pastebin How to get it for free? pick a side script pastebin Title2.Parent = Frame_2 Title2.BackgroundColor3 = Color3.fromRGB(255, 0, 127) Title2.BorderSizePixel = 0 Title2.Position = UDim2.new(0, 0, 0.977999985, 0) Title2.Size = UDim2.new(0, 201, 0, 4) TeleportToBlueTeam_2.Name = "Teleport To Blue Team" TeleportToBlueTeam_2.Parent = Frame_2 TeleportToBlueTeam_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TeleportToBlueTeam_2.BackgroundTransparency = 1.000 pick a side script pastebin How to dowload it? pick a side script pastebin TeleportToBlueTeam_2.Position = UDim2.new(0.109452732, 0, 0.669752479, 0) TeleportToBlueTeam_2.Size = UDim2.new(0, 120, 0, 27) TeleportToBlueTeam_2.Font = Enum.Font.Cartoon TeleportToBlueTeam_2.Text = "> Teleport To Game" TeleportToBlueTeam_2.TextColor3 = Color3.fromRGB(255, 0, 127) TeleportToBlueTeam_2.TextSize = 20.000 TeleportToBlueTeam_2.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1.8599, 1.56724, 5.3941) local hint = Instance.new("Hint",game.Players.LocalPlayer.PlayerGui) wait(3) pick a side script pastebin How to dowload it? pick a side script pastebin hint:Destroy() end) Frame_4.Parent = ScreenGui Frame_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame_4.BackgroundTransparency = 0.300 Frame_4.BorderSizePixel = 0 Frame_4.Position = UDim2.new(0.438905776, 0, 0.271794856, 0) Frame_4.Size = UDim2.new(0, 201, 0, 98) Frame_4.Active = true pick a side script pastebin How to dowload it? pick a side script pastebin Frame_4.Draggable = true ScripterVaux19.Name = "> Scripter: Vaux19" ScripterVaux19.Parent = Frame_4 ScripterVaux19.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScripterVaux19.BackgroundTransparency = 1.000 ScripterVaux19.Position = UDim2.new(0.0796019956, 0, 0.0707630888, 0) ScripterVaux19.Size = UDim2.new(0, 121, 0, 33) ScripterVaux19.Font = Enum.Font.Cartoon ScripterVaux19.Text = "> Scripter: Vaux19" pick a side script pastebin How to dowload it? pick a side script pastebin ScripterVaux19.TextColor3 = Color3.fromRGB(255, 255, 255) ScripterVaux19.TextSize = 19.000 MakerSnickerKid.Name = "> Maker: SnickerKid" MakerSnickerKid.Parent = Frame_4 MakerSnickerKid.BackgroundColor3 = Color3.fromRGB(255, 255, 255) MakerSnickerKid.BackgroundTransparency = 1.000 MakerSnickerKid.Position = UDim2.new(0.11442785, 0, 0.373834103, 0) MakerSnickerKid.Size = UDim2.new(0, 120, 0, 27) MakerSnickerKid.Font = Enum.Font.Cartoon pick a side script pastebin How to get it? pick a side script pastebin MakerSnickerKid.Text = "> Maker: SnickerKid" MakerSnickerKid.TextColor3 = Color3.fromRGB(255, 255, 255) MakerSnickerKid.TextSize = 20.000 Frame_5.Parent = Frame_4 Frame_5.BackgroundColor3 = Color3.fromRGB(255, 0, 127) Frame_5.BorderSizePixel = 0 Frame_5.Position = UDim2.new(-0.00140330195, 0, -0.345924228, 0) Frame_5.Size = UDim2.new(0, 201, 0, 40) pick a side script pastebin How to get it? pick a side script pastebin Teleports_2.Name = "Teleports" Teleports_2.Parent = Frame_5 Teleports_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Teleports_2.BackgroundTransparency = 1.000 Teleports_2.Position = UDim2.new(-1.49011612e-08, 0, 1.1920929e-07, 0) Teleports_2.Size = UDim2.new(0, 200, 0, 40) Teleports_2.Font = Enum.Font.Cartoon Teleports_2.Text = "Credits" Teleports_2.TextColor3 = Color3.fromRGB(255, 255, 255) Teleports_2.TextSize = 24.000 pick a side script pastebin How to use it? pick a side script pastebin Title2_2.Name = "Title2" Title2_2.Parent = Frame_4 Title2_2.BackgroundColor3 = Color3.fromRGB(255, 0, 127) Title2_2.BorderSizePixel = 0 Title2_2.Position = UDim2.new(0, 0, 0.977999985, 0) Title2_2.Size = UDim2.new(0, 201, 0, 4) UploaderMaxis019281.Name = "> Uploader: Maxis019281" UploaderMaxis019281.Parent = Frame_4 pick a side script pastebin How to use it? pick a side script pastebin UploaderMaxis019281.BackgroundColor3 = Color3.fromRGB(255, 255, 255) UploaderMaxis019281.BackgroundTransparency = 1.000 UploaderMaxis019281.Position = UDim2.new(0.199004963, 0, 0.628936172, 0) UploaderMaxis019281.Size = UDim2.new(0, 120, 0, 27) UploaderMaxis019281.Font = Enum.Font.Cartoon UploaderMaxis019281.Text = "> Uploader: Maxis019281" UploaderMaxis019281.TextColor3 = Color3.fromRGB(255, 255, 255) UploaderMaxis019281.TextSize = 20.000 pick a side script pastebin