Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell infortality
- -- Revamp by ImFrostic, Version 2.81
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- -- Properties
- ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0, 1, 0.635294)
- Frame.Position = UDim2.new(0.811621368, 0, 0.30039525, 0)
- Frame.Size = UDim2.new(0, 201, 0, 165)
- Frame.Style = Enum.FrameStyle.DropShadow
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel.Position = UDim2.new(-0.00502512464, 0, -0.00564972311, 0)
- TextLabel.Size = UDim2.new(0, 186, 0, 49)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "Auro Arrest GUI"
- TextLabel.TextColor3 = Color3.new(1, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(1, 0, 0)
- TextButton.BorderColor3 = Color3.new(0, 0, 0)
- TextButton.Position = UDim2.new(0.00502512557, 0, 0.397053033, 0)
- TextButton.Size = UDim2.new(0, 184, 0, 50)
- TextButton.Font = Enum.Font.Fantasy
- TextButton.Text = "Tp Player"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 20
- TextButton.TextWrapped = true
- TextButton.MouseButton1Down:connect(function()
- local loc = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
- local list = game:GetService('Teams').Criminal:GetPlayers()
- wait(0.5)
- for i,v in pairs(list) do
- repeat wait()
- loc.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1) until v.Team.Name ~= 'Criminal'
- end
- end)
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(-0.0100502511, 0, 0.815072179, 0)
- TextLabel_2.Size = UDim2.new(0, 185, 0, 17)
- TextLabel_2.Font = Enum.Font.Garamond
- TextLabel_2.Text = "Gui By Kiệt Phạm"
- TextLabel_2.TextColor3 = Color3.new(1, 0, 0)
- TextLabel_2.TextSize = 22
Add Comment
Please, Sign In to add comment