Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Diego Senpai was here, took me time oof!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local best = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local bounty = Instance.new("TextButton")
- local kenbunshoku = Instance.new("TextButton")
- local fruitbuy = Instance.new("TextButton")
- local ClickTP = Instance.new("TextButton")
- local haoshoku = Instance.new("TextButton")
- local money = Instance.new("TextButton")
- local busoshoku = Instance.new("TextButton")
- local _1 = Instance.new("TextLabel")
- local ok = Instance.new("TextBox")
- local chest = Instance.new("TextButton")
- local farm = 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.133333, 0.129412, 0.121569)
- main.Position = UDim2.new(0.281808615, 0, 0.211779445, 0)
- main.Size = UDim2.new(0, 494, 0, 273)
- main.Draggable = true
- bounty.Name = "bounty"
- bounty.Parent = main
- bounty.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
- bounty.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- bounty.Position = UDim2.new(0, 0, 0.106382981, 0)
- bounty.Size = UDim2.new(0, 130, 0, 47)
- bounty.Font = Enum.Font.SciFi
- bounty.Text = "Give Bounty"
- bounty.TextColor3 = Color3.new(0, 0, 0)
- bounty.TextSize = 22
- bounty.MouseButton1Down:connect(function()
- local me = game.Players.LocalPlayer
- for i,v in pairs(game:GetService("Players"):GetPlayers()) do
- if v ~= me then
- game.ReplicatedStorage.rems.cdmg:FireServer("\224\180\184\224\180\184\224\181\141\224\180\168\224\181\135\224\180\185\224\180\130", me.Data, v.Data, v.Character.Humanoid, 2500, nil, nil, 1, true, "combat", true, true)
- end
- end
- end)
- kenbunshoku.Name = "kenbunshoku"
- kenbunshoku.Parent = main
- kenbunshoku.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
- kenbunshoku.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- kenbunshoku.Position = UDim2.new(0.736842096, 0, 0.731382966, 0)
- kenbunshoku.Size = UDim2.new(0, 130, 0, 47)
- kenbunshoku.Font = Enum.Font.SciFi
- kenbunshoku.Text = "Ken Haki [K]"
- kenbunshoku.TextColor3 = Color3.new(0, 0, 0)
- kenbunshoku.TextSize = 25
- kenbunshoku.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Data.ken.Value = 1
- end)
- fruitbuy.Name = "fruitbuy"
- fruitbuy.Parent = main
- fruitbuy.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
- fruitbuy.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- fruitbuy.Position = UDim2.new(0.736842096, 0, 0.103050083, 0)
- fruitbuy.Size = UDim2.new(0, 130, 0, 47)
- fruitbuy.Font = Enum.Font.SciFi
- fruitbuy.Text = "Buy Fruits"
- fruitbuy.TextColor3 = Color3.new(0, 0, 0)
- fruitbuy.TextSize = 25
- fruitbuy.MouseButton1Down:connect(function()
- game.ReplicatedStorage.rems.dps:FireServer("buydf")
- end)
- ClickTP.Name = "Click TP"
- ClickTP.Parent = main
- ClickTP.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
- ClickTP.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- ClickTP.Position = UDim2.new(0.368421048, 0, 0.410412312, 0)
- ClickTP.Size = UDim2.new(0, 130, 0, 47)
- ClickTP.Font = Enum.Font.SciFi
- ClickTP.Text = "Click TP"
- ClickTP.TextColor3 = Color3.new(0, 0, 0)
- ClickTP.TextSize = 23
- ClickTP.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)
- haoshoku.Name = "haoshoku"
- haoshoku.Parent = main
- haoshoku.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
- haoshoku.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- haoshoku.Position = UDim2.new(0.368421048, 0, 0.734289944, 0)
- haoshoku.Size = UDim2.new(0, 130, 0, 47)
- haoshoku.Font = Enum.Font.SciFi
- haoshoku.Text = "Haoshoku [H]"
- haoshoku.TextColor3 = Color3.new(0, 0, 0)
- haoshoku.TextSize = 22
- haoshoku.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Data.hao.Value = 1
- end)
- money.Name = "money"
- money.Parent = main
- money.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
- money.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- money.Position = UDim2.new(0.368421048, 0, 0.106382981, 0)
- money.Size = UDim2.new(0, 130, 0, 47)
- money.Font = Enum.Font.SciFi
- money.Text = "Infinite Beli"
- money.TextColor3 = Color3.new(0, 0, 0)
- money.TextSize = 25
- money.MouseButton1Down:connect(function()
- local A_1 = "\224\180\184\224\180\184\224\181\141\224\180\168\224\181\135\224\180\185\224\180\130"
- local item = "Torch"
- local bread = -1000000
- game.ReplicatedStorage.rems.shop:FireServer("tools", item, bread, A_1)
- end)
- busoshoku.Name = "busoshoku"
- busoshoku.Parent = main
- busoshoku.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
- busoshoku.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- busoshoku.Position = UDim2.new(0, 0, 0.734289944, 0)
- busoshoku.Size = UDim2.new(0, 130, 0, 47)
- busoshoku.Font = Enum.Font.SciFi
- busoshoku.Text = "Busoshoku [B]"
- busoshoku.TextColor3 = Color3.new(0, 0, 0)
- busoshoku.TextSize = 22
- busoshoku.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Data.buso.Value = 1
- end)
- _1.Name = "1"
- _1.Parent = main
- _1.BackgroundColor3 = Color3.new(1, 1, 1)
- _1.BackgroundTransparency = 1
- _1.Position = UDim2.new(0, 0, 0.879521668, 0)
- _1.Size = UDim2.new(0, 200, 0, 44)
- _1.Font = Enum.Font.SciFi
- _1.Text = "Made by: Diego Exploits"
- _1.TextColor3 = Color3.new(0.921569, 1, 0.203922)
- _1.TextSize = 20
- ok.Name = "ok"
- ok.Parent = main
- ok.BackgroundColor3 = Color3.new(0.133333, 0.129412, 0.121569)
- 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 Unleashed GUI "
- ok.TextColor3 = Color3.new(1, 0.760784, 0.0313726)
- ok.TextSize = 25
- ok.TextStrokeTransparency = 0
- chest.Name = "chest"
- chest.Parent = main
- chest.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
- chest.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- chest.Position = UDim2.new(0, 0, 0.411945611, 0)
- chest.Size = UDim2.new(0, 130, 0, 47)
- chest.Font = Enum.Font.SciFi
- chest.Text = "Chest / Haki TP"
- chest.TextColor3 = Color3.new(0, 0, 0)
- chest.TextSize = 22
- chest.MouseButton1Down:connect(function()
- -- 1-gum, 2-chop, 3-ox, 4-smoke, 5-flame, 6-light, 7-string, 8-bloom, 9-giraffe(wip), 10-IDK, 11-Rumble, 12-Buddha
- local fruit = 1 -- change this to the one you want
- local p = game.Players.LocalPlayer.Character["?"]
- game.ReplicatedStorage.rems.consumables:FireServer(p,"df",fruit)
- end)
- farm.Name = "farm"
- farm.Parent = main
- farm.BackgroundColor3 = Color3.new(1, 0.65098, 0.0431373)
- farm.BorderColor3 = Color3.new(0.647059, 0.647059, 0.647059)
- farm.Position = UDim2.new(0.736842096, 0, 0.408282608, 0)
- farm.Size = UDim2.new(0, 130, 0, 47)
- farm.Font = Enum.Font.SciFi
- farm.Text = "Farm"
- farm.TextColor3 = Color3.new(0, 0, 0)
- farm.TextSize = 22
- farm.MouseButton1Down:connect(function()
- local p = game.Players.LocalPlayer.Character.HumanoidRootPart
- _G.toggled = true
- while _G.toggled == true do
- for i, v in pairs(workspace.mobs:GetChildren()) do
- if v.Name == "Pirate" then
- v.HumanoidRootPart.CFrame = p.CFrame + Vector3.new(3.5,0,0)
- wait()
- v.HumanoidRootPart.CFrame = p.CFrame + Vector3.new(3.5,0,0)
- wait()
- end
- end
- end
- end)
- -- Scripts:
Add Comment
Please, Sign In to add comment