Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Fully made by Diego Exploits
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local pq = Instance.new("ScreenGui")
- local mainn = Instance.new("Frame")
- local secondary = Instance.new("Frame")
- local Frame = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local bandit = Instance.new("TextButton")
- local farming = Instance.new("TextLabel")
- local ok = Instance.new("TextBox")
- local X = Instance.new("TextButton")
- local desertbandit = Instance.new("TextButton")
- local crocodile = Instance.new("TextButton")
- local monkey = Instance.new("TextButton")
- local vicemarin = Instance.new("TextButton")
- local marines = Instance.new("TextButton")
- local buggy = Instance.new("TextButton")
- local pirates = Instance.new("TextButton")
- local autosword = Instance.new("TextButton")
- local tps = Instance.new("TextLabel")
- local tpswordshop = Instance.new("TextButton")
- local tpbarber = Instance.new("TextButton")
- local tpelectro = Instance.new("TextButton")
- local tpbusoteacher = Instance.new("TextButton")
- local tpfruits = Instance.new("TextButton")
- local by = Instance.new("TextLabel")
- local p2 = Instance.new("TextButton")
- local habo = Instance.new("Frame")
- local secondary_2 = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local stopmonkey = Instance.new("TextButton")
- local stoppirate = Instance.new("TextButton")
- local stopmarine = Instance.new("TextButton")
- local stopvicemarine = Instance.new("TextButton")
- local stopbandit = Instance.new("TextButton")
- local stopdesert = Instance.new("TextButton")
- local stopbuggy = Instance.new("TextButton")
- local smallp2 = Instance.new("TextButton")
- --Properties:
- pq.Name = "pq"
- pq.Parent = game.CoreGui
- mainn.Name = "mainn"
- mainn.Parent = pq
- mainn.Active = true
- mainn.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
- mainn.Position = UDim2.new(0.172450051, 0, 0.239348367, 0)
- mainn.Size = UDim2.new(0, 651, 0, 489)
- mainn.Draggable = true
- secondary.Name = "secondary"
- secondary.Parent = mainn
- secondary.Active = true
- secondary.BackgroundColor3 = Color3.new(0.109804, 0.113725, 0.101961)
- secondary.Position = UDim2.new(0.0219947826, 0, 0.0256749559, 0)
- secondary.Size = UDim2.new(0, 622, 0, 455)
- Frame.Parent = secondary
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0, 0, 0.118457302, 0)
- Frame.Size = UDim2.new(0, 621, 0, 7)
- Frame_2.Parent = secondary
- Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame_2.Position = UDim2.new(-0.00160771701, 0, 0.750668883, 0)
- Frame_2.Size = UDim2.new(0, 621, 0, 7)
- bandit.Name = "bandit"
- bandit.Parent = mainn
- bandit.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- bandit.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- bandit.Position = UDim2.new(0.0322580636, 0, 0.196930945, 0)
- bandit.Size = UDim2.new(0, 149, 0, 42)
- bandit.Font = Enum.Font.SciFi
- bandit.Text = "Farm Bandit"
- bandit.TextColor3 = Color3.new(0, 0, 0)
- bandit.TextSize = 25
- bandit.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- bandit.TextStrokeTransparency = 0
- bandit.MouseButton1Down:connect(function()
- _G.Farming = true
- while _G.Farming do wait()
- for i,v in pairs(game.Workspace["NPC/PLAYER"]:GetChildren()) do
- if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- if string.match(v.Name, "Bandit") and v.Humanoid.Health > 0 then -- You can edit Crocodile to whatever mob you wish
- repeat wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
- until v.Humanoid.Health == 0 or _G.Farming == false
- end
- end
- end
- end
- end)
- farming.Name = "farming"
- farming.Parent = mainn
- farming.BackgroundColor3 = Color3.new(1, 1, 1)
- farming.BackgroundTransparency = 1
- farming.Position = UDim2.new(0.345622122, 0, 0.0234986953, 0)
- farming.Size = UDim2.new(0, 200, 0, 44)
- farming.Font = Enum.Font.SciFi
- farming.Text = "FARMING "
- farming.TextColor3 = Color3.new(1, 0.611765, 0.0627451)
- farming.TextSize = 35
- ok.Name = "ok"
- ok.Parent = mainn
- ok.BackgroundColor3 = Color3.new(0.0352941, 0.0901961, 0.113725)
- ok.Position = UDim2.new(0, 0, -0.0697674751, 0)
- ok.Size = UDim2.new(0, 651, 0, 37)
- ok.ClearTextOnFocus = false
- ok.Font = Enum.Font.SciFi
- ok.ShowNativeInput = false
- ok.Text = "PIRATES CONQUEST GUI"
- ok.TextColor3 = Color3.new(1, 0.0588235, 0.0588235)
- ok.TextSize = 25
- ok.TextStrokeTransparency = 0
- X.Name = "X"
- X.Parent = mainn
- X.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- X.BackgroundTransparency = 1
- X.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
- X.Position = UDim2.new(0.91705066, 0, -0.0810679719, 0)
- X.Size = UDim2.new(0, 72, 0, 42)
- X.Font = Enum.Font.SciFi
- X.Text = "X"
- X.TextColor3 = Color3.new(1, 0.101961, 0.988235)
- X.TextSize = 45
- X.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
- X.MouseButton1Down:connect(function()
- X.Visible = true
- mainn.Visible = false
- end)
- desertbandit.Name = "desertbandit"
- desertbandit.Parent = mainn
- desertbandit.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- desertbandit.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- desertbandit.Position = UDim2.new(0.38402459, 0, 0.196930945, 0)
- desertbandit.Size = UDim2.new(0, 149, 0, 42)
- desertbandit.Font = Enum.Font.SciFi
- desertbandit.Text = "Desert Bandit"
- desertbandit.TextColor3 = Color3.new(0, 0, 0)
- desertbandit.TextSize = 25
- desertbandit.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- desertbandit.TextStrokeTransparency = 0
- desertbandit.MouseButton1Down:connect(function()
- _G.Farming = true
- while _G.Farming do wait()
- for i,v in pairs(game.Workspace["NPC/PLAYER"]:GetChildren()) do
- if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- if string.match(v.Name, "Desert") and v.Humanoid.Health > 0 then -- You can edit Crocodile to whatever mob you wish
- repeat wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
- until v.Humanoid.Health == 0 or _G.Farming == false
- end
- end
- end
- end
- end)
- crocodile.Name = "crocodile"
- crocodile.Parent = mainn
- crocodile.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- crocodile.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- crocodile.Position = UDim2.new(0.0322580636, 0, 0.366534472, 0)
- crocodile.Size = UDim2.new(0, 149, 0, 42)
- crocodile.Font = Enum.Font.SciFi
- crocodile.Text = "Farm Crocodile"
- crocodile.TextColor3 = Color3.new(0, 0, 0)
- crocodile.TextSize = 25
- crocodile.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- crocodile.TextStrokeTransparency = 0
- crocodile.MouseButton1Down:connect(function()
- _G.Farming = true
- while _G.Farming do wait()
- for i,v in pairs(game.Workspace["NPC/PLAYER"]:GetChildren()) do
- if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- if string.match(v.Name, "Crocodile") and v.Humanoid.Health > 0 then -- You can edit Crocodile to whatever mob you wish
- repeat wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
- until v.Humanoid.Health == 0 or _G.Farming == false
- end
- end
- end
- end
- end)
- monkey.Name = "monkey"
- monkey.Parent = mainn
- monkey.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- monkey.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- monkey.Position = UDim2.new(0.746543765, 0, 0.196930945, 0)
- monkey.Size = UDim2.new(0, 149, 0, 42)
- monkey.Font = Enum.Font.SciFi
- monkey.Text = "Farm Monkey"
- monkey.TextColor3 = Color3.new(0, 0, 0)
- monkey.TextSize = 25
- monkey.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- monkey.TextStrokeTransparency = 0
- monkey.MouseButton1Down:connect(function()
- _G.Farming = true
- while _G.Farming do wait()
- for i,v in pairs(game.Workspace["NPC/PLAYER"]:GetChildren()) do
- if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- if string.match(v.Name, "Monkey") and v.Humanoid.Health > 0 then -- You can edit Crocodile to whatever mob you wish
- repeat wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
- until v.Humanoid.Health == 0 or _G.Farming == false
- end
- end
- end
- end
- end)
- vicemarin.Name = "vicemarin"
- vicemarin.Parent = mainn
- vicemarin.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- vicemarin.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- vicemarin.Position = UDim2.new(0.748079896, 0, 0.366534472, 0)
- vicemarin.Size = UDim2.new(0, 149, 0, 42)
- vicemarin.Font = Enum.Font.SciFi
- vicemarin.Text = "Farm V. Marine"
- vicemarin.TextColor3 = Color3.new(0, 0, 0)
- vicemarin.TextSize = 24
- vicemarin.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- vicemarin.TextStrokeTransparency = 0
- vicemarin.MouseButton1Down:connect(function()
- _G.Farming = true
- while _G.Farming do wait()
- for i,v in pairs(game.Workspace["NPC/PLAYER"]:GetChildren()) do
- if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- if string.match(v.Name, "Vice") and v.Humanoid.Health > 0 then -- You can edit Crocodile to whatever mob you wish
- repeat wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
- until v.Humanoid.Health == 0 or _G.Farming == false
- end
- end
- end
- end
- end)
- marines.Name = "marines"
- marines.Parent = mainn
- marines.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- marines.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- marines.Position = UDim2.new(0.38402459, 0, 0.366534472, 0)
- marines.Size = UDim2.new(0, 149, 0, 42)
- marines.Font = Enum.Font.SciFi
- marines.Text = "Farm Marines"
- marines.TextColor3 = Color3.new(0, 0, 0)
- marines.TextSize = 25
- marines.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- marines.TextStrokeTransparency = 0
- marines.MouseButton1Down:connect(function()
- _G.Farming = true
- while _G.Farming do wait()
- for i,v in pairs(game.Workspace["NPC/PLAYER"]:GetChildren()) do
- if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- if string.match(v.Name, "Marine") and v.Humanoid.Health > 0 then -- You can edit Crocodile to whatever mob you wish
- repeat wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
- until v.Humanoid.Health == 0 or _G.Farming == false
- end
- end
- end
- end
- end)
- buggy.Name = "buggy"
- buggy.Parent = mainn
- buggy.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- buggy.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- buggy.Position = UDim2.new(0.746543765, 0, 0.518516839, 0)
- buggy.Size = UDim2.new(0, 149, 0, 42)
- buggy.Font = Enum.Font.SciFi
- buggy.Text = "Farm Buggy"
- buggy.TextColor3 = Color3.new(0, 0, 0)
- buggy.TextSize = 25
- buggy.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- buggy.TextStrokeTransparency = 0
- buggy.MouseButton1Down:connect(function()
- _G.Farming = true
- while _G.Farming do wait()
- for i,v in pairs(game.Workspace["NPC/PLAYER"]:GetChildren()) do
- if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- if string.match(v.Name, "Buggy") and v.Humanoid.Health > 0 then -- You can edit Crocodile to whatever mob you wish
- repeat wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
- until v.Humanoid.Health == 0 or _G.Farming == false
- end
- end
- end
- end
- end)
- pirates.Name = "pirates"
- pirates.Parent = mainn
- pirates.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- pirates.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- pirates.Position = UDim2.new(0.38402459, 0, 0.518516839, 0)
- pirates.Size = UDim2.new(0, 149, 0, 42)
- pirates.Font = Enum.Font.SciFi
- pirates.Text = "Farm Pirates"
- pirates.TextColor3 = Color3.new(0, 0, 0)
- pirates.TextSize = 25
- pirates.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- pirates.TextStrokeTransparency = 0
- pirates.MouseButton1Down:connect(function()
- _G.Farming = true
- while _G.Farming do wait()
- for i,v in pairs(game.Workspace["NPC/PLAYER"]:GetChildren()) do
- if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- if string.match(v.Name, "Pirate") and v.Humanoid.Health > 0 then -- You can edit Crocodile to whatever mob you wish
- repeat wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
- until v.Humanoid.Health == 0 or _G.Farming == false
- end
- end
- end
- end
- end)
- autosword.Name = "autosword"
- autosword.Parent = mainn
- autosword.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- autosword.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- autosword.Position = UDim2.new(0.0322580636, 0, 0.518516839, 0)
- autosword.Size = UDim2.new(0, 149, 0, 42)
- autosword.Font = Enum.Font.SciFi
- autosword.Text = "Auto Blade"
- autosword.TextColor3 = Color3.new(0, 0, 0)
- autosword.TextSize = 25
- autosword.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- autosword.TextStrokeTransparency = 0
- autosword.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/1R3CnMZ6'),true))()
- end)
- tps.Name = "tps"
- tps.Parent = mainn
- tps.BackgroundColor3 = Color3.new(1, 1, 1)
- tps.BackgroundTransparency = 1
- tps.Position = UDim2.new(0.345622122, 0, 0.631428242, 0)
- tps.Size = UDim2.new(0, 200, 0, 44)
- tps.Font = Enum.Font.SciFi
- tps.Text = "TELEPORTS / FUNCTIONS"
- tps.TextColor3 = Color3.new(1, 0.611765, 0.0627451)
- tps.TextSize = 35
- tpswordshop.Name = "tpswordshop"
- tpswordshop.Parent = mainn
- tpswordshop.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- tpswordshop.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- tpswordshop.Position = UDim2.new(0.0215053856, 0, 0.758604944, 0)
- tpswordshop.Size = UDim2.new(0, 149, 0, 42)
- tpswordshop.Font = Enum.Font.SciFi
- tpswordshop.Text = "Sword Shop"
- tpswordshop.TextColor3 = Color3.new(0, 0, 0)
- tpswordshop.TextSize = 25
- tpswordshop.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- tpswordshop.TextStrokeTransparency = 0
- tpswordshop.MouseButton1Down:connect(function()
- if Farming == false then
- Farming = true
- tpswordshop.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- Farming = false
- tpswordshop.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- local runService = game:GetService('RunService')
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.Level1_SwordShop:GetChildren()) do
- if string.find(v.Name, "NPC_") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- tpbarber.Name = "tpbarber"
- tpbarber.Parent = mainn
- tpbarber.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- tpbarber.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- tpbarber.Position = UDim2.new(0.382488489, 0, 0.758604944, 0)
- tpbarber.Size = UDim2.new(0, 149, 0, 42)
- tpbarber.Font = Enum.Font.SciFi
- tpbarber.Text = "Accessories"
- tpbarber.TextColor3 = Color3.new(0, 0, 0)
- tpbarber.TextSize = 25
- tpbarber.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- tpbarber.TextStrokeTransparency = 0
- tpbarber.MouseButton1Down:connect(function()
- if Farming == false then
- Farming = true
- tpbarber.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- Farming = false
- tpbarber.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- local runService = game:GetService('RunService')
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.BarberShop:GetChildren()) do
- if string.find(v.Name, "NPC_") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- tpelectro.Name = "tpelectro"
- tpelectro.Parent = mainn
- tpelectro.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- tpelectro.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- tpelectro.Position = UDim2.new(0.0215053856, 0, 0.870034337, 0)
- tpelectro.Size = UDim2.new(0, 149, 0, 42)
- tpelectro.Font = Enum.Font.SciFi
- tpelectro.Text = "Electro Teacher"
- tpelectro.TextColor3 = Color3.new(0, 0, 0)
- tpelectro.TextSize = 24
- tpelectro.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- tpelectro.TextStrokeTransparency = 0
- tpelectro.MouseButton1Down:connect(function()
- if Farming == false then
- Farming = true
- tpelectro.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- Farming = false
- tpelectro.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- local runService = game:GetService('RunService')
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.ElectroTeacher:GetChildren()) do
- if string.find(v.Name, "Electro") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- tpbusoteacher.Name = "tpbusoteacher"
- tpbusoteacher.Parent = mainn
- tpbusoteacher.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- tpbusoteacher.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- tpbusoteacher.Position = UDim2.new(0.748079896, 0, 0.758604944, 0)
- tpbusoteacher.Size = UDim2.new(0, 149, 0, 42)
- tpbusoteacher.Font = Enum.Font.SciFi
- tpbusoteacher.Text = "Buso Teacher"
- tpbusoteacher.TextColor3 = Color3.new(0, 0, 0)
- tpbusoteacher.TextSize = 25
- tpbusoteacher.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- tpbusoteacher.TextStrokeTransparency = 0
- tpbusoteacher.MouseButton1Down:connect(function()
- if Farming == false then
- Farming = true
- tpbusoteacher.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- Farming = false
- tpbusoteacher.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- local runService = game:GetService('RunService')
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.RayleighTeach:GetChildren()) do
- if string.find(v.Name, "Ray") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- tpfruits.Name = "tpfruits"
- tpfruits.Parent = mainn
- tpfruits.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- tpfruits.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- tpfruits.Position = UDim2.new(0.385560662, 0, 0.870034337, 0)
- tpfruits.Size = UDim2.new(0, 383, 0, 42)
- tpfruits.Font = Enum.Font.SciFi
- tpfruits.Text = "AUTO-TELEPORT FRUITS!"
- tpfruits.TextColor3 = Color3.new(0, 0, 0)
- tpfruits.TextSize = 25
- tpfruits.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- tpfruits.TextStrokeTransparency = 0
- tpfruits.MouseButton1Down:connect(function()
- while wait(3) do
- for _,v in pairs(workspace:GetChildren()) do
- if v:IsA("Tool") then
- v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- print("Teleported Item!")
- end
- end
- end
- end)
- by.Name = "by"
- by.Parent = mainn
- by.BackgroundColor3 = Color3.new(1, 1, 1)
- by.BackgroundTransparency = 1
- by.Position = UDim2.new(0.0430107526, 0, 0.0322462842, 0)
- by.Size = UDim2.new(0, 167, 0, 35)
- by.Font = Enum.Font.SciFi
- by.Text = "Diego Exploits"
- by.TextColor3 = Color3.new(0.117647, 0.721569, 1)
- by.TextSize = 35
- p2.Name = "p2"
- p2.Parent = mainn
- p2.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- p2.BackgroundTransparency = 1
- p2.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- p2.Position = UDim2.new(0.938555956, 0, 0.937217176, 0)
- p2.Size = UDim2.new(0, 44, 0, 42)
- p2.Font = Enum.Font.SciFi
- p2.Text = ">>"
- p2.TextColor3 = Color3.new(0, 0, 0)
- p2.TextSize = 25
- p2.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- p2.TextStrokeTransparency = 0
- p2.MouseButton1Down:connect(function()
- p2.Visible = true
- mainn.Visible = false
- habo.Visible = true
- end)
- habo.Name = "habo"
- habo.Parent = pq
- habo.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- habo.Position = UDim2.new(0.257623553, 0, 0.22807017, 0)
- habo.Size = UDim2.new(0, 516, 0, 421)
- habo.Visible = false
- habo.Active = true
- habo.Draggable = true
- secondary_2.Name = "secondary"
- secondary_2.Parent = habo
- secondary_2.Active = true
- secondary_2.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
- secondary_2.Position = UDim2.new(0.0374986529, 0, 0.0470525958, 0)
- secondary_2.Size = UDim2.new(0, 476, 0, 387)
- TextLabel.Parent = habo
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.304263562, 0, 0.0213776715, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "Stop Farm GUI"
- TextLabel.TextColor3 = Color3.new(0.113725, 0.917647, 0.784314)
- TextLabel.TextSize = 35
- stopmonkey.Name = "stopmonkey"
- stopmonkey.Parent = habo
- stopmonkey.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- stopmonkey.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- stopmonkey.Position = UDim2.new(0.038947247, 0, 0.195450038, 0)
- stopmonkey.Size = UDim2.new(0, 149, 0, 42)
- stopmonkey.Font = Enum.Font.SciFi
- stopmonkey.Text = "Stop Monkey"
- stopmonkey.TextColor3 = Color3.new(0, 0, 0)
- stopmonkey.TextSize = 24
- stopmonkey.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- stopmonkey.TextStrokeTransparency = 0
- stopmonkey.MouseButton1Down:connect(function()
- _G.Farming = false
- while _G.Farming do wait()
- for i,v in pairs(game.Workspace["NPC/PLAYER"]:GetChildren()) do
- if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- if string.match(v.Name, "Monkey") and v.Humanoid.Health > 0 then -- You can edit Crocodile to whatever mob you wish
- repeat wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
- until v.Humanoid.Health == 0 or _G.Farming == false
- end
- end
- end
- end
- end)
- stoppirate.Name = "stoppirate"
- stoppirate.Parent = habo
- stoppirate.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- stoppirate.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- stoppirate.Position = UDim2.new(0.670730174, 0, 0.195450038, 0)
- stoppirate.Size = UDim2.new(0, 149, 0, 42)
- stoppirate.Font = Enum.Font.SciFi
- stoppirate.Text = "Stop Pirate"
- stoppirate.TextColor3 = Color3.new(0, 0, 0)
- stoppirate.TextSize = 24
- stoppirate.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- stoppirate.TextStrokeTransparency = 0
- stoppirate.MouseButton1Down:connect(function()
- _G.Farming = false
- while _G.Farming do wait()
- for i,v in pairs(game.Workspace["NPC/PLAYER"]:GetChildren()) do
- if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- if string.match(v.Name, "Pirate") and v.Humanoid.Health > 0 then -- You can edit Crocodile to whatever mob you wish
- repeat wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
- until v.Humanoid.Health == 0 or _G.Farming == false
- end
- end
- end
- end
- end)
- stopmarine.Name = "stopmarine"
- stopmarine.Parent = habo
- stopmarine.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- stopmarine.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- stopmarine.Position = UDim2.new(0.0350712538, 0, 0.413977355, 0)
- stopmarine.Size = UDim2.new(0, 149, 0, 42)
- stopmarine.Font = Enum.Font.SciFi
- stopmarine.Text = "Stop Marine"
- stopmarine.TextColor3 = Color3.new(0, 0, 0)
- stopmarine.TextSize = 24
- stopmarine.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- stopmarine.TextStrokeTransparency = 0
- stopmarine.MouseButton1Down:connect(function()
- _G.Farming = true
- while _G.Farming do wait()
- for i,v in pairs(game.Workspace["NPC/PLAYER"]:GetChildren()) do
- if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- if string.match(v.Name, "Marine") and v.Humanoid.Health > 0 then -- You can edit Crocodile to whatever mob you wish
- repeat wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
- until v.Humanoid.Health == 0 or _G.Farming == false
- end
- end
- end
- end
- end)
- stopvicemarine.Name = "stopvicemarine"
- stopvicemarine.Parent = habo
- stopvicemarine.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- stopvicemarine.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- stopvicemarine.Position = UDim2.new(0.670730174, 0, 0.413977355, 0)
- stopvicemarine.Size = UDim2.new(0, 149, 0, 42)
- stopvicemarine.Font = Enum.Font.SciFi
- stopvicemarine.Text = "Stop V. Marine"
- stopvicemarine.TextColor3 = Color3.new(0, 0, 0)
- stopvicemarine.TextSize = 24
- stopvicemarine.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- stopvicemarine.TextStrokeTransparency = 0
- stopvicemarine.MouseButton1Down:connect(function()
- _G.Farming = false
- while _G.Farming do wait()
- for i,v in pairs(game.Workspace["NPC/PLAYER"]:GetChildren()) do
- if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- if string.match(v.Name, "Vice") and v.Humanoid.Health > 0 then -- You can edit Crocodile to whatever mob you wish
- repeat wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
- until v.Humanoid.Health == 0 or _G.Farming == false
- end
- end
- end
- end
- end)
- stopbandit.Name = "stopbandit"
- stopbandit.Parent = habo
- stopbandit.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- stopbandit.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- stopbandit.Position = UDim2.new(0.670730174, 0, 0.623003483, 0)
- stopbandit.Size = UDim2.new(0, 149, 0, 42)
- stopbandit.Font = Enum.Font.SciFi
- stopbandit.Text = "Stop Bandit"
- stopbandit.TextColor3 = Color3.new(0, 0, 0)
- stopbandit.TextSize = 24
- stopbandit.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- stopbandit.TextStrokeTransparency = 0
- stopbandit.MouseButton1Down:connect(function()
- _G.Farming = false
- while _G.Farming do wait()
- for i,v in pairs(game.Workspace["NPC/PLAYER"]:GetChildren()) do
- if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- if string.match(v.Name, "Bandit") and v.Humanoid.Health > 0 then -- You can edit Crocodile to whatever mob you wish
- repeat wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
- until v.Humanoid.Health == 0 or _G.Farming == false
- end
- end
- end
- end
- end)
- stopdesert.Name = "stopdesert"
- stopdesert.Parent = habo
- stopdesert.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- stopdesert.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- stopdesert.Position = UDim2.new(0.0331332684, 0, 0.639630556, 0)
- stopdesert.Size = UDim2.new(0, 149, 0, 42)
- stopdesert.Font = Enum.Font.SciFi
- stopdesert.Text = "Stop Desert"
- stopdesert.TextColor3 = Color3.new(0, 0, 0)
- stopdesert.TextSize = 24
- stopdesert.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- stopdesert.TextStrokeTransparency = 0
- stopdesert.MouseButton1Down:connect(function()
- _G.Farming = false
- while _G.Farming do wait()
- for i,v in pairs(game.Workspace["NPC/PLAYER"]:GetChildren()) do
- if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- if string.match(v.Name, "Desert") and v.Humanoid.Health > 0 then -- You can edit Crocodile to whatever mob you wish
- repeat wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
- until v.Humanoid.Health == 0 or _G.Farming == false
- end
- end
- end
- end
- end)
- stopbuggy.Name = "stopbuggy"
- stopbuggy.Parent = habo
- stopbuggy.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- stopbuggy.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- stopbuggy.Position = UDim2.new(0.220930234, 0, 0.820152998, 0)
- stopbuggy.Size = UDim2.new(0, 266, 0, 42)
- stopbuggy.Font = Enum.Font.SciFi
- stopbuggy.Text = "Stop Buggy"
- stopbuggy.TextColor3 = Color3.new(0, 0, 0)
- stopbuggy.TextSize = 24
- stopbuggy.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- stopbuggy.TextStrokeTransparency = 0
- stopbuggy.MouseButton1Down:connect(function()
- _G.Farming = false
- while _G.Farming do wait()
- for i,v in pairs(game.Workspace["NPC/PLAYER"]:GetChildren()) do
- if game.Players.LocalPlayer.Character and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
- if string.match(v.Name, "Buggy") and v.Humanoid.Health > 0 then -- You can edit Crocodile to whatever mob you wish
- repeat wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
- until v.Humanoid.Health == 0 or _G.Farming == false
- end
- end
- end
- end
- end)
- smallp2.Name = "smallp2"
- smallp2.Parent = habo
- smallp2.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- smallp2.BackgroundTransparency = 1
- smallp2.BorderColor3 = Color3.new(1, 0.611765, 0.0627451)
- smallp2.Position = UDim2.new(0.0160753131, 0, 0.918214798, 0)
- smallp2.Size = UDim2.new(0, 44, 0, 42)
- smallp2.Font = Enum.Font.SciFi
- smallp2.Text = "<<"
- smallp2.TextColor3 = Color3.new(0, 0, 0)
- smallp2.TextSize = 25
- smallp2.TextStrokeColor3 = Color3.new(1, 0.611765, 0.0627451)
- smallp2.TextStrokeTransparency = 0
- smallp2.MouseButton1Down:connect(function()
- smallp2.Visible = true
- habo.Visible = false
- mainn.Visible = true
- end)
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement