Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Diego Exploitz was here bois.
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local best = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local _1 = Instance.new("TextLabel")
- local ok = Instance.new("TextBox")
- local tpfruit = Instance.new("TextButton")
- local admin = Instance.new("TextButton")
- local boaar = Instance.new("TextButton")
- local Immortal = Instance.new("TextButton")
- local crab = Instance.new("TextButton")
- local vokun = Instance.new("TextButton")
- local bandits = Instance.new("TextButton")
- local clcktp = Instance.new("TextButton")
- local thieves = Instance.new("TextButton")
- --Properties:
- best.Name = "best"
- best.Parent = game.CoreGui
- best.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = best
- main.Active = true
- main.BackgroundColor3 = Color3.new(0.0196078, 0.0470588, 0.0588235)
- main.Position = UDim2.new(0.281808615, 0, 0.211779445, 0)
- main.Size = UDim2.new(0, 494, 0, 273)
- main.Draggable = true
- _1.Name = "1"
- _1.Parent = main
- _1.BackgroundColor3 = Color3.new(1, 1, 1)
- _1.BackgroundTransparency = 1
- _1.Position = UDim2.new(-0.0607287437, 0, 0.853880644, 0)
- _1.Size = UDim2.new(0, 200, 0, 44)
- _1.Font = Enum.Font.SciFi
- _1.Text = "Diego Exploits"
- _1.TextColor3 = Color3.new(1, 1, 1)
- _1.TextSize = 20
- ok.Name = "ok"
- ok.Parent = main
- ok.BackgroundColor3 = Color3.new(0.0196078, 0.0470588, 0.0588235)
- ok.Position = UDim2.new(0, 0, -0.0697674453, 0)
- ok.Size = UDim2.new(0, 494, 0, 37)
- ok.ClearTextOnFocus = false
- ok.Font = Enum.Font.SciFi
- ok.ShowNativeInput = false
- ok.Text = "One Piece Legendary GUI"
- ok.TextColor3 = Color3.new(1, 1, 1)
- ok.TextSize = 25
- ok.TextStrokeTransparency = 0
- tpfruit.Name = "tpfruit"
- tpfruit.Parent = main
- tpfruit.BackgroundColor3 = Color3.new(1, 1, 1)
- tpfruit.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- tpfruit.Position = UDim2.new(0, 0, 0.128361017, 0)
- tpfruit.Size = UDim2.new(0, 140, 0, 51)
- tpfruit.Font = Enum.Font.SciFi
- tpfruit.Text = "TP Fruits"
- tpfruit.TextColor3 = Color3.new(0, 0, 0)
- tpfruit.TextSize = 27
- tpfruit.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)
- admin.Name = "admin"
- admin.Parent = main
- admin.BackgroundColor3 = Color3.new(1, 1, 1)
- admin.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- admin.Position = UDim2.new(0.358299583, 0, 0.128361017, 0)
- admin.Size = UDim2.new(0, 140, 0, 51)
- admin.Font = Enum.Font.SciFi
- admin.Text = "Admin"
- admin.TextColor3 = Color3.new(0, 0, 0)
- admin.TextSize = 27
- boaar.Name = "boaar"
- boaar.Parent = main
- boaar.BackgroundColor3 = Color3.new(1, 1, 1)
- boaar.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- boaar.Position = UDim2.new(0.716599166, 0, 0.128361017, 0)
- boaar.Size = UDim2.new(0, 140, 0, 51)
- boaar.Font = Enum.Font.SciFi
- boaar.Text = "Farm Boar"
- boaar.TextColor3 = Color3.new(0, 0, 0)
- boaar.TextSize = 27
- boaar.MouseButton1Down:connect(function()
- local runService = game:GetService('RunService')
- local Stepped
- Farming = true
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.Enemies:GetChildren()) do
- if string.find(v.Name, "Lv20") 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)
- Immortal.Name = "Immortal"
- Immortal.Parent = main
- Immortal.BackgroundColor3 = Color3.new(1, 1, 1)
- Immortal.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- Immortal.Position = UDim2.new(0.358299583, 0, 0.403086305, 0)
- Immortal.Size = UDim2.new(0, 140, 0, 51)
- Immortal.Font = Enum.Font.SciFi
- Immortal.Text = "God Mode"
- Immortal.TextColor3 = Color3.new(0, 0, 0)
- Immortal.TextSize = 27
- Immortal.MouseButton1Down:Connect(function()
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == " " then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(3)
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyUp:connect(function(key)
- if key == " " then
- jumping = false
- end
- end)
- FF = true
- while wait() do
- if FF then
- game.Players.LocalPlayer.Character.Humanoid.Name = 1
- local l = game.Players.LocalPlayer.Character["1"]:Clone()
- l.Parent = game.Players.LocalPlayer.Character
- l.Name = "Humanoid"
- wait()
- game.Players.LocalPlayer.Character["1"]:Destroy()
- game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
- game.Players.LocalPlayer.Character.Animate.Disabled = true
- wait()
- game.Players.LocalPlayer.Character.Animate.Disabled = false
- game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
- wait(4.85)
- workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
- pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- wait(.4)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
- workspace.CurrentCamera.CameraType = Enum.CameraType.Track
- end
- end
- end)
- crab.Name = "crab"
- crab.Parent = main
- crab.BackgroundColor3 = Color3.new(1, 1, 1)
- crab.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- crab.Position = UDim2.new(0, 0, 0.403086305, 0)
- crab.Size = UDim2.new(0, 140, 0, 51)
- crab.Font = Enum.Font.SciFi
- crab.Text = "Farm Crab"
- crab.TextColor3 = Color3.new(0, 0, 0)
- crab.TextSize = 27
- crab.MouseButton1Down:connect(function()
- local runService = game:GetService('RunService')
- local Stepped
- Farming = true
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.Enemies:GetChildren()) do
- if string.find(v.Name, "Lv1") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 1
- 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 * 1
- end
- end
- end)
- vokun.Name = "vokun"
- vokun.Parent = main
- vokun.BackgroundColor3 = Color3.new(1, 1, 1)
- vokun.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- vokun.Position = UDim2.new(0.716599166, 0, 0.403086305, 0)
- vokun.Size = UDim2.new(0, 140, 0, 51)
- vokun.Font = Enum.Font.SciFi
- vokun.Text = "Farm Vokun"
- vokun.TextColor3 = Color3.new(0, 0, 0)
- vokun.TextSize = 27
- vokun.MouseButton1Down:connect(function()
- local runService = game:GetService('RunService')
- local Stepped
- Farming = true
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.Enemies:GetChildren()) do
- if string.find(v.Name, "Lv200") 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)
- bandits.Name = "bandits"
- bandits.Parent = main
- bandits.BackgroundColor3 = Color3.new(1, 1, 1)
- bandits.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- bandits.Position = UDim2.new(0.716599166, 0, 0.670485616, 0)
- bandits.Size = UDim2.new(0, 140, 0, 51)
- bandits.Font = Enum.Font.SciFi
- bandits.Text = "Farm Bandits"
- bandits.TextColor3 = Color3.new(0, 0, 0)
- bandits.TextSize = 27
- bandits.MouseButton1Down:connect(function()
- local runService = game:GetService('RunService')
- local Stepped
- Farming = true
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.Enemies:GetChildren()) do
- if string.find(v.Name, "Lv9") 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)
- clcktp.Name = "clcktp"
- clcktp.Parent = main
- clcktp.BackgroundColor3 = Color3.new(1, 1, 1)
- clcktp.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- clcktp.Position = UDim2.new(0.358299583, 0, 0.670485616, 0)
- clcktp.Size = UDim2.new(0, 140, 0, 51)
- clcktp.Font = Enum.Font.SciFi
- clcktp.Text = "Click TP"
- clcktp.TextColor3 = Color3.new(0, 0, 0)
- clcktp.TextSize = 27
- clcktp.MouseButton1Down:connect(function()
- mouse = game.Players.LocalPlayer:GetMouse()
- tool = Instance.new("Tool")
- tool.RequiresHandle = false
- tool.Name = "Skrrrt"
- tool.Activated:connect(function()
- local pos = mouse.Hit+Vector3.new(0,2.5,0)
- pos = CFrame.new(pos.X,pos.Y,pos.Z)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
- end)
- tool.Parent = game.Players.LocalPlayer.Backpack
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v.ClassName == "Script" then
- for i,c in pairs(v:GetChildren()) do
- if c.Name == "" then
- v:Remove()
- end
- end
- end
- end
- wait(1)
- end)
- thieves.Name = "thieves"
- thieves.Parent = main
- thieves.BackgroundColor3 = Color3.new(1, 1, 1)
- thieves.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- thieves.Position = UDim2.new(0, 0, 0.670485616, 0)
- thieves.Size = UDim2.new(0, 140, 0, 51)
- thieves.Font = Enum.Font.SciFi
- thieves.Text = "Farm Thieves"
- thieves.TextColor3 = Color3.new(0, 0, 0)
- thieves.TextSize = 27
- thieves.MouseButton1Down:connect(function()
- local runService = game:GetService('RunService')
- local Stepped
- Farming = true
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace.Enemies:GetChildren()) do
- if string.find(v.Name, "Lv20 Thief") 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)
- -- Scripts:
Add Comment
Please, Sign In to add comment