Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local AfkFarm = Instance.new("TextButton")
- local TeleportToWinner = Instance.new("TextButton")
- local TeleportToVIP = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Main.Position = UDim2.new(0.0605867356, 0, 0.162751675, 0)
- Main.Size = UDim2.new(0.206632659, 0, 0.65436244, 0)
- Main.Style = Enum.FrameStyle.ChatBlue
- Main.Active = true
- Main.Draggable = true
- AfkFarm.Name = "AfkFarm"
- AfkFarm.Parent = Main
- AfkFarm.BackgroundColor3 = Color3.fromRGB(57, 179, 255)
- AfkFarm.BorderColor3 = Color3.fromRGB(44, 141, 200)
- AfkFarm.BorderSizePixel = 5
- AfkFarm.Position = UDim2.new(0.0555555522, 0, 0.0538461581, 0)
- AfkFarm.Size = UDim2.new(0.88271606, 0, 0.215384617, 0)
- AfkFarm.Font = Enum.Font.GothamBold
- AfkFarm.Text = "AFk Farm"
- AfkFarm.TextColor3 = Color3.fromRGB(255, 255, 255)
- AfkFarm.TextScaled = true
- AfkFarm.TextSize = 14.000
- AfkFarm.TextStrokeTransparency = 0.000
- AfkFarm.TextWrapped = true
- AfkFarm.MouseButton1Down:connect(function()
- while wait(8) do
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-90.4, 0.111952, -117.95)
- wait(0.2)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-271.438, 0.110028, -419.87)
- wait(0.2)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-85.62, 0.129552, -719.255)
- wait(0.2)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-265.848, 0.1, -1019.94)
- wait(0.2)
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- end
- end)
- TeleportToWinner.Name = "TeleportToWinner"
- TeleportToWinner.Parent = Main
- TeleportToWinner.BackgroundColor3 = Color3.fromRGB(57, 179, 255)
- TeleportToWinner.BorderColor3 = Color3.fromRGB(44, 141, 200)
- TeleportToWinner.BorderSizePixel = 5
- TeleportToWinner.Position = UDim2.new(0.0555555522, 0, 0.36153847, 0)
- TeleportToWinner.Size = UDim2.new(0.88271606, 0, 0.215384617, 0)
- TeleportToWinner.Font = Enum.Font.GothamBold
- TeleportToWinner.Text = "Winners Area"
- TeleportToWinner.TextColor3 = Color3.fromRGB(255, 255, 255)
- TeleportToWinner.TextScaled = true
- TeleportToWinner.TextSize = 14.000
- TeleportToWinner.TextStrokeTransparency = 0.000
- TeleportToWinner.TextWrapped = true
- TeleportToWinner.MouseButton1Click:connect(function()
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-179.905, -90.2901, -1438.39)
- end)
- TeleportToVIP.Name = "TeleportToVIP"
- TeleportToVIP.Parent = Main
- TeleportToVIP.BackgroundColor3 = Color3.fromRGB(57, 179, 255)
- TeleportToVIP.BorderColor3 = Color3.fromRGB(44, 141, 200)
- TeleportToVIP.BorderSizePixel = 5
- TeleportToVIP.Position = UDim2.new(0.0555555522, 0, 0.689743638, 0)
- TeleportToVIP.Size = UDim2.new(0.88271606, 0, 0.215384617, 0)
- TeleportToVIP.Font = Enum.Font.GothamBold
- TeleportToVIP.Text = "VIP Area"
- TeleportToVIP.TextColor3 = Color3.fromRGB(255, 255, 255)
- TeleportToVIP.TextScaled = true
- TeleportToVIP.TextSize = 14.000
- TeleportToVIP.TextStrokeTransparency = 0.000
- TeleportToVIP.TextWrapped = true
- TeleportToVIP.MouseButton1Click:connect(function()
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-178.634, 55.0987, -1683.72)
- end)
Add Comment
Please, Sign In to add comment