Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made By Pigeon Dude
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local UICorner = Instance.new("UICorner")
- local AfkFarm = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
- Main.Position = UDim2.new(0.0401785709, 0, 0.681958973, 0)
- Main.Size = UDim2.new(0.25127551, 0, 0.234950602, 0)
- Main.Active = true
- Main.Draggable = true
- Title.Name = "Title"
- Title.Parent = Main
- Title.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- Title.Position = UDim2.new(0.0761421323, 0, 0.0765260085, 0)
- Title.Size = UDim2.new(0.84517765, 0, 0.337466329, 0)
- Title.Font = Enum.Font.GothamBold
- Title.Text = "Made By: Pigeon Dude"
- Title.TextColor3 = Color3.fromRGB(255, 255, 255)
- Title.TextScaled = true
- Title.TextSize = 14.000
- Title.TextStrokeTransparency = 0.000
- Title.TextWrapped = true
- UICorner.CornerRadius = UDim.new(0, 20)
- UICorner.Parent = Main
- AfkFarm.Name = "AfkFarm"
- AfkFarm.Parent = Main
- AfkFarm.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- AfkFarm.Position = UDim2.new(0.0761421323, 0, 0.483425021, 0)
- AfkFarm.Size = UDim2.new(0.84517765, 0, 0.425157368, 0)
- AfkFarm.Font = Enum.Font.GothamBold
- AfkFarm.Text = "AfkFarm"
- AfkFarm.TextColor3 = Color3.fromRGB(255, 255, 255)
- AfkFarm.TextScaled = true
- AfkFarm.TextSize = 14.000
- AfkFarm.TextStrokeTransparency = 0.000
- AfkFarm.TextWrapped = true
- AfkFarm.MouseButton1Click:Connect(function()
- local TweenService = game:GetService('TweenService')
- spawn(function()
- local debounce = false
- game:GetService('RunService').RenderStepped:Connect(function()
- if debounce == true then
- return
- end
- debounce = true
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- char.HumanoidRootPart.CFrame = CFrame.new(-55.7047195, -9.92602158, -274.044922, -0.999055862, 2.2645871e-08, 0.0434471555, 2.07044444e-08, 1, -4.51347049e-08, -0.0434471555, -4.41925856e-08, -0.999055862) + Vector3.new(0, 50, 0)
- wait(1)
- TweenService:Create(char.HumanoidRootPart, TweenInfo.new(30), {CFrame = CFrame.new(-62.3435783, 37.1261864, 9309.92871, 0.966365039, -8.40041281e-09, 0.257176876, 2.07044444e-08, 1, -4.51347049e-08, -0.257176876, 4.89412777e-08, 0.966365039)}):Play()
- wait(29)
- TweenService:Create(char.HumanoidRootPart, TweenInfo.new(2), {CFrame = CFrame.new(-56.427002, -360.430267, 9483.74902, -0.999547422, 4.76316799e-08, 0.0300814454, 4.78301097e-08, 1, 5.87685989e-09, -0.0300814454, 7.31299954e-09, -0.999547422)}):Play()
- wait(20)
- debounce = false
- end)
- end)
- game:GetService('RunService').RenderStepped:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement