Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextBox = Instance.new("TextBox")
- local TextLabel = Instance.new("TextLabel")
- local OnOff = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0, 0.603922, 0.905882)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.1393608, 0, 0.581081033, 0)
- Frame.Size = UDim2.new(0, 346, 0, 37)
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame_2.BorderSizePixel = 0
- Frame_2.Position = UDim2.new(0, 0, 0.972973824, 0)
- Frame_2.Size = UDim2.new(0, 346, 0, 119)
- TextButton.Parent = Frame_2
- TextButton.BackgroundColor3 = Color3.new(0, 0.603922, 0.905882)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.205202326, 0, 0.255431473, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 33)
- TextButton.Font = Enum.Font.GothamBold
- TextButton.Text = "Start Farming"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 14
- TextBox.Parent = Frame_2
- TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox.BackgroundTransparency = 1
- TextBox.BorderColor3 = Color3.new(0, 0.603922, 0.905882)
- TextBox.BorderSizePixel = 3
- TextBox.Position = UDim2.new(0.210982665, 0, 0.402439028, 0)
- TextBox.Size = UDim2.new(0, 200, 0, 33)
- TextBox.ZIndex = 0
- TextBox.Font = Enum.Font.GothamSemibold
- TextBox.MultiLine = true
- TextBox.PlaceholderText = "0"
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.new(0, 0, 0)
- TextBox.TextSize = 14
- TextLabel.Parent = TextBox
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(-0.00499999989, 0, 0.669340491, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 17)
- TextLabel.Font = Enum.Font.GothamBold
- TextLabel.Text = "Once Enabled You Can't Disable"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- OnOff.Name = "OnOff"
- OnOff.Parent = TextBox
- OnOff.BackgroundColor3 = Color3.new(1, 1, 1)
- OnOff.BorderSizePixel = 0
- OnOff.Position = UDim2.new(-0.00999999978, 0, -1.14818966, 0)
- OnOff.Size = UDim2.new(0, 200, 0, 11)
- OnOff.Font = Enum.Font.GothamBold
- OnOff.Text = "Not Farming"
- OnOff.TextColor3 = Color3.new(1, 0, 0)
- OnOff.TextSize = 14
- OnOff.TextStrokeColor3 = Color3.new(0, 0.603922, 0.905882)
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0.222543359, 0, 3.64864945, 0)
- TextLabel_2.Size = UDim2.new(0, 189, 0, 3)
- TextLabel_2.Font = Enum.Font.GothamBold
- TextLabel_2.Text = "Made By ziptie.entity#9917"
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextSize = 14
- -- Scripts:
- function SCRIPT_HXYW75_FAKESCRIPT() -- TextButton.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton
- local onoff = script.Parent.Parent.TextBox.OnOff
- script.Parent.MouseButton1Click:Connect(function()
- onoff.TextColor3 = Color3.new(0, 255, 0)
- onoff.Text = "Farming"
- print("Started Farming")
- while wait(3) do
- for i,v in pairs (game.Workspace:GetDescendants()) do
- if v.Name == "P" and v:IsA("MeshPart") then
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_HXYW75_FAKESCRIPT))
- function SCRIPT_ITLB68_FAKESCRIPT() -- Frame.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Frame
- local me = script.Parent
- me.Active = true
- me.Selectable = true
- me.Draggable = true
- end
- coroutine.resume(coroutine.create(SCRIPT_ITLB68_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement