Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made By Thuận--
- -- Instances:
- local OPOS = Instance.new("ScreenGui")
- local AutoFram = Instance.new("Frame")
- local AutoFarmStuff = Instance.new("TextLabel")
- local TextLabel = Instance.new("TextLabel")
- local Haki = Instance.new("TextLabel")
- local ON = Instance.new("TextButton")
- local OFF = Instance.new("TextButton")
- local Rokushiki = Instance.new("TextLabel")
- local ON_2 = Instance.new("TextButton")
- local OFF_2 = Instance.new("TextButton")
- local Ryusoken = Instance.new("TextLabel")
- local ON_3 = Instance.new("TextButton")
- local OFF_3 = Instance.new("TextButton")
- local BlackLeg = Instance.new("TextLabel")
- local ON_4 = Instance.new("TextButton")
- local OFF_4 = Instance.new("TextButton")
- local Electro = Instance.new("TextLabel")
- local ON_5 = Instance.new("TextButton")
- local OFF_5 = Instance.new("TextButton")
- local OneSS = Instance.new("TextLabel")
- local ON_6 = Instance.new("TextButton")
- local OFF_6 = Instance.new("TextButton")
- local Boss = Instance.new("Frame")
- local AutoFramBoss = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local BlackBeard = Instance.new("TextLabel")
- local ON_7 = Instance.new("TextButton")
- local OFF_7 = Instance.new("TextButton")
- local WhiteBeard = Instance.new("TextLabel")
- local OFF_8 = Instance.new("TextButton")
- local ON_8 = Instance.new("TextButton")
- local NormalStuff = Instance.new("Frame")
- local MoreStuff = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local DupeTool = Instance.new("TextButton")
- local TPCHest = Instance.new("TextButton")
- local TPDF = Instance.new("TextButton")
- local ToolName = Instance.new("TextBox")
- local TextLabel_4 = Instance.new("TextLabel")
- --Properties:
- OPOS.Name = "OPOS"
- OPOS.Parent = game.CoreGui
- OPOS.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- AutoFram.Name = "Auto Fram"
- AutoFram.Parent = OPOS
- AutoFram.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- AutoFram.BorderColor3 = Color3.new(0, 0, 0)
- AutoFram.BorderSizePixel = 3
- AutoFram.Position = UDim2.new(0.632110119, 0, 0.0158415847, 0)
- AutoFram.Size = UDim2.new(0, 161, 0, 187)
- AutoFram.Active = true
- AutoFram.Draggable = true
- AutoFarmStuff.Name = "Auto Farm Stuff"
- AutoFarmStuff.Parent = AutoFram
- AutoFarmStuff.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- AutoFarmStuff.Size = UDim2.new(0, 161, 0, 26)
- AutoFarmStuff.Font = Enum.Font.Fantasy
- AutoFarmStuff.Text = "Auto Farm Stuff"
- AutoFarmStuff.TextColor3 = Color3.new(1, 1, 1)
- AutoFarmStuff.TextScaled = true
- AutoFarmStuff.TextSize = 14
- AutoFarmStuff.TextWrapped = true
- TextLabel.Parent = AutoFarmStuff
- TextLabel.BackgroundColor3 = Color3.new(0, 1, 0)
- TextLabel.Position = UDim2.new(0, 0, 0.967033088, 0)
- TextLabel.Size = UDim2.new(0, 161, 0, 2)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = ""
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- Haki.Name = "Haki"
- Haki.Parent = AutoFram
- Haki.BackgroundColor3 = Color3.new(0, 0, 0)
- Haki.Position = UDim2.new(0, 0, 0.177234575, 0)
- Haki.Size = UDim2.new(0, 94, 0, 18)
- Haki.Font = Enum.Font.Fantasy
- Haki.Text = "Haki"
- Haki.TextColor3 = Color3.new(1, 1, 1)
- Haki.TextScaled = true
- Haki.TextSize = 14
- Haki.TextWrapped = true
- ON.Name = "ON"
- ON.Parent = Haki
- ON.BackgroundColor3 = Color3.new(0, 0, 0)
- ON.Position = UDim2.new(1.44680846, 0, 2.60770321e-08, 0)
- ON.Size = UDim2.new(0, 25, 0, 17)
- ON.Font = Enum.Font.Fantasy
- ON.Text = "ON"
- ON.TextColor3 = Color3.new(1, 1, 1)
- ON.TextScaled = true
- ON.TextSize = 14
- ON.TextWrapped = true
- ON.MouseButton1Down:connect(function()
- _G.Farming = true
- local Haki = true -- This will train Haki levels
- while _G.Farming == true do
- wait()
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if Haki == true and v.Name:match("Haki") then
- v.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if Haki == true and v.Name:match("Haki") then
- v.ActionEvent:FireServer()
- wait()
- v.ActionEvent:FireServer()
- wait()
- end
- end
- end
- end
- end)
- OFF.Name = "OFF"
- OFF.Parent = Haki
- OFF.BackgroundColor3 = Color3.new(0, 0, 0)
- OFF.Position = UDim2.new(1.08510649, 0, 0, 0)
- OFF.Size = UDim2.new(0, 26, 0, 17)
- OFF.Font = Enum.Font.Fantasy
- OFF.Text = "OFF"
- OFF.TextColor3 = Color3.new(1, 1, 1)
- OFF.TextScaled = true
- OFF.TextSize = 14
- OFF.TextWrapped = true
- OFF.MouseButton1Down:connect(function()
- _G.Haki = false -- This will train Haki levels
- while _G.Haki == true do
- wait()
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if Haki == true and v.Name:match("Haki") then
- v.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if Haki == true and v.Name:match("Haki") then
- v.ActionEvent:FireServer()
- wait()
- v.ActionEvent:FireServer()
- wait()
- end
- end
- end
- end
- end)
- Rokushiki.Name = "Rokushiki"
- Rokushiki.Parent = AutoFram
- Rokushiki.BackgroundColor3 = Color3.new(0, 0, 0)
- Rokushiki.Position = UDim2.new(0, 0, 0.310924411, 0)
- Rokushiki.Size = UDim2.new(0, 94, 0, 18)
- Rokushiki.Font = Enum.Font.Fantasy
- Rokushiki.Text = "Rokushiki"
- Rokushiki.TextColor3 = Color3.new(1, 1, 1)
- Rokushiki.TextScaled = true
- Rokushiki.TextSize = 14
- Rokushiki.TextWrapped = true
- ON_2.Name = "ON"
- ON_2.Parent = Rokushiki
- ON_2.BackgroundColor3 = Color3.new(0, 0, 0)
- ON_2.Position = UDim2.new(1.44680846, 0, -0.0555555299, 0)
- ON_2.Size = UDim2.new(0, 25, 0, 17)
- ON_2.Font = Enum.Font.Fantasy
- ON_2.Text = "ON"
- ON_2.TextColor3 = Color3.new(1, 1, 1)
- ON_2.TextScaled = true
- ON_2.TextSize = 14
- ON_2.TextWrapped = true
- ON_2.MouseButton1Down:connect(function()
- _G.Farming = true
- local Rokushiki = true -- This will train Rokushiki levels
- while _G.Farming == true do
- wait()
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if Rokushiki == true and v.Name:match("Rokushiki") then
- v.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if All == true then
- v.ActionEvent:FireServer()
- end
- if Rokushiki == true and v.Name:match("Rokushiki") then
- v.ActionEvent:FireServer()
- end
- end
- end
- end
- end)
- OFF_2.Name = "OFF"
- OFF_2.Parent = Rokushiki
- OFF_2.BackgroundColor3 = Color3.new(0, 0, 0)
- OFF_2.Position = UDim2.new(1.08510649, 0, 0, 0)
- OFF_2.Size = UDim2.new(0, 26, 0, 17)
- OFF_2.Font = Enum.Font.Fantasy
- OFF_2.Text = "OFF"
- OFF_2.TextColor3 = Color3.new(1, 1, 1)
- OFF_2.TextScaled = true
- OFF_2.TextSize = 14
- OFF_2.TextWrapped = true
- OFF_2.MouseButton1Down:connect(function()
- _G.Farming = true
- local Rokushiki = false -- This will train Rokushiki levels
- while _G.Farming == true do
- wait()
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if Rokushiki == true and v.Name:match("Rokushiki") then
- v.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if All == true then
- v.ActionEvent:FireServer()
- end
- if Rokushiki == true and v.Name:match("Rokushiki") then
- v.ActionEvent:FireServer()
- end
- end
- end
- end
- end)
- Ryusoken.Name = "Ryusoken"
- Ryusoken.Parent = AutoFram
- Ryusoken.BackgroundColor3 = Color3.new(0, 0, 0)
- Ryusoken.Position = UDim2.new(0, 0, 0.449961841, 0)
- Ryusoken.Size = UDim2.new(0, 94, 0, 18)
- Ryusoken.Font = Enum.Font.Fantasy
- Ryusoken.Text = "Ryusoken"
- Ryusoken.TextColor3 = Color3.new(1, 1, 1)
- Ryusoken.TextScaled = true
- Ryusoken.TextSize = 14
- Ryusoken.TextWrapped = true
- ON_3.Name = "ON"
- ON_3.Parent = Ryusoken
- ON_3.BackgroundColor3 = Color3.new(0, 0, 0)
- ON_3.Position = UDim2.new(1.44680846, 0, 0.055555582, 0)
- ON_3.Size = UDim2.new(0, 25, 0, 17)
- ON_3.Font = Enum.Font.Fantasy
- ON_3.Text = "ON"
- ON_3.TextColor3 = Color3.new(1, 1, 1)
- ON_3.TextScaled = true
- ON_3.TextSize = 14
- ON_3.TextWrapped = true
- ON_3.MouseButton1Down:connect(function()
- _G.Farming = true
- local Ryusoken = true -- This will train Ryusoken levels
- while _G.Farming == true do
- wait()
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if Ryusoken == true and v.Name:match("Ryusoken") then
- v.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if Ryusoken == true and v.Name:match("Ryusoken") then
- v.ActionEvent:FireServer()
- end
- end
- end
- end
- end)
- OFF_3.Name = "OFF"
- OFF_3.Parent = Ryusoken
- OFF_3.BackgroundColor3 = Color3.new(0, 0, 0)
- OFF_3.Position = UDim2.new(1.08510649, 0, 0, 0)
- OFF_3.Size = UDim2.new(0, 26, 0, 17)
- OFF_3.Font = Enum.Font.Fantasy
- OFF_3.Text = "OFF"
- OFF_3.TextColor3 = Color3.new(1, 1, 1)
- OFF_3.TextScaled = true
- OFF_3.TextSize = 14
- OFF_3.TextWrapped = true
- OFF_3.MouseButton1Down:connect(function()
- _G.Farming = true
- local Ryusoken = false -- This will train Ryusoken levels
- while _G.Farming == true do
- wait()
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if Ryusoken == true and v.Name:match("Ryusoken") then
- v.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if Ryusoken == true and v.Name:match("Ryusoken") then
- v.ActionEvent:FireServer()
- end
- end
- end
- end
- end)
- BlackLeg.Name = "Black Leg"
- BlackLeg.Parent = AutoFram
- BlackLeg.BackgroundColor3 = Color3.new(0, 0, 0)
- BlackLeg.Position = UDim2.new(0, 0, 0.588999271, 0)
- BlackLeg.Size = UDim2.new(0, 94, 0, 18)
- BlackLeg.Font = Enum.Font.Fantasy
- BlackLeg.Text = "Black Leg"
- BlackLeg.TextColor3 = Color3.new(1, 1, 1)
- BlackLeg.TextScaled = true
- BlackLeg.TextSize = 14
- BlackLeg.TextWrapped = true
- ON_4.Name = "ON"
- ON_4.Parent = BlackLeg
- ON_4.BackgroundColor3 = Color3.new(0, 0, 0)
- ON_4.Position = UDim2.new(1.44680846, 0, -0.0555555299, 0)
- ON_4.Size = UDim2.new(0, 25, 0, 17)
- ON_4.Font = Enum.Font.Fantasy
- ON_4.Text = "ON"
- ON_4.TextColor3 = Color3.new(1, 1, 1)
- ON_4.TextScaled = true
- ON_4.TextSize = 14
- ON_4.TextWrapped = true
- ON_4.MouseButton1Down:connect(function()
- _G.Farming = true
- local BlackLeg = true -- This will train BlackLeg levels
- while _G.Farming == true do
- wait()
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if BlackLeg == true and v.Name:match("Black Leg") then
- v.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if BlackLeg == true and v.Name:match("Black Leg") then
- v.ActionEvent:FireServer()
- end
- end
- end
- end
- end)
- OFF_4.Name = "OFF"
- OFF_4.Parent = BlackLeg
- OFF_4.BackgroundColor3 = Color3.new(0, 0, 0)
- OFF_4.Position = UDim2.new(1.08510649, 0, 0, 0)
- OFF_4.Size = UDim2.new(0, 26, 0, 17)
- OFF_4.Font = Enum.Font.Fantasy
- OFF_4.Text = "OFF"
- OFF_4.TextColor3 = Color3.new(1, 1, 1)
- OFF_4.TextScaled = true
- OFF_4.TextSize = 14
- OFF_4.TextWrapped = true
- OFF_4.MouseButton1Down:connect(function()
- _G.Farming = true
- local BlackLeg = false -- This will train BlackLeg levels
- while _G.Farming == true do
- wait()
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if BlackLeg == true and v.Name:match("Black Leg") then
- v.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if BlackLeg == true and v.Name:match("Black Leg") then
- v.ActionEvent:FireServer()
- end
- end
- end
- end
- end)
- Electro.Name = "Electro"
- Electro.Parent = AutoFram
- Electro.BackgroundColor3 = Color3.new(0, 0, 0)
- Electro.Position = UDim2.new(0, 0, 0.728036702, 0)
- Electro.Size = UDim2.new(0, 94, 0, 18)
- Electro.Font = Enum.Font.Fantasy
- Electro.Text = "Electro"
- Electro.TextColor3 = Color3.new(1, 1, 1)
- Electro.TextScaled = true
- Electro.TextSize = 14
- Electro.TextWrapped = true
- ON_5.Name = "ON"
- ON_5.Parent = Electro
- ON_5.BackgroundColor3 = Color3.new(0, 0, 0)
- ON_5.Position = UDim2.new(1.44680846, 0, 2.60770321e-08, 0)
- ON_5.Size = UDim2.new(0, 25, 0, 17)
- ON_5.Font = Enum.Font.Fantasy
- ON_5.Text = "ON"
- ON_5.TextColor3 = Color3.new(1, 1, 1)
- ON_5.TextScaled = true
- ON_5.TextSize = 14
- ON_5.TextWrapped = true
- ON_5.MouseButton1Down:connect(function()
- _G.Farming = true
- local Electro = true -- This will train Electro levels
- while _G.Farming == true do
- wait()
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if Electro == true and v.Name:match("Electro") then
- v.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if Electro == true and v.Name:match("Electro") then
- v.ActionEvent:FireServer()
- end
- end
- end
- end
- end)
- OFF_5.Name = "OFF"
- OFF_5.Parent = Electro
- OFF_5.BackgroundColor3 = Color3.new(0, 0, 0)
- OFF_5.Position = UDim2.new(1.08510649, 0, 0, 0)
- OFF_5.Size = UDim2.new(0, 26, 0, 17)
- OFF_5.Font = Enum.Font.Fantasy
- OFF_5.Text = "OFF"
- OFF_5.TextColor3 = Color3.new(1, 1, 1)
- OFF_5.TextScaled = true
- OFF_5.TextSize = 14
- OFF_5.TextWrapped = true
- OFF_5.MouseButton1Down:connect(function()
- _G.Farming = true
- local Electro = false -- This will train Electro levels
- while _G.Farming == true do
- wait()
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if Electro == true and v.Name:match("Electro") then
- v.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if Electro == true and v.Name:match("Electro") then
- v.ActionEvent:FireServer()
- end
- end
- end
- end
- end)
- OneSS.Name = "OneSS"
- OneSS.Parent = AutoFram
- OneSS.BackgroundColor3 = Color3.new(0, 0, 0)
- OneSS.Position = UDim2.new(0, 0, 0.856378973, 0)
- OneSS.Size = UDim2.new(0, 94, 0, 18)
- OneSS.Font = Enum.Font.Fantasy
- OneSS.Text = "OneSS"
- OneSS.TextColor3 = Color3.new(1, 1, 1)
- OneSS.TextScaled = true
- OneSS.TextSize = 14
- OneSS.TextWrapped = true
- ON_6.Name = "ON"
- ON_6.Parent = OneSS
- ON_6.BackgroundColor3 = Color3.new(0, 0, 0)
- ON_6.Position = UDim2.new(1.44680846, 0, 0.055555582, 0)
- ON_6.Size = UDim2.new(0, 25, 0, 17)
- ON_6.Font = Enum.Font.Fantasy
- ON_6.Text = "ON"
- ON_6.TextColor3 = Color3.new(1, 1, 1)
- ON_6.TextScaled = true
- ON_6.TextSize = 14
- ON_6.TextWrapped = true
- ON_6.MouseButton1Down:connect(function()
- _G.Farming = true
- local OneSS = true -- This will train One Sword Style levels
- while _G.Farming == true do
- wait()
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if OneSS == true and v:FindFirstChild("OneSSClient") then
- v.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if OneSS == true and v:FindFirstChild("OneSSClient") then
- v.ActionEvent:FireServer("36 Pound Cannon")
- wait()
- v.ActionEvent:FireServer("Disaster Harbor Bird")
- wait()
- v.ActionEvent:FireServer("Lion's Strike")
- end
- end
- end
- end
- end)
- OFF_6.Name = "OFF"
- OFF_6.Parent = OneSS
- OFF_6.BackgroundColor3 = Color3.new(0, 0, 0)
- OFF_6.Position = UDim2.new(1.08510649, 0, 0, 0)
- OFF_6.Size = UDim2.new(0, 26, 0, 17)
- OFF_6.Font = Enum.Font.Fantasy
- OFF_6.Text = "OFF"
- OFF_6.TextColor3 = Color3.new(1, 1, 1)
- OFF_6.TextScaled = true
- OFF_6.TextSize = 14
- OFF_6.TextWrapped = true
- OFF_6.MouseButton1Down:connect(function()
- _G.Farming = true
- local OneSS = false -- This will train One Sword Style levels
- while _G.Farming == true do
- wait()
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if OneSS == true and v:FindFirstChild("OneSSClient") then
- v.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
- if OneSS == true and v:FindFirstChild("OneSSClient") then
- v.ActionEvent:FireServer("36 Pound Cannon")
- wait()
- v.ActionEvent:FireServer("Disaster Harbor Bird")
- wait()
- v.ActionEvent:FireServer("Lion's Strike")
- end
- end
- end
- end
- end)
- Boss.Name = "Boss"
- Boss.Parent = OPOS
- Boss.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- Boss.BorderSizePixel = 3
- Boss.Position = UDim2.new(0.471559644, 0, 0.0158415847, 0)
- Boss.Size = UDim2.new(0, 156, 0, 110)
- Boss.Active = true
- Boss.Draggable = true
- AutoFramBoss.Name = "Auto Fram Boss"
- AutoFramBoss.Parent = Boss
- AutoFramBoss.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- AutoFramBoss.Size = UDim2.new(0, 156, 0, 25)
- AutoFramBoss.Font = Enum.Font.Fantasy
- AutoFramBoss.Text = "Auto Farm Boss"
- AutoFramBoss.TextColor3 = Color3.new(1, 1, 1)
- AutoFramBoss.TextScaled = true
- AutoFramBoss.TextSize = 14
- AutoFramBoss.TextWrapped = true
- TextLabel_2.Parent = AutoFramBoss
- TextLabel_2.BackgroundColor3 = Color3.new(0, 1, 0)
- TextLabel_2.Position = UDim2.new(0, 0, 1, 0)
- TextLabel_2.Size = UDim2.new(0, 156, 0, 2)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = ""
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextSize = 14
- BlackBeard.Name = "Black Beard"
- BlackBeard.Parent = Boss
- BlackBeard.BackgroundColor3 = Color3.new(0, 0, 0)
- BlackBeard.Position = UDim2.new(0, 0, 0.301298767, 0)
- BlackBeard.Size = UDim2.new(0, 82, 0, 31)
- BlackBeard.Font = Enum.Font.Fantasy
- BlackBeard.Text = "Black Beard"
- BlackBeard.TextColor3 = Color3.new(1, 1, 1)
- BlackBeard.TextScaled = true
- BlackBeard.TextSize = 14
- BlackBeard.TextWrapped = true
- ON_7.Name = "ON"
- ON_7.Parent = BlackBeard
- ON_7.BackgroundColor3 = Color3.new(0, 0, 0)
- ON_7.Position = UDim2.new(1.07317078, 0, 0, 0)
- ON_7.Size = UDim2.new(0, 27, 0, 31)
- ON_7.Font = Enum.Font.Fantasy
- ON_7.Text = "ON"
- ON_7.TextColor3 = Color3.new(1, 1, 1)
- ON_7.TextScaled = true
- ON_7.TextSize = 14
- ON_7.TextWrapped = true
- ON_7.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WarningNotif.Value = "[Auto Farming Intiated] Target = {Black Beard}"
- if _G.NegroBeard then
- _G.NegroBeard = true
- while _G.NegroBeard do
- wait()
- if backpack:findFirstChild("Combat")then
- char:EquipTool(backpack.Combat)
- end
- for i,v in pairs(game.workspace:GetChildren()) do
- if v.Name == "Blackbeard" then
- playh.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0, 4, 0), v.HumanoidRootPart.Position)
- wait(0.3)
- game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
- wait(0.7)
- v.Humanoid.Health = 0
- game.ReplicatedStorage.DialogEvent:FireServer(unpack{"finishblackbeardquest"})
- else
- game.Players.LocalPlayer.Character.Humanoid.WarningNotif.Value = "[Black Beard] is Dead"
- end
- end
- end
- end
- end)
- OFF_7.Name = "OFF"
- OFF_7.Parent = BlackBeard
- OFF_7.BackgroundColor3 = Color3.new(0, 0, 0)
- OFF_7.Position = UDim2.new(1.53658545, 0, 0, 0)
- OFF_7.Size = UDim2.new(0, 27, 0, 31)
- OFF_7.Font = Enum.Font.Fantasy
- OFF_7.Text = "OFF"
- OFF_7.TextColor3 = Color3.new(1, 1, 1)
- OFF_7.TextScaled = true
- OFF_7.TextSize = 14
- OFF_7.TextWrapped = true
- OFF_7.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WarningNotif.Value = "[Auto Farming Intiated] Target = {Black Beard}"
- if _G.NegroBeard then
- _G.NegroBeard = false
- while _G.NegroBeard do
- wait()
- if backpack:findFirstChild("Combat")then
- char:EquipTool(backpack.Combat)
- end
- for i,v in pairs(game.workspace:GetChildren()) do
- if v.Name == "Blackbeard" then
- plrh.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0, 4, 0), v.HumanoidRootPart.Position)
- wait(0.3)
- game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
- wait(0.7)
- v.Humanoid.Health = 0
- game.ReplicatedStorage.DialogEvent:FireServer(unpack{"finishblackbeardquest"})
- else
- game.Players.LocalPlayer.Character.Humanoid.WarningNotif.Value = "[Black Beard] is Dead"
- end
- end
- end
- end
- end)
- WhiteBeard.Name = "White Beard"
- WhiteBeard.Parent = Boss
- WhiteBeard.BackgroundColor3 = Color3.new(0, 0, 0)
- WhiteBeard.Position = UDim2.new(0, 0, 0.683116913, 0)
- WhiteBeard.Size = UDim2.new(0, 82, 0, 31)
- WhiteBeard.Font = Enum.Font.Fantasy
- WhiteBeard.Text = "White Beard"
- WhiteBeard.TextColor3 = Color3.new(1, 1, 1)
- WhiteBeard.TextScaled = true
- WhiteBeard.TextSize = 14
- WhiteBeard.TextWrapped = true
- OFF_8.Name = "OFF"
- OFF_8.Parent = WhiteBeard
- OFF_8.BackgroundColor3 = Color3.new(0, 0, 0)
- OFF_8.Position = UDim2.new(1.53658545, 0, 0, 0)
- OFF_8.Size = UDim2.new(0, 27, 0, 31)
- OFF_8.Font = Enum.Font.Fantasy
- OFF_8.Text = "OFF"
- OFF_8.TextColor3 = Color3.new(1, 1, 1)
- OFF_8.TextScaled = true
- OFF_8.TextSize = 14
- OFF_8.TextWrapped = true
- OFF_8.MouseButton1Down:connect(function()
- if _G.WhiteBeard then
- _G.WhiteBeard = false
- while _G.WhiteBeard do
- wait()
- if backpack:findFirstChild("Combat") then
- char:EquipTool(backpack.Combat)
- end
- for a,s in pairs(game.workspace:GetChildren()) do
- if s.Name == "Whitebeard" then
- plrh.CFrame = CFrame.new(s.HumanoidRootPart.Position + Vector3.new(0, 4, 0), s.HumanoidRootPart.Position)
- wait(0.3)
- game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
- wait(0.7)
- s.Humanoid.Health = 0
- game.ReplicatedStorage.DialogEvent:FireServer(unpack{"finishwhitebeardquest"})
- else
- game.Players.LocalPlayer.Character.Humanoid.WarningNotif.Value = "[White Beard] is Dead"
- end
- end
- end
- end
- end)
- ON_8.Name = "ON"
- ON_8.Parent = WhiteBeard
- ON_8.BackgroundColor3 = Color3.new(0, 0, 0)
- ON_8.Position = UDim2.new(1.07317078, 0, 0, 0)
- ON_8.Size = UDim2.new(0, 27, 0, 31)
- ON_8.Font = Enum.Font.Fantasy
- ON_8.Text = "ON"
- ON_8.TextColor3 = Color3.new(1, 1, 1)
- ON_8.TextScaled = true
- ON_8.TextSize = 14
- ON_8.TextWrapped = true
- ON_8.MouseButton1Down:connect(function()
- if _G.WhiteBeard then
- _G.WhiteBeard = false
- else
- _G.WhiteBeard = true
- while _G.WhiteBeard do
- wait()
- if backpack:findFirstChild("Combat") then
- char:EquipTool(backpack.Combat)
- end
- for a,s in pairs(game.workspace:GetChildren()) do
- if s.Name == "Whitebeard" then
- plrh.CFrame = CFrame.new(s.HumanoidRootPart.Position + Vector3.new(0, 4, 0), s.HumanoidRootPart.Position)
- wait(0.3)
- game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
- wait(0.7)
- s.Humanoid.Health = 0
- game.ReplicatedStorage.DialogEvent:FireServer(unpack{"finishwhitebeardquest"})
- else
- game.Players.LocalPlayer.Character.Humanoid.WarningNotif.Value = "[White Beard] is Dead"
- end
- end
- end
- end
- end)
- NormalStuff.Name = "Normal Stuff"
- NormalStuff.Parent = OPOS
- NormalStuff.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- NormalStuff.BorderSizePixel = 3
- NormalStuff.Position = UDim2.new(0.268807381, 0, 0.0158415698, 0)
- NormalStuff.Size = UDim2.new(0, 188, 0, 136)
- NormalStuff.Active = true
- NormalStuff.Draggable = true
- MoreStuff.Name = "More Stuff"
- MoreStuff.Parent = NormalStuff
- MoreStuff.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- MoreStuff.Size = UDim2.new(0, 188, 0, 25)
- MoreStuff.Font = Enum.Font.Fantasy
- MoreStuff.Text = "More Stuff"
- MoreStuff.TextColor3 = Color3.new(1, 1, 1)
- MoreStuff.TextScaled = true
- MoreStuff.TextSize = 14
- MoreStuff.TextWrapped = true
- TextLabel_3.Parent = MoreStuff
- TextLabel_3.BackgroundColor3 = Color3.new(0, 1, 0)
- TextLabel_3.Position = UDim2.new(-1.99461297e-07, 0, 0.959999979, 0)
- TextLabel_3.Size = UDim2.new(0, 188, 0, 2)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = ""
- TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_3.TextSize = 14
- DupeTool.Name = "Dupe Tool"
- DupeTool.Parent = NormalStuff
- DupeTool.BackgroundColor3 = Color3.new(0, 0, 0)
- DupeTool.Position = UDim2.new(-0.00531914877, 0, 0.243697584, 0)
- DupeTool.Size = UDim2.new(0, 93, 0, 31)
- DupeTool.Font = Enum.Font.Fantasy
- DupeTool.Text = "Dupe Tool"
- DupeTool.TextColor3 = Color3.new(1, 1, 1)
- DupeTool.TextScaled = true
- DupeTool.TextSize = 14
- DupeTool.TextWrapped = true
- DupeTool.MouseButton1Down:connect(function()
- local LocalPlayer = game:GetService("Players").LocalPlayer
- local function saveTools()
- LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function()
- LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
- for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
- if string.find(tool.Name, ToolName.Text) and tool:IsA("Tool") then
- tool.Parent = LocalPlayer
- end
- end
- end)
- end
- LocalPlayer.CharacterAdded:Connect(function(char)
- for _, tool in pairs(LocalPlayer:GetChildren()) do
- if string.find(tool.Name, ToolName.Text) and tool:IsA("Tool") then
- tool.Parent = LocalPlayer.Backpack
- end
- end
- saveTools()
- end)
- saveTools()
- LocalPlayer.Character.Humanoid.Health = 0
- end)
- TPCHest.Name = "TP CHest"
- TPCHest.Parent = NormalStuff
- TPCHest.BackgroundColor3 = Color3.new(0, 0, 0)
- TPCHest.Position = UDim2.new(-0.00531914877, 0, 0.54411763, 0)
- TPCHest.Size = UDim2.new(0, 189, 0, 27)
- TPCHest.Font = Enum.Font.Fantasy
- TPCHest.Text = "TP Chest"
- TPCHest.TextColor3 = Color3.new(1, 1, 1)
- TPCHest.TextSize = 23
- TPCHest.TextWrapped = true
- TPCHest.MouseButton1Down:connect(function()
- if _G.CollectChest then
- _G.CollectChest = false
- else
- _G.CollectChest = true
- while _G.CollectChest do
- local a=game:GetService('Players').LocalPlayer.Character.HumanoidRootPart;for b,c in pairs(game.Workspace:GetChildren())do if c.Name=='Chest'then a.CFrame=CFrame.new(c.Position)wait(.15)fireclickdetector(c.Click)end end
- end
- end
- end)
- TPDF.Name = "TP DF"
- TPDF.Parent = NormalStuff
- TPDF.BackgroundColor3 = Color3.new(0, 0, 0)
- TPDF.Position = UDim2.new(-0.00531914877, 0, 0.801470578, 0)
- TPDF.Size = UDim2.new(0, 189, 0, 27)
- TPDF.Font = Enum.Font.Fantasy
- TPDF.Text = "TP Devil Fruit"
- TPDF.TextColor3 = Color3.new(1, 1, 1)
- TPDF.TextSize = 23
- TPDF.TextWrapped = true
- TPDF.MouseButton1Down:connect(function()
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA('Tool') and string.find(v.Name, "Mi") then
- devilfruit = v.Handle.CFrame
- end
- end
- local ts = game:GetService("TweenService")
- local uis = game:GetService("UserInputService")
- local char = game.Players.LocalPlayer.Character
- local part = char.HumanoidRootPart
- local ti = TweenInfo.new(5, Enum.EasingStyle.Linear) --- change the 5 to what ever speed you what ( isnt really speed )
- local tp = {CFrame = devilfruit}
- ts:Create(part, ti, tp):Play()
- end)
- ToolName.Name = "Tool Name"
- ToolName.Parent = NormalStuff
- ToolName.BackgroundColor3 = Color3.new(0, 0, 0)
- ToolName.Position = UDim2.new(0.569148958, 0, 0.236344829, 0)
- ToolName.Size = UDim2.new(0, 80, 0, 31)
- ToolName.Font = Enum.Font.Fantasy
- ToolName.PlaceholderText = "Tool Name"
- ToolName.Text = ""
- ToolName.TextColor3 = Color3.new(1, 1, 1)
- ToolName.TextSize = 16
- ToolName.TextWrapped = true
- TextLabel_4.Parent = NormalStuff
- TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_4.BackgroundTransparency = 1
- TextLabel_4.Position = UDim2.new(0, 0, 1.05147064, 0)
- TextLabel_4.Size = UDim2.new(0, 202, 0, 28)
- TextLabel_4.Font = Enum.Font.Fantasy
- TextLabel_4.Text = "Made By Thuận & PHTA Gaming"
- TextLabel_4.TextColor3 = Color3.new(1, 0, 0)
- TextLabel_4.TextScaled = true
- TextLabel_4.TextSize = 14
- TextLabel_4.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement