-- Farewell Infortality. -- Version: 2.82 -- Instances: local ScreenGui = Instance.new("ScreenGui") local OpenFrame = Instance.new("Frame") local TextButton = Instance.new("TextButton") local Main = Instance.new("Frame") local BeautyA = Instance.new("Frame") local BeautyA_2 = Instance.new("Frame") local BeautyB = Instance.new("Frame") local ScrollingFrameA = Instance.new("ScrollingFrame") local FarmBandit = Instance.new("TextButton") local FarmBuggy = Instance.new("TextButton") local FarmFishman = Instance.new("TextButton") local FarmMarine = Instance.new("TextButton") local FarmSiren = Instance.new("TextButton") local FarmExe = Instance.new("TextButton") local ScrollingFrameB = Instance.new("ScrollingFrame") local BanditIsland = Instance.new("TextButton") local Buggyisland = Instance.new("TextButton") local FishmanIsland = Instance.new("TextButton") local Marineisland = Instance.new("TextButton") local Sirenisland = Instance.new("TextButton") local haki1 = Instance.new("TextButton") local haki2 = Instance.new("TextButton") local haki3 = Instance.new("TextButton") local ScrollingFrameC = Instance.new("ScrollingFrame") local TPDF = Instance.new("TextButton") local speed = Instance.new("TextButton") local InfJump = Instance.new("TextButton") local Gravity = Instance.new("TextButton") local Teleport = Instance.new("TextLabel") local Any = Instance.new("TextLabel") local Farming = Instance.new("TextLabel") local PiratesWrath = Instance.new("TextLabel") local AngkerSploit = Instance.new("TextLabel") local Close = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.CoreGui OpenFrame.Name = "OpenFrame" OpenFrame.Parent = ScreenGui OpenFrame.Active = true OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0) OpenFrame.BorderColor3 = Color3.new(0, 0, 0) OpenFrame.Position = UDim2.new(0, 0, 0.489563555, 0) OpenFrame.Size = UDim2.new(0, 90, 0, 42) TextButton.Parent = OpenFrame TextButton.BackgroundColor3 = Color3.new(0, 0, 0) TextButton.BorderColor3 = Color3.new(0, 0, 0) TextButton.Position = UDim2.new(0, 0, 0.142857149, 0) TextButton.Size = UDim2.new(0, 90, 0, 30) TextButton.Font = Enum.Font.SciFi TextButton.Text = "Open" TextButton.TextColor3 = Color3.new(1, 1, 1) TextButton.TextScaled = true TextButton.TextSize = 27 TextButton.TextStrokeColor3 = Color3.new(1, 1, 1) TextButton.TextWrapped = true TextButton.MouseButton1Down:connect(function() Main.Visible = true OpenFrame.Visible = false end) Main.Name = "Main" Main.Parent = ScreenGui Main.Active = true Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) Main.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471) Main.BorderSizePixel = 0 Main.Position = UDim2.new(0.394661576, 0, 0.142315, 0) Main.Size = UDim2.new(0, 493, 0, 291) Main.Visible = false Main.Draggable = true BeautyA.Name = "BeautyA" BeautyA.Parent = Main BeautyA.Active = true BeautyA.BackgroundColor3 = Color3.new(0, 0, 0) BeautyA.BorderColor3 = Color3.new(0, 0, 0) BeautyA.BorderSizePixel = 0 BeautyA.Position = UDim2.new(0, 0, -0.0218423214, 0) BeautyA.Size = UDim2.new(0, 493, 0, 29) BeautyA_2.Name = "BeautyA" BeautyA_2.Parent = Main BeautyA_2.Active = true BeautyA_2.BackgroundColor3 = Color3.new(0, 0, 0) BeautyA_2.BorderColor3 = Color3.new(0, 0, 0) BeautyA_2.BorderSizePixel = 0 BeautyA_2.Position = UDim2.new(0, 0, 0.0756013766, 0) BeautyA_2.Size = UDim2.new(0, 493, 0, 29) BeautyB.Name = "BeautyB" BeautyB.Parent = Main BeautyB.Active = true BeautyB.BackgroundColor3 = Color3.new(0, 0, 0) BeautyB.BorderColor3 = Color3.new(0, 0, 0) BeautyB.BorderSizePixel = 0 BeautyB.Position = UDim2.new(0, 0, 0.946996868, 0) BeautyB.Size = UDim2.new(0, 493, 0, 24) ScrollingFrameA.Name = "ScrollingFrameA" ScrollingFrameA.Parent = Main ScrollingFrameA.Active = true ScrollingFrameA.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608) ScrollingFrameA.BorderColor3 = Color3.new(0.219608, 0.219608, 0.219608) ScrollingFrameA.Position = UDim2.new(0.0202839766, 0, 0.180673838, 0) ScrollingFrameA.Size = UDim2.new(0, 145, 0, 223) FarmBandit.Name = "FarmBandit" FarmBandit.Parent = ScrollingFrameA FarmBandit.BackgroundColor3 = Color3.new(0, 0, 0) FarmBandit.BorderColor3 = Color3.new(0, 0, 0) FarmBandit.BorderSizePixel = 0 FarmBandit.Position = UDim2.new(0.0413793102, 0, 0.0187089741, 0) FarmBandit.Size = UDim2.new(0, 120, 0, 43) FarmBandit.Font = Enum.Font.SciFi FarmBandit.Text = "Bandit" FarmBandit.TextColor3 = Color3.new(1, 1, 1) FarmBandit.TextSize = 25 FarmBandit.MouseButton1Down:connect(function() for _,v in pairs(game.Workspace["Hostile NPCs"]:GetDescendants()) do if string.find(v.Name, "Bandit") and v:FindFirstChild("HumanoidRootPart") then v:FindFirstChild("HumanoidRootPart").Anchored = true v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3) end end end) FarmBuggy.Name = "FarmBuggy" FarmBuggy.Parent = ScrollingFrameA FarmBuggy.BackgroundColor3 = Color3.new(0, 0, 0) FarmBuggy.BorderColor3 = Color3.new(0, 0, 0) FarmBuggy.BorderSizePixel = 0 FarmBuggy.Position = UDim2.new(0.0413793102, 0, 0.112911873, 0) FarmBuggy.Size = UDim2.new(0, 120, 0, 43) FarmBuggy.Font = Enum.Font.SciFi FarmBuggy.Text = "Buggy" FarmBuggy.TextColor3 = Color3.new(1, 1, 1) FarmBuggy.TextSize = 25 FarmBuggy.MouseButton1Down:connect(function() for _,v in pairs(game.Workspace["Hostile NPCs"]:GetDescendants()) do if string.find(v.Name, "Buggy") and v:FindFirstChild("HumanoidRootPart") then v:FindFirstChild("HumanoidRootPart").Anchored = true v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3) end end end) FarmFishman.Name = "FarmFishman" FarmFishman.Parent = ScrollingFrameA FarmFishman.BackgroundColor3 = Color3.new(0, 0, 0) FarmFishman.BorderColor3 = Color3.new(0, 0, 0) FarmFishman.BorderSizePixel = 0 FarmFishman.Position = UDim2.new(0.0413793102, 0, 0.20892638, 0) FarmFishman.Size = UDim2.new(0, 120, 0, 43) FarmFishman.Font = Enum.Font.SciFi FarmFishman.Text = "Fishman" FarmFishman.TextColor3 = Color3.new(1, 1, 1) FarmFishman.TextSize = 25 FarmFishman.MouseButton1Down:connect(function() for _,v in pairs(game.Workspace["Hostile NPCs"]:GetDescendants()) do if string.find(v.Name, "Fishman") and v:FindFirstChild("HumanoidRootPart") then v:FindFirstChild("HumanoidRootPart").Anchored = true v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3) end end end) FarmMarine.Name = "FarmMarine" FarmMarine.Parent = ScrollingFrameA FarmMarine.BackgroundColor3 = Color3.new(0, 0, 0) FarmMarine.BorderColor3 = Color3.new(0, 0, 0) FarmMarine.BorderSizePixel = 0 FarmMarine.Position = UDim2.new(0.0413793102, 0, 0.304940879, 0) FarmMarine.Size = UDim2.new(0, 120, 0, 43) FarmMarine.Font = Enum.Font.SciFi FarmMarine.Text = "Marine" FarmMarine.TextColor3 = Color3.new(1, 1, 1) FarmMarine.TextSize = 25 FarmMarine.MouseButton1Down:connect(function() for _,v in pairs(game.Workspace["Hostile NPCs"]:GetDescendants()) do if string.find(v.Name, "Marine") and v:FindFirstChild("HumanoidRootPart") then v:FindFirstChild("HumanoidRootPart").Anchored = true v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3) end end end) FarmSiren.Name = "FarmSiren" FarmSiren.Parent = ScrollingFrameA FarmSiren.BackgroundColor3 = Color3.new(0, 0, 0) FarmSiren.BorderColor3 = Color3.new(0, 0, 0) FarmSiren.BorderSizePixel = 0 FarmSiren.Position = UDim2.new(0.0413793102, 0, 0.402766973, 0) FarmSiren.Size = UDim2.new(0, 120, 0, 43) FarmSiren.Font = Enum.Font.SciFi FarmSiren.Text = "Siren10" FarmSiren.TextColor3 = Color3.new(1, 1, 1) FarmSiren.TextSize = 25 FarmSiren.MouseButton1Down:connect(function() for _,v in pairs(game.Workspace["Hostile NPCs"]:GetDescendants()) do if string.find(v.Name, "Siren") and v:FindFirstChild("HumanoidRootPart") then v:FindFirstChild("HumanoidRootPart").Anchored = true v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3) end end end) FarmExe.Name = "FarmExe" FarmExe.Parent = ScrollingFrameA FarmExe.BackgroundColor3 = Color3.new(0, 0, 0) FarmExe.BorderColor3 = Color3.new(0, 0, 0) FarmExe.BorderSizePixel = 0 FarmExe.Position = UDim2.new(0.0413793102, 0, 0.50240463, 0) FarmExe.Size = UDim2.new(0, 120, 0, 43) FarmExe.Font = Enum.Font.SciFi FarmExe.Text = "Exeryze" FarmExe.TextColor3 = Color3.new(1, 1, 1) FarmExe.TextSize = 25 FarmExe.MouseButton1Down:connect(function() for _,v in pairs(game.Workspace["Hostile NPCs"]:GetDescendants()) do if string.find(v.Name, "Exe") and v:FindFirstChild("HumanoidRootPart") then v:FindFirstChild("HumanoidRootPart").Anchored = true v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3) end end end) ScrollingFrameB.Name = "ScrollingFrameB" ScrollingFrameB.Parent = Main ScrollingFrameB.Active = true ScrollingFrameB.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608) ScrollingFrameB.BorderColor3 = Color3.new(0.219608, 0.219608, 0.219608) ScrollingFrameB.Position = UDim2.new(0.352941155, 0, 0.180673838, 0) ScrollingFrameB.Size = UDim2.new(0, 145, 0, 223) ScrollingFrameB.CanvasPosition = Vector2.new(0, 191.626541) BanditIsland.Name = "BanditIsland" BanditIsland.Parent = ScrollingFrameB BanditIsland.BackgroundColor3 = Color3.new(0, 0, 0) BanditIsland.BorderColor3 = Color3.new(0, 0, 0) BanditIsland.BorderSizePixel = 0 BanditIsland.Position = UDim2.new(0.0413793325, 0, 0.0177860036, 0) BanditIsland.Size = UDim2.new(0, 120, 0, 43) BanditIsland.Font = Enum.Font.SciFi BanditIsland.Text = "Bandit Island" BanditIsland.TextColor3 = Color3.new(1, 1, 1) BanditIsland.TextSize = 20 BanditIsland.MouseButton1Down:connect(function() local char = game.Players.LocalPlayer.Character.HumanoidRootPart char.CFrame = CFrame.new(8338.134, 2.066, -8045.011) wait(0.5) end) Buggyisland.Name = "Buggyisland" Buggyisland.Parent = ScrollingFrameB Buggyisland.BackgroundColor3 = Color3.new(0, 0, 0) Buggyisland.BorderColor3 = Color3.new(0, 0, 0) Buggyisland.BorderSizePixel = 0 Buggyisland.Position = UDim2.new(0.0413793325, 0, 0.112287723, 0) Buggyisland.Size = UDim2.new(0, 120, 0, 43) Buggyisland.Font = Enum.Font.SciFi Buggyisland.Text = "Buggy Island" Buggyisland.TextColor3 = Color3.new(1, 1, 1) Buggyisland.TextSize = 20 Buggyisland.MouseButton1Down:connect(function() local char = game.Players.LocalPlayer.Character.HumanoidRootPart char.CFrame = CFrame.new(-11486.304, 13.266, 6490.784) wait(0.5) end) FishmanIsland.Name = "FishmanIsland" FishmanIsland.Parent = ScrollingFrameB FishmanIsland.BackgroundColor3 = Color3.new(0, 0, 0) FishmanIsland.BorderColor3 = Color3.new(0, 0, 0) FishmanIsland.BorderSizePixel = 0 FishmanIsland.Position = UDim2.new(0.0413793325, 0, 0.208507657, 0) FishmanIsland.Size = UDim2.new(0, 120, 0, 43) FishmanIsland.Font = Enum.Font.SciFi FishmanIsland.Text = "Fishman Island" FishmanIsland.TextColor3 = Color3.new(1, 1, 1) FishmanIsland.TextSize = 18 FishmanIsland.MouseButton1Down:connect(function() local char = game.Players.LocalPlayer.Character.HumanoidRootPart char.CFrame = CFrame.new(422.589, 109.235, 8597.241) wait(0.5) end) Marineisland.Name = "Marineisland" Marineisland.Parent = ScrollingFrameB Marineisland.BackgroundColor3 = Color3.new(0, 0, 0) Marineisland.BorderColor3 = Color3.new(0, 0, 0) Marineisland.BorderSizePixel = 0 Marineisland.Position = UDim2.new(0.0413793325, 0, 0.304727584, 0) Marineisland.Size = UDim2.new(0, 120, 0, 43) Marineisland.Font = Enum.Font.SciFi Marineisland.Text = "Marine Island" Marineisland.TextColor3 = Color3.new(1, 1, 1) Marineisland.TextSize = 20 Marineisland.MouseButton1Down:connect(function() local char = game.Players.LocalPlayer.Character.HumanoidRootPart char.CFrame = CFrame.new(5761.698, 27.917, 493.298) wait(0.5) end) Sirenisland.Name = "Sirenisland" Sirenisland.Parent = ScrollingFrameB Sirenisland.BackgroundColor3 = Color3.new(0, 0, 0) Sirenisland.BorderColor3 = Color3.new(0, 0, 0) Sirenisland.BorderSizePixel = 0 Sirenisland.Position = UDim2.new(0.0413793325, 0, 0.400947541, 0) Sirenisland.Size = UDim2.new(0, 120, 0, 43) Sirenisland.Font = Enum.Font.SciFi Sirenisland.Text = "Siren Island" Sirenisland.TextColor3 = Color3.new(1, 1, 1) Sirenisland.TextSize = 23 Sirenisland.MouseButton1Down:connect(function() local char = game.Players.LocalPlayer.Character.HumanoidRootPart char.CFrame = CFrame.new(-650.056, 262.521, -13849.749) wait(0.5) end) haki1.Name = "haki1" haki1.Parent = ScrollingFrameB haki1.BackgroundColor3 = Color3.new(0, 0, 0) haki1.BorderColor3 = Color3.new(0, 0, 0) haki1.BorderSizePixel = 0 haki1.Position = UDim2.new(0.0413793325, 0, 0.495449275, 0) haki1.Size = UDim2.new(0, 120, 0, 43) haki1.Font = Enum.Font.SciFi haki1.Text = "Haki 1 Island" haki1.TextColor3 = Color3.new(1, 1, 1) haki1.TextSize = 22 haki1.MouseButton1Down:connect(function() local char = game.Players.LocalPlayer.Character.HumanoidRootPart char.CFrame = CFrame.new(1860.194, 1885.789, -3847.283) wait(0.5) end) haki2.Name = "haki2" haki2.Parent = ScrollingFrameB haki2.BackgroundColor3 = Color3.new(0, 0, 0) haki2.BorderColor3 = Color3.new(0, 0, 0) haki2.BorderSizePixel = 0 haki2.Position = UDim2.new(0.0413793325, 0, 0.589951038, 0) haki2.Size = UDim2.new(0, 120, 0, 43) haki2.Font = Enum.Font.SciFi haki2.Text = "Haki 2 Island" haki2.TextColor3 = Color3.new(1, 1, 1) haki2.TextSize = 22 haki2.MouseButton1Down:connect(function() local char = game.Players.LocalPlayer.Character.HumanoidRootPart char.CFrame = CFrame.new(433.314, 1497.866, 325.337) wait(0.5) end) haki3.Name = "haki3" haki3.Parent = ScrollingFrameB haki3.BackgroundColor3 = Color3.new(0, 0, 0) haki3.BorderColor3 = Color3.new(0, 0, 0) haki3.BorderSizePixel = 0 haki3.Position = UDim2.new(0.0413793325, 0, 0.686170936, 0) haki3.Size = UDim2.new(0, 120, 0, 43) haki3.Font = Enum.Font.SciFi haki3.Text = "Haki 3 Island" haki3.TextColor3 = Color3.new(1, 1, 1) haki3.TextSize = 22 haki3.MouseButton1Down:connect(function() local char = game.Players.LocalPlayer.Character.HumanoidRootPart char.CFrame = CFrame.new(-5441.343, 9.554, 8623.503) wait(0.5) end) ScrollingFrameC.Name = "ScrollingFrameC" ScrollingFrameC.Parent = Main ScrollingFrameC.Active = true ScrollingFrameC.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608) ScrollingFrameC.BorderColor3 = Color3.new(0.219608, 0.219608, 0.219608) ScrollingFrameC.Position = UDim2.new(0.685598373, 0, 0.180673838, 0) ScrollingFrameC.Size = UDim2.new(0, 145, 0, 223) TPDF.Name = "TPDF" TPDF.Parent = ScrollingFrameC TPDF.BackgroundColor3 = Color3.new(0, 0, 0) TPDF.BorderColor3 = Color3.new(0, 0, 0) TPDF.BorderSizePixel = 0 TPDF.Position = UDim2.new(0.0413793549, 0, 0.0177860036, 0) TPDF.Size = UDim2.new(0, 120, 0, 43) TPDF.Font = Enum.Font.SciFi TPDF.Text = "Tp DF" TPDF.TextColor3 = Color3.new(1, 1, 1) TPDF.TextSize = 25 TPDF.MouseButton1Click:connect(function() check = function(x) for _,v in next, x:GetChildren() do if v:IsA("Tool") then if not v.Parent:FindFirstChild("Humanoid") then v.TextureId = ""; v.Parent = game.Players.LocalPlayer.Backpack end end check(v) end end check(workspace) end) speed.Name = "speed" speed.Parent = ScrollingFrameC speed.BackgroundColor3 = Color3.new(0, 0, 0) speed.BorderColor3 = Color3.new(0, 0, 0) speed.BorderSizePixel = 0 speed.Position = UDim2.new(0.0413793549, 0, 0.112287723, 0) speed.Size = UDim2.new(0, 120, 0, 43) speed.Font = Enum.Font.SciFi speed.Text = "Walkspeed [X]" speed.TextColor3 = Color3.new(1, 1, 1) speed.TextSize = 19 speed.MouseButton1Click:connect(function() local walkspeedplayer = game:GetService("Players").LocalPlayer local walkspeedmouse = walkspeedplayer:GetMouse() local walkspeedenabled = false function x_walkspeed(key) if (key == "x") then if walkspeedenabled == false then _G.WS = 120; local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid; Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function() Humanoid.WalkSpeed = _G.WS; end) Humanoid.WalkSpeed = _G.WS; walkspeedenabled = true elseif walkspeedenabled == true then _G.WS = 45; local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid; Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function() Humanoid.WalkSpeed = _G.WS; end) Humanoid.WalkSpeed = _G.WS; walkspeedenabled = false end end end walkspeedmouse.KeyDown:connect(x_walkspeed) end) InfJump.Name = "InfJump" InfJump.Parent = ScrollingFrameC InfJump.BackgroundColor3 = Color3.new(0, 0, 0) InfJump.BorderColor3 = Color3.new(0, 0, 0) InfJump.BorderSizePixel = 0 InfJump.Position = UDim2.new(0.0413793549, 0, 0.208507657, 0) InfJump.Size = UDim2.new(0, 120, 0, 43) InfJump.Font = Enum.Font.SciFi InfJump.Text = "InfJump" InfJump.TextColor3 = Color3.new(1, 1, 1) InfJump.TextSize = 25 InfJump.MouseButton1Down:connect(function() game:GetService("UserInputService").JumpRequest:connect(function()game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")end) end) Gravity.Name = "Gravity" Gravity.Parent = ScrollingFrameC Gravity.BackgroundColor3 = Color3.new(0, 0, 0) Gravity.BorderColor3 = Color3.new(0, 0, 0) Gravity.BorderSizePixel = 0 Gravity.Position = UDim2.new(0.0413793549, 0, 0.304727584, 0) Gravity.Size = UDim2.new(0, 120, 0, 43) Gravity.Font = Enum.Font.SciFi Gravity.Text = "Gravity" Gravity.TextColor3 = Color3.new(1, 1, 1) Gravity.TextSize = 25 Gravity.MouseButton1Down:connect(function() if Gravityon == true then Gravity = false game.workspace.Gravity = 196.2 else Gravity = true game.workspace.Gravity = 45 end end) Teleport.Name = "Teleport" Teleport.Parent = Main Teleport.Active = true Teleport.BackgroundColor3 = Color3.new(0, 0, 0) Teleport.BorderColor3 = Color3.new(0, 0, 0) Teleport.BorderSizePixel = 0 Teleport.Position = UDim2.new(0.352941185, 0, 0.0756013766, 0) Teleport.Size = UDim2.new(0, 145, 0, 29) Teleport.Font = Enum.Font.SciFi Teleport.Text = "Teleport" Teleport.TextColor3 = Color3.new(1, 1, 1) Teleport.TextSize = 25 Teleport.TextWrapped = true Any.Name = "Any" Any.Parent = Main Any.Active = true Any.BackgroundColor3 = Color3.new(0, 0, 0) Any.BorderColor3 = Color3.new(0, 0, 0) Any.BorderSizePixel = 0 Any.Position = UDim2.new(0.685598373, 0, 0.0756013766, 0) Any.Size = UDim2.new(0, 145, 0, 29) Any.Font = Enum.Font.SciFi Any.Text = "Any" Any.TextColor3 = Color3.new(1, 1, 1) Any.TextSize = 25 Any.TextWrapped = true Farming.Name = "Farming" Farming.Parent = Main Farming.Active = true Farming.BackgroundColor3 = Color3.new(0, 0, 0) Farming.BorderColor3 = Color3.new(0, 0, 0) Farming.BorderSizePixel = 0 Farming.Position = UDim2.new(0.0202839971, 0, 0.0756013766, 0) Farming.Size = UDim2.new(0, 145, 0, 29) Farming.Font = Enum.Font.SciFi Farming.Text = "Farming" Farming.TextColor3 = Color3.new(1, 1, 1) Farming.TextSize = 25 Farming.TextWrapped = true PiratesWrath.Name = "Pirates Wrath" PiratesWrath.Parent = Main PiratesWrath.Active = true PiratesWrath.BackgroundColor3 = Color3.new(0, 0, 0) PiratesWrath.BorderColor3 = Color3.new(0, 0, 0) PiratesWrath.BorderSizePixel = 0 PiratesWrath.Position = UDim2.new(0.290060848, 0, -0.0184059013, 0) PiratesWrath.Size = UDim2.new(0, 211, 0, 28) PiratesWrath.Font = Enum.Font.SciFi PiratesWrath.Text = "Pirates Wrath" PiratesWrath.TextColor3 = Color3.new(1, 1, 1) PiratesWrath.TextSize = 25 AngkerSploit.Name = "AngkerSploit" AngkerSploit.Parent = Main AngkerSploit.Active = true AngkerSploit.BackgroundColor3 = Color3.new(0, 0, 0) AngkerSploit.BorderColor3 = Color3.new(0, 0, 0) AngkerSploit.BorderSizePixel = 0 AngkerSploit.Position = UDim2.new(0.290060848, 0, 0.946996868, 0) AngkerSploit.Size = UDim2.new(0, 211, 0, 24) AngkerSploit.Font = Enum.Font.SciFi AngkerSploit.Text = "ANGKERSPLOIT" AngkerSploit.TextColor3 = Color3.new(1, 1, 1) AngkerSploit.TextSize = 25 Close.Name = "Close" Close.Parent = Main Close.BackgroundColor3 = Color3.new(0, 0, 0) Close.BorderColor3 = Color3.new(0, 0, 0) Close.BorderSizePixel = 0 Close.Position = UDim2.new(0.941176474, 0, -0.0184059013, 0) Close.Size = UDim2.new(0, 29, 0, 27) Close.Font = Enum.Font.SciFi Close.Text = "X" Close.TextColor3 = Color3.new(1, 1, 1) Close.TextSize = 30 Close.MouseButton1Down:connect(function() OpenFrame.Visible = true Main.Visible = false end) -- Scripts: