Blox Fruits is an immensely popular game on the Roblox platform, boasting a vast user base. This action-adventure game revolves around a pirate theme, where players engage in combat against a variety of enemies and challenging bosses. Exploring islands and consuming different fruits are essential for advancing your character’s level.
What is Roblox Script?
Roblox Scripts typically refer to snippets of code that offer automation advantages within the game. Independent developers and scripters create these scripts, which are not officially endorsed by the Roblox platform. Nevertheless, you can still utilize these scripts through Roblox executors such as Arceus X, Hydrogen Executor, JJSploit, Fluxus executor, and others.
How to Use Roblox Script?
- Launch Roblox and join your desired game.
- Click the “Copy” button to duplicate the script code.
- Paste the script code into your preferred Roblox executor.
- Execute the script code and savor the enhanced experience
Blox Fruits is an immensely popular game on the Roblox platform, boasting a vast user base. This action-adventure game revolves around a pirate theme, where players engage in combat against a variety of enemies and challenging bosses. Exploring islands and consuming different fruits are essential for advancing your character’s level.
--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] ---[Notify Má»›i Là m:))] local Notif = {} local CoreGUI = game:GetService("CoreGui") local TS = game:GetService("TweenService") local HIDEUI = get_hidden_gui or gethui if syn and typeof(syn) == "table" and RenderWindow then syn.protect_gui = gethui; end local function Hide_UI(gui) if HIDEUI then gui["Parent"] = HIDEUI() elseif (not is_sirhurt_closure) and (syn and syn.protect_gui) then syn.protect_gui(gui) gui["Parent"] = CoreGUI elseif CoreGUI:FindFirstChild('RobloxGui') then gui["Parent"] = CoreGUI.RobloxGui else gui["Parent"] = CoreGUI end end local screen_gui = Instance.new("ScreenGui") Hide_UI(screen_gui) local frame = Instance.new("Frame") frame.AnchorPoint = Vector2.new(0.5, 0.949999988079071) frame.BackgroundColor3 = Color3.new(1, 1, 1) frame.BackgroundTransparency = 1 frame.BorderColor3 = Color3.new(0, 0, 0) frame.BorderSizePixel = 0 frame.Position = UDim2.new(0.5, 0, 0.954999983, 0) frame.Size = UDim2.new(0, 100, 0, 100) frame.Visible = true frame.Parent = screen_gui local uilist_layout = Instance.new("UIListLayout") uilist_layout.HorizontalAlignment = Enum.HorizontalAlignment.Center uilist_layout.SortOrder = Enum.SortOrder.LayoutOrder uilist_layout.VerticalAlignment = Enum.VerticalAlignment.Bottom uilist_layout.Parent = frame function Notif.New(text, timee) local frame_2 = Instance.new("Frame") frame_2.BackgroundColor3 = Color3.new(1, 1, 1) frame_2.BorderColor3 = Color3.new(0, 0, 0) frame_2.BorderSizePixel = 0 frame_2.BackgroundTransparency = 1 frame_2.Size = UDim2.new(0, 100, 0, 0) frame_2.Visible = true frame_2.Parent = frame -- Main Notification Frame local frame_3 = Instance.new("Frame") frame_3.AnchorPoint = Vector2.new(0.5, 1) frame_3.AutomaticSize = Enum.AutomaticSize.X frame_3.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176) frame_3.BackgroundTransparency = 0.20000000298023224 frame_3.BorderColor3 = Color3.new(0, 0, 0) frame_3.Position = UDim2.new(0.5, 0, 1, 60) frame_3.Size = UDim2.new(0, 0, 0, 30) frame_3.Visible = true frame_3.Parent = frame_2 local uicorner = Instance.new("UICorner") uicorner.CornerRadius = UDim.new(0, 6) uicorner.Parent = frame_3 local uipadding = Instance.new("UIPadding") uipadding.PaddingBottom = UDim.new(0, 3) uipadding.PaddingLeft = UDim.new(0, 3) uipadding.PaddingRight = UDim.new(0, 3) uipadding.PaddingTop = UDim.new(0, 3) uipadding.Parent = frame_3 local uistroke = Instance.new("UIStroke") uistroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border uistroke.Color = Color3.new(0.0313726, 0.0313726, 0.0313726) uistroke.Parent = frame_3 local text_label = Instance.new("TextLabel") text_label.Font = Enum.Font.Gotham text_label.Text = text text_label.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314) text_label.TextSize = 14 text_label.AutomaticSize = Enum.AutomaticSize.X text_label.BackgroundColor3 = Color3.new(1, 1, 1) text_label.BackgroundTransparency = 1 text_label.BorderColor3 = Color3.new(0, 0, 0) text_label.BorderSizePixel = 0 text_label.Size = UDim2.new(0, 0, 0, 24) text_label.Visible = true text_label.Parent = frame_3 local uipadding_2 = Instance.new("UIPadding") uipadding_2.PaddingLeft = UDim.new(0, 5) uipadding_2.PaddingRight = UDim.new(0, 30) uipadding_2.Parent = text_label local text_button = Instance.new("TextButton") text_button.Font = Enum.Font.SourceSans text_button.Text = "" text_button.TextColor3 = Color3.new(0, 0, 0) text_button.TextSize = 14 text_button.AnchorPoint = Vector2.new(1, 0.5) text_button.BackgroundColor3 = Color3.new(0, 0, 0) text_button.BackgroundTransparency = 1 text_button.BorderColor3 = Color3.new(0, 0, 0) text_button.BorderSizePixel = 0 text_button.Position = UDim2.new(1, 0, 0.5, 0) text_button.Size = UDim2.new(0, 24, 0, 24) text_button.Visible = true text_button.Parent = frame_3 local uicorner_2 = Instance.new("UICorner") uicorner_2.CornerRadius = UDim.new(0, 5) uicorner_2.Parent = text_button local image_button = Instance.new("ImageButton") image_button.Image = "rbxassetid://3926305904" image_button.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314) image_button.ImageRectOffset = Vector2.new(924, 724) image_button.ImageRectSize = Vector2.new(36, 36) image_button.AnchorPoint = Vector2.new(0.5, 0.5) image_button.BackgroundTransparency = 1 image_button.LayoutOrder = 3 image_button.Position = UDim2.new(0.5, 0, 0.5, 0) image_button.Size = UDim2.new(0, 18, 0, 18) image_button.Visible = true image_button.ZIndex = 2 image_button.Parent = text_button --Animations TS:Create(frame_3, TweenInfo.new(0.2, Enum.EasingStyle.Quint), { Position = UDim2.new(0.5, 0, 1, 0) }):Play() TS:Create(frame_2, TweenInfo.new(0.2, Enum.EasingStyle.Quint), { Size = UDim2.new(0, 100, 0, 35) }):Play() -- Close Button local function close_notif() TS:Create(image_button, TweenInfo.new(0.15, Enum.EasingStyle.Quint), { ImageTransparency = 1 }):Play() TS:Create(text_button, TweenInfo.new(0.15, Enum.EasingStyle.Quint), { BackgroundTransparency = 1 }):Play() TS:Create(text_label, TweenInfo.new(0.15, Enum.EasingStyle.Quint), { TextTransparency = 1 }):Play() task.wait(.17) TS:Create(frame_3, TweenInfo.new(0.25, Enum.EasingStyle.Quint), { BackgroundTransparency = 1 }):Play() TS:Create(uistroke, TweenInfo.new(0.24, Enum.EasingStyle.Quint), { Transparency = 1 }):Play() task.wait(.05) TS:Create(frame_2, TweenInfo.new(0.2, Enum.EasingStyle.Quint), { Size = UDim2.new(0, 100, 0, 0) }):Play() task.wait(.2) frame_2:Destroy() end text_button.MouseEnter:Connect(function() TS:Create(text_button, TweenInfo.new(0.25, Enum.EasingStyle.Quint), { BackgroundTransparency = 0.8 }):Play() TS:Create(image_button, TweenInfo.new(0.3, Enum.EasingStyle.Quint), { ImageColor3 = Color3.new(0.890196, 0.054902, 0.054902) }):Play() end) text_button.MouseLeave:Connect(function() TS:Create(text_button, TweenInfo.new(0.25, Enum.EasingStyle.Quint), { BackgroundTransparency = 1 }):Play() TS:Create(image_button, TweenInfo.new(0.3, Enum.EasingStyle.Quint), { ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314) }):Play() end) text_button.MouseButton1Click:Connect(function() TS:Create(image_button, TweenInfo.new(0.15, Enum.EasingStyle.Quint), { ImageTransparency = 1 }):Play() TS:Create(text_button, TweenInfo.new(0.15, Enum.EasingStyle.Quint), { BackgroundTransparency = 1 }):Play() TS:Create(text_label, TweenInfo.new(0.15, Enum.EasingStyle.Quint), { TextTransparency = 1 }):Play() task.wait(.17) TS:Create(frame_3, TweenInfo.new(0.25, Enum.EasingStyle.Quint), { BackgroundTransparency = 1 }):Play() TS:Create(uistroke, TweenInfo.new(0.24, Enum.EasingStyle.Quint), { Transparency = 1 }):Play() task.wait(.05) TS:Create(frame_2, TweenInfo.new(0.2, Enum.EasingStyle.Quint), { Size = UDim2.new(0, 100, 0, 0) }):Play() task.wait(.2) frame_2:Destroy() end) image_button.MouseButton1Click:Connect(close_notif) task.delay(tonumber(timee) and timee or 10, close_notif) end local ScreenGui1 = Instance.new("ScreenGui") local ImageButton1 = Instance.new("ImageButton") local UICorner = Instance.new("UICorner") local UIGradient = Instance.new("UIGradient") local UIStroke = Instance.new("UIStroke") ScreenGui1.Name = "ImageButton" ScreenGui1.Parent = game.CoreGui ScreenGui1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ImageButton1.Parent = ScreenGui1 ImageButton1.BackgroundColor3 = Color3.fromRGB(0, 239, 5) ImageButton1.BorderSizePixel = 0 ImageButton1.Position = UDim2.new(0.120833337, 0, 0.0952890813, 0) ImageButton1.Size = UDim2.new(0, 50, 0, 50) ImageButton1.Draggable = true ImageButton1.Image = "rbxassetid://15815733731" ImageButton1.MouseButton1Down:connect(function() game:GetService("VirtualInputManager"):SendKeyEvent(true,305,false,game) game:GetService("VirtualInputManager"):SendKeyEvent(false,305,false,game) end) UICorner.Parent = ImageButton1 UIStroke.Color = Color3.fromRGB(232, 0, 2) UIStroke.Thickness = 1.5 UIStroke.Parent = ImageButton1 UIGradient.Color = ColorSequence.new{ ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 132, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0)) } UIGradient.Parent = UIStroke if game:GetService("CoreGui"):FindFirstChild("AppleHub") then game:GetService("CoreGui"):FindFirstChild("AppleHub"):Destroy() end repeat wait(1) until game:IsLoaded() local LocalPlayer = game:GetService("Players").LocalPlayer local HttpService = game:GetService("HttpService") local pfp local user local tag local userinfo = {} pcall(function() userinfo = HttpService:JSONDecode(readfile("")); end) pfp = userinfo["pfp"] or "https://www.roblox.com/headshot-thumbnail/image?userId=".. game.Players.LocalPlayer.UserId .."&width=420&height=420&format=png" user = userinfo["user"] or game.Players.LocalPlayer.Name tag = userinfo["tag"] or tostring(math.random(1,10)) local function SaveInfo() userinfo["pfp"] = pfp userinfo["user"] = user userinfo["tag"] = tag writefile("", HttpService:JSONEncode(userinfo)); end local UserInputService = game:GetService("UserInputService") local TweenService = game:GetService("TweenService") local function MakeDraggable(topbarobject, object) local Dragging = nil local DragInput = nil local DragStart = nil local StartPosition = nil local function Update(input) local Delta = input.Position - DragStart local pos = UDim2.new(StartPosition.X.Scale, StartPosition.X.Offset + Delta.X, StartPosition.Y.Scale, StartPosition.Y.Offset + Delta.Y) local Tween = TweenService:Create(object, TweenInfo.new(0.15), { Position = pos }) Tween:Play() end topbarobject.InputBegan:Connect( function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then Dragging = true DragStart = input.Position StartPosition = object.Position input.Changed:Connect( function() if input.UserInputState == Enum.UserInputState.End then Dragging = false end end ) end end ) topbarobject.InputChanged:Connect( function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then DragInput = input end end ) UserInputService.InputChanged:Connect( function(input) if input == DragInput and Dragging then Update(input) end end ) end local Update = {} local pfp = "https://www.roblox.com/headshot-thumbnail/image?userId=".. game.Players.LocalPlayer.UserId .."&width=420&height=420&format=png" function Update:Window(text,logo,keybind) local osfunc = {} local uihide = false local abc = false local currentpage = "" local keybind = keybind or Enum.KeyCode.RightControl local yoo = string.gsub(tostring(keybind),"Enum.KeyCode.","") local THUNDERZHUB = Instance.new("ScreenGui") THUNDERZHUB.Name = "THUNDERZHUB" THUNDERZHUB.Parent = game.CoreGui THUNDERZHUB.ZIndexBehavior = Enum.ZIndexBehavior.Sibling local Main = Instance.new("Frame") Main.Name = "Main" Main.Parent = THUNDERZHUB Main.ClipsDescendants = true Main.AnchorPoint = Vector2.new(0.5,0.5) Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Main.Position = UDim2.new(0.5, 0, 0.5, 0) Main.Size = UDim2.new(0, 0, 0, 0) Main:TweenSize(UDim2.new(0, 540, 0, 340),"Out","Quad",0.4,true) local BtnStroke = Instance.new("UIStroke") BtnStroke.Name = "BtnStroke" BtnStroke.Parent = Main BtnStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border BtnStroke.Color = Color3.fromRGB(255, 0, 0) BtnStroke.LineJoinMode = Enum.LineJoinMode.Round BtnStroke.Thickness = 1 BtnStroke.Transparency = 0 BtnStroke.Enabled = true BtnStroke.Archivable = true local MCNR = Instance.new("UICorner") MCNR.Name = "MCNR" MCNR.Parent = Main local Top = Instance.new("Frame") Top.Name = "Top" Top.Parent = Main Top.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Top.Size = UDim2.new(0, 556, 0, 30) Top.BackgroundTransparency = 1.000 local TCNR = Instance.new("UICorner") TCNR.Name = "TCNR" TCNR.Parent = Top TCNR.CornerRadius = UDim.new(0,5) local ServerTime = Instance.new("TextLabel") ServerTime.Name = "ServerTime" ServerTime.Parent = Top ServerTime.BackgroundColor3 = Color3.fromRGB(255,255,255) ServerTime.BackgroundTransparency = 1.000 ServerTime.Position = UDim2.new(0.68, 0,0.074, 0) ServerTime.Size = UDim2.new(0, 225, 0, 25) ServerTime.Font = Enum.Font.GothamSemibold ServerTime.Text = "" ServerTime.TextSize = 11.000 ServerTime.TextColor3 = Color3.fromRGB(255,255,255) ServerTime.TextXAlignment = Enum.TextXAlignment.Left function osfunc:Set(textadd) ServerTime.Text = textadd end local Ping = Instance.new("TextLabel") Ping.Name = "Ping" Ping.Parent = Top Ping.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Ping.BackgroundTransparency = 1.000 Ping.Position = UDim2.new(0.28, 0,0.074, 0) Ping.Size = UDim2.new(0, 225, 0, 25) Ping.Font = Enum.Font.GothamSemibold Ping.Text = "Blox Fruit | Script By Bstory IOS [RightControl]" Ping.TextColor3 = Color3.fromRGB(255,255,255) Ping.TextSize = 14.000 Ping.TextXAlignment = Enum.TextXAlignment.Left local User = Instance.new("Frame") User.Name = "User" User.Parent = Top User.BackgroundColor3 = Color3.fromRGB(255, 255, 255) User.BackgroundTransparency = 1.000 User.Position = UDim2.new(0, 0,0, 25) User.Size = UDim2.new(0, 125, 0, 40) local UserText = Instance.new("TextLabel") UserText.Name = "UserText" UserText.Parent = User UserText.BackgroundColor3 = Color3.fromRGB(255, 255, 255) UserText.BackgroundTransparency = 1.000 UserText.Position = UDim2.new(0.3,7 ,0, -18) UserText.TextColor3 = Color3.fromRGB(255, 255, 255) UserText.Size = UDim2.new(0, 80, 0, 25) UserText.Font = Enum.Font.GothamSemibold UserText.Text = "Agreen Premium" UserText.TextScaled = true UserText.TextSize = 17.000 UserText.TextWrapped = true UserText.TextXAlignment = Enum.TextXAlignment.Left local UITextSizeConstraint = Instance.new("UITextSizeConstraint") UITextSizeConstraint.Parent = UserText UITextSizeConstraint.MaxTextSize = 17 local UserImage = Instance.new("ImageLabel") UserImage.Name = "UserImage" UserImage.Parent = User UserImage.BackgroundTransparency = 0 -- UserImage.BackgroundColor3 = Color3.fromRGB(225, 225, 225) UserImage.Position = UDim2.new(0, 10, 0, -15) UserImage.Size = UDim2.new(0, 25, 0, 25) UserImage.Image = "rbxassetid://15815733731" local UserImageCorner = Instance.new("UICorner") UserImageCorner.CornerRadius = UDim.new(0, 100) UserImageCorner.Name = "UserImageCorner" UserImageCorner.Parent = UserImage local Logo = Instance.new("ImageLabel") Logo.Name = "Logo" Logo.Parent = Main Logo.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Logo.BackgroundTransparency = 1.000 Logo.Position = UDim2.new(0, -5, 0, -5) Logo.Size = UDim2.new(0, 135, 0, 135) Logo.Image = "rbxassetid://15815733731" local Tab = Instance.new("Frame") Tab.Name = "Tab" Tab.Parent = Main Tab.BackgroundColor3 = Color3.fromRGB(45, 45, 45) Tab.Position = UDim2.new(0, 5, 0, 135) Tab.Size = UDim2.new(0, 0, 0, 0) local TabCorner = Instance.new("UIListLayout") TabCorner.Name = "TabCorner" TabCorner.Parent = Tab TabCorner.SortOrder = Enum.SortOrder.LayoutOrder TabCorner.Padding = UDim.new(0,15) local BtnStroke = Instance.new("UIStroke") local ScrollTab = Instance.new("ScrollingFrame") local Crner = Instance.new("UICorner") ScrollTab.Name = "ScrollTab" ScrollTab.Parent = Tab ScrollTab.Active = true ScrollTab.BackgroundColor3 = Color3.fromRGB(255, 0, 0) ScrollTab.BackgroundTransparency = 1.000 ScrollTab.Size = UDim2.new(0, 133, 0, 203) ScrollTab.CanvasSize = UDim2.new(0, 0, 0, 0) ScrollTab.ScrollBarThickness = 0 local PLL = Instance.new("UIListLayout") PLL.Name = "PLL" PLL.Parent = ScrollTab PLL.SortOrder = Enum.SortOrder.LayoutOrder PLL.Padding = UDim.new(0, 15) local PPD = Instance.new("UIPadding") PPD.Name = "PPD" PPD.Parent = ScrollTab PPD.PaddingLeft = UDim.new(0, 9) PPD.PaddingTop = UDim.new(0, 2) local BtnStroke = Instance.new("UIStroke") local Page = Instance.new("Frame") Page.Name = "Page" Page.Parent = Main Page.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Page.Position = UDim2.new(0.255426834, 0, 0.086000003, 0) Page.Size = UDim2.new(0, 410, 0, 308) local PCNR = Instance.new("UICorner") PCNR.Parent = Page PCNR.CornerRadius = UDim.new(0,3) local MainPage = Instance.new("Frame") MainPage.Name = "MainPage" MainPage.Parent = Page MainPage.ClipsDescendants = true MainPage.BackgroundColor3 = Color3.fromRGB(255, 255, 255) MainPage.BackgroundTransparency = 1.000 MainPage.Size = UDim2.new(0, 410, 0, 308) local PageList = Instance.new("Folder") PageList.Name = "PageList" PageList.Parent = MainPage local UIPageLayout = Instance.new("UIPageLayout") UIPageLayout.Parent = PageList UIPageLayout.SortOrder = Enum.SortOrder.LayoutOrder UIPageLayout.EasingDirection = Enum.EasingDirection.InOut UIPageLayout.EasingStyle = Enum.EasingStyle.Quad UIPageLayout.FillDirection = Enum.FillDirection.Vertical UIPageLayout.Padding = UDim.new(0, 10) UIPageLayout.TweenTime = 0.400 UIPageLayout.GamepadInputEnabled = false UIPageLayout.ScrollWheelInputEnabled = false UIPageLayout.TouchInputEnabled = false MakeDraggable(Top,Main) UserInputService.InputBegan:Connect(function(input) if input.KeyCode == Enum.KeyCode.RightControl then if uihide == false then uihide = true Main:TweenSize(UDim2.new(0, 0, 0, 0),"In","Quad",0.4,true) else uihide = false Main:TweenSize(UDim2.new(0, 540, 0, 340),"Out","Quad",0.5,true) end end end) local uitab = {} function uitab:AddTab(text,img) local BtnStroke = Instance.new("UIStroke") local bc = Instance.new("UICorner") local TabButton = Instance.new("TextButton") local title = Instance.new("TextLabel") local TUICorner = Instance.new("UICorner") local Title = Instance.new("TextLabel") TabButton.Parent = ScrollTab TabButton.Name = text.."Server" TabButton.Text = "" TabButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TabButton.BackgroundTransparency = 1.000 TabButton.Size = UDim2.new(0, 120, 0, 25) TabButton.Font = Enum.Font.GothamSemibold TabButton.TextColor3 = Color3.fromRGB(255, 255, 255) TabButton.TextSize = 12.000 TabButton.TextTransparency = 0.5 Title.Parent = TabButton Title.BackgroundColor3 = Color3.fromRGB(150, 150, 150) Title.BackgroundTransparency = 1.000 Title.Position = UDim2.new(0, 25, 0, 0) Title.Size = UDim2.new(0, 100, 0, 25) Title.Font = Enum.Font.GothamSemibold Title.Text = text Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.TextSize = 15.000 Title.TextXAlignment = Enum.TextXAlignment.Left local IDK = Instance.new("ImageLabel") IDK.Name = "LogoIDK" IDK.Parent = TabButton IDK.BackgroundColor3 = Color3.fromRGB(255, 255, 255) IDK.BackgroundTransparency = 1.000 IDK.Position = UDim2.new(0, 3, 0, 3) IDK.Size = UDim2.new(0, 20, 0, 20) IDK.Image = "rbxassetid://" .. tostring(img) TUICorner.CornerRadius = UDim.new(0, 3) TUICorner.Parent = TabButton BtnStroke.Name = "BtnStroke" BtnStroke.Parent = TabButton BtnStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border BtnStroke.Color = Color3.fromRGB(255, 0, 0) BtnStroke.LineJoinMode = Enum.LineJoinMode.Round BtnStroke.Thickness = 1 BtnStroke.Transparency = 0 BtnStroke.Enabled = true BtnStroke.Archivable = true local MainFramePage = Instance.new("ScrollingFrame") MainFramePage.Name = text.."_Page" MainFramePage.Parent = PageList MainFramePage.Active = true MainFramePage.BackgroundColor3 = Color3.fromRGB(255, 255, 255) MainFramePage.BackgroundTransparency = 1.000 MainFramePage.BorderSizePixel = 0 MainFramePage.Size = UDim2.new(0, 400, 0, 308) MainFramePage.CanvasSize = UDim2.new(0, 0, 0, 0) MainFramePage.ScrollBarThickness = 0 local UIPadding = Instance.new("UIPadding") local UIListLayout = Instance.new("UIListLayout") UIPadding.Parent = MainFramePage UIPadding.PaddingLeft = UDim.new(0, 10) UIPadding.PaddingTop = UDim.new(0, 5) UIListLayout.Padding = UDim.new(0,15) UIListLayout.Parent = MainFramePage UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder TabButton.MouseButton1Click:Connect(function() for i,v in next, ScrollTab:GetChildren() do if v:IsA("TextButton") then TweenService:Create( v, TweenInfo.new(0.3,Enum.EasingStyle.Quad,Enum.EasingDirection.Out), { TextTransparency = 0.5 } ):Play() end TweenService:Create( TabButton, TweenInfo.new(0.3,Enum.EasingStyle.Quad,Enum.EasingDirection.Out), { TextTransparency = 0 } ) :Play() end for i,v in next, PageList:GetChildren() do currentpage = string.gsub(TabButton.Name,"Server","").."_Page" if v.Name == currentpage then UIPageLayout:JumpTo(v) end end end) if abc == false then for i,v in next, ScrollTab:GetChildren() do if v:IsA("TextButton") then TweenService:Create( v, TweenInfo.new(0.3,Enum.EasingStyle.Quad,Enum.EasingDirection.Out), { TextTransparency = 0.5 } ):Play() end TweenService:Create( TabButton, TweenInfo.new(0.3,Enum.EasingStyle.Quad,Enum.EasingDirection.Out), { TextTransparency = 0 } ):Play() end UIPageLayout:JumpToIndex(1) abc = true end game:GetService("RunService").Stepped:Connect(function() pcall(function() MainFramePage.CanvasSize = UDim2.new(0,0,0,UIListLayout.AbsoluteContentSize.Y + 20) ScrollTab.CanvasSize = UDim2.new(0,0,0,PLL.AbsoluteContentSize.Y + 20) end) end) function Update:AddNotification(textdesc) local NotificationHold = Instance.new("TextButton") local NotificationFrame = Instance.new("Frame") local OkayBtn = Instance.new("TextButton") local OkayBtnCorner = Instance.new("UICorner") local OkayBtnTitle = Instance.new("TextLabel") local NotificationTitle = Instance.new("TextLabel") local NotificationDesc = Instance.new("TextLabel") local NotifCorner = Instance.new("UICorner") local NotifHolderUIStroke = Instance.new("UIStroke") local Line = Instance.new("Frame") NotificationHold.Name = "NotificationHold" NotificationHold.Parent = Main NotificationHold.BackgroundColor3 = Color3.new(255, 0, 0) NotificationHold.BackgroundTransparency = 1 NotificationHold.BorderSizePixel = 0 NotificationHold.Size = UDim2.new(0, 589, 0, 378) NotificationHold.AutoButtonColor = false NotificationHold.Font = Enum.Font.SourceSans NotificationHold.Text = "" NotificationHold.TextColor3 = Color3.new(125,0,125) NotificationHold.TextSize = 13.000 TweenService:Create(NotificationHold, TweenInfo.new(.3, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { BackgroundTransparency = 1 }):Play() wait(0.4) NotificationFrame.Name = "NotificationFrame" NotificationFrame.Parent = NotificationHold NotificationFrame.AnchorPoint = Vector2.new(0.5, 0.5) NotificationFrame.BackgroundColor3 = Color3.fromRGB(15, 15, 15) NotificationFrame.BorderColor3 = Color3.new(125,0,125) NotificationFrame.BorderSizePixel = 0 NotificationFrame.Transparency = 0 NotificationFrame.ClipsDescendants = true NotificationFrame.Position = UDim2.new(0, 295, 0, 190) NotificationFrame.Size = UDim2.new(0, 0, 0, 0) NotificationFrame:TweenSize(UDim2.new(0, 400, 0, 250), Enum.EasingDirection.Out, Enum.EasingStyle.Quart, .6, true) NotifCorner.Name = "NotifCorner" NotifCorner.Parent = NotificationFrame NotifCorner.CornerRadius = UDim.new(0, 5) NotifHolderUIStroke.Name = "NotifHolderUIStroke" NotifHolderUIStroke.Parent = NotificationFrame NotifHolderUIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border NotifHolderUIStroke.Color = Color3.new(125,0,125) NotifHolderUIStroke.LineJoinMode = Enum.LineJoinMode.Round NotifHolderUIStroke.Thickness = 2 NotifHolderUIStroke.Transparency = 0 NotifHolderUIStroke.Enabled = true NotifHolderUIStroke.Archivable = true OkayBtn.Name = "OkayBtn" OkayBtn.Parent = NotificationFrame OkayBtn.BackgroundColor3 = Color3.fromRGB(190, 190, 190) OkayBtn.BorderSizePixel = 2 OkayBtn.BorderColor3 = Color3.new(125,0,125) OkayBtn.Position = UDim2.new(0, 125, 0, 190) OkayBtn.Size = UDim2.new(0, 150, 0, 30) OkayBtn.AutoButtonColor = true OkayBtn.Font = Enum.Font.SourceSans OkayBtn.Text = "" OkayBtn.TextColor3 = Color3.new(125,0,125) OkayBtn.TextSize = 13.000 OkayBtnCorner.CornerRadius = UDim.new(0, 5) OkayBtnCorner.Name = "OkayBtnCorner" OkayBtnCorner.Parent = OkayBtn OkayBtnTitle.Name = "OkayBtnTitle" OkayBtnTitle.Parent = OkayBtn OkayBtnTitle.BackgroundColor3 = Color3.new(125,0,125) OkayBtnTitle.BackgroundTransparency = 1.000 OkayBtnTitle.Size = UDim2.new(0, 150, 0, 30) OkayBtnTitle.Text = "OK" OkayBtnTitle.Font = Enum.Font.GothamSemibold OkayBtnTitle.TextColor3 = Color3.fromRGB(0, 0, 0) OkayBtnTitle.TextSize = 22.000 NotificationTitle.Name = "NotificationTitle" NotificationTitle.Parent = NotificationFrame NotificationTitle.BackgroundColor3 = Color3.new(125,0,125) NotificationTitle.BackgroundTransparency = 1.000 NotificationTitle.Position = UDim2.new(0, 0, 0, 10) NotificationTitle.Size = UDim2.new(0, 400, 0, 25) NotificationTitle.ZIndex = 3 NotificationTitle.Font = Enum.Font.GothamSemibold NotificationTitle.Text = "Notification" NotificationTitle.TextColor3 = Color3.fromRGB(255, 0, 0) NotificationTitle.TextSize = 22.000 Line.Name = "Line" Line.Parent = NotificationFrame Line.BackgroundColor3 = Color3.new(125,0,125) Line.BorderSizePixel = 0 Line.Position = UDim2.new(0, 10, 0, 40) Line.Size = UDim2.new(0, 380, 0, 1) NotificationDesc.Name = "NotificationDesc" NotificationDesc.Parent = NotificationFrame NotificationDesc.BackgroundColor3 = _G.SectionColor NotificationDesc.BackgroundTransparency = 1.000 NotificationDesc.Position = UDim2.new(0, 10, 0, 80) NotificationDesc.Size = UDim2.new(0, 380, 0, 200) NotificationDesc.Font = Enum.Font.GothamSemibold NotificationDesc.Text = textdesc NotificationDesc.TextScaled = false NotificationDesc.TextColor3 = Color3.new(125,0,125) NotificationDesc.TextSize = 16.000 NotificationDesc.TextWrapped = true NotificationDesc.TextXAlignment = Enum.TextXAlignment.Center NotificationDesc.TextYAlignment = Enum.TextYAlignment.Top OkayBtn.MouseEnter:Connect(function() TweenService:Create(OkayBtn, TweenInfo.new(.3, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { BackgroundColor3 = Color3.fromRGB(34,34,34)}):Play() end) OkayBtn.MouseLeave:Connect(function() TweenService:Create(OkayBtn, TweenInfo.new(.2, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { BackgroundColor3 = Color3.fromRGB(25, 25, 25)}):Play() end) OkayBtn.MouseButton1Click:Connect(function() NotificationFrame:TweenSize(UDim2.new(0, 0, 0, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Quart, .6, true) wait(0.4) TweenService:Create(NotificationHold, TweenInfo.new(.3, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), { BackgroundTransparency = 1 }):Play() wait(.3) NotificationHold:Destroy() end) end local main = {} function main:AddButton(text, callback) if logo == nil then logo = "15009422255" end local Button = Instance.new("Frame") local UICorner = Instance.new("UICorner") local TextBtn = Instance.new("TextButton") local ImageButton = Instance.new("ImageLabel") local UICorner_2 = Instance.new("UICorner") local Space = Instance.new("TextLabel") local Black = Instance.new("Frame") local UICorner_3 = Instance.new("UICorner") Button.Name = "Button" Button.Parent = MainFramePage Button.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Button.Size = UDim2.new(0, 387, 0, 31) UICorner.CornerRadius = UDim.new(0, 5) UICorner.Parent = Button TextBtn.Name = "TextBtn" TextBtn.Parent = Button TextBtn.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextBtn.Position = UDim2.new(0, 1, 0, 1) TextBtn.Size = UDim2.new(0, 385, 0, 29) TextBtn.AutoButtonColor = false TextBtn.Font = Enum.Font.GothamSemibold TextBtn.Text = text TextBtn.TextColor3 = Color3.fromRGB(225, 225, 225) TextBtn.TextSize = 15.000 ImageButton.Name = "ImageButton" ImageButton.Parent = Button ImageButton.BackgroundColor3 = Color3.fromRGB(150, 150, 150) ImageButton.BackgroundTransparency = 1.000 ImageButton.BorderSizePixel = 0 ImageButton.Position = UDim2.new(0, 350, 0, 6) ImageButton.Size = UDim2.new(0, 20, 0, 20) ImageButton.Image = "rbxassetid://15815733731" ImageButton.ImageColor3 = Color3.fromRGB(255, 255, 255) UICorner_2.CornerRadius = UDim.new(0, 5) UICorner_2.Parent = TextBtn Space.Name = "Space" Space.Parent = Button Space.BackgroundColor3 = Color3.fromRGB(150, 150, 150) Space.BackgroundTransparency = 1.000 Space.Position = UDim2.new(0, 330, 0, 0) Space.Size = UDim2.new(0, 15, 0, 30) Space.Font = Enum.Font.GothamSemibold Space.Text = "|" Space.TextSize = 15.000 Space.TextColor3 = Color3.fromRGB(255, 255, 255) Space.TextXAlignment = Enum.TextXAlignment.Right Black.Name = "Black" Black.Parent = Button Black.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Black.BackgroundTransparency = 1.000 Black.BorderSizePixel = 0 Black.Position = UDim2.new(0, 1, 0, 1) Black.Size = UDim2.new(0, 385, 0, 29) UICorner_3.CornerRadius = UDim.new(0, 5) UICorner_3.Parent = Black TextBtn.MouseEnter:Connect( function() TweenService:Create( Black, TweenInfo.new(0.4, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), {BackgroundTransparency = 0.7} ):Play() end ) TextBtn.MouseLeave:Connect( function() TweenService:Create( Black, TweenInfo.new(0.4, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), {BackgroundTransparency = 1} ):Play() end ) TextBtn.MouseButton1Click:Connect( function() TextBtn.TextSize = 0 TweenService:Create( TextBtn, TweenInfo.new(0.4, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), {TextSize = 15} ):Play() callback() end ) end function main:AddToggle(TogInfo ,default, callback) local toggle = false if logo == nil then logo = "15009422255" end local CheckFrame = Instance.new("Frame") local CheckFrame2 = Instance.new("Frame") local UIStroke = Instance.new("UIStroke") local UIListLayout = Instance.new("UIListLayout") local UICorner = Instance.new("UICorner") local ImageLabel = Instance.new("ImageLabel") local Space = Instance.new("TextLabel") local Title = Instance.new("TextLabel") local ImageButton = Instance.new("ImageButton") -- Prop -- CheckFrame.Name = TogInfo or "CheckFrame" CheckFrame.Parent = MainFramePage CheckFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) CheckFrame.BackgroundTransparency = 1.000 CheckFrame.BorderSizePixel = 0 CheckFrame.Size = UDim2.new(0, 387, 0, 31) CheckFrame2.Name = "CheckFrame2" CheckFrame2.Parent = CheckFrame CheckFrame2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) CheckFrame2.BorderSizePixel = 0 CheckFrame2.Position = UDim2.new(0, 3, 0, 0) CheckFrame2.Size = UDim2.new(0, 381, 0, 30) UIStroke.Name = "UIStroke" UIStroke.Parent = CheckFrame2 UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border UIStroke.Color = Color3.fromRGB(255, 0, 0) UIStroke.LineJoinMode = Enum.LineJoinMode.Round UIStroke.Thickness = 1 UIStroke.Transparency = 0 UIStroke.Enabled = true UIStroke.Archivable = true UICorner.Parent = CheckFrame2 UICorner.CornerRadius = UDim.new(0, 3) ImageLabel.Name = "ImageLabel" ImageLabel.Parent = CheckFrame2 ImageLabel.BackgroundColor3 = Color3.fromRGB(255,255,255) ImageLabel.BackgroundTransparency = 1.000 ImageLabel.BorderSizePixel = 0 ImageLabel.Position = UDim2.new(0, 5, 0, 6) ImageLabel.Size = UDim2.new(0, 20, 0, 20) ImageLabel.Image = "rbxassetid://15815733731" ImageLabel.ImageColor3 = Color3.fromRGB(255, 255, 255) Space.Name = "Space" Space.Parent = CheckFrame2 Space.BackgroundColor3 = Color3.fromRGB(255,255,255) Space.BackgroundTransparency = 1.000 Space.Position = UDim2.new(0, 30, 0, 0) Space.Size = UDim2.new(0, 15, 0, 30) Space.Font = Enum.Font.GothamSemibold Space.Text = "|" Space.TextSize = 15.000 Space.TextColor3 = Color3.fromRGB(255, 255, 255) Space.TextXAlignment = Enum.TextXAlignment.Center Title.Name = "Title" Title.Parent = CheckFrame2 Title.BackgroundColor3 = Color3.fromRGB(255,255,255) Title.BackgroundTransparency = 1.000 Title.Position = UDim2.new(0, 50, 0, 0) Title.Size = UDim2.new(0, 280, 0, 30) Title.Font = Enum.Font.GothamSemibold Title.Text = TogInfo or "checkBox Title" Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.TextSize = 15.000 Title.TextXAlignment = Enum.TextXAlignment.Left ImageButton.Name = "ImageButton" ImageButton.Parent = CheckFrame2 ImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageButton.BackgroundTransparency = 1.000 ImageButton.Position = UDim2.new(0, 352, 0, 4) ImageButton.Size = UDim2.new(0, 23, 0, 23) ImageButton.ZIndex = 2 ImageButton.Image = "rbxassetid://3926311105" ImageButton.ImageColor3 = Color3.fromRGB(255, 255, 255) ImageButton.ImageRectOffset = Vector2.new(940, 784) ImageButton.ImageRectSize = Vector2.new(48, 48) -- Toggle Script -- if default == true then ImageButton.ImageRectOffset = Vector2.new(4, 836) game.TweenService:Create( ImageButton, TweenInfo.new(0.08, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {ImageColor3 = Color3.fromRGB(255, 255, 255)} ):Play() toggle = not toggle pcall(callback, toggle) end ImageButton.MouseButton1Click:Connect( function() if toggle == false then game.TweenService:Create( ImageButton, TweenInfo.new(0.08, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {ImageColor3 = Color3.fromRGB(255, 255, 255)} ):Play() ImageButton.ImageRectOffset = Vector2.new(4, 836) else game.TweenService:Create( ImageButton, TweenInfo.new(0.08, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {ImageColor3 = Color3.fromRGB(255, 255, 255)} ):Play() ImageButton.ImageRectOffset = Vector2.new(940, 784) end toggle = not toggle pcall(callback, toggle) end ) end function main:AddDropdown(text,option,callback) local isdropping = false local Dropdown = Instance.new("Frame") local UICorner = Instance.new("UICorner") local DropTitle = Instance.new("TextLabel") local DropScroll = Instance.new("ScrollingFrame") local UIListLayout = Instance.new("UIListLayout") local UIPadding = Instance.new("UIPadding") local DropButton = Instance.new("TextButton") local DropImage = Instance.new("ImageLabel") local UIStroke = Instance.new("UIStroke") Dropdown.Name = "Dropdown" Dropdown.Parent = MainFramePage Dropdown.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Dropdown.ClipsDescendants = true Dropdown.Size = UDim2.new(0, 387, 0, 31) UIStroke.Name = "UIStroke" UIStroke.Parent = Dropdown UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border UIStroke.Color = Color3.fromRGB(255, 0, 0) UIStroke.LineJoinMode = Enum.LineJoinMode.Round UIStroke.Thickness = 1 UIStroke.Transparency = 0 UIStroke.Enabled = true UIStroke.Archivable = true UICorner.CornerRadius = UDim.new(0, 3) UICorner.Parent = Dropdown DropTitle.Name = "DropTitle" DropTitle.Parent = Dropdown DropTitle.BackgroundColor3 = Color3.fromRGB(255,255,255) DropTitle.BackgroundTransparency = 1.000 DropTitle.Size = UDim2.new(0, 385, 0, 31) DropTitle.Font = Enum.Font.GothamSemibold DropTitle.Text = text.. " : " DropTitle.TextColor3 = Color3.fromRGB(255,255,255) DropTitle.TextSize = 15.000 DropScroll.Name = "DropScroll" DropScroll.Parent = DropTitle DropScroll.Active = true DropScroll.BackgroundColor3 = Color3.fromRGB(255, 0, 0) DropScroll.BackgroundTransparency = 1.000 DropScroll.BorderSizePixel = 0 DropScroll.Position = UDim2.new(0, 0, 0, 31) DropScroll.Size = UDim2.new(0, 385, 0, 100) DropScroll.CanvasSize = UDim2.new(0, 0, 0, 0) DropScroll.ScrollBarThickness = 3 UIListLayout.Parent = DropScroll UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder UIListLayout.Padding = UDim.new(0, 5) UIPadding.Parent = DropScroll UIPadding.PaddingLeft = UDim.new(0, 5) UIPadding.PaddingTop = UDim.new(0, 5) DropButton.Name = "DropButton" DropButton.Parent = Dropdown DropButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0) DropButton.BackgroundTransparency = 1.000 DropButton.Size = UDim2.new(0, 385, 0, 31) DropButton.Font = Enum.Font.SourceSans DropButton.Text = "" DropButton.TextColor3 = Color3.fromRGB(0, 0, 0) DropButton.TextSize = 14.000 DropImage.Name = "DropImage" DropImage.Parent = Dropdown DropImage.BackgroundColor3 = Color3.fromRGB(255, 255, 255) DropImage.BackgroundTransparency = 1.000 DropImage.Position = UDim2.new(0, 350, 0, 6) DropImage.Rotation = 180.000 DropImage.Size = UDim2.new(0, 20, 0, 20) DropImage.Image = "rbxassetid://6031090990" for i,v in next,option do local Item = Instance.new("TextButton") Item.Name = "Item" Item.Parent = DropScroll Item.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Item.BackgroundTransparency = 1.000 Item.Size = UDim2.new(0, 385, 0, 26) Item.Font = Enum.Font.GothamSemibold Item.Text = tostring(v) Item.TextColor3 = Color3.fromRGB(255,255,255) Item.TextSize = 13.000 Item.TextTransparency = 0.500 Item.MouseEnter:Connect(function() TweenService:Create( Item, TweenInfo.new(0.3,Enum.EasingStyle.Quad,Enum.EasingDirection.Out), { TextTransparency = 0 } ):Play() end) Item.MouseLeave:Connect(function() TweenService:Create( Item, TweenInfo.new(0.3,Enum.EasingStyle.Quad,Enum.EasingDirection.Out), { TextTransparency = 0.5 } ):Play() end) Item.MouseButton1Click:Connect(function() isdropping = false Dropdown:TweenSize(UDim2.new(0,385,0,31),"Out","Quad",0.3,true) TweenService:Create( DropImage, TweenInfo.new(0.3,Enum.EasingStyle.Quad,Enum.EasingDirection.Out), { Rotation = 180 } ):Play() callback(Item.Text) DropTitle.Text = text.." : "..Item.Text end) end DropScroll.CanvasSize = UDim2.new(0,0,0,UIListLayout.AbsoluteContentSize.Y + 10) DropButton.MouseButton1Click:Connect(function() if isdropping == false then isdropping = true Dropdown:TweenSize(UDim2.new(0,385,0,131),"Out","Quad",0.3,true) TweenService:Create( DropImage, TweenInfo.new(0.3,Enum.EasingStyle.Quad,Enum.EasingDirection.Out), { Rotation = 0 } ):Play() else isdropping = false Dropdown:TweenSize(UDim2.new(0,385,0,31),"Out","Quad",0.3,true) TweenService:Create( DropImage, TweenInfo.new(0.3,Enum.EasingStyle.Quad,Enum.EasingDirection.Out), { Rotation = 180 } ):Play() end end) local dropfunc = {} function dropfunc:Add(t) local Item = Instance.new("TextButton") Item.Name = "Item" Item.Parent = DropScroll Item.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Item.BackgroundTransparency = 1.000 Item.Size = UDim2.new(0, 385, 0, 26) Item.Font = Enum.Font.GothamSemibold Item.Text = tostring(t) Item.TextColor3 = Color3.fromRGB(255,255,255) Item.TextSize = 13.000 Item.TextTransparency = 0.500 Item.MouseEnter:Connect(function() TweenService:Create( Item, TweenInfo.new(0.3,Enum.EasingStyle.Quad,Enum.EasingDirection.Out), { TextTransparency = 0 } ):Play() end) Item.MouseLeave:Connect(function() TweenService:Create( Item, TweenInfo.new(0.3,Enum.EasingStyle.Quad,Enum.EasingDirection.Out), { TextTransparency = 0.5 } ):Play() end) Item.MouseButton1Click:Connect(function() isdropping = false Dropdown:TweenSize(UDim2.new(0,387,0,31),"Out","Quad",0.3,true) TweenService:Create( DropImage, TweenInfo.new(0.3,Enum.EasingStyle.Quad,Enum.EasingDirection.Out), { Rotation = 180 } ):Play() callback(Item.Text) DropTitle.Text = text.." : "..Item.Text end) end function dropfunc:Clear() DropTitle.Text = tostring(text).." : " isdropping = false Dropdown:TweenSize(UDim2.new(0,385,0,31),"Out","Quad",0.3,true) TweenService:Create( DropImage, TweenInfo.new(0.3,Enum.EasingStyle.Quad,Enum.EasingDirection.Out), { Rotation = 180 } ):Play() for i,v in next, DropScroll:GetChildren() do if v:IsA("TextButton") then v:Destroy() end end end return dropfunc end function main:AddSlider(text, min, max, start, callback) local sliderfunc = {} local SliderFrame = Instance.new("Frame") local SliderFrame_2 = Instance.new("Frame") local UIStroke = Instance.new("UIStroke") local UICorner = Instance.new("UICorner") local ImageLabel = Instance.new("ImageLabel") local Space = Instance.new("TextLabel") local Title = Instance.new("TextLabel") local SliderInput = Instance.new("Frame") local SliderButton = Instance.new("Frame") local SliderCount = Instance.new("Frame") local SliderCorner = Instance.new("UICorner") local SliderCorner2 = Instance.new("UICorner") local BoxFrame = Instance.new("Frame") local SliderBox = Instance.new("TextBox") local SliderStroke = Instance.new("UIStroke") local Title_2 = Instance.new("TextButton") local UICorner_2 = Instance.new("UICorner") local UICorner_3 = Instance.new("UICorner") -- Prop -- SliderFrame.Name = slidertitle or "SliderFrame" SliderFrame.Parent = MainFramePage SliderFrame.BackgroundColor3 = Color3.fromRGB(255, 0, 0) SliderFrame.BackgroundTransparency = 1.000 SliderFrame.BorderSizePixel = 0 SliderFrame.Size = UDim2.new(0, 387, 0, 60) SliderFrame_2.Name = "SliderFrame_2" SliderFrame_2.Parent = SliderFrame SliderFrame_2.BackgroundColor3 = Color3.fromRGB(0,0,0) SliderFrame_2.BackgroundTransparency = 0 SliderFrame_2.BorderSizePixel = 0 SliderFrame_2.Position = UDim2.new(0, 1, 0, 1) SliderFrame_2.Size = UDim2.new(0, 387, 0, 60) UIStroke.Name = "UIStroke" UIStroke.Parent = SliderFrame_2 UIStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border UIStroke.Color = Color3.fromRGB(255, 0, 0) UIStroke.LineJoinMode = Enum.LineJoinMode.Round UIStroke.Thickness = 1 UIStroke.Transparency = 0 UIStroke.Enabled = true UIStroke.Archivable = true UICorner.Parent = SliderFrame_2 UICorner.CornerRadius = UDim.new(0, 3) ImageLabel.Name = "ImageLabel" ImageLabel.Parent = SliderFrame_2 ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel.BackgroundTransparency = 1.000 ImageLabel.BorderSizePixel = 0 ImageLabel.Position = UDim2.new(0, 7.5, 0, 7.5) ImageLabel.Size = UDim2.new(0, 30, 0, 30) ImageLabel.Image = "rbxassetid://15815733731" Title.Parent = SliderFrame_2 Title.BackgroundColor3 = Color3.fromRGB(150, 150, 150) Title.BackgroundTransparency = 1.000 Title.Position = UDim2.new(0, 45, 0, 5) Title.Size = UDim2.new(0, 280, 0, 30) Title.Font = Enum.Font.GothamSemibold Title.Text = "| "..text Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.TextSize = 15.000 Title.TextXAlignment = Enum.TextXAlignment.Left SliderInput.Name = "SliderInput" SliderInput.Parent = SliderFrame_2 SliderInput.BackgroundColor3 = Color3.fromRGB(255, 255, 255) SliderInput.BackgroundTransparency = 0.7 SliderInput.BorderSizePixel = 0 SliderInput.Position = UDim2.new(0, 8, 0, 42) SliderInput.Size = UDim2.new(0, 365, 0, 6) SliderCorner2.CornerRadius = UDim.new(0, 100000) SliderCorner2.Parent = SliderInput SliderButton.Name = "SliderButton" SliderButton.Parent = SliderInput SliderButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) SliderButton.BackgroundTransparency = 1.000 SliderButton.BorderSizePixel = 0 SliderButton.Position = UDim2.new(0, 0, 0, -7) SliderButton.Size = UDim2.new(0, 346, 0, 25) SliderCount.Name = "SliderCount" SliderCount.Parent = SliderButton SliderCount.BackgroundColor3 = Color3.fromRGB(255, 0, 0) SliderCount.BackgroundTransparency = 0.3 SliderCount.BorderSizePixel = 0 SliderCount.Position = UDim2.new(0,start,0,0) SliderCount.Size = UDim2.new(0, 18, 0, 18) Title_2.Name = "Title_2" Title_2.Parent = SliderButton Title_2.AnchorPoint = Vector2.new(0, 0) Title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Title_2.AutoButtonColor = false Title_2.BackgroundTransparency = 1.000 Title_2.Position = UDim2.new(0,start,0,0) Title_2.Size = UDim2.new(0, 18, 0, 18) Title_2.Font = Enum.Font.GothamBold Title_2.Text = tostring(start and math.floor((start / max) * (max - min) + min) or 0) Title_2.TextColor3 = Color3.fromRGB(255, 255, 255) Title_2.TextSize = 8.000 Title_2.TextXAlignment = Enum.TextXAlignment.Center UICorner_2.Parent = Title_2 UICorner_2.CornerRadius = UDim.new(0, 100000) SliderCorner.CornerRadius = UDim.new(0, 100000) SliderCorner.Parent = SliderCount SliderStroke.Name = "SliderStroke" SliderStroke.Parent = BoxFrame SliderStroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border SliderStroke.Color = Color3.fromRGB(255, 0, 0) SliderStroke.LineJoinMode = Enum.LineJoinMode.Round SliderStroke.Thickness = 1 SliderStroke.Transparency = 0.5 SliderStroke.Enabled = true SliderStroke.Archivable = true BoxFrame.Name = "BoxFrame" BoxFrame.Parent = SliderFrame_2 BoxFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) BoxFrame.BackgroundTransparency = 1.000 BoxFrame.Size = UDim2.new(0, 50, 0, 15) BoxFrame.Position = UDim2.new(0, 323, 0, 8) SliderBox.Name = "SliderBox" SliderBox.Parent = BoxFrame SliderBox.BackgroundColor3 = Color3.fromRGB(200, 0, 0) SliderBox.BackgroundTransparency = 1.000 SliderBox.Position = UDim2.new(0, 0, 0, 1.65) SliderBox.Size = UDim2.new(0, 50, 0, 15) SliderBox.ClearTextOnFocus = false SliderBox.Font = Enum.Font.Code SliderBox.Text = tostring(start and math.floor((start / max) * (max - min) + min) or 0) SliderBox.TextColor3 = Color3.fromRGB(200,200,200) SliderBox.TextSize = 10.000 SliderBox.TextTransparency = 0 SliderBox.TextXAlignment = Enum.TextXAlignment.Center SliderBox.TextEditable = true UICorner_3.Parent = BoxFrame UICorner_3.CornerRadius = UDim.new(0, 2) -- Slider Script -- local dragging local SliderButtonStart local SliderButtonInput local slide = SliderButton local function slide(input) local slidein = UDim2.new(math.clamp((input.Position.X - SliderButton.AbsolutePosition.X) / SliderButton.AbsoluteSize.X, 0, 1), 0, 0, 0) SliderCount:TweenPosition(slidein, Enum.EasingDirection.InOut, Enum.EasingStyle.Linear, 0.08, true) Title_2:TweenPosition(slidein, Enum.EasingDirection.InOut, Enum.EasingStyle.Linear, 0.12, true) local Value = math.floor(((slidein.X.Scale * max) / max) * (max - min) + min) SliderBox.Text = tostring(Value) Title_2.Text = tostring(Value) pcall(callback, Value, slidein) end SliderButton.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then dragging = true SliderButtonInput = input SliderButtonStart = input.Position.X slidein = SliderButton.AbsolutePosition.X game.TweenService:Create(SliderCount, TweenInfo.new(0.08, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {BackgroundTransparency = 0, Size = UDim2.new(0, 14, 0, 14)}):Play() game.TweenService:Create(Title_2, TweenInfo.new(0.12, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {AnchorPoint = Vector2.new(0.22, 0.8), TextSize = 13.000, BackgroundTransparency = 0, Size = UDim2.new(0, 25, 0, 25)}):Play() game.TweenService:Create(SliderBox, TweenInfo.new(0.08, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {TextTransparency = 0}):Play() game.TweenService:Create(SliderInput, TweenInfo.new(0.08, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {BackgroundTransparency = 0.5}):Play() game.TweenService:Create(SliderStroke, TweenInfo.new(0.08, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {Transparency = 0}):Play() end input.Changed:Connect(function(input) if input.UserInputType == Enum.UserInputState.End then dragging = false end end) end) SliderButton.InputEnded:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragging = false SliderButtonInput = input game.TweenService:Create(SliderCount, TweenInfo.new(0.08, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {BackgroundTransparency = 0.3, Size = UDim2.new(0, 18, 0, 18)}):Play() game.TweenService:Create(Title_2, TweenInfo.new(0.12, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {AnchorPoint = Vector2.new(0, 0), TextSize = 8.000, BackgroundTransparency = 1.000, Size = UDim2.new(0, 18, 0, 18)}):Play() game.TweenService:Create(SliderBox, TweenInfo.new(0.08, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {TextTransparency = 0.5}):Play() game.TweenService:Create(SliderInput, TweenInfo.new(0.08, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {BackgroundTransparency = 0.7}):Play() game.TweenService:Create(SliderStroke, TweenInfo.new(0.08, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {Transparency = 0.5}):Play() end end) UserInputService.InputChanged:Connect(function(input) if input == SliderButtonInput and dragging then slide(input) end end) function set(property) if property == "Text" then if tonumber(SliderBox.Text) then if tonumber(SliderBox.Text) <= max then Value = SliderBox.Text Title_2.Text = SliderBox.Text SliderCount:TweenPosition(UDim2.new(((tonumber(SliderBox.Text) or min) - min) / (max - min), 0, 0, 0), "InOut", "Linear", 0.08, true) Title_2:TweenPosition(UDim2.new(((tonumber(SliderBox.Text) or min) - min) / (max - min), 0, 0, 0), "InOut", "Linear", 0.12, true) pcall(function() callback(Value) end) end if tonumber(SliderBox.Text) > max then SliderBox.Text = max Title_2.Text = max Value = max SliderCount:TweenPosition(UDim2.new(((max or min) - min) / (max - min), 0, 0, 0), "InOut", "Linear", 0.08, true) Title_2:TweenPosition(UDim2.new(((max or min) - min) / (max - min), 0, 0, 0), "InOut", "Linear", 0.12, true) pcall(function() callback(Value) end) end if tonumber(SliderBox.Text) >= min then Value = SliderBox.Text Title_2.Text = SliderBox.Text SliderCount:TweenPosition(UDim2.new(((tonumber(SliderBox.Text) or min) - min) / (max - min), 0, 0, 0), "InOut", "Linear", 0.08, true) Title_2:TweenPosition(UDim2.new(((tonumber(SliderBox.Text) or min) - min) / (max - min), 0, 0, 0), "InOut", "Linear", 0.12, true) pcall(function() callback(Value) end) end if tonumber(SliderBox.Text) < min then Value = min Title_2 = min SliderCount.Position = UDim2.new(((min or min) - min) / (max - min), 0, 0, 0) Title_2.Position = UDim2.new(((min or min) - min) / (max - min), 0, 0, 0) pcall(function() callback(Value) end) end else SliderBox.Text = "" or Value Title_2.Text = Value end end end SliderBox.Focused:Connect(function() SliderBox.Changed:Connect(set) end) SliderBox.FocusLost:Connect(function(enterP) if not enterP then if SliderBox.Text == "" then SliderBox.Text = min Title_2.Text = min Value = min SliderCount:TweenPosition(UDim2.new(((min) - min) / (max - min), 0, 0, 0), "InOut", "Linear", 0.08, true) Title_2:TweenPosition(UDim2.new(((min) - min) / (max - min), 0, 0, 0), "InOut", "Linear", 0.12, true) pcall(function() callback(Value) end) end if tonumber(SliderBox.Text) > tonumber(max) then Value = max SliderBox.Text = max Title_2.Text = max SliderCount:TweenPosition(UDim2.new(((max or min) - min) / (max - min), 0, 0, 0), "InOut", "Linear", 0.08, true) Title_2:TweenPosition(UDim2.new(((max or min) - min) / (max - min), 0, 0, 0), "InOut", "Linear", 0.12, true) pcall(function() callback(Value) end) else Value = tonumber(SliderBox.Text) end if tonumber(SliderBox.Text) < min then SliderBox.Text = min Title_2.Text = min Value = min SliderCount:TweenPosition(UDim2.new(((min) - min) / (max - min), 0, 0, 0), "InOut", "Linear", 0.08, true) Title_2:TweenPosition(UDim2.new(((min) - min) / (max - min), 0, 0, 0), "InOut", "Linear", 0.12, true) pcall(function() callback(Value) end) else Value = tonumber(SliderBox.Text) end end if tonumber(SliderBox.Text) > max then SliderBox.Text = max Title_2.Text = max Value = max SliderCount:TweenPosition(UDim2.new(((max or min) - min) / (max - min), 0, 0, 0), "InOut", "Linear", 0.08, true) Title_2:TweenPosition(UDim2.new(((max or min) - min) / (max - min), 0, 0, 0), "InOut", "Linear", 0.12, true) pcall(function() callback(Value) end) else Value = tonumber(SliderBox.Text) end if tonumber(SliderBox.Text) < min then SliderBox.Text = min Title_2.Text = min Value = min SliderCount.Position = UDim2.new(((min) - min) / (max - min), 0, 0, 0) Title_2.Position = UDim2.new(((min) - min) / (max - min), 0, 0, 0) pcall(function() callback(Value) end) else Value = tonumber(SliderBox.Text) end if SliderBox.Text == "" then SliderBox.Text = min Title_2.Text = min Value = min SliderCount:TweenPosition(UDim2.new(((min) - min) / (max - min), 0, 0, 0), "InOut", "Linear", 0.08, true) Title_2:TweenPosition(UDim2.new(((min) - min) / (max - min), 0, 0, 0), "InOut", "Linear", 0.12, true) pcall(function() callback(Value) end) end end) return sliderfunc end function main:AddTextbox(text,disappear,callback) local Textbox = Instance.new("Frame") local TextboxCorner = Instance.new("UICorner") local Textboxx = Instance.new("Frame") local TextboxxCorner = Instance.new("UICorner") local TextboxLabel = Instance.new("TextLabel") local txtbtn = Instance.new("TextButton") local RealTextbox = Instance.new("TextBox") local UICorner = Instance.new("UICorner") Textbox.Name = "Textbox" Textbox.Parent = MainFramePage Textbox.BackgroundColor3 = Color3.new(255, 0, 0) Textbox.BackgroundTransparency = 0 Textbox.Size = UDim2.new(0, 387, 0, 31) TextboxCorner.CornerRadius = UDim.new(0, 5) TextboxCorner.Name = "TextboxCorner" TextboxCorner.Parent = Textbox Textboxx.Name = "Textboxx" Textboxx.Parent = Textbox Textboxx.BackgroundColor3 = Color3.fromRGB(45, 45, 45) Textboxx.Position = UDim2.new(0, 1, 0, 1) Textboxx.Size = UDim2.new(0, 385, 0, 29) TextboxxCorner.CornerRadius = UDim.new(0, 5) TextboxxCorner.Name = "TextboxxCorner" TextboxxCorner.Parent = Textboxx TextboxLabel.Name = "TextboxLabel" TextboxLabel.Parent = Textbox TextboxLabel.BackgroundColor3 = Color3.fromRGB(255, 128,0) TextboxLabel.BackgroundTransparency = 1.000 TextboxLabel.Position = UDim2.new(0, 15, 0, 0) TextboxLabel.Text = text TextboxLabel.Size = UDim2.new(0, 145, 0, 31) TextboxLabel.Font = Enum.Font.GothamSemibold TextboxLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextboxLabel.TextSize = 16.000 TextboxLabel.TextTransparency = 0 TextboxLabel.TextXAlignment = Enum.TextXAlignment.Left txtbtn.Name = "txtbtn" txtbtn.Parent = Textbox txtbtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) txtbtn.BackgroundTransparency = 1.000 txtbtn.Position = UDim2.new(0, 1, 0, 1) txtbtn.Size = UDim2.new(0, 387, 0, 29) txtbtn.Font = Enum.Font.SourceSans txtbtn.Text = "" txtbtn.TextColor3 = Color3.fromRGB(0, 0, 0) txtbtn.TextSize = 14.000 RealTextbox.Name = "RealTextbox" RealTextbox.Parent = Textbox RealTextbox.BackgroundColor3 = Color3.fromRGB(0, 0, 0) RealTextbox.BackgroundTransparency = 0 RealTextbox.Position = UDim2.new(0, 275, 0, 4) RealTextbox.Size = UDim2.new(0, 100, 0, 24) RealTextbox.Font = Enum.Font.GothamSemibold RealTextbox.Text = "" RealTextbox.TextColor3 = Color3.fromRGB(225, 225, 225) RealTextbox.TextSize = 11.000 RealTextbox.TextTransparency = 0 RealTextbox.FocusLost:Connect(function() callback(RealTextbox.Text) if disappear then RealTextbox.Text = "" end end) UICorner.CornerRadius = UDim.new(0, 5) UICorner.Parent = RealTextbox end function main:AddLabel(text) local Label = Instance.new("TextLabel") local PaddingLabel = Instance.new("UIPadding") local labelfunc = {} Label.Name = "Label" Label.Parent = MainFramePage Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Label.BackgroundTransparency = 1.000 Label.Size = UDim2.new(0, 410, 0, 20) Label.Font = Enum.Font.GothamSemibold Label.TextColor3 = Color3.fromRGB(225, 225, 225) Label.TextSize = 16.000 Label.Text = text Label.TextXAlignment = Enum.TextXAlignment.Left PaddingLabel.PaddingLeft = UDim.new(0,15) PaddingLabel.Parent = Label PaddingLabel.Name = "PaddingLabel" function labelfunc:Set(newtext) Label.Text = newtext end return labelfunc end function main:AddLabel1(text) local Label1 = Instance.new("TextLabel") local PaddingLabel1 = Instance.new("UIPadding") local Label1func = {} Label1.Name = "Label1" Label1.Parent = MainFramePage Label1.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Label1.BackgroundTransparency = 1.000 Label1.Size = UDim2.new(0, 410, 0, 20) Label1.Font = Enum.Font.GothamSemibold Label1.TextColor3 = Color3.fromRGB(255,255,255) Label1.TextSize = 15.000 Label1.Text = text Label1.TextXAlignment = Enum.TextXAlignment.Left PaddingLabel1.PaddingLeft = UDim.new(0,15) PaddingLabel1.Parent = Label1 PaddingLabel1.Name = "PaddingLabel1" function Label1func:Refresh(tochange) Label1.Text = tochange end return Label1func end function main:AddTextbox(text,disappear,callback) local Textbox = Instance.new("Frame") local TextboxCorner = Instance.new("UICorner") local Textboxx = Instance.new("Frame") local TextboxxCorner = Instance.new("UICorner") local TextboxLabel = Instance.new("TextLabel") local txtbtn = Instance.new("TextButton") local RealTextbox = Instance.new("TextBox") local UICorner = Instance.new("UICorner") Textbox.Name = "Textbox" Textbox.Parent = MainFramePage Textbox.BackgroundColor3 = Color3.new(255, 0, 0) Textbox.BackgroundTransparency = 0 Textbox.Size = UDim2.new(0, 387, 0, 31) TextboxCorner.CornerRadius = UDim.new(0, 5) TextboxCorner.Name = "TextboxCorner" TextboxCorner.Parent = Textbox Textboxx.Name = "Textboxx" Textboxx.Parent = Textbox Textboxx.BackgroundColor3 = Color3.fromRGB(45, 45, 45) Textboxx.Position = UDim2.new(0, 1, 0, 1) Textboxx.Size = UDim2.new(0, 385, 0, 29) TextboxxCorner.CornerRadius = UDim.new(0, 3) TextboxxCorner.Name = "TextboxxCorner" TextboxxCorner.Parent = Textboxx TextboxLabel.Name = "TextboxLabel" TextboxLabel.Parent = Textbox TextboxLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 0) TextboxLabel.BackgroundTransparency = 1.000 TextboxLabel.Position = UDim2.new(0, 15, 0, 0) TextboxLabel.Text = text TextboxLabel.Size = UDim2.new(0, 145, 0, 31) TextboxLabel.Font = Enum.Font.GothamSemibold TextboxLabel.TextColor3 = Color3.fromRGB(225, 225, 225) TextboxLabel.TextSize = 16.000 TextboxLabel.TextTransparency = 0 TextboxLabel.TextXAlignment = Enum.TextXAlignment.Left txtbtn.Name = "txtbtn" txtbtn.Parent = Textbox txtbtn.BackgroundColor3 = Color3.fromRGB(255, 255, 255) txtbtn.BackgroundTransparency = 1.000 txtbtn.Position = UDim2.new(0, 1, 0, 1) txtbtn.Size = UDim2.new(0, 387, 0, 29) txtbtn.Font = Enum.Font.SourceSans txtbtn.Text = "" txtbtn.TextColor3 = Color3.fromRGB(0, 0, 0) txtbtn.TextSize = 14.000 RealTextbox.Name = "RealTextbox" RealTextbox.Parent = Textbox RealTextbox.BackgroundColor3 = Color3.fromRGB(0, 0, 0) RealTextbox.BackgroundTransparency = 0 RealTextbox.Position = UDim2.new(0, 275, 0, 4) RealTextbox.Size = UDim2.new(0, 100, 0, 24) RealTextbox.Font = Enum.Font.GothamSemibold RealTextbox.Text = "" RealTextbox.TextColor3 = Color3.fromRGB(255, 0, 0) RealTextbox.TextSize = 11.000 RealTextbox.TextTransparency = 0 RealTextbox.FocusLost:Connect(function() callback(RealTextbox.Text) if disappear then RealTextbox.Text = "" end end) UICorner.CornerRadius = UDim.new(0, 3) UICorner.Parent = RealTextbox end function main:AddLabel(text) local Label = Instance.new("TextLabel") local PaddingLabel = Instance.new("UIPadding") local labelfunc = {} Label.Name = "Label" Label.Parent = MainFramePage Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Label.BackgroundTransparency = 1.000 Label.Size = UDim2.new(0, 410, 0, 20) Label.Font = Enum.Font.GothamSemibold Label.TextColor3 = Color3.fromRGB(225, 225, 225) Label.TextSize = 16.000 Label.Text = text Label.TextXAlignment = Enum.TextXAlignment.Left PaddingLabel.PaddingLeft = UDim.new(0,15) PaddingLabel.Parent = Label PaddingLabel.Name = "PaddingLabel" function labelfunc:Set(newtext) Label.Text = newtext end return labelfunc end function main:AddLabel1(text) local Label1 = Instance.new("TextLabel") local PaddingLabel1 = Instance.new("UIPadding") local Label1func = {} Label1.Name = "Label1" Label1.Parent = MainFramePage Label1.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Label1.BackgroundTransparency = 1.000 Label1.Size = UDim2.new(0, 410, 0, 20) Label1.Font = Enum.Font.GothamSemibold Label1.TextColor3 = Color3.fromRGB(255,255,255) Label1.TextSize = 15.000 Label1.Text = text Label1.RichText = true Label1.TextXAlignment = Enum.TextXAlignment.Left PaddingLabel1.PaddingLeft = UDim.new(0,15) PaddingLabel1.Parent = Label1 PaddingLabel1.Name = "PaddingLabel1" function Label1func:Refresh(tochange) Label1.Text = tochange end return Label1func end function main:Dis(text,display) local Label1 = Instance.new("TextLabel") local PaddingLabel1 = Instance.new("UIPadding") local Label1func = {} Label1.Name = "Label1" Label1.Parent = MainFramePage Label1.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Label1.BackgroundTransparency = 1.000 Label1.Size = UDim2.new(0, 410, 0, 20) Label1.Font = Enum.Font.GothamSemibold Label1.TextColor3 = Color3.fromRGB(255,255,255) Label1.TextSize = 15.000 Label1.Text = text Label1.TextXAlignment = Enum.TextXAlignment.Left Labeld.Name = "Labeld" Labeld.Parent = MainFramePage Labeld.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Labeld.BackgroundTransparency = 1.000 Labeld.Size = UDim2.new(0, 410, 0, 20) Labeld.Font = Enum.Font.GothamSemibold Labeld.TextColor3 = Color3.fromRGB(255, 255, 255) Labeld.TextSize = 15.000 Labeld.Text = display or "" Labeld.TextXAlignment = Enum.TextXAlignment.Left PaddingLabel1.PaddingLeft = UDim.new(0,15) PaddingLabel1.Parent = Label1 PaddingLabel1.Name = "PaddingLabel1" function Label1func:Refresh(tochange) Label1.Text = tochange end return Label1func end function main:AddSeperator(text) local Seperator = Instance.new("Frame") local Sep1 = Instance.new("Frame") local Sep2 = Instance.new("TextLabel") local Sep3 = Instance.new("Frame") Seperator.Name = "Seperator" Seperator.Parent = MainFramePage Seperator.BackgroundColor3 = Color3.fromRGB(255,255,255) Seperator.BackgroundTransparency = 1.000 Seperator.Size = UDim2.new(0, 310, 0, 20) Sep1.Name = "Sep1" Sep1.Parent = Seperator Sep1.BackgroundColor3 = Color3.new(255, 0, 0) Sep1.BorderSizePixel = 0 Sep1.Position = UDim2.new(0, 0, 0, 10) Sep1.Size = UDim2.new(0, 80, 0, 1) Sep2.Name = "Sep2" Sep2.Parent = Seperator Sep2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Sep2.BackgroundTransparency = 1.000 Sep2.Position = UDim2.new(0, 140, 0, 0) Sep2.Size = UDim2.new(0, 100, 0, 20) Sep2.Font = Enum.Font.GothamSemibold Sep2.Text = text Sep2.TextColor3 = Color3.fromRGB(255,255,255) Sep2.TextSize = 14.000 Sep3.Name = "Sep3" Sep3.Parent = Seperator Sep3.BackgroundColor3 = Color3.new(255, 0, 0) Sep3.BorderSizePixel = 0 Sep3.Position = UDim2.new(0, 300, 0, 10) Sep3.Size = UDim2.new(0, 80, 0, 1) end function main:AddLine() local Linee = Instance.new("Frame") local Line = Instance.new("Frame") Linee.Name = "Linee" Linee.Parent = MainFramePage Linee.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Linee.BackgroundTransparency = 1.000 Linee.Position = UDim2.new(0, 0, 0.119999997, 0) Linee.Size = UDim2.new(0, 310, 0, 20) Line.Name = "Line" Line.Parent = Linee Line.BackgroundColor3 = Color3.new(255, 0, 0) Line.BorderSizePixel = 0 Line.Position = UDim2.new(0, 0, 0, 10) Line.Size = UDim2.new(0, 410, 0, 1) end return main end return uitab end ---- Kết Khúc Ui function intiAppleHub() _G.antiscan = true getgenv().A = require(game:GetService("ReplicatedStorage").CombatFramework.RigLib).wrapAttackAnimationAsync getgenv().B = require(game.Players.LocalPlayer.PlayerScripts.CombatFramework.Particle).play _G.setfflag = true end spawn(function() while wait() do if _G.setfflag then setfflag("AbuseReportScreenshot", "False") setfflag("AbuseReportScreenshotPercentage", "0") end end end) if game.PlaceId == 2753915549 then World1 = true elseif game.PlaceId == 4442272183 then World2 = true elseif game.PlaceId == 7449423635 then World3 = true end function CheckQuest() MyLevel = game:GetService("Players").LocalPlayer.Data.Level.Value if World1 then if MyLevel == 1 or MyLevel <= 9 then Mon = "Bandit" LevelQuest = 1 NameQuest = "BanditQuest1" NameMon = "Bandit" CFrameQuest = CFrame.new(1059.37195, 15.4495068, 1550.4231, 0.939700544, -0, -0.341998369, 0, 1, -0, 0.341998369, 0, 0.939700544) CFrameMon = CFrame.new(1045.962646484375, 27.00250816345215, 1560.8203125) elseif MyLevel == 10 or MyLevel <= 14 then Mon = "Monkey" LevelQuest = 1 NameQuest = "JungleQuest" NameMon = "Monkey" CFrameQuest = CFrame.new(-1598.08911, 35.5501175, 153.377838, 0, 0, 1, 0, 1, -0, -1, 0, 0) CFrameMon = CFrame.new(-1448.51806640625, 67.85301208496094, 11.46579647064209) elseif MyLevel == 15 or MyLevel <= 29 then Mon = "Gorilla" LevelQuest = 2 NameQuest = "JungleQuest" NameMon = "Gorilla" CFrameQuest = CFrame.new(-1598.08911, 35.5501175, 153.377838, 0, 0, 1, 0, 1, -0, -1, 0, 0) CFrameMon = CFrame.new(-1129.8836669921875, 40.46354675292969, -525.4237060546875) elseif MyLevel == 30 or MyLevel <= 39 then Mon = "Pirate" LevelQuest = 1 NameQuest = "BuggyQuest1" NameMon = "Pirate" CFrameQuest = CFrame.new(-1141.07483, 4.10001802, 3831.5498, 0.965929627, -0, -0.258804798, 0, 1, -0, 0.258804798, 0, 0.965929627) CFrameMon = CFrame.new(-1103.513427734375, 13.752052307128906, 3896.091064453125) elseif MyLevel == 40 or MyLevel <= 59 then Mon = "Brute" LevelQuest = 2 NameQuest = "BuggyQuest1" NameMon = "Brute" CFrameQuest = CFrame.new(-1141.07483, 4.10001802, 3831.5498, 0.965929627, -0, -0.258804798, 0, 1, -0, 0.258804798, 0, 0.965929627) CFrameMon = CFrame.new(-1140.083740234375, 14.809885025024414, 4322.92138671875) elseif MyLevel == 60 or MyLevel <= 74 then Mon = "Desert Bandit" LevelQuest = 1 NameQuest = "DesertQuest" NameMon = "Desert Bandit" CFrameQuest = CFrame.new(894.488647, 5.14000702, 4392.43359, 0.819155693, -0, -0.573571265, 0, 1, -0, 0.573571265, 0, 0.819155693) CFrameMon = CFrame.new(924.7998046875, 6.44867467880249, 4481.5859375) elseif MyLevel == 75 or MyLevel <= 89 then Mon = "Desert Officer" LevelQuest = 2 NameQuest = "DesertQuest" NameMon = "Desert Officer" CFrameQuest = CFrame.new(894.488647, 5.14000702, 4392.43359, 0.819155693, -0, -0.573571265, 0, 1, -0, 0.573571265, 0, 0.819155693) CFrameMon = CFrame.new(1608.2822265625, 8.614224433898926, 4371.00732421875) elseif MyLevel == 90 or MyLevel <= 99 then Mon = "Snow Bandit" LevelQuest = 1 NameQuest = "SnowQuest" NameMon = "Snow Bandit" CFrameQuest = CFrame.new(1389.74451, 88.1519318, -1298.90796, -0.342042685, 0, 0.939684391, 0, 1, 0, -0.939684391, 0, -0.342042685) CFrameMon = CFrame.new(1354.347900390625, 87.27277374267578, -1393.946533203125) elseif MyLevel == 100 or MyLevel <= 119 then Mon = "Snowman" LevelQuest = 2 NameQuest = "SnowQuest" NameMon = "Snowman" CFrameQuest = CFrame.new(1389.74451, 88.1519318, -1298.90796, -0.342042685, 0, 0.939684391, 0, 1, 0, -0.939684391, 0, -0.342042685) CFrameMon = CFrame.new(1201.6412353515625, 144.57958984375, -1550.0670166015625) elseif MyLevel == 120 or MyLevel <= 149 then Mon = "Chief Petty Officer" LevelQuest = 1 NameQuest = "MarineQuest2" NameMon = "Chief Petty Officer" CFrameQuest = CFrame.new(-5039.58643, 27.3500385, 4324.68018, 0, 0, -1, 0, 1, 0, 1, 0, 0) CFrameMon = CFrame.new(-4881.23095703125, 22.65204429626465, 4273.75244140625) elseif MyLevel == 150 or MyLevel <= 174 then Mon = "Sky Bandit" LevelQuest = 1 NameQuest = "SkyQuest" NameMon = "Sky Bandit" CFrameQuest = CFrame.new(-4839.53027, 716.368591, -2619.44165, 0.866007268, 0, 0.500031412, 0, 1, 0, -0.500031412, 0, 0.866007268) CFrameMon = CFrame.new(-4953.20703125, 295.74420166015625, -2899.22900390625) elseif MyLevel == 175 or MyLevel <= 189 then Mon = "Dark Master" LevelQuest = 2 NameQuest = "SkyQuest" NameMon = "Dark Master" CFrameQuest = CFrame.new(-4839.53027, 716.368591, -2619.44165, 0.866007268, 0, 0.500031412, 0, 1, 0, -0.500031412, 0, 0.866007268) CFrameMon = CFrame.new(-5259.8447265625, 391.3976745605469, -2229.035400390625) elseif MyLevel == 190 or MyLevel <= 209 then Mon = "Prisoner" LevelQuest = 1 NameQuest = "PrisonerQuest" NameMon = "Prisoner" CFrameQuest = CFrame.new(5308.93115, 1.65517521, 475.120514, -0.0894274712, -5.00292918e-09, -0.995993316, 1.60817859e-09, 1, -5.16744869e-09, 0.995993316, -2.06384709e-09, -0.0894274712) CFrameMon = CFrame.new(5098.9736328125, -0.3204058110713959, 474.2373352050781) elseif MyLevel == 210 or MyLevel <= 249 then Mon = "Dangerous Prisoner" LevelQuest = 2 NameQuest = "PrisonerQuest" NameMon = "Dangerous Prisoner" CFrameQuest = CFrame.new(5308.93115, 1.65517521, 475.120514, -0.0894274712, -5.00292918e-09, -0.995993316, 1.60817859e-09, 1, -5.16744869e-09, 0.995993316, -2.06384709e-09, -0.0894274712) CFrameMon = CFrame.new(5654.5634765625, 15.633401870727539, 866.2991943359375) elseif MyLevel == 250 or MyLevel <= 274 then Mon = "Toga Warrior" LevelQuest = 1 NameQuest = "ColosseumQuest" NameMon = "Toga Warrior" CFrameQuest = CFrame.new(-1580.04663, 6.35000277, -2986.47534, -0.515037298, 0, -0.857167721, 0, 1, 0, 0.857167721, 0, -0.515037298) CFrameMon = CFrame.new(-1820.21484375, 51.68385696411133, -2740.6650390625) elseif MyLevel == 275 or MyLevel <= 299 then Mon = "Gladiator" LevelQuest = 2 NameQuest = "ColosseumQuest" NameMon = "Gladiator" CFrameQuest = CFrame.new(-1580.04663, 6.35000277, -2986.47534, -0.515037298, 0, -0.857167721, 0, 1, 0, 0.857167721, 0, -0.515037298) CFrameMon = CFrame.new(-1292.838134765625, 56.380882263183594, -3339.031494140625) elseif MyLevel == 300 or MyLevel <= 324 then Mon = "Military Soldier" LevelQuest = 1 NameQuest = "MagmaQuest" NameMon = "Military Soldier" CFrameQuest = CFrame.new(-5313.37012, 10.9500084, 8515.29395, -0.499959469, 0, 0.866048813, 0, 1, 0, -0.866048813, 0, -0.499959469) CFrameMon = CFrame.new(-5411.16455078125, 11.081554412841797, 8454.29296875) elseif MyLevel == 325 or MyLevel <= 374 then Mon = "Military Spy" LevelQuest = 2 NameQuest = "MagmaQuest" NameMon = "Military Spy" CFrameQuest = CFrame.new(-5313.37012, 10.9500084, 8515.29395, -0.499959469, 0, 0.866048813, 0, 1, 0, -0.866048813, 0, -0.499959469) CFrameMon = CFrame.new(-5802.8681640625, 86.26241302490234, 8828.859375) elseif MyLevel == 375 or MyLevel <= 399 then Mon = "Fishman Warrior" LevelQuest = 1 NameQuest = "FishmanQuest" NameMon = "Fishman Warrior" CFrameQuest = CFrame.new(61122.65234375, 18.497442245483, 1569.3997802734) CFrameMon = CFrame.new(60878.30078125, 18.482830047607422, 1543.7574462890625) if _G.AutoFarm and (CFrameQuest.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude > 10000 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(61163.8515625, 11.6796875, 1819.7841796875)) end elseif MyLevel == 400 or MyLevel <= 449 then Mon = "Fishman Commando" LevelQuest = 2 NameQuest = "FishmanQuest" NameMon = "Fishman Commando" CFrameQuest = CFrame.new(61122.65234375, 18.497442245483, 1569.3997802734) CFrameMon = CFrame.new(61922.6328125, 18.482830047607422, 1493.934326171875) if _G.AutoFarm and (CFrameQuest.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude > 10000 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(61163.8515625, 11.6796875, 1819.7841796875)) end elseif MyLevel == 450 or MyLevel <= 474 then Mon = "God's Guard" LevelQuest = 1 NameQuest = "SkyExp1Quest" NameMon = "God's Guard" CFrameQuest = CFrame.new(-4721.88867, 843.874695, -1949.96643, 0.996191859, -0, -0.0871884301, 0, 1, -0, 0.0871884301, 0, 0.996191859) CFrameMon = CFrame.new(-4710.04296875, 845.2769775390625, -1927.3079833984375) if _G.AutoFarm and (CFrameQuest.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude > 10000 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(-4607.82275, 872.54248, -1667.55688)) end elseif MyLevel == 475 or MyLevel <= 524 then Mon = "Shanda" LevelQuest = 2 NameQuest = "SkyExp1Quest" NameMon = "Shanda" CFrameQuest = CFrame.new(-7859.09814, 5544.19043, -381.476196, -0.422592998, 0, 0.906319618, 0, 1, 0, -0.906319618, 0, -0.422592998) CFrameMon = CFrame.new(-7678.48974609375, 5566.40380859375, -497.2156066894531) if _G.AutoFarm and (CFrameQuest.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude > 10000 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(-7894.6176757813, 5547.1416015625, -380.29119873047)) end elseif MyLevel == 525 or MyLevel <= 549 then Mon = "Royal Squad" LevelQuest = 1 NameQuest = "SkyExp2Quest" NameMon = "Royal Squad" CFrameQuest = CFrame.new(-7906.81592, 5634.6626, -1411.99194, 0, 0, -1, 0, 1, 0, 1, 0, 0) CFrameMon = CFrame.new(-7624.25244140625, 5658.13330078125, -1467.354248046875) elseif MyLevel == 550 or MyLevel <= 624 then Mon = "Royal Soldier" LevelQuest = 2 NameQuest = "SkyExp2Quest" NameMon = "Royal Soldier" CFrameQuest = CFrame.new(-7906.81592, 5634.6626, -1411.99194, 0, 0, -1, 0, 1, 0, 1, 0, 0) CFrameMon = CFrame.new(-7836.75341796875, 5645.6640625, -1790.6236572265625) elseif MyLevel == 625 or MyLevel <= 649 then Mon = "Galley Pirate" LevelQuest = 1 NameQuest = "FountainQuest" NameMon = "Galley Pirate" CFrameQuest = CFrame.new(5259.81982, 37.3500175, 4050.0293, 0.087131381, 0, 0.996196866, 0, 1, 0, -0.996196866, 0, 0.087131381) CFrameMon = CFrame.new(5551.02197265625, 78.90135192871094, 3930.412841796875) elseif MyLevel >= 650 then Mon = "Galley Captain" LevelQuest = 2 NameQuest = "FountainQuest" NameMon = "Galley Captain" CFrameQuest = CFrame.new(5259.81982, 37.3500175, 4050.0293, 0.087131381, 0, 0.996196866, 0, 1, 0, -0.996196866, 0, 0.087131381) CFrameMon = CFrame.new(5441.95166015625, 42.50205993652344, 4950.09375) end elseif World2 then if MyLevel == 700 or MyLevel <= 724 then Mon = "Raider" LevelQuest = 1 NameQuest = "Area1Quest" NameMon = "Raider" CFrameQuest = CFrame.new(-429.543518, 71.7699966, 1836.18188, -0.22495985, 0, -0.974368095, 0, 1, 0, 0.974368095, 0, -0.22495985) CFrameMon = CFrame.new(-728.3267211914062, 52.779319763183594, 2345.7705078125) elseif MyLevel == 725 or MyLevel <= 774 then Mon = "Mercenary" LevelQuest = 2 NameQuest = "Area1Quest" NameMon = "Mercenary" CFrameQuest = CFrame.new(-429.543518, 71.7699966, 1836.18188, -0.22495985, 0, -0.974368095, 0, 1, 0, 0.974368095, 0, -0.22495985) CFrameMon = CFrame.new(-1004.3244018554688, 80.15886688232422, 1424.619384765625) elseif MyLevel == 775 or MyLevel <= 799 then Mon = "Swan Pirate" LevelQuest = 1 NameQuest = "Area2Quest" NameMon = "Swan Pirate" CFrameQuest = CFrame.new(638.43811, 71.769989, 918.282898, 0.139203906, 0, 0.99026376, 0, 1, 0, -0.99026376, 0, 0.139203906) CFrameMon = CFrame.new(1068.664306640625, 137.61428833007812, 1322.1060791015625) elseif MyLevel == 800 or MyLevel <= 874 then Mon = "Factory Staff" NameQuest = "Area2Quest" LevelQuest = 2 NameMon = "Factory Staff" CFrameQuest = CFrame.new(632.698608, 73.1055908, 918.666321, -0.0319722369, 8.96074881e-10, -0.999488771, 1.36326533e-10, 1, 8.92172336e-10, 0.999488771, -1.07732087e-10, -0.0319722369) CFrameMon = CFrame.new(73.07867431640625, 81.86344146728516, -27.470672607421875) elseif MyLevel == 875 or MyLevel <= 899 then Mon = "Marine Lieutenant" LevelQuest = 1 NameQuest = "MarineQuest3" NameMon = "Marine Lieutenant" CFrameQuest = CFrame.new(-2440.79639, 71.7140732, -3216.06812, 0.866007268, 0, 0.500031412, 0, 1, 0, -0.500031412, 0, 0.866007268) CFrameMon = CFrame.new(-2821.372314453125, 75.89727783203125, -3070.089111328125) elseif MyLevel == 900 or MyLevel <= 949 then Mon = "Marine Captain" LevelQuest = 2 NameQuest = "MarineQuest3" NameMon = "Marine Captain" CFrameQuest = CFrame.new(-2440.79639, 71.7140732, -3216.06812, 0.866007268, 0, 0.500031412, 0, 1, 0, -0.500031412, 0, 0.866007268) CFrameMon = CFrame.new(-1861.2310791015625, 80.17658233642578, -3254.697509765625) elseif MyLevel == 950 or MyLevel <= 974 then Mon = "Zombie" LevelQuest = 1 NameQuest = "ZombieQuest" NameMon = "Zombie" CFrameQuest = CFrame.new(-5497.06152, 47.5923004, -795.237061, -0.29242146, 0, -0.95628953, 0, 1, 0, 0.95628953, 0, -0.29242146) CFrameMon = CFrame.new(-5657.77685546875, 78.96973419189453, -928.68701171875) elseif MyLevel == 975 or MyLevel <= 999 then Mon = "Vampire" LevelQuest = 2 NameQuest = "ZombieQuest" NameMon = "Vampire" CFrameQuest = CFrame.new(-5497.06152, 47.5923004, -795.237061, -0.29242146, 0, -0.95628953, 0, 1, 0, 0.95628953, 0, -0.29242146) CFrameMon = CFrame.new(-6037.66796875, 32.18463897705078, -1340.6597900390625) elseif MyLevel == 1000 or MyLevel <= 1049 then Mon = "Snow Trooper" LevelQuest = 1 NameQuest = "SnowMountainQuest" NameMon = "Snow Trooper" CFrameQuest = CFrame.new(609.858826, 400.119904, -5372.25928, -0.374604106, 0, 0.92718488, 0, 1, 0, -0.92718488, 0, -0.374604106) CFrameMon = CFrame.new(549.1473388671875, 427.3870544433594, -5563.69873046875) elseif MyLevel == 1050 or MyLevel <= 1099 then Mon = "Winter Warrior" LevelQuest = 2 NameQuest = "SnowMountainQuest" NameMon = "Winter Warrior" CFrameQuest = CFrame.new(609.858826, 400.119904, -5372.25928, -0.374604106, 0, 0.92718488, 0, 1, 0, -0.92718488, 0, -0.374604106) CFrameMon = CFrame.new(1142.7451171875, 475.6398010253906, -5199.41650390625) elseif MyLevel == 1100 or MyLevel <= 1124 then Mon = "Lab Subordinate" LevelQuest = 1 NameQuest = "IceSideQuest" NameMon = "Lab Subordinate" CFrameQuest = CFrame.new(-6064.06885, 15.2422857, -4902.97852, 0.453972578, -0, -0.891015649, 0, 1, -0, 0.891015649, 0, 0.453972578) CFrameMon = CFrame.new(-5707.4716796875, 15.951709747314453, -4513.39208984375) elseif MyLevel == 1125 or MyLevel <= 1174 then Mon = "Horned Warrior" LevelQuest = 2 NameQuest = "IceSideQuest" NameMon = "Horned Warrior" CFrameQuest = CFrame.new(-6064.06885, 15.2422857, -4902.97852, 0.453972578, -0, -0.891015649, 0, 1, -0, 0.891015649, 0, 0.453972578) CFrameMon = CFrame.new(-6341.36669921875, 15.951770782470703, -5723.162109375) elseif MyLevel == 1175 or MyLevel <= 1199 then Mon = "Magma Ninja" LevelQuest = 1 NameQuest = "FireSideQuest" NameMon = "Magma Ninja" CFrameQuest = CFrame.new(-5428.03174, 15.0622921, -5299.43457, -0.882952213, 0, 0.469463557, 0, 1, 0, -0.469463557, 0, -0.882952213) CFrameMon = CFrame.new(-5449.6728515625, 76.65874481201172, -5808.20068359375) elseif MyLevel == 1200 or MyLevel <= 1249 then Mon = "Lava Pirate" LevelQuest = 2 NameQuest = "FireSideQuest" NameMon = "Lava Pirate" CFrameQuest = CFrame.new(-5428.03174, 15.0622921, -5299.43457, -0.882952213, 0, 0.469463557, 0, 1, 0, -0.469463557, 0, -0.882952213) CFrameMon = CFrame.new(-5213.33154296875, 49.73788070678711, -4701.451171875) elseif MyLevel == 1250 or MyLevel <= 1274 then Mon = "Ship Deckhand" LevelQuest = 1 NameQuest = "ShipQuest1" NameMon = "Ship Deckhand" CFrameQuest = CFrame.new(1037.80127, 125.092171, 32911.6016) CFrameMon = CFrame.new(1212.0111083984375, 150.79205322265625, 33059.24609375) if _G.AutoFarm and (CFrameQuest.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude > 10000 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(923.21252441406, 126.9760055542, 32852.83203125)) end elseif MyLevel == 1275 or MyLevel <= 1299 then Mon = "Ship Engineer" LevelQuest = 2 NameQuest = "ShipQuest1" NameMon = "Ship Engineer" CFrameQuest = CFrame.new(1037.80127, 125.092171, 32911.6016) CFrameMon = CFrame.new(919.4786376953125, 43.54401397705078, 32779.96875) if _G.AutoFarm and (CFrameQuest.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude > 10000 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(923.21252441406, 126.9760055542, 32852.83203125)) end elseif MyLevel == 1300 or MyLevel <= 1324 then Mon = "Ship Steward" LevelQuest = 1 NameQuest = "ShipQuest2" NameMon = "Ship Steward" CFrameQuest = CFrame.new(968.80957, 125.092171, 33244.125) CFrameMon = CFrame.new(919.4385375976562, 129.55599975585938, 33436.03515625) if _G.AutoFarm and (CFrameQuest.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude > 10000 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(923.21252441406, 126.9760055542, 32852.83203125)) end elseif MyLevel == 1325 or MyLevel <= 1349 then Mon = "Ship Officer" LevelQuest = 2 NameQuest = "ShipQuest2" NameMon = "Ship Officer" CFrameQuest = CFrame.new(968.80957, 125.092171, 33244.125) CFrameMon = CFrame.new(1036.0179443359375, 181.4390411376953, 33315.7265625) if _G.AutoFarm and (CFrameQuest.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude > 10000 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(923.21252441406, 126.9760055542, 32852.83203125)) end elseif MyLevel == 1350 or MyLevel <= 1374 then Mon = "Arctic Warrior" LevelQuest = 1 NameQuest = "FrostQuest" NameMon = "Arctic Warrior" CFrameQuest = CFrame.new(5667.6582, 26.7997818, -6486.08984, -0.933587909, 0, -0.358349502, 0, 1, 0, 0.358349502, 0, -0.933587909) CFrameMon = CFrame.new(5966.24609375, 62.97002029418945, -6179.3828125) if _G.AutoFarm and (CFrameQuest.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude > 10000 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(-6508.5581054688, 5000.034996032715, -132.83953857422)) end elseif MyLevel == 1375 or MyLevel <= 1424 then Mon = "Snow Lurker" LevelQuest = 2 NameQuest = "FrostQuest" NameMon = "Snow Lurker" CFrameQuest = CFrame.new(5667.6582, 26.7997818, -6486.08984, -0.933587909, 0, -0.358349502, 0, 1, 0, 0.358349502, 0, -0.933587909) CFrameMon = CFrame.new(5407.07373046875, 69.19437408447266, -6880.88037109375) elseif MyLevel == 1425 or MyLevel <= 1449 then Mon = "Sea Soldier" LevelQuest = 1 NameQuest = "ForgottenQuest" NameMon = "Sea Soldier" CFrameQuest = CFrame.new(-3054.44458, 235.544281, -10142.8193, 0.990270376, -0, -0.13915664, 0, 1, -0, 0.13915664, 0, 0.990270376) CFrameMon = CFrame.new(-3028.2236328125, 64.67451477050781, -9775.4267578125) elseif MyLevel >= 1450 then Mon = "Water Fighter" LevelQuest = 2 NameQuest = "ForgottenQuest" NameMon = "Water Fighter" CFrameQuest = CFrame.new(-3054.44458, 235.544281, -10142.8193, 0.990270376, -0, -0.13915664, 0, 1, -0, 0.13915664, 0, 0.990270376) CFrameMon = CFrame.new(-3352.9013671875, 285.01556396484375, -10534.841796875) end elseif World3 then if MyLevel == 1500 or MyLevel <= 1524 then Mon = "Pirate Millionaire" LevelQuest = 1 NameQuest = "PiratePortQuest" NameMon = "Pirate Millionaire" CFrameQuest = CFrame.new(-290.074677, 42.9034653, 5581.58984, 0.965929627, -0, -0.258804798, 0, 1, -0, 0.258804798, 0, 0.965929627) CFrameMon = CFrame.new(-245.9963836669922, 47.30615234375, 5584.1005859375) elseif MyLevel == 1525 or MyLevel <= 1574 then Mon = "Pistol Billionaire" LevelQuest = 2 NameQuest = "PiratePortQuest" NameMon = "Pistol Billionaire" CFrameQuest = CFrame.new(-290.074677, 42.9034653, 5581.58984, 0.965929627, -0, -0.258804798, 0, 1, -0, 0.258804798, 0, 0.965929627) CFrameMon = CFrame.new(-187.3301544189453, 86.23987579345703, 6013.513671875) elseif MyLevel == 1575 or MyLevel <= 1599 then Mon = "Dragon Crew Warrior" LevelQuest = 1 NameQuest = "AmazonQuest" NameMon = "Dragon Crew Warrior" CFrameQuest = CFrame.new(5832.83594, 51.6806107, -1101.51563, 0.898790359, -0, -0.438378751, 0, 1, -0, 0.438378751, 0, 0.898790359) CFrameMon = CFrame.new(6141.140625, 51.35136413574219, -1340.738525390625) elseif MyLevel == 1600 or MyLevel <= 1624 then Mon = "Dragon Crew Archer" NameQuest = "AmazonQuest" LevelQuest = 2 NameMon = "Dragon Crew Archer" CFrameQuest = CFrame.new(5833.1147460938, 51.60498046875, -1103.0693359375) CFrameMon = CFrame.new(6616.41748046875, 441.7670593261719, 446.0469970703125) elseif MyLevel == 1625 or MyLevel <= 1649 then Mon = "Female Islander" NameQuest = "AmazonQuest2" LevelQuest = 1 NameMon = "Female Islander" CFrameQuest = CFrame.new(5446.8793945313, 601.62945556641, 749.45672607422) CFrameMon = CFrame.new(4685.25830078125, 735.8078002929688, 815.3425903320312) elseif MyLevel == 1650 or MyLevel <= 1699 then Mon = "Giant Islander" NameQuest = "AmazonQuest2" LevelQuest = 2 NameMon = "Giant Islander" CFrameQuest = CFrame.new(5446.8793945313, 601.62945556641, 749.45672607422) CFrameMon = CFrame.new(4729.09423828125, 590.436767578125, -36.97627639770508) elseif MyLevel == 1700 or MyLevel <= 1724 then Mon = "Marine Commodore" LevelQuest = 1 NameQuest = "MarineTreeIsland" NameMon = "Marine Commodore" CFrameQuest = CFrame.new(2180.54126, 27.8156815, -6741.5498, -0.965929747, 0, 0.258804798, 0, 1, 0, -0.258804798, 0, -0.965929747) CFrameMon = CFrame.new(2286.0078125, 73.13391876220703, -7159.80908203125) elseif MyLevel == 1725 or MyLevel <= 1774 then Mon = "Marine Rear Admiral" NameMon = "Marine Rear Admiral" NameQuest = "MarineTreeIsland" LevelQuest = 2 CFrameQuest = CFrame.new(2179.98828125, 28.731239318848, -6740.0551757813) CFrameMon = CFrame.new(3656.773681640625, 160.52406311035156, -7001.5986328125) elseif MyLevel == 1775 or MyLevel <= 1799 then Mon = "Fishman Raider" LevelQuest = 1 NameQuest = "DeepForestIsland3" NameMon = "Fishman Raider" CFrameQuest = CFrame.new(-10581.6563, 330.872955, -8761.18652, -0.882952213, 0, 0.469463557, 0, 1, 0, -0.469463557, 0, -0.882952213) CFrameMon = CFrame.new(-10407.5263671875, 331.76263427734375, -8368.5166015625) elseif MyLevel == 1800 or MyLevel <= 1824 then Mon = "Fishman Captain" LevelQuest = 2 NameQuest = "DeepForestIsland3" NameMon = "Fishman Captain" CFrameQuest = CFrame.new(-10581.6563, 330.872955, -8761.18652, -0.882952213, 0, 0.469463557, 0, 1, 0, -0.469463557, 0, -0.882952213) CFrameMon = CFrame.new(-10994.701171875, 352.38140869140625, -9002.1103515625) elseif MyLevel == 1825 or MyLevel <= 1849 then Mon = "Forest Pirate" LevelQuest = 1 NameQuest = "DeepForestIsland" NameMon = "Forest Pirate" CFrameQuest = CFrame.new(-13234.04, 331.488495, -7625.40137, 0.707134247, -0, -0.707079291, 0, 1, -0, 0.707079291, 0, 0.707134247) CFrameMon = CFrame.new(-13274.478515625, 332.3781433105469, -7769.58056640625) elseif MyLevel == 1850 or MyLevel <= 1899 then Mon = "Mythological Pirate" LevelQuest = 2 NameQuest = "DeepForestIsland" NameMon = "Mythological Pirate" CFrameQuest = CFrame.new(-13234.04, 331.488495, -7625.40137, 0.707134247, -0, -0.707079291, 0, 1, -0, 0.707079291, 0, 0.707134247) CFrameMon = CFrame.new(-13680.607421875, 501.08154296875, -6991.189453125) elseif MyLevel == 1900 or MyLevel <= 1924 then Mon = "Jungle Pirate" LevelQuest = 1 NameQuest = "DeepForestIsland2" NameMon = "Jungle Pirate" CFrameQuest = CFrame.new(-12680.3818, 389.971039, -9902.01953, -0.0871315002, 0, 0.996196866, 0, 1, 0, -0.996196866, 0, -0.0871315002) CFrameMon = CFrame.new(-12256.16015625, 331.73828125, -10485.8369140625) elseif MyLevel == 1925 or MyLevel <= 1974 then Mon = "Musketeer Pirate" LevelQuest = 2 NameQuest = "DeepForestIsland2" NameMon = "Musketeer Pirate" CFrameQuest = CFrame.new(-12680.3818, 389.971039, -9902.01953, -0.0871315002, 0, 0.996196866, 0, 1, 0, -0.996196866, 0, -0.0871315002) CFrameMon = CFrame.new(-13457.904296875, 391.545654296875, -9859.177734375) elseif MyLevel == 1975 or MyLevel <= 1999 then Mon = "Reborn Skeleton" LevelQuest = 1 NameQuest = "HauntedQuest1" NameMon = "Reborn Skeleton" CFrameQuest = CFrame.new(-9479.2168, 141.215088, 5566.09277, 0, 0, 1, 0, 1, -0, -1, 0, 0) CFrameMon = CFrame.new(-8763.7236328125, 165.72299194335938, 6159.86181640625) elseif MyLevel == 2000 or MyLevel <= 2024 then Mon = "Living Zombie" LevelQuest = 2 NameQuest = "HauntedQuest1" NameMon = "Living Zombie" CFrameQuest = CFrame.new(-9479.2168, 141.215088, 5566.09277, 0, 0, 1, 0, 1, -0, -1, 0, 0) CFrameMon = CFrame.new(-10144.1318359375, 138.62667846679688, 5838.0888671875) elseif MyLevel == 2025 or MyLevel <= 2049 then Mon = "Demonic Soul" LevelQuest = 1 NameQuest = "HauntedQuest2" NameMon = "Demonic Soul" CFrameQuest = CFrame.new(-9516.99316, 172.017181, 6078.46533, 0, 0, -1, 0, 1, 0, 1, 0, 0) CFrameMon = CFrame.new(-9505.8720703125, 172.10482788085938, 6158.9931640625) elseif MyLevel == 2050 or MyLevel <= 2074 then Mon = "Posessed Mummy" LevelQuest = 2 NameQuest = "HauntedQuest2" NameMon = "Posessed Mummy" CFrameQuest = CFrame.new(-9516.99316, 172.017181, 6078.46533, 0, 0, -1, 0, 1, 0, 1, 0, 0) CFrameMon = CFrame.new(-9582.0224609375, 6.251527309417725, 6205.478515625) elseif MyLevel == 2075 or MyLevel <= 2099 then Mon = "Peanut Scout" LevelQuest = 1 NameQuest = "NutsIslandQuest" NameMon = "Peanut Scout" CFrameQuest = CFrame.new(-2104.3908691406, 38.104167938232, -10194.21875, 0, 0, -1, 0, 1, 0, 1, 0, 0) CFrameMon = CFrame.new(-2143.241943359375, 47.72198486328125, -10029.9951171875) elseif MyLevel == 2100 or MyLevel <= 2124 then Mon = "Peanut President" LevelQuest = 2 NameQuest = "NutsIslandQuest" NameMon = "Peanut President" CFrameQuest = CFrame.new(-2104.3908691406, 38.104167938232, -10194.21875, 0, 0, -1, 0, 1, 0, 1, 0, 0) CFrameMon = CFrame.new(-1859.35400390625, 38.10316848754883, -10422.4296875) elseif MyLevel == 2125 or MyLevel <= 2149 then Mon = "Ice Cream Chef" LevelQuest = 1 NameQuest = "IceCreamIslandQuest" NameMon = "Ice Cream Chef" CFrameQuest = CFrame.new(-820.64825439453, 65.819526672363, -10965.795898438, 0, 0, -1, 0, 1, 0, 1, 0, 0) CFrameMon = CFrame.new(-872.24658203125, 65.81957244873047, -10919.95703125) elseif MyLevel == 2150 or MyLevel <= 2199 then Mon = "Ice Cream Commander" LevelQuest = 2 NameQuest = "IceCreamIslandQuest" NameMon = "Ice Cream Commander" CFrameQuest = CFrame.new(-820.64825439453, 65.819526672363, -10965.795898438, 0, 0, -1, 0, 1, 0, 1, 0, 0) CFrameMon = CFrame.new(-558.06103515625, 112.04895782470703, -11290.7744140625) elseif MyLevel == 2200 or MyLevel <= 2224 then Mon = "Cookie Crafter" LevelQuest = 1 NameQuest = "CakeQuest1" NameMon = "Cookie Crafter" CFrameQuest = CFrame.new(-2021.32007, 37.7982254, -12028.7295, 0.957576931, -8.80302053e-08, 0.288177818, 6.9301187e-08, 1, 7.51931211e-08, -0.288177818, -5.2032135e-08, 0.957576931) CFrameMon = CFrame.new(-2374.13671875, 37.79826354980469, -12125.30859375) elseif MyLevel == 2225 or MyLevel <= 2249 then Mon = "Cake Guard" LevelQuest = 2 NameQuest = "CakeQuest1" NameMon = "Cake Guard" CFrameQuest = CFrame.new(-2021.32007, 37.7982254, -12028.7295, 0.957576931, -8.80302053e-08, 0.288177818, 6.9301187e-08, 1, 7.51931211e-08, -0.288177818, -5.2032135e-08, 0.957576931) CFrameMon = CFrame.new(-1598.3070068359375, 43.773197174072266, -12244.5810546875) elseif MyLevel == 2250 or MyLevel <= 2274 then Mon = "Baking Staff" LevelQuest = 1 NameQuest = "CakeQuest2" NameMon = "Baking Staff" CFrameQuest = CFrame.new(-1927.91602, 37.7981339, -12842.5391, -0.96804446, 4.22142143e-08, 0.250778586, 4.74911062e-08, 1, 1.49904711e-08, -0.250778586, 2.64211941e-08, -0.96804446) CFrameMon = CFrame.new(-1887.8099365234375, 77.6185073852539, -12998.3505859375) elseif MyLevel == 2275 or MyLevel <= 2299 then Mon = "Head Baker" LevelQuest = 2 NameQuest = "CakeQuest2" NameMon = "Head Baker" CFrameQuest = CFrame.new(-1927.91602, 37.7981339, -12842.5391, -0.96804446, 4.22142143e-08, 0.250778586, 4.74911062e-08, 1, 1.49904711e-08, -0.250778586, 2.64211941e-08, -0.96804446) CFrameMon = CFrame.new(-2216.188232421875, 82.884521484375, -12869.2939453125) elseif MyLevel == 2300 or MyLevel <= 2324 then Mon = "Cocoa Warrior" LevelQuest = 1 NameQuest = "ChocQuest1" NameMon = "Cocoa Warrior" CFrameQuest = CFrame.new(233.22836303710938, 29.876001358032227, -12201.2333984375) CFrameMon = CFrame.new(-21.55328369140625, 80.57499694824219, -12352.3876953125) elseif MyLevel == 2325 or MyLevel <= 2349 then Mon = "Chocolate Bar Battler" LevelQuest = 2 NameQuest = "ChocQuest1" NameMon = "Chocolate Bar Battler" CFrameQuest = CFrame.new(233.22836303710938, 29.876001358032227, -12201.2333984375) CFrameMon = CFrame.new(582.590576171875, 77.18809509277344, -12463.162109375) elseif MyLevel == 2350 or MyLevel <= 2374 then Mon = "Sweet Thief" LevelQuest = 1 NameQuest = "ChocQuest2" NameMon = "Sweet Thief" CFrameQuest = CFrame.new(150.5066375732422, 30.693693161010742, -12774.5029296875) CFrameMon = CFrame.new(165.1884765625, 76.05885314941406, -12600.8369140625) elseif MyLevel == 2375 or MyLevel <= 2399 then Mon = "Candy Rebel" LevelQuest = 2 NameQuest = "ChocQuest2" NameMon = "Candy Rebel" CFrameQuest = CFrame.new(150.5066375732422, 30.693693161010742, -12774.5029296875) CFrameMon = CFrame.new(134.86563110351562, 77.2476806640625, -12876.5478515625) elseif MyLevel == 2400 or MyLevel <= 2449 then Mon = "Candy Pirate" LevelQuest = 1 NameQuest = "CandyQuest1" NameMon = "Candy Pirate" CFrameQuest = CFrame.new(-1150.0400390625, 20.378934860229492, -14446.3349609375) CFrameMon = CFrame.new(-1310.5003662109375, 26.016523361206055, -14562.404296875) elseif MyLevel == 2450 or MyLevel <= 2474 then Mon = "Isle Outlaw" LevelQuest = 1 NameQuest = "TikiQuest1" NameMon = "Isle Outlaw" CFrameQuest = CFrame.new(-16548.8164, 55.6059914, -172.8125, 0.213092566, -0, -0.977032006, 0, 1, -0, 0.977032006, 0, 0.213092566) CFrameMon = CFrame.new(-16479.900390625, 226.6117401123047, -300.3114318847656) elseif MyLevel == 2475 or MyLevel <= 2499 then Mon = "Island Boy" LevelQuest = 2 NameQuest = "TikiQuest1" NameMon = "Island Boy" CFrameQuest = CFrame.new(-16548.8164, 55.6059914, -172.8125, 0.213092566, -0, -0.977032006, 0, 1, -0, 0.977032006, 0, 0.213092566) CFrameMon = CFrame.new(-16849.396484375, 192.86505126953125, -150.7853240966797) elseif MyLevel == 2500 or MyLevel <= 2524 then Mon = "Sun-kissed Warrior" LevelQuest = 1 NameQuest = "TikiQuest2" NameMon = "kissed Warrior" CFrameMon = CFrame.new(-16347, 64, 984) CFrameQuest = CFrame.new(-16538, 55, 1049) elseif MyLevel >= 2525 then Mon = "Isle Champion" LevelQuest = 2 NameQuest = "TikiQuest2" NameMon = "Isle Champion" CFrameQuest = CFrame.new(-16541.0215, 57.3082275, 1051.46118, 0.0410757065, -0, -0.999156058, 0, 1, -0, 0.999156058, 0, 0.0410757065) CFrameMon = CFrame.new(-16602.1015625, 130.38734436035156, 1087.24560546875) end end end function Hop() local PlaceID = game.PlaceId local AllIDs = {} local foundAnything = "" local actualHour = os.date("!*t").hour local Deleted = false function TPReturner() local Site; if foundAnything == "" then Site = game.HttpService:JSONDecode(game:HttpGet('https://games.roblox.com/v1/games/' .. PlaceID .. '/servers/Public?sortOrder=Asc&limit=100')) else Site = game.HttpService:JSONDecode(game:HttpGet('https://games.roblox.com/v1/games/' .. PlaceID .. '/servers/Public?sortOrder=Asc&limit=100&cursor=' .. foundAnything)) end local ID = "" if Site.nextPageCursor and Site.nextPageCursor ~= "null" and Site.nextPageCursor ~= nil then foundAnything = Site.nextPageCursor end local num = 0; for i,v in pairs(Site.data) do local Possible = true ID = tostring(v.id) if tonumber(v.maxPlayers) > tonumber(v.playing) then for _,Existing in pairs(AllIDs) do if num ~= 0 then if ID == tostring(Existing) then Possible = false end else if tonumber(actualHour) ~= tonumber(Existing) then local delFile = pcall(function() AllIDs = {} table.insert(AllIDs, actualHour) end) end end num = num + 1 end if Possible == true then table.insert(AllIDs, ID) wait() pcall(function() wait() game:GetService("TeleportService"):TeleportToPlaceInstance(PlaceID, ID, game.Players.LocalPlayer) end) wait(4) end end end end function Teleport() while wait() do pcall(function() TPReturner() if foundAnything ~= "" then TPReturner() end end) end end Teleport() end function UpdateIslandESP() for i,v in pairs(game:GetService("Workspace")["_WorldOrigin"].Locations:GetChildren()) do pcall(function() if IslandESP then if v.Name ~= "Sea" then if not v:FindFirstChild('NameEsp') then local bill = Instance.new('BillboardGui',v) bill.Name = 'NameEsp' bill.ExtentsOffset = Vector3.new(0, 1, 0) bill.Size = UDim2.new(1,200,1,30) bill.Adornee = v bill.AlwaysOnTop = true local name = Instance.new('TextLabel',bill) name.Font = "GothamBold" name.FontSize = "Size14" name.TextWrapped = true name.Size = UDim2.new(1,0,1,0) name.TextYAlignment = 'Top' name.BackgroundTransparency = 1 name.TextStrokeTransparency = 0.5 name.TextColor3 = Color3.fromRGB(255, 255, 255) else v['NameEsp'].TextLabel.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Position).Magnitude/3) ..' Distance') end end else if v:FindFirstChild('NameEsp') then v:FindFirstChild('NameEsp'):Destroy() end end end) end end function isnil(thing) return (thing == nil) end local function round(n) return math.floor(tonumber(n) + 0.5) end Number = math.random(1, 1000000) function UpdatePlayerChams() for i,v in pairs(game:GetService'Players':GetChildren()) do pcall(function() if not isnil(v.Character) then if ESPPlayer then if not isnil(v.Character.Head) and not v.Character.Head:FindFirstChild('NameEsp'..Number) then local bill = Instance.new('BillboardGui',v.Character.Head) bill.Name = 'NameEsp'..Number bill.ExtentsOffset = Vector3.new(0, 1, 0) bill.Size = UDim2.new(1,200,1,30) bill.Adornee = v.Character.Head bill.AlwaysOnTop = true local name = Instance.new('TextLabel',bill) name.Font = Enum.Font.GothamSemibold name.FontSize = "Size14" name.TextWrapped = true name.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Character.Head.Position).Magnitude/3) ..' Distance') name.Size = UDim2.new(1,0,1,0) name.TextYAlignment = 'Top' name.BackgroundTransparency = 1 name.TextStrokeTransparency = 0.5 if v.Team == game.Players.LocalPlayer.Team then name.TextColor3 = Color3.new(0,255,0) else name.TextColor3 = Color3.new(255,0,0) end else v.Character.Head['NameEsp'..Number].TextLabel.Text = (v.Name ..' | '.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Character.Head.Position).Magnitude/3) ..' Distance\nHealth : ' .. round(v.Character.Humanoid.Health*100/v.Character.Humanoid.MaxHealth) .. '%') end else if v.Character.Head:FindFirstChild('NameEsp'..Number) then v.Character.Head:FindFirstChild('NameEsp'..Number):Destroy() end end end end) end end function UpdateChestChams() for i,v in pairs(game.Workspace:GetChildren()) do pcall(function() if string.find(v.Name,"Chest") then if ChestESP then if string.find(v.Name,"Chest") then if not v:FindFirstChild('NameEsp'..Number) then local bill = Instance.new('BillboardGui',v) bill.Name = 'NameEsp'..Number bill.ExtentsOffset = Vector3.new(0, 1, 0) bill.Size = UDim2.new(1,200,1,30) bill.Adornee = v bill.AlwaysOnTop = true local name = Instance.new('TextLabel',bill) name.Font = Enum.Font.GothamSemibold name.FontSize = "Size14" name.TextWrapped = true name.Size = UDim2.new(1,0,1,0) name.TextYAlignment = 'Top' name.BackgroundTransparency = 1 name.TextStrokeTransparency = 0.5 if v.Name == "Chest1" then name.TextColor3 = Color3.fromRGB(109, 109, 109) name.Text = ("Chest 1" ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Position).Magnitude/3) ..' Distance') end if v.Name == "Chest2" then name.TextColor3 = Color3.fromRGB(173, 158, 21) name.Text = ("Chest 2" ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Position).Magnitude/3) ..' Distance') end if v.Name == "Chest3" then name.TextColor3 = Color3.fromRGB(85, 255, 255) name.Text = ("Chest 3" ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Position).Magnitude/3) ..' Distance') end else v['NameEsp'..Number].TextLabel.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Position).Magnitude/3) ..' Distance') end end else if v:FindFirstChild('NameEsp'..Number) then v:FindFirstChild('NameEsp'..Number):Destroy() end end end end) end end function UpdateDevilChams() for i,v in pairs(game.Workspace:GetChildren()) do pcall(function() if DevilFruitESP then if string.find(v.Name, "Fruit") then if not v.Handle:FindFirstChild('NameEsp'..Number) then local bill = Instance.new('BillboardGui',v.Handle) bill.Name = 'NameEsp'..Number bill.ExtentsOffset = Vector3.new(0, 1, 0) bill.Size = UDim2.new(1,200,1,30) bill.Adornee = v.Handle bill.AlwaysOnTop = true local name = Instance.new('TextLabel',bill) name.Font = Enum.Font.GothamSemibold name.FontSize = "Size14" name.TextWrapped = true name.Size = UDim2.new(1,0,1,0) name.TextYAlignment = 'Top' name.BackgroundTransparency = 1 name.TextStrokeTransparency = 0.5 name.TextColor3 = Color3.fromRGB(255, 255, 255) name.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Handle.Position).Magnitude/3) ..' Distance') else v.Handle['NameEsp'..Number].TextLabel.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Handle.Position).Magnitude/3) ..' Distance') end end else if v.Handle:FindFirstChild('NameEsp'..Number) then v.Handle:FindFirstChild('NameEsp'..Number):Destroy() end end end) end end function UpdateFlowerChams() for i,v in pairs(game.Workspace:GetChildren()) do pcall(function() if v.Name == "Flower2" or v.Name == "Flower1" then if FlowerESP then if not v:FindFirstChild('NameEsp'..Number) then local bill = Instance.new('BillboardGui',v) bill.Name = 'NameEsp'..Number bill.ExtentsOffset = Vector3.new(0, 1, 0) bill.Size = UDim2.new(1,200,1,30) bill.Adornee = v bill.AlwaysOnTop = true local name = Instance.new('TextLabel',bill) name.Font = Enum.Font.GothamSemibold name.FontSize = "Size14" name.TextWrapped = true name.Size = UDim2.new(1,0,1,0) name.TextYAlignment = 'Top' name.BackgroundTransparency = 1 name.TextStrokeTransparency = 0.5 name.TextColor3 = Color3.fromRGB(255, 0, 0) if v.Name == "Flower1" then name.Text = ("Blue Flower" ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Position).Magnitude/3) ..' Distance') name.TextColor3 = Color3.fromRGB(0, 0, 255) end if v.Name == "Flower2" then name.Text = ("Red Flower" ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Position).Magnitude/3) ..' Distance') name.TextColor3 = Color3.fromRGB(255, 0, 0) end else v['NameEsp'..Number].TextLabel.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Position).Magnitude/3) ..' Distance') end else if v:FindFirstChild('NameEsp'..Number) then v:FindFirstChild('NameEsp'..Number):Destroy() end end end end) end end function UpdateRealFruitChams() for i,v in pairs(game.Workspace.AppleSpawner:GetChildren()) do if v:IsA("Tool") then if RealFruitESP then if not v.Handle:FindFirstChild('NameEsp'..Number) then local bill = Instance.new('BillboardGui',v.Handle) bill.Name = 'NameEsp'..Number bill.ExtentsOffset = Vector3.new(0, 1, 0) bill.Size = UDim2.new(1,200,1,30) bill.Adornee = v.Handle bill.AlwaysOnTop = true local name = Instance.new('TextLabel',bill) name.Font = Enum.Font.GothamSemibold name.FontSize = "Size14" name.TextWrapped = true name.Size = UDim2.new(1,0,1,0) name.TextYAlignment = 'Top' name.BackgroundTransparency = 1 name.TextStrokeTransparency = 0.5 name.TextColor3 = Color3.fromRGB(255, 0, 0) name.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Handle.Position).Magnitude/3) ..' Distance') else v.Handle['NameEsp'..Number].TextLabel.Text = (v.Name ..' '.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Handle.Position).Magnitude/3) ..' Distance') end else if v.Handle:FindFirstChild('NameEsp'..Number) then v.Handle:FindFirstChild('NameEsp'..Number):Destroy() end end end end for i,v in pairs(game.Workspace.PineappleSpawner:GetChildren()) do if v:IsA("Tool") then if RealFruitESP then if not v.Handle:FindFirstChild('NameEsp'..Number) then local bill = Instance.new('BillboardGui',v.Handle) bill.Name = 'NameEsp'..Number bill.ExtentsOffset = Vector3.new(0, 1, 0) bill.Size = UDim2.new(1,200,1,30) bill.Adornee = v.Handle bill.AlwaysOnTop = true local name = Instance.new('TextLabel',bill) name.Font = Enum.Font.GothamSemibold name.FontSize = "Size14" name.TextWrapped = true name.Size = UDim2.new(1,0,1,0) name.TextYAlignment = 'Top' name.BackgroundTransparency = 1 name.TextStrokeTransparency = 0.5 name.TextColor3 = Color3.fromRGB(255, 174, 0) name.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Handle.Position).Magnitude/3) ..' Distance') else v.Handle['NameEsp'..Number].TextLabel.Text = (v.Name ..' '.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Handle.Position).Magnitude/3) ..' Distance') end else if v.Handle:FindFirstChild('NameEsp'..Number) then v.Handle:FindFirstChild('NameEsp'..Number):Destroy() end end end end for i,v in pairs(game.Workspace.BananaSpawner:GetChildren()) do if v:IsA("Tool") then if RealFruitESP then if not v.Handle:FindFirstChild('NameEsp'..Number) then local bill = Instance.new('BillboardGui',v.Handle) bill.Name = 'NameEsp'..Number bill.ExtentsOffset = Vector3.new(0, 1, 0) bill.Size = UDim2.new(1,200,1,30) bill.Adornee = v.Handle bill.AlwaysOnTop = true local name = Instance.new('TextLabel',bill) name.Font = Enum.Font.GothamSemibold name.FontSize = "Size14" name.TextWrapped = true name.Size = UDim2.new(1,0,1,0) name.TextYAlignment = 'Top' name.BackgroundTransparency = 1 name.TextStrokeTransparency = 0.5 name.TextColor3 = Color3.fromRGB(251, 255, 0) name.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Handle.Position).Magnitude/3) ..' Distance') else v.Handle['NameEsp'..Number].TextLabel.Text = (v.Name ..' '.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Handle.Position).Magnitude/3) ..' Distance') end else if v.Handle:FindFirstChild('NameEsp'..Number) then v.Handle:FindFirstChild('NameEsp'..Number):Destroy() end end end end end function UpdateIslandESP() for i,v in pairs(game:GetService("Workspace")["_WorldOrigin"].Locations:GetChildren()) do pcall(function() if IslandESP then if v.Name ~= "Sea" then if not v:FindFirstChild('NameEsp') then local bill = Instance.new('BillboardGui',v) bill.Name = 'NameEsp' bill.ExtentsOffset = Vector3.new(0, 1, 0) bill.Size = UDim2.new(1,200,1,30) bill.Adornee = v bill.AlwaysOnTop = true local name = Instance.new('TextLabel',bill) name.Font = "GothamBold" name.FontSize = "Size14" name.TextWrapped = true name.Size = UDim2.new(1,0,1,0) name.TextYAlignment = 'Top' name.BackgroundTransparency = 1 name.TextStrokeTransparency = 0.5 name.TextColor3 = Color3.fromRGB(255, 255, 255) else v['NameEsp'].TextLabel.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Position).Magnitude/3) ..' Distance') end end else if v:FindFirstChild('NameEsp') then v:FindFirstChild('NameEsp'):Destroy() end end end) end end function isnil(thing) return (thing == nil) end local function round(n) return math.floor(tonumber(n) + 0.5) end Number = math.random(1, 1000000) function UpdatePlayerChams() for i,v in pairs(game:GetService'Players':GetChildren()) do pcall(function() if not isnil(v.Character) then if ESPPlayer then if not isnil(v.Character.Head) and not v.Character.Head:FindFirstChild('NameEsp'..Number) then local bill = Instance.new('BillboardGui',v.Character.Head) bill.Name = 'NameEsp'..Number bill.ExtentsOffset = Vector3.new(0, 1, 0) bill.Size = UDim2.new(1,200,1,30) bill.Adornee = v.Character.Head bill.AlwaysOnTop = true local name = Instance.new('TextLabel',bill) name.Font = Enum.Font.GothamSemibold name.FontSize = "Size14" name.TextWrapped = true name.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Character.Head.Position).Magnitude/3) ..' Distance') name.Size = UDim2.new(1,0,1,0) name.TextYAlignment = 'Top' name.BackgroundTransparency = 1 name.TextStrokeTransparency = 0.5 if v.Team == game.Players.LocalPlayer.Team then name.TextColor3 = Color3.new(0,255,0) else name.TextColor3 = Color3.new(255,0,0) end else v.Character.Head['NameEsp'..Number].TextLabel.Text = (v.Name ..' | '.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Character.Head.Position).Magnitude/3) ..' Distance\nHealth : ' .. round(v.Character.Humanoid.Health*100/v.Character.Humanoid.MaxHealth) .. '%') end else if v.Character.Head:FindFirstChild('NameEsp'..Number) then v.Character.Head:FindFirstChild('NameEsp'..Number):Destroy() end end end end) end end function UpdateChestChams() for i,v in pairs(game.Workspace:GetChildren()) do pcall(function() if string.find(v.Name,"Chest") then if ChestESP then if string.find(v.Name,"Chest") then if not v:FindFirstChild('NameEsp'..Number) then local bill = Instance.new('BillboardGui',v) bill.Name = 'NameEsp'..Number bill.ExtentsOffset = Vector3.new(0, 1, 0) bill.Size = UDim2.new(1,200,1,30) bill.Adornee = v bill.AlwaysOnTop = true local name = Instance.new('TextLabel',bill) name.Font = Enum.Font.GothamSemibold name.FontSize = "Size14" name.TextWrapped = true name.Size = UDim2.new(1,0,1,0) name.TextYAlignment = 'Top' name.BackgroundTransparency = 1 name.TextStrokeTransparency = 0.5 if v.Name == "Chest1" then name.TextColor3 = Color3.fromRGB(109, 109, 109) name.Text = ("Chest 1" ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Position).Magnitude/3) ..' Distance') end if v.Name == "Chest2" then name.TextColor3 = Color3.fromRGB(173, 158, 21) name.Text = ("Chest 2" ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Position).Magnitude/3) ..' Distance') end if v.Name == "Chest3" then name.TextColor3 = Color3.fromRGB(85, 255, 255) name.Text = ("Chest 3" ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Position).Magnitude/3) ..' Distance') end else v['NameEsp'..Number].TextLabel.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Position).Magnitude/3) ..' Distance') end end else if v:FindFirstChild('NameEsp'..Number) then v:FindFirstChild('NameEsp'..Number):Destroy() end end end end) end end function UpdateDevilChams() for i,v in pairs(game.Workspace:GetChildren()) do pcall(function() if DevilFruitESP then if string.find(v.Name, "Fruit") then if not v.Handle:FindFirstChild('NameEsp'..Number) then local bill = Instance.new('BillboardGui',v.Handle) bill.Name = 'NameEsp'..Number bill.ExtentsOffset = Vector3.new(0, 1, 0) bill.Size = UDim2.new(1,200,1,30) bill.Adornee = v.Handle bill.AlwaysOnTop = true local name = Instance.new('TextLabel',bill) name.Font = Enum.Font.GothamSemibold name.FontSize = "Size14" name.TextWrapped = true name.Size = UDim2.new(1,0,1,0) name.TextYAlignment = 'Top' name.BackgroundTransparency = 1 name.TextStrokeTransparency = 0.5 name.TextColor3 = Color3.fromRGB(255, 255, 255) name.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Handle.Position).Magnitude/3) ..' Distance') else v.Handle['NameEsp'..Number].TextLabel.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Handle.Position).Magnitude/3) ..' Distance') end end else if v.Handle:FindFirstChild('NameEsp'..Number) then v.Handle:FindFirstChild('NameEsp'..Number):Destroy() end end end) end end function UpdateFlowerChams() for i,v in pairs(game.Workspace:GetChildren()) do pcall(function() if v.Name == "Flower2" or v.Name == "Flower1" then if FlowerESP then if not v:FindFirstChild('NameEsp'..Number) then local bill = Instance.new('BillboardGui',v) bill.Name = 'NameEsp'..Number bill.ExtentsOffset = Vector3.new(0, 1, 0) bill.Size = UDim2.new(1,200,1,30) bill.Adornee = v bill.AlwaysOnTop = true local name = Instance.new('TextLabel',bill) name.Font = Enum.Font.GothamSemibold name.FontSize = "Size14" name.TextWrapped = true name.Size = UDim2.new(1,0,1,0) name.TextYAlignment = 'Top' name.BackgroundTransparency = 1 name.TextStrokeTransparency = 0.5 name.TextColor3 = Color3.fromRGB(255, 0, 0) if v.Name == "Flower1" then name.Text = ("Blue Flower" ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Position).Magnitude/3) ..' Distance') name.TextColor3 = Color3.fromRGB(0, 0, 255) end if v.Name == "Flower2" then name.Text = ("Red Flower" ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Position).Magnitude/3) ..' Distance') name.TextColor3 = Color3.fromRGB(255, 0, 0) end else v['NameEsp'..Number].TextLabel.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Position).Magnitude/3) ..' Distance') end else if v:FindFirstChild('NameEsp'..Number) then v:FindFirstChild('NameEsp'..Number):Destroy() end end end end) end end function UpdateRealFruitChams() for i,v in pairs(game.Workspace.AppleSpawner:GetChildren()) do if v:IsA("Tool") then if RealFruitESP then if not v.Handle:FindFirstChild('NameEsp'..Number) then local bill = Instance.new('BillboardGui',v.Handle) bill.Name = 'NameEsp'..Number bill.ExtentsOffset = Vector3.new(0, 1, 0) bill.Size = UDim2.new(1,200,1,30) bill.Adornee = v.Handle bill.AlwaysOnTop = true local name = Instance.new('TextLabel',bill) name.Font = Enum.Font.GothamSemibold name.FontSize = "Size14" name.TextWrapped = true name.Size = UDim2.new(1,0,1,0) name.TextYAlignment = 'Top' name.BackgroundTransparency = 1 name.TextStrokeTransparency = 0.5 name.TextColor3 = Color3.fromRGB(255, 0, 0) name.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Handle.Position).Magnitude/3) ..' Distance') else v.Handle['NameEsp'..Number].TextLabel.Text = (v.Name ..' '.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Handle.Position).Magnitude/3) ..' Distance') end else if v.Handle:FindFirstChild('NameEsp'..Number) then v.Handle:FindFirstChild('NameEsp'..Number):Destroy() end end end end for i,v in pairs(game.Workspace.PineappleSpawner:GetChildren()) do if v:IsA("Tool") then if RealFruitESP then if not v.Handle:FindFirstChild('NameEsp'..Number) then local bill = Instance.new('BillboardGui',v.Handle) bill.Name = 'NameEsp'..Number bill.ExtentsOffset = Vector3.new(0, 1, 0) bill.Size = UDim2.new(1,200,1,30) bill.Adornee = v.Handle bill.AlwaysOnTop = true local name = Instance.new('TextLabel',bill) name.Font = Enum.Font.GothamSemibold name.FontSize = "Size14" name.TextWrapped = true name.Size = UDim2.new(1,0,1,0) name.TextYAlignment = 'Top' name.BackgroundTransparency = 1 name.TextStrokeTransparency = 0.5 name.TextColor3 = Color3.fromRGB(255, 174, 0) name.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Handle.Position).Magnitude/3) ..' Distance') else v.Handle['NameEsp'..Number].TextLabel.Text = (v.Name ..' '.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Handle.Position).Magnitude/3) ..' Distance') end else if v.Handle:FindFirstChild('NameEsp'..Number) then v.Handle:FindFirstChild('NameEsp'..Number):Destroy() end end end end for i,v in pairs(game.Workspace.BananaSpawner:GetChildren()) do if v:IsA("Tool") then if RealFruitESP then if not v.Handle:FindFirstChild('NameEsp'..Number) then local bill = Instance.new('BillboardGui',v.Handle) bill.Name = 'NameEsp'..Number bill.ExtentsOffset = Vector3.new(0, 1, 0) bill.Size = UDim2.new(1,200,1,30) bill.Adornee = v.Handle bill.AlwaysOnTop = true local name = Instance.new('TextLabel',bill) name.Font = Enum.Font.GothamSemibold name.FontSize = "Size14" name.TextWrapped = true name.Size = UDim2.new(1,0,1,0) name.TextYAlignment = 'Top' name.BackgroundTransparency = 1 name.TextStrokeTransparency = 0.5 name.TextColor3 = Color3.fromRGB(251, 255, 0) name.Text = (v.Name ..' \n'.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Handle.Position).Magnitude/3) ..' Distance') else v.Handle['NameEsp'..Number].TextLabel.Text = (v.Name ..' '.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Handle.Position).Magnitude/3) ..' Distance') end else if v.Handle:FindFirstChild('NameEsp'..Number) then v.Handle:FindFirstChild('NameEsp'..Number):Destroy() end end end end end spawn(function() while wait() do pcall(function() if MobESP then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v:FindFirstChild('HumanoidRootPart') then if not v:FindFirstChild("MobEap") then local BillboardGui = Instance.new("BillboardGui") local TextLabel = Instance.new("TextLabel") BillboardGui.Parent = v BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling BillboardGui.Active = true BillboardGui.Name = "MobEap" BillboardGui.AlwaysOnTop = true BillboardGui.LightInfluence = 1.000 BillboardGui.Size = UDim2.new(0, 200, 0, 50) BillboardGui.StudsOffset = Vector3.new(0, 2.5, 0) TextLabel.Parent = BillboardGui TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.Size = UDim2.new(0, 200, 0, 50) TextLabel.Font = Enum.Font.GothamBold TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.Text.Size = 35 end local Dis = math.floor((game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.HumanoidRootPart.Position).Magnitude) v.MobEap.TextLabel.Text = v.Name.." - "..Dis.." Distance" end end else for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v:FindFirstChild("MobEap") then v.MobEap:Destroy() end end end end) end end) spawn(function() while wait() do pcall(function() if SeaESP then for i,v in pairs(game:GetService("Workspace").SeaBeasts:GetChildren()) do if v:FindFirstChild('HumanoidRootPart') then if not v:FindFirstChild("Seaesps") then local BillboardGui = Instance.new("BillboardGui") local TextLabel = Instance.new("TextLabel") BillboardGui.Parent = v BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling BillboardGui.Active = true BillboardGui.Name = "Seaesps" BillboardGui.AlwaysOnTop = true BillboardGui.LightInfluence = 1.000 BillboardGui.Size = UDim2.new(0, 200, 0, 50) BillboardGui.StudsOffset = Vector3.new(0, 2.5, 0) TextLabel.Parent = BillboardGui TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.Size = UDim2.new(0, 200, 0, 50) TextLabel.Font = Enum.Font.GothamBold TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.Text.Size = 35 end local Dis = math.floor((game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.HumanoidRootPart.Position).Magnitude) v.Seaesps.TextLabel.Text = v.Name.." - "..Dis.." Distance" end end else for i,v in pairs (game:GetService("Workspace").SeaBeasts:GetChildren()) do if v:FindFirstChild("Seaesps") then v.Seaesps:Destroy() end end end end) end end) spawn(function() while wait() do pcall(function() if NpcESP then for i,v in pairs(game:GetService("Workspace").NPCs:GetChildren()) do if v:FindFirstChild('HumanoidRootPart') then if not v:FindFirstChild("NpcEspes") then local BillboardGui = Instance.new("BillboardGui") local TextLabel = Instance.new("TextLabel") BillboardGui.Parent = v BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling BillboardGui.Active = true BillboardGui.Name = "NpcEspes" BillboardGui.AlwaysOnTop = true BillboardGui.LightInfluence = 1.000 BillboardGui.Size = UDim2.new(0, 200, 0, 50) BillboardGui.StudsOffset = Vector3.new(0, 2.5, 0) TextLabel.Parent = BillboardGui TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.Size = UDim2.new(0, 200, 0, 50) TextLabel.Font = Enum.Font.GothamBold TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.Text.Size = 35 end local Dis = math.floor((game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.HumanoidRootPart.Position).Magnitude) v.NpcEspes.TextLabel.Text = v.Name.." - "..Dis.." Distance" end end else for i,v in pairs (game:GetService("Workspace").NPCs:GetChildren()) do if v:FindFirstChild("NpcEspes") then v.NpcEspes:Destroy() end end end end) end end) function InfAb() if InfAbility then if not game:GetService("Players").LocalPlayer.Character.HumanoidRootPart:FindFirstChild("Agility") then local inf = Instance.new("ParticleEmitter") inf.Acceleration = Vector3.new(0,0,0) inf.Archivable = true inf.Drag = 20 inf.EmissionDirection = Enum.NormalId.Top inf.Enabled = true inf.Lifetime = NumberRange.new(0,0) inf.LightInfluence = 0 inf.LockedToPart = true inf.Name = "Agility" inf.Rate = 500 local numberKeypoints2 = { NumberSequenceKeypoint.new(0, 0); NumberSequenceKeypoint.new(1, 4); } inf.Size = NumberSequence.new(numberKeypoints2) inf.RotSpeed = NumberRange.new(9999, 99999) inf.Rotation = NumberRange.new(0, 0) inf.Speed = NumberRange.new(30, 30) inf.SpreadAngle = Vector2.new(0,0,0,0) inf.Texture = "" inf.VelocityInheritance = 0 inf.ZOffset = 2 inf.Transparency = NumberSequence.new(0) inf.Color = ColorSequence.new(Color3.fromRGB(0,0,0),Color3.fromRGB(0,0,0)) inf.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart end else if game:GetService("Players").LocalPlayer.Character.HumanoidRootPart:FindFirstChild("Agility") then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart:FindFirstChild("Agility"):Destroy() end end end local LocalPlayer = game:GetService'Players'.LocalPlayer local originalstam = LocalPlayer.Character.Energy.Value function infinitestam() LocalPlayer.Character.Energy.Changed:connect(function() if InfiniteEnergy then LocalPlayer.Character.Energy.Value = originalstam end end) end spawn(function() pcall(function() while wait(.1) do if InfiniteEnergy then wait(0.1) originalstam = LocalPlayer.Character.Energy.Value infinitestam() end end end) end) function NoDodgeCool() if nododgecool then for i,v in next, getgc() do if game:GetService("Players").LocalPlayer.Character.Dodge then if typeof(v) == "function" and getfenv(v).script == game:GetService("Players").LocalPlayer.Character.Dodge then for i2,v2 in next, getupvalues(v) do if tostring(v2) == "0.1" then repeat wait(.1) setupvalue(v,i2,0) until not nododgecool end end end end end end end function fly() local mouse=game:GetService("Players").LocalPlayer:GetMouse'' localplayer=game:GetService("Players").LocalPlayer game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart") local torso = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart local speedSET=25 local keys={a=false,d=false,w=false,s=false} local e1 local e2 local function start() local pos = Instance.new("BodyPosition",torso) local gyro = Instance.new("BodyGyro",torso) pos.Name="EPIXPOS" pos.maxForce = Vector3.new(math.huge, math.huge, math.huge) pos.position = torso.Position gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9) gyro.CFrame = torso.CFrame repeat wait() localplayer.Character.Humanoid.PlatformStand=true local new=gyro.CFrame - gyro.CFrame.p + pos.position if not keys.w and not keys.s and not keys.a and not keys.d then speed=1 end if keys.w then new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed speed=speed+speedSET end if keys.s then new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed speed=speed+speedSET end if keys.d then new = new * CFrame.new(speed,0,0) speed=speed+speedSET end if keys.a then new = new * CFrame.new(-speed,0,0) speed=speed+speedSET end if speed>speedSET then speed=speedSET end pos.position=new.p if keys.w then gyro.CFrame = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0) elseif keys.s then gyro.CFrame = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0) else gyro.CFrame = workspace.CurrentCamera.CoordinateFrame end until not Fly if gyro then gyro:Destroy() end if pos then pos:Destroy() end flying=false localplayer.Character.Humanoid.PlatformStand=false speed=0 end e1=mouse.KeyDown:connect(function(key) if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end if key=="w" then keys.w=true elseif key=="s" then keys.s=true elseif key=="a" then keys.a=true elseif key=="d" then keys.d=true end end) e2=mouse.KeyUp:connect(function(key) if key=="w" then keys.w=false elseif key=="s" then keys.s=false elseif key=="a" then keys.a=false elseif key=="d" then keys.d=false end end) start() end function Click() game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) end function AutoHaki() if not game:GetService("Players").LocalPlayer.Character:FindFirstChild("HasBuso") then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Buso") end end function UnEquipWeapon(Weapon) if game.Players.LocalPlayer.Character:FindFirstChild(Weapon) then _G.NotAutoEquip = true wait(.5) game.Players.LocalPlayer.Character:FindFirstChild(Weapon).Parent = game.Players.LocalPlayer.Backpack wait(.1) _G.NotAutoEquip = false end end function EquipWeapon(ToolSe) if not _G.NotAutoEquip then if game.Players.LocalPlayer.Backpack:FindFirstChild(ToolSe) then Tool = game.Players.LocalPlayer.Backpack:FindFirstChild(ToolSe) wait(.1) game.Players.LocalPlayer.Character.Humanoid:EquipTool(Tool) end end end spawn(function() while wait() do for i,v in pairs(game:GetService("Workspace")["_WorldOrigin"]:GetChildren()) do pcall(function() if v.Name == ("CurvedRing") or v.Name == ("SlashHit") or v.Name == ("SwordSlash") or v.Name == ("SlashTail") or v.Name == ("Sounds") then v:Destroy() end end) end end end) function GetDistance(target) return math.floor((target.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude) end function BTP(P) repeat wait(1) game.Players.LocalPlayer.Character.Humanoid:ChangeState(15) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = P task.wait() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = P until (P.Position-game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 1500 end function TelePPlayer(P) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = P end function TP(Pos) Distance = (Pos.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude if Distance < 25 then Speed = 10000 elseif Distance < 50 then Speed = 2000 elseif Distance < 150 then Speed = 800 elseif Distance < 250 then Speed = 600 elseif Distance < 500 then Speed = 400 elseif Distance < 750 then Speed = 250 elseif Distance >= 1000 then Speed = 200 end game:GetService("TweenService"):Create( game.Players.LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(Distance/Speed, Enum.EasingStyle.Linear), {CFrame = Pos} ):Play() end function TP1(Pos) Distance = (Pos.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude if Distance < 25 then Speed = 5000 elseif Distance < 50 then Speed = 2000 elseif Distance < 150 then Speed = 800 elseif Distance < 250 then Speed = 600 elseif Distance < 500 then Speed = 300 elseif Distance < 750 then Speed = 250 elseif Distance >= 1000 then Speed = 200 end game:GetService("TweenService"):Create( game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(Distance/Speed, Enum.EasingStyle.Linear), {CFrame = Pos} ):Play() end function topos(Pos) Distance = (Pos.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude if Distance < 25 then Speed = 5000 elseif Distance < 50 then Speed = 2000 elseif Distance < 150 then Speed = 800 elseif Distance < 250 then Speed = 600 elseif Distance < 500 then Speed = 300 elseif Distance < 750 then Speed = 250 elseif Distance >= 1000 then Speed = 200 end game:GetService("TweenService"):Create( game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(Distance/Speed, Enum.EasingStyle.Linear), {CFrame = Pos} ):Play() end function HyperCahaya(Pos) Distance = (Pos.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude if Distance < 10 then Speed = 20 elseif Distance < 25 then Speed = 5050 elseif Distance < 50 then Speed = 2040 elseif Distance < 150 then Speed = 830 elseif Distance < 250 then Speed = 620 elseif Distance < 500 then Speed = 410 elseif Distance < 750 then Speed = 370 elseif Distance >= 1000 then Speed = 320 end game:GetService("TweenService"):Create( game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(Distance/Speed, Enum.EasingStyle.Linear), {CFrame = Pos} ):Play() end function BTP(P1) game.Players.LocalPlayer.Character.Head:Destroy() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = P1 wait(1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = P1 game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") end getgenv().HyperCahayas = function(p) task.spawn(function() pcall(function() if game:GetService("Players").LocalPlayer:DistanceFromCharacter(p.Position) <= 250 then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = p elseif not game.Players.LocalPlayer.Character:FindFirstChild("Root")then local K = Instance.new("Part",game.Players.LocalPlayer.Character) K.Size = Vector3.new(1,0.5,1) K.Name = "Root" K.Anchored = true K.Transparency = 1 K.CanCollide = false K.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,20,0) end local U = (game.Players.LocalPlayer.Character.HumanoidRootPart.Position-p.Position).Magnitude local z = game:service("TweenService") local B = TweenInfo.new((p.Position-game.Players.LocalPlayer.Character.Root.Position).Magnitude/300,Enum.EasingStyle.Linear) local S,g = pcall(function() local q = z:Create(game.Players.LocalPlayer.Character.Root,B,{CFrame = p}) q:Play() end) if not S then return g end game.Players.LocalPlayer.Character.Root.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame if S and game.Players.LocalPlayer.Character:FindFirstChild("Root") then pcall(function() if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position-p.Position).Magnitude >= 20 then spawn(function() pcall(function() if (game.Players.LocalPlayer.Character.Root.Position-game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude > 150 then game.Players.LocalPlayer.Character.Root.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame else game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=game.Players.LocalPlayer.Character.Root.CFrame end end) end) elseif (game.Players.LocalPlayer.Character.HumanoidRootPart.Position-p.Position).Magnitude >= 10 and(game.Players.LocalPlayer.Character.HumanoidRootPart.Position-p.Position).Magnitude < 20 then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = p elseif (game.Players.LocalPlayer.Character.HumanoidRootPart.Position-p.Position).Magnitude < 10 then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = p end end) end end) end) end spawn(function() game:GetService("RunService").Heartbeat:Connect(function() if _G.AutoAdvanceDungeon or _G.AutoDoughtBoss or _G.Auto_DungeonMobAura or _G.AutoFarmChest or _G.AutoFarmBossHallow or _G.AutoFarmSwanGlasses or _G.AutoLongSword or _G.AutoBlackSpikeycoat or _G.AutoElectricClaw or _G.AutoFarmGunMastery or _G.AutoHolyTorch or _G.AutoLawRaid or _G.AutoFarmBoss or _G.AutoTwinHooks or _G.AutoOpenSwanDoor or _G.AutoDragon_Trident or _G.AutoSaber or _G.NOCLIP or _G.AutoFarmFruitMastery or _G.AutoFarmGunMastery or _G.TeleportIsland or _G.Auto_EvoRace or _G.AutoFarmAllMsBypassType or _G.AutoObservationv2 or _G.AutoMusketeerHat or _G.AutoEctoplasm or _G.AutoRengoku or _G.Auto_Rainbow_Haki or _G.AutoObservation or _G.AutoDarkDagger or _G.AutoSpawnRip or _G.Safe_Mode or _G.MasteryFruit or _G.AutoBudySword or _G.AutoOderSword or _G.AutoBounty or _G.AutoAllBoss or _G.Auto_Bounty or _G.AutoSharkman or _G.Auto_Mastery_Fruit or _G.Auto_Mastery_Gun or _G.Auto_Dungeon or _G.Auto_Cavender or _G.Auto_Pole or _G.Auto_Kill_Ply or _G.Auto_Factory or _G.AutoSecondSea or _G.TeleportPly or _G.AutoBartilo or _G.Auto_DarkBoss or _G.GrabChest or _G.AutoFarmBounty or _G.Holy_Torch or _G.AutoFarm or _G.Clip or _G.AutoElitehunter or _G.AutoThirdSea or _G.Auto_Bone or _G.Autoheart or _G.Autodoughking or _G.AutoFarmMaterial or _G.AutoNevaSoulGuitar or _G.Auto_Dragon_Trident or _G.Autotushita or _G.d or _G.Autowaden or _G.Autogay or _G.Autopole or _G.Autosaw or _G.AutoObservationHakiV2 or _G.AutoFarmNearest or AutoFarmChest or _G.AutoCarvender or _G.AutoTwinHook or AutoMobAura or _G.Tweenfruit or _G.AutoKai or _G.TeleportNPC or _G.Leather or _G.Auto_Wing or _G.Umm or _G.bjirTerrorshark or _G.bjirPiranha or _G.bjirShark or _G.Makori_gay or Radioactive or Fish or Gunpowder or Dragon_Scale or Cocoafarm or Scrap or MiniHee or _G.AutoFarmSeabaest or Auto_Cursed_Dual_Katana or _G.AutoFarmMob or _G.AutoMysticIsland or _G.AutoFarmDungeon or _G.AutoRaidPirate or _G.AutoQuestRace or _G.TweenMGear or getgenv().AutoFarm or _G.AutoPlayerHunter or _G.AutoFactory or Grab_Chest or _G.KillAfterTrials or _G.bjirFishBoat then if not game:GetService("Workspace"):FindFirstChild("LOL") then local LOL = Instance.new("Part") LOL.Name = "LOL" LOL.Parent = game.Workspace LOL.Anchored = true LOL.Transparency = 1 LOL.Size = Vector3.new(30,-0.5,30) elseif game:GetService("Workspace"):FindFirstChild("LOL") then game.Workspace["LOL"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, -3.6, 0) end else if game:GetService("Workspace"):FindFirstChild("LOL") then game:GetService("Workspace"):FindFirstChild("LOL"):Destroy() end end end) end) spawn(function() pcall(function() while wait() do if _G.AutoAdvanceDungeon or _G.AutoDoughtBoss or _G.Auto_DungeonMobAura or _G.AutoFarmChest or _G.AutoFarmBossHallow or _G.AutoFarmSwanGlasses or _G.AutoLongSword or _G.AutoBlackSpikeycoat or _G.AutoElectricClaw or _G.AutoFarmGunMastery or _G.AutoHolyTorch or _G.AutoLawRaid or _G.AutoFarmBoss or _G.AutoTwinHooks or _G.AutoOpenSwanDoor or _G.AutoDragon_Trident or _G.AutoSaber or _G.AutoFarmFruitMastery or _G.AutoFarmGunMastery or _G.TeleportIsland or _G.Auto_EvoRace or _G.AutoFarmAllMsBypassType or _G.AutoObservationv2 or _G.AutoMusketeerHat or _G.AutoEctoplasm or _G.AutoRengoku or _G.Auto_Rainbow_Haki or _G.AutoObservation or _G.AutoSpawnRip or _G.AutoDarkDagger or _G.Safe_Mode or _G.MasteryFruit or _G.AutoBudySword or _G.AutoOderSword or _G.AutoBounty or _G.AutoAllBoss or _G.Auto_Bounty or _G.AutoSharkman or _G.Auto_Mastery_Fruit or _G.Auto_Mastery_Gun or _G.Auto_Dungeon or _G.Auto_Cavender or _G.Auto_Pole or _G.Auto_Kill_Ply or _G.Auto_Factory or _G.AutoSecondSea or _G.TeleportPly or _G.AutoBartilo or _G.Auto_DarkBoss or _G.GrabChest or _G.AutoFarmBounty or _G.Holy_Torch or _G.AutoFarm or _G.Clip or FarmBoss or _G.AutoElitehunter or _G.AutoThirdSea or _G.Auto_Bone or _G.Autoheart or _G.Autodoughking or _G.AutoFarmMaterial or _G.AutoNevaSoulGuitar or _G.Auto_Dragon_Trident or _G.Autotushita or _G.d or _G.Autowaden or _G.Autogay or _G.Autopole or _G.Autosaw or _G.AutoObservationHakiV2 or _G.AutoFarmNearest or AutoFarmChest or _G.AutoCarvender or _G.AutoTwinHook or AutoMobAura or _G.Tweenfruit or _G.TeleportNPC or _G.Leather or _G.Auto_Wing or _G.Umm or _G.bjirTerrorshark or _G.bjirPiranha or _G.bjirShark or _G.Makori_gay or Radioactive or Fish or Gunpowder or Dragon_Scale or Cocoafarm or Scrap or MiniHee or _G.AutoFarmSeabaest or Auto_Cursed_Dual_Katana or _G.AutoFarmMob or _G.AutoMysticIsland or _G.AutoFarmDungeon or _G.AutoRaidPirate or _G.AutoQuestRace or _G.TweenMGear or getgenv().AutoFarm or _G.AutoPlayerHunter or _G.AutoFactory or Grab_Chest == true or _G.KillAfterTrials or _G.AutoSeaBest or _G.KillGhostShip or _G.AutoAlternatif or _G.dao or _G.bjirFishBoat or _G.bjirGhostShipRaidbruh or _G.BiirTrax or _G.BiirAnchor or _G.BjirAnchorCuy or _G.AutoFarm then if not game:GetService("Players").LocalPlayer.Character.HumanoidRootPart:FindFirstChild("BodyClip") then local Noclip = Instance.new("BodyVelocity") Noclip.Name = "BodyClip" Noclip.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart Noclip.MaxForce = Vector3.new(100000,100000,100000) Noclip.Velocity = Vector3.new(0,0,0) end end end end) end) spawn(function() pcall(function() game:GetService("RunService").Stepped:Connect(function() if _G.AutoAdvanceDungeon or _G.AutoDoughtBoss or _G.Auto_DungeonMobAura or _G.AutoFarmChest or _G.AutoFarmBossHallow or _G.AutoFarmSwanGlasses or _G.AutoLongSword or _G.AutoBlackSpikeycoat or _G.AutoElectricClaw or _G.AutoFarmGunMastery or _G.AutoHolyTorch or _G.AutoLawRaid or _G.AutoFarmBoss or _G.AutoTwinHooks or _G.AutoOpenSwanDoor or _G.AutoDragon_Trident or _G.AutoSaber or _G.NOCLIP or _G.AutoFarmFruitMastery or _G.AutoFarmGunMastery or _G.TeleportIsland or _G.Auto_EvoRace or _G.AutoFarmAllMsBypassType or _G.AutoObservationv2 or _G.AutoMusketeerHat or _G.AutoEctoplasm or _G.AutoRengoku or _G.Auto_Rainbow_Haki or _G.AutoObservation or _G.AutoSpawnRip or _G.AutoDarkDagger or _G.Safe_Mode or _G.MasteryFruit or _G.AutoBudySword or _G.AutoOderSword or _G.AutoBounty or _G.AutoAllBoss or _G.Auto_Bounty or _G.AutoSharkman or _G.Auto_Mastery_Fruit or _G.Auto_Mastery_Gun or _G.Auto_Dungeon or _G.Auto_Cavender or _G.Auto_Pole or _G.Auto_Kill_Ply or _G.Auto_Factory or _G.AutoSecondSea or _G.TeleportPly or _G.AutoBartilo or _G.Auto_DarkBoss or _G.GrabChest or _G.AutoFarmBounty or _G.Holy_Torch or _G.AutoFarm or _G.Clip or _G.AutoElitehunter or _G.AutoThirdSea or _G.Auto_Bone or _G.Autoheart or _G.Autodoughking or _G.AutoFarmMaterial or _G.AutoNevaSoulGuitar or _G.Auto_Dragon_Trident or _G.Autotushita or _G.Autowaden or _G.Autogay or _G.Autopole or _G.Autosaw or _G.AutoObservationHakiV2 or _G.AutoFarmNearest or AutoFarmChest or _G.AutoCarvender or _G.AutoTwinHook or AutoMobAura or _G.Tweenfruit or _G.TeleportNPC or _G.AutoKai or _G.Leather or _G.Auto_Wing or _G.Umm or _G.bjirTerrorshark or _G.bjirPiranha or _G.bjirShark or _G.Makori_gay or Radioactive or Fish or Gunpowder or Dragon_Scale or Cocoafarm or Scrap or MiniHee or _G.AutoFarmSeabaest or Auto_Cursed_Dual_Katana or _G.AutoFarmMob or _G.AutoMysticIsland or _G.AutoFarmDungeon or _G.AutoRaidPirate or _G.AutoQuestRace or _G.TweenMGear or getgenv().AutoFarm or _G.AutoPlayerHunter or _G.AutoFactory or Grab_Chest == true or _G.KillAfterTrials or _G.AutoSeaBest or _G.KillGhostShip or _G.AutoAlternatif or _G.dao or _G.bjirFishBoat or _G.bjirGhostShipRaidbruh or _G.BiirTrax or _G.BiirAnchor or _G.BjirAnchorCuy or _G.AutoFarm then for _, v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do if v:IsA("BasePart") then v.CanCollide = false end end end end) end) end) spawn(function() while wait() do if _G.AutoDoughtBoss or _G.Auto_DungeonMobAura or _G.AutoFarmChest or _G.AutoFarmBossHallow or _G.AutoFarmSwanGlasses or _G.AutoLongSword or _G.AutoBlackSpikeycoat or _G.AutoElectricClaw or _G.AutoFarmGunMastery or _G.AutoHolyTorch or _G.AutoLawRaid or _G.AutoFarmBoss or _G.AutoTwinHooks or _G.AutoOpenSwanDoor or _G.AutoDragon_Trident or _G.AutoSaber or _G.NOCLIP or _G.AutoFarmFruitMastery or _G.AutoFarmGunMastery or _G.TeleportIsland or _G.Auto_EvoRace or _G.AutoFarmAllMsBypassType or _G.AutoObservationv2 or _G.AutoMusketeerHat or _G.AutoEctoplasm or _G.AutoRengoku or _G.Auto_Rainbow_Haki or _G.AutoObservation or _G.AutoSpawnRip or _G.AutoDarkDagger or _G.Safe_Mode or _G.MasteryFruit or _G.AutoBudySword or _G.AutoOderSword or _G.AutoAllBoss or _G.Auto_Bounty or _G.AutoSharkman or _G.Auto_Mastery_Fruit or _G.Auto_Mastery_Gun or _G.Auto_Dungeon or _G.Auto_Cavender or _G.Auto_Pole or _G.Auto_Kill_Ply or _G.Auto_Factory or _G.AutoSecondSea or _G.TeleportPly or _G.AutoBartilo or _G.Auto_DarkBoss or _G.AutoFarm or _G.Clip or _G.AutoElitehunter or _G.AutoThirdSea or _G.Auto_Bone or _G.Autoheart or _G.Autodoughking or _G.d or _G.Autowaden or _G.Autogay or _G.AutoObservationHakiV2 or _G.AutoFarmMaterial or _G.AutoFarmNearest or _G.AutoCarvender or _G.AutoTwinHook or AutoMobAura or _G.Leather or _G.Auto_Wing or _G.Umm or _G.bjirTerrorshark or _G.bjirPiranha or _G.bjirShark or _G.Makori_gay or Radioactive or Fish or Gunpowder or Dragon_Scale or Cocoafarm or Scrap or MiniHee or _G.AutoFarmSeabaest or Auto_Cursed_Dual_Katana or _G.AutoFarmMob or _G.AutoRaidPirate or getgenv().AutoFarm or _G.AutoPlayerHunter or _G.AutoFactory == true or _G.AutoSeaBest or _G.KillGhostShip or _G.AutoAlternatif or _G.dao or _G.bjirFishBoat or _G.bjirGhostShipRaidbruh or _G.BiirTrax or _G.BiirAnchor or _G.BjirAnchorCuy or _G.AutoFarm then pcall(function() game:GetService("ReplicatedStorage").Remotes.CommE:FireServer("Ken",true) end) end end end) spawn(function() game:GetService("RunService").RenderStepped:Connect(function() if _G.AutoClick or Fastattack then pcall(function() game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(0,1,0,1)) end) end end) end) function StopTween(target) if not target then _G.StopTween = true wait() HyperCahaya(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame) wait() if game:GetService("Players").LocalPlayer.Character.HumanoidRootPart:FindFirstChild("BodyClip") then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart:FindFirstChild("BodyClip"):Destroy() end _G.StopTween = false _G.Clip = false end end spawn(function() pcall(function() while wait() do for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then if v:FindFirstChild("RemoteFunctionShoot") then SelectWeaponGun = v.Name end end end end end) end) game:GetService("Players").LocalPlayer.Idled:connect(function() game:GetService("VirtualUser"):Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame) wait(1) game:GetService("VirtualUser"):Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame) end) local Library = Update:Window("Agreen Premium","",Enum.KeyCode.RightControl); local NguyenTien = Library:AddTab("Information","4483345998") local Main = Library:AddTab("Main","4483345998") local M = Library:AddTab("Item","4483345998") local Ss = Library:AddTab("Stats","4483345998") local RaceV4 = Library:AddTab("Race V4","4483345998") local P = Library:AddTab("PVP","4483345998") local R = Library:AddTab("Dungeon","4483345998") local T = Library:AddTab("Teleport","4483345998") local S = Library:AddTab("Shop","4483345998") local D = Library:AddTab("Devil Fruit","4483345998") local Misc = Library:AddTab("Misc","4483345998") --- Thông Tin NguyenTien:AddSeperator("Information Developer") NguyenTien:AddLabel("Owner: Nguyen Tien Phat") NguyenTien:AddLabel("Support Code: Twin Erros ") NguyenTien:AddLabel("Ui: Thunderz Hub") NguyenTien:AddLabel("Thank You For Assisting Me With The\n Script Interface!") NguyenTien:AddSeperator("Social Network") NguyenTien:AddButton("Discord Sever",function() setclipboard("https://discord.gg/RNmwmTvzWt") Notif.New("Copying To Clipboard Done🎉", 3) end) NguyenTien:AddButton("YouTube Official",function() setclipboard("https://www.youtube.com/@BstoryYtb/featured") Notif.New("Copying To Clipboard Done🎉", 3) end) NguyenTien:AddButton("Facebook Official Owner",function() setclipboard("https://www.facebook.com/bstoryy") Notif.New("Copying To Clipboard Done🎉", 3) end) ---- Trang Chủ Main:AddSeperator("Farm Settings") local WeaponList = {"Melee","Sword","Fruit","Gun"} _G.SelectWeapon = "Melee" Main:AddDropdown("Select Weapon",WeaponList,function(value) _G.SelectWeapon = value end) task.spawn(function() while wait() do pcall(function() if _G.SelectWeapon == "Melee" then for i ,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v.ToolTip == "Melee" then if game.Players.LocalPlayer.Backpack:FindFirstChild(tostring(v.Name)) then _G.SelectWeapon = v.Name end end end elseif _G.SelectWeapon == "Sword" then for i ,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v.ToolTip == "Sword" then if game.Players.LocalPlayer.Backpack:FindFirstChild(tostring(v.Name)) then _G.SelectWeapon = v.Name end end end elseif _G.SelectWeapon == "Gun" then for i ,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v.ToolTip == "Gun" then if game.Players.LocalPlayer.Backpack:FindFirstChild(tostring(v.Name)) then _G.SelectWeapon = v.Name end end end elseif _G.SelectWeapon == "Fruit" then for i ,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v.ToolTip == "Blox Fruit" then if game.Players.LocalPlayer.Backpack:FindFirstChild(tostring(v.Name)) then _G.SelectWeapon = v.Name end end end end end) end end) local AttackList = {"0", "0.1", "0.15", "0.155", "0.16", "0.165", "0.17", "0.175", "0.18", "0.185"} _G.FastAttackDelay = "0.175" Main:AddDropdown("Fast Attack Delay", AttackList,function(MakoGay) _G.FastAttackDelay = MakoGay end) spawn(function() while wait(.1) do if _G.FastAttackDelay then pcall(function() if _G.FastAttackDelay == "0" then _G.FastAttackDelay = 0 elseif _G.FastAttackDelay == "0.1" then _G.FastAttackDelay = 0.1 elseif _G.FastAttackDelay == "0.15" then _G.FastAttackDelay = 0.15 elseif _G.FastAttackDelay == "0.155" then _G.FastAttackDelay = 0.155 elseif _G.FastAttackDelay == "0.16" then _G.FastAttackDelay = 0.16 elseif _G.FastAttackDelay == "0.165" then _G.FastAttackDelay = 0.165 elseif _G.FastAttackDelay == "0.17" then _G.FastAttackDelay = 0.17 elseif _G.FastAttackDelay == "0.175" then _G.FastAttackDelay = 0.175 elseif _G.FastAttackDelay == "0.18" then _G.FastAttackDelay = 0.18 elseif _G.FastAttackDelay == "0.185" then _G.FastAttackDelay = 0.185 elseif _G.FastAttackDelay == "0.09" then _G.FastAttackDelay = 0.09 end end) end end end) local Client = game.Players.LocalPlayer local STOP = require(Client.PlayerScripts.CombatFramework.Particle) local STOPRL = require(game:GetService("ReplicatedStorage").CombatFramework.RigLib) spawn(function() while task.wait() do pcall(function() if not shared.orl then shared.orl = STOPRL.wrapAttackAnimationAsync end if not shared.cpc then shared.cpc = STOP.play end STOPRL.wrapAttackAnimationAsync = function(a,b,c,d,func) local Hits = STOPRL.getBladeHits(b,c,d) if Hits then if _G.FastAttack or _G.HyperSonic then STOP.play = function() end a:Play(0.01,0.01,0.01) func(Hits) STOP.play = shared.cpc wait(a.length * 0.7) a:Stop() else a:Play() end end end end) end end) function GetBladeHit() local CombatFrameworkLib = debug.getupvalues(require(game:GetService("Players").LocalPlayer.PlayerScripts.CombatFramework)) local CmrFwLib = CombatFrameworkLib[2] local p13 = CmrFwLib.activeController local weapon = p13.blades[1] if not weapon then return weapon end while weapon.Parent ~= game.Players.LocalPlayer.Character do weapon = weapon.Parent end return weapon end function AttackHit() local CombatFrameworkLib = debug.getupvalues(require(game:GetService("Players").LocalPlayer.PlayerScripts.CombatFramework)) local CmrFwLib = CombatFrameworkLib[2] local plr = game.Players.LocalPlayer for i = 1, 1 do local bladehit = require(game.ReplicatedStorage.CombatFramework.RigLib).getBladeHits(plr.Character,{plr.Character.HumanoidRootPart},60) local cac = {} local hash = {} for k, v in pairs(bladehit) do if v.Parent:FindFirstChild("HumanoidRootPart") and not hash[v.Parent] then table.insert(cac, v.Parent.HumanoidRootPart) hash[v.Parent] = true end end bladehit = cac if #bladehit > 0 then pcall(function() CmrFwLib.activeController.timeToNextAttack = -1 CmrFwLib.activeController.attacking = false CmrFwLib.activeController.blocking = false CmrFwLib.activeController.timeToNextBlock = 0 CmrFwLib.activeController.increment = 1 + 1 + math.huge CmrFwLib.activeController.hitboxMagnitude = 200 CmrFwLib.activeController.focusStart = 0 game:GetService("ReplicatedStorage").RigControllerEvent:FireServer("weaponChange",tostring(GetBladeHit())) game:GetService("ReplicatedStorage").RigControllerEvent:FireServer("hit", bladehit, 2, "") end) end end end spawn(function() while wait(.1) do if _G.FastAttack then pcall(function() repeat task.wait(_G.FastAttackDelay) AttackHit() until not _G.FastAttack end) end end end) Main:AddToggle("Bypass TP",BypassTP,function(value) BypassTP = value end) Main:AddToggle("Turn On V4 Race",false,function(value) AutoAwakeningRace = value end) spawn(function() while wait() do pcall(function() if AutoAwakeningRace then game:GetService("VirtualInputManager"):SendKeyEvent(true,"Y",false,game) wait(0.1) game:GetService("VirtualInputManager"):SendKeyEvent(false,"Y",false,game) end end) end end) Main:AddToggle("Set Spawn Point",true,function(value) _G.Set = value end) spawn(function() while wait() do if _G.Set then pcall(function() local args = { [1] = "SetSpawnPoint" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end) end end end) Main:AddToggle("Fast Attack ",true,function(value) _G.FastAttack = value end) Main:AddSeperator("Farm Level,...") Main:AddToggle("Farm Level",_G.AutoFarm,function(value) _G.AutoFarm = value StopTween(_G.AutoFarm) saveSettings() end) spawn(function() while wait() do if _G.AutoFarm then pcall(function() local QuestTitle = game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text CheckQuest() if not string.find(QuestTitle, NameMon) then StartMagnet = false game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("AbandonQuest") end if game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false then StartMagnet = false if BypassTP then if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - CFrameQuest.Position).Magnitude > 1500 then BTP(CFrameQuest) elseif (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - CFrameQuest.Position).Magnitude < 1500 then TP1(CFrameQuest) end else TP1(CFrameQuest) end if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - CFrameQuest.Position).Magnitude <= 20 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("StartQuest",NameQuest,LevelQuest) end elseif game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == true then -- Sun-Kissed Warrior Function Farm Level if string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, "kissed") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if string.find(v.Name,"kissed Warrior") then if v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 then if string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, NameMon) then repeat task.wait() EquipWeapon(_G.SelectWeapon) AutoHaki() PosMon = v.HumanoidRootPart.CFrame TP1(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(70,70,70) StartMagnet = true game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) until not _G.AutoFarm or v.Humanoid.Health <= 0 or not v.Parent or game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false else StartMagnet = false game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("AbandonQuest") end end elseif string.find(v.Name,"kissed Warrior") == nil then TP1(CFrameMon) StartMagnet = false if game:GetService("ReplicatedStorage"):FindFirstChild(Mon) then TP1(game:GetService("ReplicatedStorage"):FindFirstChild(Mon).HumanoidRootPart.CFrame * CFrame.new(0,20,0)) end end end else -- For Other Farm Level Except Sun Kissed Warrior if game:GetService("Workspace").Enemies:FindFirstChild(Mon) then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 then if v.Name == Mon then if string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, NameMon) then repeat task.wait() EquipWeapon(_G.SelectWeapon) AutoHaki() PosMon = v.HumanoidRootPart.CFrame TP1(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(70,70,70) StartMagnet = true game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) until not _G.AutoFarm or v.Humanoid.Health <= 0 or not v.Parent or game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false else StartMagnet = false game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("AbandonQuest") end end end end else TP1(CFrameMon) StartMagnet = false if game:GetService("ReplicatedStorage"):FindFirstChild(Mon) then TP1(game:GetService("ReplicatedStorage"):FindFirstChild(Mon).HumanoidRootPart.CFrame * CFrame.new(0,20,0)) end end end end end) end end end) Main:AddToggle("Farm Nearest ",_G.AutoFarmNearest,function(value) _G.AutoFarmNearest = value StopTween(_G.AutoFarmNearest) end) spawn(function() while wait() do if _G.AutoFarmNearest then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name and v:FindFirstChild("Humanoid") then if v.Humanoid.Health > 0 then repeat wait() EquipWeapon(_G.SelectWeapon) if not game.Players.LocalPlayer.Character:FindFirstChild("HasBuso") then local args = { [1] = "Buso" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) v.HumanoidRootPart.CanCollide = false Fastattack = true v.HumanoidRootPart.Size = Vector3.new(60, 60, 60) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280, 672), game.Workspace.CurrentCamera.CFrame) AutoFarmNearestMagnet = true PosMon = v.HumanoidRootPart.CFrame until not _G.AutoFarmNearest or not v.Parent or v.Humanoid.Health <= 0 AutoFarmNearestMagnet = false Fastattack = false end end end end end end) Main:AddLabel("Chest Farm") Main:AddToggle("Farm Chest | Safe ",false,function(value) AutoFarmChest = value StopTween(AutoFarmChest) end) _G.MagnitudeAdd = 0 spawn(function() while wait() do if AutoFarmChest then for i,v in pairs(game:GetService("Workspace"):GetChildren()) do if v.Name:find("Chest") then if game:GetService("Workspace"):FindFirstChild(v.Name) then if (v.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 5000+_G.MagnitudeAdd then repeat wait() if game:GetService("Workspace"):FindFirstChild(v.Name) then HyperCahaya(v.CFrame) end until AutoFarmChest == false or not v.Parent HyperCahaya(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame) _G.MagnitudeAdd = _G.MagnitudeAdd+1500 break end end end end end end end) Main:AddToggle("Farm Chest Bypass | Risk Kick",false,function(vu) _G.ChestBypass = vu end) spawn(function() while wait() do if _G.ChestBypass then pcall(function() for i,v in pairs(game:GetService("Workspace"):GetChildren()) do if string.find(v.Name, "Chest") then print(v.Name) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame wait(.15) end end game.Players.LocalPlayer.Character.Head:Destroy() for _,v in pairs(game:GetService("Workspace"):GetDescendants()) do if string.find(v.Name, "Chest") and v:IsA("TouchTransmitter") then firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0) --0 is touch wait() firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1) -- 1 is untouch end end end) end end end) spawn(function() while task.wait() do if _G.ChestBypass then local ohString1 = "SetTeam" local ohString2 = "Pirates" game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(ohString1, ohString2) end end end) Main:AddSeperator("Dough Boss") local MobKilled = Main:AddLabel("Killed") spawn(function() while wait() do pcall(function() if string.len(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CakePrinceSpawner")) == 88 then MobKilled:Set("Defeat : "..string.sub(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CakePrinceSpawner"),39,41)) elseif string.len(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CakePrinceSpawner")) == 87 then MobKilled:Set("Defeat : "..string.sub(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CakePrinceSpawner"),39,40)) elseif string.len(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CakePrinceSpawner")) == 86 then MobKilled:Set("Defeat : "..string.sub(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CakePrinceSpawner"),39,39)) else MobKilled:Set("Boss Is Spawning") end end) end end) Main:AddButton("Bypass Cake Island Teleport",function() if BypassTP then local cakepos = CFrame.new(-2077, 252, -12373) BTP(cakepos) wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2077, 252, -12373) wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2077, 252, -12373) wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2077, 252, -12373) end end) Main:AddToggle("Farm Cake Prince",_G.AutoDoughtBoss,function(value) _G.AutoDoughtBoss = value StopTween(_G.AutoDoughtBoss) end) spawn(function() while wait() do pcall(function() if string.len(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CakePrinceSpawner")) == 88 then KillMob = (tonumber(string.sub(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CakePrinceSpawner"),39,41)) - 500) elseif string.len(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CakePrinceSpawner")) == 87 then KillMob = (tonumber(string.sub(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CakePrinceSpawner"),40,41)) - 500) elseif string.len(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CakePrinceSpawner")) == 86 then KillMob = (tonumber(string.sub(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CakePrinceSpawner"),41,41)) - 500) end end) end end) spawn(function() while wait() do if _G.AutoDoughtBoss then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Cake Prince") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Cake Prince" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) sethiddenproperty(game.Players.LocalPlayer,"SimulationRadius",math.huge) until not _G.AutoDoughtBoss or not v.Parent or v.Humanoid.Health <= 0 end end end else if game:GetService("ReplicatedStorage"):FindFirstChild("Cake Prince") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Cake Prince").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if KillMob == 0 then end if game:GetService("Workspace").Map.CakeLoaf.BigMirror.Other.Transparency == 1 then if game:GetService("Workspace").Enemies:FindFirstChild("Cookie Crafter") or game:GetService("Workspace").Enemies:FindFirstChild("Cake Guard") or game:GetService("Workspace").Enemies:FindFirstChild("Baking Staff") or game:GetService("Workspace").Enemies:FindFirstChild("Head Baker") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Cookie Crafter" or v.Name == "Cake Guard" or v.Name == "Baking Staff" or v.Name == "Head Baker" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) MagnetDought = true PosMonDoughtOpenDoor = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not _G.AutoDoughtBoss or not v.Parent or v.Humanoid.Health <= 0 or game:GetService("Workspace").Map.CakeLoaf.BigMirror.Other.Transparency == 0 or game:GetService("ReplicatedStorage"):FindFirstChild("Cake Prince") or game:GetService("Workspace").Enemies:FindFirstChild("Cake Prince") or KillMob == 0 end end end else MagnetDought = false HyperCahaya(CFrame.new(-2091.911865234375, 70.00884246826172, -12142.8359375)) if game:GetService("ReplicatedStorage"):FindFirstChild("Cookie Crafter") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Cookie Crafter").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if game:GetService("ReplicatedStorage"):FindFirstChild("Cake Guard") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Cake Guard").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if game:GetService("ReplicatedStorage"):FindFirstChild("Baking Staff") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Baking Staff").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if game:GetService("ReplicatedStorage"):FindFirstChild("Head Baker") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Head Baker").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) end end end end end else if game:GetService("Workspace").Enemies:FindFirstChild("Cake Prince") then HyperCahaya(game:GetService("Workspace").Enemies:FindFirstChild("Cake Prince").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if game:GetService("ReplicatedStorage"):FindFirstChild("Cake Prince") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Cake Prince").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) end end end end end end) end end end) Main:AddToggle("Spawn Cake Prince",true,function(value) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CakePrinceSpawner",value) end) Main:AddToggle("Farm Dough King", _G.Autodoughking,function(value) _G.Autodoughking = value StopTween( _G.Autodoughking) end) Main:AddToggle("Farm Dough King Hop", _G.AutodoughkingHop,function(value) _G.AutodoughkingHop = value end) spawn(function() while wait() do if _G.Autodoughking and World3 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Dough King") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Dough King" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) sethiddenproperty(game.Players.LocalPlayer,"SimulationRadius",math.huge) until not _G.Autodoughking or not v.Parent or v.Humanoid.Health <= 0 end end end else HyperCahaya(CFrame.new(-2662.818603515625, 1062.3480224609375, -11853.6953125)) if game:GetService("ReplicatedStorage"):FindFirstChild("Dough King") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Dough King").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.AutodoughkingHop then Hop() end end end end) end end end) Main:AddSeperator("Boss") local Boss = {} for i, v in pairs(game:GetService("ReplicatedStorage"):GetChildren()) do if string.find(v.Name, "Boss") then if v.Name == "Ice Admiral" then else table.insert(Boss, v.Name) end end end local bossCheck = {} local bossNames = { "The Gorilla King", "Bobby", "The Saw", "Yeti", "Mob Leader", "Vice Admiral", "Warden", "Chief Warden", "Swan", "Saber Expert", "Magma Admiral", "Fishman Lord", "Wysper", "Thunder God", "Cyborg", "Greybeard", "Diamond", "Jeremy", "Fajita", "Don Swan", "Smoke Admiral", "Awakened Ice Admiral", "Tide Keeper", "Order", "Darkbeard", "Cursed Captain", "Stone", "Island Empress", "Kilo Admiral", "Captain Elephant", "Beautiful Pirate", "Longma", "Cake Queen", "Soul Reaper", "Rip_Indra", "Cake Prince", "Dough King" } if World1 or World2 or World3 then for _, bossName in pairs(bossNames) do if game:GetService("ReplicatedStorage"):FindFirstChild(bossName) then table.insert(bossCheck, bossName) end end end -- Menggabungkan kedua daftar nama bos for _, name in pairs(Boss) do table.insert(bossCheck, name) end local BossName = Main:AddDropdown("Select Boss", bossCheck, function(value) _G.SelectBoss = value end) Main:AddButton("Refresh Boss", function() BossName:Clear() wait(0.1) for i, v in pairs(game:GetService("ReplicatedStorage"):GetChildren()) do if (v.Name == "rip_indra" or v.Name == "Ice Admiral") or (v.Name == "Saber Expert" or v.Name == "The Saw" or v.Name == "Greybeard" or v.Name == "Mob Leader" or v.Name == "The Gorilla King" or v.Name == "Bobby" or v.Name == "Yeti" or v.Name == "Vice Admiral" or v.Name == "Warden" or v.Name == "Chief Warden" or v.Name == "Swan" or v.Name == "Magma Admiral" or v.Name == "Fishman Lord" or v.Name == "Wysper" or v.Name == "Thunder God" or v.Name == "Cyborg") or (v.Name == "Don Swan" or v.Name == "Diamond" or v.Name == "Jeremy" or v.Name == "Fajita" or v.Name == "Smoke Admiral" or v.Name == "Awakened Ice Admiral" or v.Name == "Tide Keeper" or v.Name == "Order" or v.Name == "Darkbeard") or (v.Name == "Stone" or v.Name == "Island Empress" or v.Name == "Kilo Admiral" or v.Name == "Captain Elephant" or v.Name == "Beautiful Pirate" or v.Name == "Cake Queen" or v.Name == "rip_indra True Form" or v.Name == "Longma" or v.Name == "Soul Reaper" or v.Name == "Cake Prince" or v.Name == "Dough King") then BossName:Add(v.Name) end end end) Main:AddToggle("Farm Boss",_G.AutoFarmBoss,function(value) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("AbandonQuest") _G.AutoFarmBoss = value StopTween(_G.AutoFarmBoss) end) spawn(function() while wait() do if _G.AutoFarmBoss then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild(_G.SelectBoss) then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == _G.SelectBoss then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(80,80,80) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.huge) until not _G.AutoFarmBoss or not v.Parent or v.Humanoid.Health <= 0 end end end else if game:GetService("ReplicatedStorage"):FindFirstChild(_G.SelectBoss) then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild(_G.SelectBoss).HumanoidRootPart.CFrame * CFrame.new(5,10,2)) end end end) end end end) Main:AddToggle("Farm All Boss",_G.AutoAllBoss,function(value) _G.AutoAllBoss = value StopTween(_G.AutoAllBoss) end) Main:AddToggle("Quest Boss(Beta)",false,function(value) _G.Auto_Quest_Boss = value end) Main:AddToggle("Farm All Boss Hop",_G.AutoAllBossHop,function(value) _G.AutoAllBossHop = value end) spawn(function() while wait() do if _G.AutoAllBoss then pcall(function() for i,v in pairs(game.ReplicatedStorage:GetChildren()) do if (v.Name == "rip_indra" or v.Name == "Ice Admiral") or (v.Name == "Saber Expert" or v.Name == "The Saw" or v.Name == "Greybeard" or v.Name == "Mob Leader" or v.Name == "The Gorilla King" or v.Name == "Bobby" or v.Name == "Yeti" or v.Name == "Vice Admiral" or v.Name == "Warden" or v.Name == "Chief Warden" or v.Name == "Swan" or v.Name == "Magma Admiral" or v.Name == "Fishman Lord" or v.Name == "Wysper" or v.Name == "Thunder God" or v.Name == "Cyborg") or (v.Name == "Don Swan" or v.Name == "Diamond" or v.Name == "Jeremy" or v.Name == "Fajita" or v.Name == "Smoke Admiral" or v.Name == "Awakened Ice Admiral" or v.Name == "Tide Keeper" or v.Name == "Order" or v.Name == "Darkbeard") or (v.Name == "Stone" or v.Name == "Island Empress" or v.Name == "Kilo Admiral" or v.Name == "Captain Elephant" or v.Name == "Beautiful Pirate" or v.Name == "Cake Queen" or v.Name == "rip_indra True Form" or v.Name == "Longma" or v.Name == "Soul Reaper" or v.Name == "Cake Prince" or v.Name == "Dough King") then if (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude < 17000 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(80,80,80) HyperCahaya(v.HumanoidRootPart.CFrame*CFrame.new(PosX, PosY, PosZ)) game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) sethiddenproperty(game.Players.LocalPlayer, "SimulationRadius", math.huge) until v.Humanoid.Health <= 0 or _G.AutoAllBoss == false or not v.Parent end else if _G.AutoAllBossHop then Hop() end end end end) end end end) Main:AddSeperator("Setting Farm 2") Main:AddToggle("Bring Mob",true,function(Mag) _G.BringMonster = Mag end) spawn(function() while task.wait() do pcall(function() if _G.BringMonster then CheckQuest() for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if _G.AutoFarm and StartMagnet and v.Name == Mon and (Mon == "Factory Staff" or Mon == "Monkey" or Mon == "Dragon Crew Warrior" or Mon == "Dragon Crew Archer") and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 and (v.HumanoidRootPart.Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 220 then v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.HumanoidRootPart.CFrame = PosMon v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.huge) elseif _G.AutoFarm and StartMagnet and v.Name == Mon and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 and (v.HumanoidRootPart.Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= _G.BringMode then v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.HumanoidRootPart.CFrame = PosMon v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.huge) end end end end) end end) local Bring = {"Low", "Normal", "Super Bring"} _G.BringMode = "Normal" Main:AddDropdown("Bring Mob Mode", Bring,function(value) _G.BringMode = value end) spawn(function() while wait(.1) do if _G.BringMode then pcall(function() if _G.BringMode == "Low" then _G.BringMode = 250 elseif _G.BringMode == "Normal" then _G.BringMode = 300 elseif _G.BringMode == "Super Bring" then _G.BringMode = 350 end end) end end end) Main:AddToggle("Buso Haki",true,function(value) _G.AUTOHAKI = value end) spawn(function() while wait(.1) do if _G.AUTOHAKI then if not game.Players.LocalPlayer.Character:FindFirstChild("HasBuso") then local args = { [1] = "Buso" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end end end end) Main:AddToggle("HyperSonic [ SUPER OP ]",false,function(value) _G.HyperSonic = value end) local CameraShaker = require(game.ReplicatedStorage.Util.CameraShaker) CombatFrameworkR = require(game:GetService("Players").LocalPlayer.PlayerScripts.CombatFramework) y = debug.getupvalues(CombatFrameworkR)[2] spawn(function() game:GetService("RunService").RenderStepped:Connect(function() if _G.FastAttack or _G.HyperSonic then if typeof(y) == "table" then pcall(function() CameraShaker:Stop() y.activeController.timeToNextAttack = (math.huge^math.huge^math.huge) y.activeController.timeToNextAttack = 0 y.activeController.hitboxMagnitude = 60 y.activeController.active = false y.activeController.timeToNextBlock = 0 y.activeController.focusStart = 1655503339.0980349 y.activeController.increment = 1 y.activeController.blocking = false y.activeController.attacking = false y.activeController.humanoid.AutoRotate = true end) end end end) end) spawn(function() game:GetService("RunService").RenderStepped:Connect(function() if _G.FastAttack == true or _G.HyperSonic == true then game.Players.LocalPlayer.Character.Stun.Value = 0 game.Players.LocalPlayer.Character.Busy.Value = false end end) end) spawn(function() while wait(.1) do if _G.HyperSonic then pcall(function() repeat task.wait(0,09) AttackHit() until not _G.HyperSonic end) end end end) Main:AddToggle("Auto Click",false,function(value) _G.AutoClick = value end) Main:AddToggle("Remove Notifications Text",false,function(NamfonGay) _G.Remove_trct = NamfonGay end) spawn(function() game:GetService("RunService").RenderStepped:Connect(function() if _G.Remove_trct == true then game:GetService("ReplicatedStorage").Notification:Destroy() end end) end) Main:AddToggle("Remove Hit Sound And Level Up",false,function(Remo) _G.RemoveHit = Remo end) spawn(function() game:GetService("RunService").RenderStepped:Connect(function() if _G.RemoveHit == true then game:GetService("ReplicatedStorage").Effect.Container.LevelUp:Destroy() game:GetService("ReplicatedStorage").Util.Sound:Destroy() game:GetService("ReplicatedStorage").Util.Sound.Storage.Other:FindFirstChild("LevelUp_Proxy"):Destroy() game:GetService("ReplicatedStorage").Util.Sound.Storage.Other:FindFirstChild("LevelUp"):Destroy() game:GetService("ReplicatedStorage").Effect.Container.Respawn:Destroy() end end) end) Main:AddToggle("Remove Attack",false,function(value) getgenv().A = require(game:GetService("ReplicatedStorage").CombatFramework.RigLib).wrapAttackAnimationAsync getgenv().B = require(game.Players.LocalPlayer.PlayerScripts.CombatFramework.Particle).play spawn(function() while wait() do pcall(function() require(game:GetService("ReplicatedStorage").CombatFramework.RigLib).wrapAttackAnimationAsync =function(a1,a2,a3,a4,a5) local GetBladeHits = require(game:GetService("ReplicatedStorage").CombatFramework.RigLib).getBladeHits(a2,a3,a4) if GetBladeHits then require(game:GetService("ReplicatedStorage").CombatFramework.RigLib).play = function() end a1:Play(0.2, 0.2, 0.2) a5(GetBladeHits) require(game:GetService("ReplicatedStorage").CombatFramework.RigLib).play = getgenv().B wait(.5) a1:Stop() end end end) end end) end) spawn(function() while wait() do if _G.WhiteScreen then for i, v in pairs(game.Workspace["_WorldOrigin"]:GetChildren()) do if v.Name == "CurvedRing" or v.Name == "SlashHit" or v.Name == "DamageCounter" or v.Name == "SwordSlash" or v.Name == "SlashTail" or v.Name == "Sounds" then v:Destroy() end end end end end) Main:AddToggle("White Screen",_G.WhiteScreen,function(value) _G.WhiteScreen = value if _G.WhiteScreen == true then game:GetService("RunService"):Set3dRenderingEnabled(false) elseif _G.WhiteScreen == false then game:GetService("RunService"):Set3dRenderingEnabled(true) end end) Main:AddToggle("Invisible Monsters",_G.inv,function(value) _G.inv = value while wait() do if _G.inv then pcall(function() for i,v in pairs(game:GetService("Workspace").Enemies:GetDescendants()) do if v.ClassName == "MeshPart" then v.Transparency = 1 end end for i,v in pairs(game:GetService("Workspace").Enemies:GetDescendants()) do if v.Name == "Head" then v.Transparency = 1 end end for i,v in pairs(game:GetService("Workspace").Enemies:GetDescendants()) do if v.ClassName == "Accessory" then v.Handle.Transparency = 1 end end for i,v in pairs(game:GetService("Workspace").Enemies:GetDescendants()) do if v.ClassName == "Decal" then v.Transparency = 1 end end end) end end end) Main:AddSeperator("Setting Farm Mode") Main:AddLabel("Pos X Front") Main:AddLabel("Pos Y High and low") Main:AddLabel("Pos Z Behind") PosX = 1 Main:AddSlider("Pos X",0,50,1,function(value) PosX = value end) PosY = 30 Main:AddSlider("Pos Y",0,50,45,function(value) PosY = value end) PosZ = 10 Main:AddSlider("Pos Z",0,50,40,function(value) PosZ = value end) Main:AddSeperator("Misc Setting Mastery") _G.Kill_At = 50 Main:AddSlider("Kill At %",1,100,25,function(value) _G.Kill_At = value end) Main:AddToggle("Skill Z",true,function(value) _G.SkillZ = value end) Main:AddToggle("Skill X",true,function(value) _G.SkillX = value end) Main:AddToggle("Skill C",true,function(value) _G.SkillC = value end) Main:AddToggle("Skill V",true,function(value) _G.SkillV = value end) M:AddSeperator("World") if World1 then M:AddToggle("Quest Second Sea",_G.AutoSecondSea,function(value) _G.AutoSecondSea = value StopTween(_G.AutoSecondSea) end) spawn(function() while wait() do if _G.AutoSecondSea then pcall(function() local MyLevel = game:GetService("Players").LocalPlayer.Data.Level.Value if MyLevel >= 700 and World1 then if game:GetService("Workspace").Map.Ice.Door.CanCollide == false and game:GetService("Workspace").Map.Ice.Door.Transparency == 1 then local CFrame1 = CFrame.new(4849.29883, 5.65138149, 719.611877) repeat HyperCahaya(CFrame1) wait() until (CFrame1.Position-game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 3 or _G.AutoSecondSea == false wait(1.1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("DressrosaQuestProgress","Detective") wait(0.5) EquipWeapon("Key") repeat HyperCahaya(CFrame.new(1347.7124, 37.3751602, -1325.6488)) wait() until (Vector3.new(1347.7124, 37.3751602, -1325.6488)-game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 3 or _G.AutoSecondSea == false wait(0.5) else if game:GetService("Workspace").Map.Ice.Door.CanCollide == false and game:GetService("Workspace").Map.Ice.Door.Transparency == 1 then if game:GetService("Workspace").Enemies:FindFirstChild("Ice Admiral") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Ice Admiral" then if not v.Humanoid.Health <= 0 then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then OldCFrameSecond = v.HumanoidRootPart.CFrame repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.HumanoidRootPart.CFrame = OldCFrameSecond HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.huge) until not _G.AutoSecondSea or not v.Parent or v.Humanoid.Health <= 0 end else game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("TravelDressrosa") end end end else if game:GetService("ReplicatedStorage"):FindFirstChild("Ice Admiral") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Ice Admiral").HumanoidRootPart.CFrame * CFrame.new(5,10,7)) end end end end end end) end end end) end if World2 then M:AddToggle("Quest Third Sea",_G.AutoThirdSea,function(value) _G.AutoThirdSea = value StopTween(_G.AutoThirdSea) end) task.spawn(function() while task.wait() do pcall(function() if _G.AutoThirdSea then if game.Players.LocalPlayer.Data.Level.Value >= 1500 then if _G.AutoFarm then _G.AutoFarm = false end if game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BartiloQuestProgress", "Bartilo") == 3 then if game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("GetUnlockables").FlamingoAccess ~= nil then Com("F_", "TravelZou") if game:GetService("ReplicatedStorage").Remotes["CommF_"]:InvokeServer("ZQuestProgress", "Check") == 0 then if game.Workspace.Enemies:FindFirstChild("rip_indra") then for i, v in pairs(game.Workspace.Enemies:GetChildren()) do if v.Name == "rip_indra" and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() if (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude > 300 then Farmtween = HyperCahaya(v.HumanoidRootPart.Position, v.HumanoidRootPart.CFrame) elseif (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Farmtween then Farmtween:Stop() end FastAttack = true if _G.AutoHaki then if not game.Players.LocalPlayer.Character:FindFirstChild("HasBuso") then game:GetService("ReplicatedStorage").Remotes .CommF_:InvokeServer("Buso") end end if not game.Players.LocalPlayer.Character:FindFirstChild(_G.SelectWeapon) then task.wait() EquipWeapon(_G.SelectWeapon) end PosMon = v.HumanoidRootPart.CFrame if not _G.FastAttack then game:GetService 'VirtualUser':CaptureController() game:GetService 'VirtualUser':Button1Down(Vector2.new(1280, 672)) end v.HumanoidRootPart.Size = Vector3.new(80, 80, 80) v.Humanoid.JumpPower = 0 v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Humanoid:ChangeState(11) v.Humanoid:ChangeState(14) v.Humanoid:ChangeState(16) HyperCahaya(v.HumanoidRootPart.CFrame * MethodFarm) end until not _G.AutoThirdSea or not v.Parent or v.Humanoid.Health <= 0 wait(.5) Check = 2 repeat task.wait() Com("F_", "TravelZou") until Check == 1 FastAttack = false end end else Com("F_", "ZQuestProgress", "Check") Com("F_", "ZQuestProgress", "Begin") end elseif game:GetService("ReplicatedStorage").Remotes["CommF_"]:InvokeServer("ZQuestProgress", "Check") == 1 then Com("F_", "TravelZou") else if game.Workspace.Enemies:FindFirstChild("Don Swan") then for i, v in pairs(game.Workspace.Enemies:GetChildren()) do if v.Name == "Don Swan" and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() if (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude > 300 then Farmtween = HyperCahaya(v.HumanoidRootPart.Position, v.HumanoidRootPart.CFrame) elseif (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Farmtween then Farmtween:Stop() end FastAttack = true if _G.AutoHaki then if not game.Players.LocalPlayer.Character:FindFirstChild("HasBuso") then game:GetService("ReplicatedStorage").Remotes .CommF_:InvokeServer("Buso") end end if not game.Players.LocalPlayer.Character:FindFirstChild(_G.SelectWeapon) then task.wait() EquipWeapon(_G.SelectWeapon) end PosMon = v.HumanoidRootPart.CFrame if not _G.FastAttack then game:GetService 'VirtualUser':CaptureController() game:GetService 'VirtualUser':Button1Down(Vector2.new(1280, 672)) end v.HumanoidRootPart.Size = Vector3.new(80, 80, 80) v.Humanoid.JumpPower = 0 v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Humanoid:ChangeState(14) v.Humanoid:ChangeState(16) v.Humanoid:ChangeState(11) HyperCahaya(v.HumanoidRootPart.CFrame * MethodFarm) end until not _G.AutoThirdSea or not v.Parent or v.Humanoid.Health <= 0 FastAttack = false end end else TweenDonSwanthireworld = HyperCahaya( CFrame.new(2288.802, 15.1870775, 863.034607).Position,CFrame.new(2288.802, 15.1870775, 863.034607)) if (CFrame.new(2288.802, 15.1870775, 863.034607).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if TweenDonSwanthireworld then TweenDonSwanthireworld:Stop() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2288.802, 15.1870775, 863.034607) end end end end else if game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("GetUnlockables").FlamingoAccess == nil then TabelDevilFruitStore = {} TabelDevilFruitOpen = {} for i, v in pairs(game:GetService("ReplicatedStorage").Remotes["CommF_"]:InvokeServer("getInventoryFruits")) do for i1, v1 in pairs(v) do if i1 == "Name" then table.insert(TabelDevilFruitStore, v1) end end end for i, v in next, game.ReplicatedStorage:WaitForChild("Remotes").CommF_:InvokeServer("GetFruits") do if v.Price >= 1000000 then table.insert(TabelDevilFruitOpen, v.Name) end end for i, DevilFruitOpenDoor in pairs(TabelDevilFruitOpen) do for i1, DevilFruitStore in pairs(TabelDevilFruitStore) do if DevilFruitOpenDoor == DevilFruitStore and game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("GetUnlockables").FlamingoAccess == nil then if not game.Players.LocalPlayer.Backpack:FindFirstChild(DevilFruitStore) then Com("F_", "LoadFruit", DevilFruitStore) else Com("F_", "TalkTrevor", "1") Com("F_", "TalkTrevor", "2") Com("F_", "TalkTrevor", "3") end end end end Com("F_", "TalkTrevor", "1") Com("F_", "TalkTrevor", "2") Com("F_", "TalkTrevor", "3") end end else if game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BartiloQuestProgress", "Bartilo") == 0 then if string.find(game.Players.LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, "Swan Pirates") and string.find(game.Players.LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, "50") and game.Players.LocalPlayer.PlayerGui.Main.Quest.Visible == true then if game.Workspace.Enemies:FindFirstChild("Swan Pirate") then for i, v in pairs(game.Workspace.Enemies:GetChildren()) do if v.Name == "Swan Pirate" then pcall(function() repeat task.wait() if (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude > 300 then Farmtween = HyperCahaya(v.HumanoidRootPart.Position, v.HumanoidRootPart.CFrame) elseif (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Farmtween then Farmtween:Stop() end FastAttack = true StartMagnet = true if _G.AutoHaki then if not game.Players.LocalPlayer.Character:FindFirstChild("HasBuso") then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Buso") end end if not game.Players.LocalPlayer.Character:FindFirstChild(_G.SelectWeapon) then task.wait() EquipWeapon(_G.FastType) end PosMon = v.HumanoidRootPart.CFrame if not _G.FastAttack then game:GetService 'VirtualUser':CaptureController() game:GetService 'VirtualUser':Button1Down(Vector2.new(1280, 672)) end v.HumanoidRootPart.Size = Vector3.new(80, 80, 80) v.Humanoid.JumpPower = 0 v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Humanoid:ChangeState(11) v.Humanoid:ChangeState(14) v.Humanoid:ChangeState(16) HyperCahaya(v.HumanoidRootPart.CFrame * MethodFarm) end until not v.Parent or v.Humanoid.Health <= 0 or _G.AutoThirdSea == false or game.Players.LocalPlayer.PlayerGui.Main.Quest.Visible == false FastAttack = false StartMagnet = false end) end end else Questtween = HyperCahaya( CFrame.new(960.9769897460938, 141.33583068847656, 1216.1959228515625).Position,CFrame.new(960.9769897460938, 141.33583068847656, 1216.1959228515625)) if (CFrame.new(960.9769897460938, 141.33583068847656, 1216.1959228515625).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Bartilotween then Bartilotween:Stop() end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(960.9769897460938, 141.33583068847656, 1216.1959228515625) end end else Bartilotween = HyperCahaya( CFrame.new(-456.28952, 73.0200958, 299.895966).Position,CFrame.new(-456.28952, 73.0200958, 299.895966)) if (CFrame.new(-456.28952, 73.0200958, 299.895966).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Bartilotween then Bartilotween:Stop() end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-456.28952, 73.0200958, 299.895966) Com("F_", "StartQuest", "BartiloQuest", 1) end end elseif game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BartiloQuestProgress", "Bartilo") == 1 then if game.Workspace.Enemies:FindFirstChild("Jeremy") then for i, v in pairs(game.Workspace.Enemies:GetChildren()) do if v.Name == "Jeremy" then repeat task.wait() if (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude > 300 then Farmtween = HyperCahaya(v.HumanoidRootPart.Position, v.HumanoidRootPart.CFrame) elseif (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Farmtween then Farmtween:Stop() end FastAttack = true if _G.AutoHaki then if not game.Players.LocalPlayer.Character:FindFirstChild("HasBuso") then game:GetService("ReplicatedStorage").Remotes.CommF_ :InvokeServer("Buso") end end if not game.Players.LocalPlayer.Character:FindFirstChild(_G.SelectWeapon) then task.wait() EquipWeapon(_G.SelectWeapon) end PosMon = v.HumanoidRootPart.CFrame if not _G.FastAttack then game:GetService 'VirtualUser':CaptureController() game:GetService 'VirtualUser':Button1Down(Vector2.new(1280, 672)) end v.HumanoidRootPart.Size = Vector3.new(80, 80, 80) v.Humanoid.JumpPower = 0 v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.CanCollide = false v.Humanoid:ChangeState(11) v.Humanoid:ChangeState(14) v.Humanoid:ChangeState(16) HyperCahaya(v.HumanoidRootPart.CFrame * MethodFarm) end until not v.Parent or v.Humanoid.Health <= 0 or _G.AutoThirdSea == false FastAttack = false end end else Bartilotween = HyperCahaya(CFrame.new(2099.88159, 448.931, 648.997375).Position,CFrame.new(2099.88159, 448.931, 648.997375)) if (CFrame.new(2099.88159, 448.931, 648.997375).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Bartilotween then Bartilotween:Stop() end game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2099.88159, 448.931, 648.997375) end end elseif game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BartiloQuestProgress", "Bartilo") == 2 then if (CFrame.new(-1836, 11, 1714).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude > 300 then Bartilotween = HyperCahaya(CFrame.new(-1836, 11, 1714).Position,CFrame.new(-1836, 11, 1714)) elseif (CFrame.new(-1836, 11, 1714).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Bartilotween then Bartilotween:Stop() end game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1836, 11, 1714) wait(.5) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1850.49329, 13.1789551, 1750.89685) wait(.1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1858.87305, 19.3777466, 1712.01807) wait(.1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1803.94324, 16.5789185, 1750.89685) wait(.1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1858.55835, 16.8604317, 1724.79541) wait(.1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1869.54224, 15.987854, 1681.00659) wait(.1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1800.0979, 16.4978027, 1684.52368) wait(.1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1819.26343, 14.795166, 1717.90625) wait(.1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1813.51843, 14.8604736, 1724.79541) end end end end end end) end end) end if World2 then M:AddToggle("Farm Factory",_G.AutoFactory,function(value) _G.AutoFactory = value StopTween(_G.AutoFactory) end) spawn(function() while wait() do pcall(function() if _G.AutoFactory then if game:GetService("Workspace").Enemies:FindFirstChild("Core") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Core" and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) HyperCahaya(CFrame.new(448.46756, 199.356781, -441.389252)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until v.Humanoid.Health <= 0 or _G.AutoFactory == false end end else HyperCahaya(CFrame.new(448.46756, 199.356781, -441.389252)) end end end) end end) elseif World3 then spawn(function() pcall(function() while wait() do if game.Workspace._WorldOrigin.Locations:FindFirstChild('Mirage Island') then Mirragecheck:Set('ðŸï¸: Mystic Island Spawning') else Mirragecheck:Set('âŒ: Mystic Island Not Found ' )end end end) end) Mirragecheck = M:AddLabel("") M:AddToggle("Tween Mystic Island",_G.AutoMysticIsland,function(value) _G.AutoMysticIsland = value StopTween(_G.AutoMysticIsland) end) spawn(function() pcall(function() while wait() do if _G.AutoMysticIsland then for i,v in pairs(game.Workspace.Map.MysticIsland:GetChildren()) do if game:GetService("Workspace").Map:FindFirstChild("MysticIsland") then HyperCahaya(CFrame.new(game.Workspace.Map.MysticIsland.BiggTree.Part.Position)) end end end end end) end) end M:AddButton("Teleport Advanced Fruit Dealer", function() TweenNpc() end) function TweenNpc() repeat wait() until game:GetService("Workspace").Map:FindFirstChild("MysticIsland") if game:GetService("Workspace").Map:FindFirstChild("MysticIsland") then AllNPCS = getnilinstances() for r, v in pairs(game:GetService("Workspace").NPCs:GetChildren()) do table.insert(AllNPCS, v) end for r, v in pairs(AllNPCS) do if v.Name == "Advanced Fruit Dealer" then HyperCahaya(v.HumanoidRootPart.CFrame) end end end end M:AddToggle("Summon Mystic Island",_G.dao,function(state) if state then _G.dao = true else _G.dao = false end if _G.dao then local args = { [1] = "requestEntrance", [2] = Vector3.new(-12463.6025390625, 378.3270568847656, -7566.0830078125) } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) wait(1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-5411.22021, 778.609863, -2682.27759, 0.927179396, 0, 0.374617696, 0, 1, 0, -0.374617696, 0, 0.927179396) wait(2) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-4526.32177734375, 16.446531295776367, -2648.96484375) wait(2) -- Script generated by SimpleSpy - credits to exx#9394 local args = { [1] = "BuyBoat", [2] = "PirateBrigade" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) function two(gotoCFrame) --- Tween pcall(function() game.Players.LocalPlayer.Character.Humanoid.Sit = false game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false end) if (game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart.Position - gotoCFrame.Position).Magnitude <= 200 then pcall(function() tweenz:Cancel() end) game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart.CFrame = gotoCFrame else local tween_s = game:service"TweenService" local info = TweenInfo.new((game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart.Position - gotoCFrame.Position).Magnitude/325, Enum.EasingStyle.Linear) tween, err = pcall(function() tweenz = tween_s:Create(game.Players.LocalPlayer.Character["HumanoidRootPart"], info, {CFrame = gotoCFrame}) tweenz:Play() end) if not tween then return err end end function _TweenCanCle() tweenz:Cancel() end end two(CFrame.new(-5100.7085, 29.968586, -6792.45459, -0.33648631, -0.0396691673, 0.940852463, -6.40461678e-07, 0.999112308, 0.0421253517, -0.941688359, 0.0141740013, -0.336187631)) wait(13) for _,v in next, workspace.Boats.PirateBrigade:GetDescendants() do if v.Name:find("VehicleSeat") then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame if game:GetService("Workspace").Map:FindFirstChild("MysticIsland") then HyperCahaya(game:GetService("Workspace").Map:FindFirstChild("MysticIsland").HumanoidRootPart.CFrame * CFrame.new(0,500,-100)) end end end end end) spawn(function() while wait() do pcall(function() if _G.dao then local batuLaut = {"SmallGroup", "SmallCluster", "MediumGroup", "MediumFlat", "Large", "Largest"} for _, v in pairs(workspace:GetChildren()) do if table.find(batuLaut, v.Name) and v:IsA("Model") then for _, part in pairs(v:GetDescendants()) do if part:IsA("BasePart") then part.CanCollide = false end end end end end end) end end) spawn(function() while wait() do pcall(function() if _G.dao then wait(0.5) local model = workspace.Boats.PirateBrigade if model then local speed = 11 local forwardDirection = model.PrimaryPart.CFrame.lookVector local targetPosition = model.PrimaryPart.Position + forwardDirection * 10 while (model.PrimaryPart.Position - targetPosition).Magnitude > 0.1 do model:SetPrimaryPartCFrame(model.PrimaryPart.CFrame + forwardDirection * speed) task.wait() if not _G.BiirTrax then break -- Hentikan pergerakan jika _G.BiirTrax diatur ke false end end end end end) end end) spawn(function() while wait() do pcall(function() if _G.dao then if game:GetService("Workspace").Map:FindFirstChild("MysticIsland") then local bigTreePart = game.Workspace.Map.MysticIsland.BigTree.Part HyperCahaya(CFrame.new(bigTreePart.Position)) repeat wait() until (game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Position - bigTreePart.Position).Magnitude < 5 -- Tunggu sampai jarak kurang dari 5 satuan _G.LockCamToMoon = true -- Mengatur _G.LockCamToMoon menjadi true wait(5) -- Tunggu 5 detik if game:GetService("Workspace").Map:FindFirstChild("MysticIsland") then for i,v in pairs(game:GetService("Workspace").Map.MysticIsland:GetChildren()) do if v:IsA("MeshPart") and v.Material == Enum.Material.Neon then HyperCahaya(v.CFrame) end end end end end end) end end) M:AddToggle("Tween Gear",_G.TweenMGear,function(value) _G.TweenMGear = value StopTween(_G.TweenMGear) end) spawn(function() pcall(function() while wait() do if _G.TweenMGear then if game:GetService("Workspace").Map:FindFirstChild("MysticIsland") then for i,v in pairs(game:GetService("Workspace").Map.MysticIsland:GetChildren()) do if v:IsA("MeshPart")then if v.Material == Enum.Material.Neon then HyperCahaya(v.CFrame) end end end end end end end) end) M:AddLine() M:AddSeperator("Fighting Style") M:AddToggle("Taken Superhuman",_G.AutoSuperhuman,function(value) _G.AutoSuperhuman = value end) spawn(function() pcall(function() while wait() do if _G.AutoSuperhuman then if game.Players.LocalPlayer.Backpack:FindFirstChild("Combat") or game.Players.LocalPlayer.Character:FindFirstChild("Combat") and game:GetService("Players")["LocalPlayer"].Data.Beli.Value >= 150000 then UnEquipWeapon("Combat") wait(.1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyBlackLeg") end if game.Players.LocalPlayer.Character:FindFirstChild("Superhuman") or game.Players.LocalPlayer.Backpack:FindFirstChild("Superhuman") then _G.SelectWeapon = "Superhuman" end if game.Players.LocalPlayer.Backpack:FindFirstChild("Black Leg") or game.Players.LocalPlayer.Character:FindFirstChild("Black Leg") or game.Players.LocalPlayer.Backpack:FindFirstChild("Electro") or game.Players.LocalPlayer.Character:FindFirstChild("Electro") or game.Players.LocalPlayer.Backpack:FindFirstChild("Fishman Karate") or game.Players.LocalPlayer.Character:FindFirstChild("Fishman Karate") or game.Players.LocalPlayer.Backpack:FindFirstChild("Dragon Claw") or game.Players.LocalPlayer.Character:FindFirstChild("Dragon Claw") then if game.Players.LocalPlayer.Backpack:FindFirstChild("Black Leg") and game.Players.LocalPlayer.Backpack:FindFirstChild("Black Leg").Level.Value <= 299 then _G.SelectWeapon = "Black Leg" end if game.Players.LocalPlayer.Backpack:FindFirstChild("Electro") and game.Players.LocalPlayer.Backpack:FindFirstChild("Electro").Level.Value <= 299 then _G.SelectWeapon = "Electro" end if game.Players.LocalPlayer.Backpack:FindFirstChild("Fishman Karate") and game.Players.LocalPlayer.Backpack:FindFirstChild("Fishman Karate").Level.Value <= 299 then _G.SelectWeapon = "Fishman Karate" end if game.Players.LocalPlayer.Backpack:FindFirstChild("Dragon Claw") and game.Players.LocalPlayer.Backpack:FindFirstChild("Dragon Claw").Level.Value <= 299 then _G.SelectWeapon = "Dragon Claw" end if game.Players.LocalPlayer.Backpack:FindFirstChild("Black Leg") and game.Players.LocalPlayer.Backpack:FindFirstChild("Black Leg").Level.Value >= 300 and game:GetService("Players")["LocalPlayer"].Data.Beli.Value >= 300000 then UnEquipWeapon("Black Leg") wait(.1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyElectro") end if game.Players.LocalPlayer.Character:FindFirstChild("Black Leg") and game.Players.LocalPlayer.Character:FindFirstChild("Black Leg").Level.Value >= 300 and game:GetService("Players")["LocalPlayer"].Data.Beli.Value >= 300000 then UnEquipWeapon("Black Leg") wait(.1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyElectro") end if game.Players.LocalPlayer.Backpack:FindFirstChild("Electro") and game.Players.LocalPlayer.Backpack:FindFirstChild("Electro").Level.Value >= 300 and game:GetService("Players")["LocalPlayer"].Data.Beli.Value >= 750000 then UnEquipWeapon("Electro") wait(.1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyFishmanKarate") end if game.Players.LocalPlayer.Character:FindFirstChild("Electro") and game.Players.LocalPlayer.Character:FindFirstChild("Electro").Level.Value >= 300 and game:GetService("Players")["LocalPlayer"].Data.Beli.Value >= 750000 then UnEquipWeapon("Electro") wait(.1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyFishmanKarate") end if game.Players.LocalPlayer.Backpack:FindFirstChild("Fishman Karate") and game.Players.LocalPlayer.Backpack:FindFirstChild("Fishman Karate").Level.Value >= 300 and game:GetService("Players")["Localplayer"].Data.Fragments.Value >= 1500 then UnEquipWeapon("Fishman Karate") wait(.1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BlackbeardReward","DragonClaw","1") game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BlackbeardReward","DragonClaw","2") end if game.Players.LocalPlayer.Character:FindFirstChild("Fishman Karate") and game.Players.LocalPlayer.Character:FindFirstChild("Fishman Karate").Level.Value >= 300 and game:GetService("Players")["Localplayer"].Data.Fragments.Value >= 1500 then UnEquipWeapon("Fishman Karate") wait(.1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BlackbeardReward","DragonClaw","1") game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BlackbeardReward","DragonClaw","2") end if game.Players.LocalPlayer.Backpack:FindFirstChild("Dragon Claw") and game.Players.LocalPlayer.Backpack:FindFirstChild("Dragon Claw").Level.Value >= 300 and game:GetService("Players")["LocalPlayer"].Data.Beli.Value >= 3000000 then UnEquipWeapon("Dragon Claw") wait(.1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuySuperhuman") end if game.Players.LocalPlayer.Character:FindFirstChild("Dragon Claw") and game.Players.LocalPlayer.Character:FindFirstChild("Dragon Claw").Level.Value >= 300 and game:GetService("Players")["LocalPlayer"].Data.Beli.Value >= 3000000 then UnEquipWeapon("Dragon Claw") wait(.1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuySuperhuman") end end end end end) end) M:AddToggle("Taken DeathStep",_G.AutoDeathStep,function(value) _G.AutoDeathStep = value end) spawn(function() while wait() do wait() if _G.AutoDeathStep then if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Black Leg") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Black Leg") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Death Step") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Death Step") then if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Black Leg") and game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Black Leg").Level.Value >= 450 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyDeathStep") _G.SelectWeapon = "Death Step" end if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Black Leg") and game:GetService("Players").LocalPlayer.Character:FindFirstChild("Black Leg").Level.Value >= 450 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyDeathStep") _G.SelectWeapon = "Death Step" end if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Black Leg") and game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Black Leg").Level.Value <= 449 then _G.SelectWeapon = "Black Leg" end else game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyBlackLeg") end end end end) M:AddToggle("Taken Sharkman Karate",_G.AutoSharkman,function(value) _G.AutoSharkman = value end) spawn(function() pcall(function() while wait() do if _G.AutoSharkman then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyFishmanKarate") if string.find(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuySharkmanKarate"), "keys") then if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Water Key") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Water Key") then HyperCahaya(CFrame.new(-2604.6958, 239.432526, -10315.1982, 0.0425701365, 0, -0.999093413, 0, 1, 0, 0.999093413, 0, 0.0425701365)) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuySharkmanKarate") elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild("Fishman Karate") and game:GetService("Players").LocalPlayer.Character:FindFirstChild("Fishman Karate").Level.Value >= 400 then else Ms = "Tide Keeper" if game:GetService("Workspace").Enemies:FindFirstChild(Ms) then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == Ms then OldCFrameShark = v.HumanoidRootPart.CFrame repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.Head.CanCollide = false v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.HumanoidRootPart.CFrame = OldCFrameShark HyperCahaya(v.HumanoidRootPart.CFrame*CFrame.new(2,20,2)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280, 670)) sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.huge) until not v.Parent or v.Humanoid.Health <= 0 or _G.AutoSharkman == false or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Water Key") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Water Key") end end else HyperCahaya(CFrame.new(-3570.18652, 123.328949, -11555.9072, 0.465199202, -1.3857326e-08, 0.885206044, 4.0332897e-09, 1, 1.35347511e-08, -0.885206044, -2.72606271e-09, 0.465199202)) wait(3) end end else game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuySharkmanKarate") end end end end) end) M:AddToggle("Taken Electric Claw",_G.AutoElectricClaw,function(value) _G.AutoElectricClaw = value StopTween(_G.AutoElectricClaw) end) spawn(function() pcall(function() while wait() do if _G.AutoElectricClaw then if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Electro") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Electro") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Electric Claw") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Electric Claw") then if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Electro") and game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Electro").Level.Value >= 400 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyElectricClaw") _G.SelectWeapon = "Electric Claw" end if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Electro") and game:GetService("Players").LocalPlayer.Character:FindFirstChild("Electro").Level.Value >= 400 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyElectricClaw") _G.SelectWeapon = "Electric Claw" end if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Electro") and game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Electro").Level.Value <= 399 then _G.SelectWeapon = "Electro" end else game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyElectro") end end if _G.AutoElectricClaw then if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Electro") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Electro") then if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Electro") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Electro") and game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Electro").Level.Value >= 400 or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Electro").Level.Value >= 400 then if _G.AutoFarm == false then repeat task.wait() HyperCahaya(CFrame.new(-10371.4717, 330.764496, -10131.4199)) until not _G.AutoElectricClaw or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - CFrame.new(-10371.4717, 330.764496, -10131.4199).Position).Magnitude <= 10 game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyElectricClaw","Start") wait(2) repeat task.wait() HyperCahaya(CFrame.new(-12550.532226563, 336.22631835938, -7510.4233398438)) until not _G.AutoElectricClaw or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - CFrame.new(-12550.532226563, 336.22631835938, -7510.4233398438).Position).Magnitude <= 10 wait(1) repeat task.wait() HyperCahaya(CFrame.new(-10371.4717, 330.764496, -10131.4199)) until not _G.AutoElectricClaw or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - CFrame.new(-10371.4717, 330.764496, -10131.4199).Position).Magnitude <= 10 wait(1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyElectricClaw") elseif _G.AutoFarm == true then _G.AutoFarm = false wait(1) repeat task.wait() HyperCahaya(CFrame.new(-10371.4717, 330.764496, -10131.4199)) until not _G.AutoElectricClaw or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - CFrame.new(-10371.4717, 330.764496, -10131.4199).Position).Magnitude <= 10 game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyElectricClaw","Start") wait(2) repeat task.wait() HyperCahaya(CFrame.new(-12550.532226563, 336.22631835938, -7510.4233398438)) until not _G.AutoElectricClaw or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - CFrame.new(-12550.532226563, 336.22631835938, -7510.4233398438).Position).Magnitude <= 10 wait(1) repeat task.wait() HyperCahaya(CFrame.new(-10371.4717, 330.764496, -10131.4199)) until not _G.AutoElectricClaw or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - CFrame.new(-10371.4717, 330.764496, -10131.4199).Position).Magnitude <= 10 wait(1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyElectricClaw") _G.SelectWeapon = "Electric Claw" wait(.1) _G.AutoFarm = true end end end end end end) end) M:AddToggle("Taken Dragon Talon",_G.AutoDragonTalon,function(value) _G.AutoDragonTalon = value end) spawn(function() while wait() do if _G.AutoDragonTalon then if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Dragon Claw") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Dragon Claw") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Dragon Talon") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Dragon Talon") then if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Dragon Claw") and game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Dragon Claw").Level.Value >= 400 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyDragonTalon") _G.SelectWeapon = "Dragon Talon" end if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Dragon Claw") and game:GetService("Players").LocalPlayer.Character:FindFirstChild("Dragon Claw").Level.Value >= 400 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyDragonTalon") _G.SelectWeapon = "Dragon Talon" end if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Dragon Claw") and game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Dragon Claw").Level.Value <= 399 then _G.SelectWeapon = "Dragon Claw" end else game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BlackbeardReward","DragonClaw","2") end end end end) M:AddToggle("Taken GodHuman",_G.Auto_God_Human,function(value) _G.Auto_God_Human = value end) spawn(function() while task.wait() do if _G.Auto_God_Human then pcall(function() if game.Players.LocalPlayer.Character:FindFirstChild("Superhuman") or game.Players.LocalPlayer.Backpack:FindFirstChild("Superhuman") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Black Leg") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Black Leg") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Death Step") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Death Step") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Fishman Karate") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Fishman Karate") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Sharkman Karate") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Sharkman Karate") or game.Players.LocalPlayer.Backpack:FindFirstChild("Electro") or game.Players.LocalPlayer.Character:FindFirstChild("Electro") or game.Players.LocalPlayer.Backpack:FindFirstChild("Electric Claw") or game.Players.LocalPlayer.Character:FindFirstChild("Electric Claw") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Dragon Claw") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Dragon Claw") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Dragon Talon") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Dragon Talon") or game.Players.LocalPlayer.Character:FindFirstChild("Godhuman") or game.Players.LocalPlayer.Backpack:FindFirstChild("Godhuman") then if game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuySuperhuman",true) == 1 then if game.Players.LocalPlayer.Backpack:FindFirstChild("Superhuman") and game.Players.LocalPlayer.Backpack:FindFirstChild("Superhuman").Level.Value >= 400 or game.Players.LocalPlayer.Character:FindFirstChild("Superhuman") and game.Players.LocalPlayer.Character:FindFirstChild("Superhuman").Level.Value >= 400 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyDeathStep") end else game.StarterGui:SetCore("SendNotification", { Title = "Notification", Text = "Not Have Superhuman" , Icon = "http://www.roblox.com/asset/?id=15435099885", Duration = 2.5 }) end if game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyDeathStep",true) == 1 then if game.Players.LocalPlayer.Backpack:FindFirstChild("Death Step") and game.Players.LocalPlayer.Backpack:FindFirstChild("Death Step").Level.Value >= 400 or game.Players.LocalPlayer.Character:FindFirstChild("Death Step") and game.Players.LocalPlayer.Character:FindFirstChild("Death Step").Level.Value >= 400 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuySharkmanKarate") end else game.StarterGui:SetCore("SendNotification", { Title = "Notification", Text = "Not Have Death Step" , Icon = "http://www.roblox.com/asset/?id=15435099885", Duration = 2.5 }) end if game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuySharkmanKarate",true) == 1 then if game.Players.LocalPlayer.Backpack:FindFirstChild("Sharkman Karate") and game.Players.LocalPlayer.Backpack:FindFirstChild("Sharkman Karate").Level.Value >= 400 or game.Players.LocalPlayer.Character:FindFirstChild("Sharkman Karate") and game.Players.LocalPlayer.Character:FindFirstChild("Sharkman Karate").Level.Value >= 400 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyElectricClaw") end else game.StarterGui:SetCore("SendNotification", { Title = "Notification", Text = "Not Have SharkMan Karate" , Icon = "http://www.roblox.com/asset/?id=15435099885", Duration = 2.5 }) end if game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyElectricClaw",true) == 1 then if game.Players.LocalPlayer.Backpack:FindFirstChild("Electric Claw") and game.Players.LocalPlayer.Backpack:FindFirstChild("Electric Claw").Level.Value >= 400 or game.Players.LocalPlayer.Character:FindFirstChild("Electric Claw") and game.Players.LocalPlayer.Character:FindFirstChild("Electric Claw").Level.Value >= 400 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyDragonTalon") end else game.StarterGui:SetCore("SendNotification", { Title = "Notification", Text = "Not Have Electric Claw" , Icon = "http://www.roblox.com/asset/?id=15435099885", Duration = 2.5 }) end if game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyDragonTalon",true) == 1 then if game.Players.LocalPlayer.Backpack:FindFirstChild("Dragon Talon") and game.Players.LocalPlayer.Backpack:FindFirstChild("Dragon Talon").Level.Value >= 400 or game.Players.LocalPlayer.Character:FindFirstChild("Dragon Talon") and game.Players.LocalPlayer.Character:FindFirstChild("Dragon Talon").Level.Value >= 400 then if string.find(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyGodhuman",true), "Bring") then game.StarterGui:SetCore("SendNotification", { Title = "Notification", Text = "Not Have Enough Material" , Icon = "http://www.roblox.com/asset/?id=15435099885", Duration = 2.5 }) else game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyGodhuman") end end else game.StarterGui:SetCore("SendNotification", { Title = "Notification", Text = "Not Have Dragon Talon" , Icon = "http://www.roblox.com/asset/?id=15435099885", Duration = 2.5 }) end else game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuySuperhuman") end end) end end end) M:AddSeperator(" Materials ") M:AddToggle("Farm Radioactive Material",false,function(value) Radioactive = value StopTween(Radioactive) end) spawn(function() while wait() do if Radioactive and World2 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Factory Staff") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Factory Staff" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not Radioactive or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(-507.7895202636719, 72.99479675292969, -126.45632934570312)) if game:GetService("ReplicatedStorage"):FindFirstChild("Factory Staff") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Factory Staff").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) M:AddToggle("Farm Vampire Fang",false,function(value) BjirVampire = value StopTween(BjirVampire) end) spawn(function() while wait() do if BjirVampire and World2 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Vampire") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Vampire" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not BjirVampire or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(-5622.033203125, 492.19604492188, -781.78552246094)) if game:GetService("ReplicatedStorage"):FindFirstChild("Vampire") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Vampire").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) M:AddToggle("Farm Ectoplasm",_G.AutoEctoplasm,function(value) _G.AutoEctoplasm = value StopTween(_G.AutoEctoplasm) end) spawn(function() while wait() do if _G.AutoEctoplasm and World2 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Ship Deckhand") or game:GetService("Workspace").Enemies:FindFirstChild("Ship Engineer") or game:GetService("Workspace").Enemies:FindFirstChild("Ship Steward") or game:GetService("Workspace").Enemies:FindFirstChild("Ship Officer") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Ship Officer" or v.Name == "Ship Steward" or "Ship Engineer" or "Ship Deckhand" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false StartEctoplasmMagnet = true EctoplasmMon = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not _G.AutoEctoplasm or not v.Parent or v.Humanoid.Health <= 0 StartEctoplasmMagnet = false end end end else StartEctoplasmMagnet = false local Distance = (Vector3.new(911.35827636719, 125.95812988281, 33159.5390625) - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude if Distance > 18000 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(923.21252441406, 126.9760055542, 32852.83203125)) end HyperCahaya(CFrame.new(911.35827636719, 125.95812988281, 33159.5390625)) end end) end end end) M:AddToggle("Farm Mystic Droplet",false,function(value) _G.Makori_gay = value StopTween(_G.Makori_gay) end) spawn(function() while wait() do if _G.Makori_gay and World2 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Water Fighter") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Water Fighter" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not _G.Makori_gay or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(-3352.9013671875, 285.01556396484375, -10534.841796875)) if game:GetService("ReplicatedStorage"):FindFirstChild("Water Fighter") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Water Fighter").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) M:AddToggle("Farm Magma Ore",_G.Makori_gay,function(value) _G.Umm = value StopTween(_G.Umm) end) spawn(function() while wait() do if _G.Umm and World1 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Military Spy") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Military Spy" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not _G.Umm or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(-5850.2802734375, 77.28675079345703, 8848.6748046875)) if game:GetService("ReplicatedStorage"):FindFirstChild("Military Spy") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Military Spy").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) spawn(function() while wait() do if _G.Umm and World2 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Lava Pirate") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Lava Pirate" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not _G.Umm or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(-5234.60595703125, 51.953372955322266, -4732.27880859375)) if game:GetService("ReplicatedStorage"):FindFirstChild("Lava Pirate") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Lava Pirate").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) M:AddToggle("Farm Angel Wings",_G.Makori_gay,function(value) _G.Auto_Wing = value StopTween(_G.Auto_Wing) end) spawn(function() while wait() do if _G.Auto_Wing and World1 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Royal Soldier") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Royal Soldier" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not _G.Auto_Wing or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(-7827.15625, 5606.912109375, -1705.5833740234375)) if game:GetService("ReplicatedStorage"):FindFirstChild("Royal Soldier") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Royal Soldier").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) M:AddToggle("Farm Leather",_G.Makori_gay,function(value) _G.Leather = value StopTween(_G.Leather) end) spawn(function() while wait() do if _G.Leather and World1 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Pirate") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Pirate" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not _G.Leather or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(-1211.8792724609375, 4.787090301513672, 3916.83056640625)) if game:GetService("ReplicatedStorage"):FindFirstChild("Pirate") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Pirate").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) spawn(function() while wait() do if _G.Leather and World2 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Marine Captain") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Marine Captain" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not _G.Leather or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(-2010.5059814453125, 73.00115966796875, -3326.620849609375)) if game:GetService("ReplicatedStorage"):FindFirstChild("Marine Captain") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Marine Captain").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) spawn(function() while wait() do if _G.Leather and World3 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Jungle Pirate") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Jungle Pirate" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not _G.Leather or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(-11975.78515625, 331.7734069824219, -10620.0302734375)) if game:GetService("ReplicatedStorage"):FindFirstChild("Jungle Pirate") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Jungle Pirate").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) M:AddToggle("Farm Scrap Metal",false,function(value) Scrap = value StopTween(Scrap) end) spawn(function() while wait() do if Scrap and World1 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Brute") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Brute" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not Scrap or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(-1132.4202880859375, 14.844913482666016, 4293.30517578125)) if game:GetService("ReplicatedStorage"):FindFirstChild("Brute") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Brute").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) spawn(function() while wait() do if Scrap and World2 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Mercenary") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Mercenary" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not Scrap or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(-972.307373046875, 73.04473876953125, 1419.2901611328125)) if game:GetService("ReplicatedStorage"):FindFirstChild("Mercenary") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Mercenary").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) spawn(function() while wait() do if Scrap and World3 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Pirate Millionaire") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Pirate Millionaire" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not Scrap or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(-289.6311950683594, 43.8282470703125, 5583.66357421875)) if game:GetService("ReplicatedStorage"):FindFirstChild("Pirate Millionaire") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Pirate Millionaire").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) M:AddToggle("Farm Conjured Cocoa",false,function(value) Cocoafarm = value StopTween(Cocoafarm) end) spawn(function() while wait() do if Cocoafarm and World3 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Chocolate Bar Battler") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Chocolate Bar Battler" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not Cocoafarm or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(744.7930908203125, 24.76934242248535, -12637.7255859375)) if game:GetService("ReplicatedStorage"):FindFirstChild("Chocolate Bar Battler") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Chocolate Bar Battler").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) M:AddToggle("Farm Dragon Scale",false,function(value) Dragon_Scale = value StopTween(Dragon_Scale) end) spawn(function() while wait() do if Dragon_Scale and World3 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Dragon Crew Warrior") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Dragon Crew Warrior" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not Dragon_Scale or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(5824.06982421875, 51.38640213012695, -1106.694580078125)) if game:GetService("ReplicatedStorage"):FindFirstChild("Dragon Crew Warrior") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Dragon Crew Warrior").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) M:AddToggle("Farm Gunpowder",false,function(value) Gunpowder = value StopTween(Gunpowder) end) spawn(function() while wait() do if Gunpowder and World3 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Pistol Billionaire") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Pistol Billionaire" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not Gunpowder or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(-379.6134338378906, 73.84449768066406, 5928.5263671875)) if game:GetService("ReplicatedStorage"):FindFirstChild("Pistol Billionaire") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Pistol Billionaire").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) M:AddToggle("Farm Fish Tail World 3",false,function(value) Fish = value StopTween(Fish) end) spawn(function() while wait() do if Fish and World3 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Fishman Captain") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Fishman Captain" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not Fish or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(-10961.0126953125, 331.7977600097656, -8914.29296875)) if game:GetService("ReplicatedStorage"):FindFirstChild("Fishman Captain") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Fishman Captain").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) M:AddToggle("Farm Mini Tusk",false,function(value) MiniHee = value StopTween(MiniHee) end) spawn(function() while wait() do if MiniHee and World3 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Mythological Pirate") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Mythological Pirate" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = true PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not MiniHee or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else HyperCahaya(CFrame.new(-13516.0458984375, 469.8182373046875, -6899.16064453125)) if game:GetService("ReplicatedStorage"):FindFirstChild("Mythological Pirate") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Mythological Pirate").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) M:AddToggle("Hop Farm",_G.Makori_gay,function(value) _G.StardHop = value end) M:AddSeperator(" Sea Beast ") M:AddToggle('Kill Sea Beast', false, function(value) _G.AutoSeaBest = value StopTween(_G.AutoFarmSeabaest) end) spawn(function() while wait() do if _G.AutoSeaBest then pcall(function() for i,v in pairs(game:GetService("Workspace").SeaBeasts:GetChildren()) do if v:FindFirstChild("HumanoidRootPart") then AutoHaki() HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(1,450,45)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then if v.ToolTip == "Melee" then -- "Blox Fruit" , "Sword" , "Wear" , "Agility" game.Players.LocalPlayer.Character.Humanoid:EquipTool(v) end end end game:GetService("VirtualInputManager"):SendKeyEvent(true,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(false,"C",false,game.Players.LocalPlayer.Character.HumanoidRootPart) for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then if v.ToolTip == "Blox Fruit" then -- "Blox Fruit" , "Sword" , "Wear" , "Agility" game.Players.LocalPlayer.Character.Humanoid:EquipTool(v) end end end game:GetService("VirtualInputManager"):SendKeyEvent(true,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,"V",false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,"V",false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(0.6) for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then if v.ToolTip == "Sword" then -- "Blox Fruit" , "Sword" , "Wear" , "Agility" game.Players.LocalPlayer.Character.Humanoid:EquipTool(v) end end end game:GetService("VirtualInputManager"):SendKeyEvent(true,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(0.5) for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then if v.ToolTip == "Gun" then -- "Blox Fruit" , "Sword" , "Wear" , "Agility" game.Players.LocalPlayer.Character.Humanoid:EquipTool(v) end end end game:GetService("VirtualInputManager"):SendKeyEvent(true,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) end end end) end end end) M:AddToggle('Kill PirateShips', _G.KillGhostShip, function(value) _G.KillGhostShip = value StopTween(_G.KillGhostShip) end) function CheckPirateBoat() local checkmmpb = {"PirateGrandBrigade", "PirateBrigade"} for r, v in next, game:GetService("Workspace").Enemies:GetChildren() do if table.find(checkmmpb, v.Name) and v:FindFirstChild("Health") and v.Health.Value > 0 then return v end end end spawn(function() while wait() do if _G.KillGhostShip then pcall(function() if CheckPirateBoat() then game:GetService("VirtualInputManager"):SendKeyEvent(true,32,false,game) wait(.5) game:GetService("VirtualInputManager"):SendKeyEvent(false,32,false,game) local v = CheckPirateBoat() repeat wait() spawn(HyperCahaya(v.Engine.CFrame * CFrame.new(0, -20, 0)), 1) matquyenkiemsoat = true getgenv().noclip = true getgenv().psskill = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, -5, 0) until not v or not v.Parent or v.Health.Value <= 0 or not CheckPirateBoat() getgenv().psskill = nil matquyenkiemsoat = false getgenv().noclip = false end end) end end end) M:AddToggle('Kill Sea Beast Hop', false, function(value) _G.AutoSeaBestHop = value end) M:AddSeperator(" Sea Event ") spawn(function() pcall(function() while wait() do if game.Workspace._WorldOrigin.Locations:FindFirstChild('Frozen Dimension') then FrozenIsland:Set('✅: Frozen Dimension Spawning') else FrozenIsland:Set('âŒ: Frozen Dimension Not Found') end end end) end) FrozenIsland = M:AddLabel("") M:AddToggle('Teleport Frozen Dimension [ NEED SPAWN ]', false, function(value) _G.BjirFrozenCuy = value StopTween(_G.BjirFrozenCuy) end) spawn(function() while wait() do pcall(function() if _G.BjirFrozenCuy then local teleportLocation = game.Workspace._WorldOrigin.Locations:FindFirstChild('Frozen Dimension') if teleportLocation then HyperCahaya(teleportLocation) end end end) end end) M:AddToggle("Auto Kill Terrorshark",_G.Makori_gay,function(value) _G.bjirTerrorshark = value StopTween(_G.bjirTerrorshark) end) spawn(function() while wait() do if _G.bjirTerrorshark and World3 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Terrorshark") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Terrorshark" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = false PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(2,63,2)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not _G.bjirTerrorshark or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else if game:GetService("ReplicatedStorage"):FindFirstChild("Terrorshark") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Terrorshark").HumanoidRootPart.CFrame * CFrame.new(2,60,2)) else if _G.StardHop then Hop() end end end end) end end end) M:AddToggle("Auto Kill Shark",_G.Makori_gay,function(value) _G.bjirShark = value StopTween(_G.bjirShark) end) spawn(function() while wait() do if _G.bjirShark and World3 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Shark") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Shark" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = false PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(2,60,2)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not _G.bjirShark or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else if game:GetService("ReplicatedStorage"):FindFirstChild("Shark") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Shark").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) M:AddToggle("Auto Kill Piranha",_G.Makori_gay,function(value) _G.bjirPiranha = value StopTween(_G.bjirPiranha) end) spawn(function() while wait() do if _G.bjirPiranha and World3 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Piranha") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Piranha" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false MakoriGayMag = false PosGay = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(2,60,2)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not _G.bjirPiranha or not v.Parent or v.Humanoid.Health <= 0 MakoriGayMag = false end end end else if game:GetService("ReplicatedStorage"):FindFirstChild("Piranha") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Piranha").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.StardHop then Hop() end end end end) end end end) M:AddToggle('Auto Kill GhostShip', _G.bjirFishBoat, function(value) _G.bjirFishBoat = value StopTween(_G.bjirFishBoat) end) function CheckPirateBoat() local checkmmpb = {"FishBoat"} for r, v in next, game:GetService("Workspace").Enemies:GetChildren() do if table.find(checkmmpb, v.Name) and v:FindFirstChild("Health") and v.Health.Value > 0 then return v end end end spawn(function() while wait() do pcall(function() if _G.bjirFishBoat then if CheckPirateBoat() then game:GetService("VirtualInputManager"):SendKeyEvent(true, 32, false, game) wait(0.5) game:GetService("VirtualInputManager"):SendKeyEvent(false, 32, false, game) local v = CheckPirateBoat() repeat wait() spawn(HyperCahaya(v.Engine.CFrame * CFrame.new(0, -20, 0), 1)) matquyenkiemsoat = true getgenv().noclip = true bjirFullPower = true getgenv().psskill = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, -5, 0) until v.Parent or v.Health.Value <= 0 or not CheckPirateBoat() getgenv().psskill = nil bjirFullPower = false matquyenkiemsoat = false getgenv().noclip = false end end end) end end) spawn(function() while wait() do if _G.bjirFishBoat then pcall(function() if CheckPirateBoat() then AutoHaki() game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then if v.ToolTip == "Melee" then -- "Blox Fruit" , "Sword" , "Wear" , "Agility" game.Players.LocalPlayer.Character.Humanoid:EquipTool(v) end end end game:GetService("VirtualInputManager"):SendKeyEvent(true,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(false,"C",false,game.Players.LocalPlayer.Character.HumanoidRootPart) for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then if v.ToolTip == "Blox Fruit" then -- "Blox Fruit" , "Sword" , "Wear" , "Agility" game.Players.LocalPlayer.Character.Humanoid:EquipTool(v) end end end game:GetService("VirtualInputManager"):SendKeyEvent(true,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,"V",false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,"V",false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(0.6) for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then if v.ToolTip == "Sword" then -- "Blox Fruit" , "Sword" , "Wear" , "Agility" game.Players.LocalPlayer.Character.Humanoid:EquipTool(v) end end end game:GetService("VirtualInputManager"):SendKeyEvent(true,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(0.5) for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then if v.ToolTip == "Gun" then -- "Blox Fruit" , "Sword" , "Wear" , "Agility" game.Players.LocalPlayer.Character.Humanoid:EquipTool(v) end end end game:GetService("VirtualInputManager"):SendKeyEvent(true,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) end end) end end end) M:AddToggle('Auto Get Anchor [ Need Material ]', _G.BjirAnchorCuy, function(state) local function findItem(name, amount) for _, item in pairs(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("getInventory")) do if item["Type"] == "Material" and item["Name"] == name and item["Count"] >= amount then return true end end return false end if state and findItem("Monster Magnet", 1) then _G.BjirAnchorCuy = true elseif state and findItem("Terror Eyes", 2) and findItem("Electric Wing", 8) and findItem("Fool's Gold", 20) and findItem("Shark Tooth", 10) then local args = { [1] = "CraftItem", [2] = "Check", [3] = "SharkAnchor" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) local args = { [1] = "CraftItem", [2] = "Craft", [3] = "SharkAnchor" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) wait(0.5) _G.BjirAnchorCuy = true elseif state and (not findItem("Monster Magnet", 1) or not findItem("Terror Eyes", 2) and not findItem("Electric Wing", 8) and not findItem("Fool's Gold", 20) and not findItem("Shark Tooth", 10)) then _G.BjirAnchorCuy = false game.StarterGui:SetCore("SendNotification", { Icon = "rbxassetid://14601663040", Title = "! WARNING !", Text = "You need more materials \nto buy a Monster Magnet." }) else _G.BjirAnchorCuy = false end if _G.BjirAnchorCuy then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-16921.853515625, 9.0863618850708, 433.9601135253906) wait(0.5) local args = { [1] = "BuyBoat", [2] = "PirateBrigade" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) function two(gotoCFrame) --- Tween pcall(function() game.Players.LocalPlayer.Character.Humanoid.Sit = false game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false end) if (game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart.Position - gotoCFrame.Position).Magnitude <= 200 then pcall(function() tweenz:Cancel() end) game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart.CFrame = gotoCFrame else local tween_s = game:service"TweenService" local info = TweenInfo.new((game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart.Position - gotoCFrame.Position).Magnitude/325, Enum.EasingStyle.Linear) tween, err = pcall(function() tweenz = tween_s:Create(game.Players.LocalPlayer.Character["HumanoidRootPart"], info, {CFrame = gotoCFrame}) tweenz:Play() end) if not tween then return err end end function _TweenCanCle() tweenz:Cancel() end end two(CFrame.new(-30939.830078125, 3.729933261871338, 9256.4208984375)) for _,v in next, workspace.Boats.PirateBrigade:GetDescendants() do if v.Name:find("VehicleSeat") then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame end end end end) spawn(function() while wait() do pcall(function() if _G.BjirAnchorCuy then for _, v in next, workspace.Boats.PirateBrigade:GetDescendants() do if v.Name:find("VehicleSeat") then wait(5) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame break -- Menambahkan break untuk keluar dari loop setelah teleportasi pertama end end local vehicleSeat = nil local enemyTypes = { {name = "Terrorshark", variable = "bjirTerrorshark"}, {name = "Shark", variable = "bjirShark"}, {name = "Piranha", variable = "bjirPiranha"}, {name = "FishBoat", variable = "bjirFishBoat"}, } for _, v in next, workspace.Boats.PirateBrigade:GetDescendants() do if v.Name:find("VehicleSeat") then vehicleSeat = v wait(0.2) for _, enemyType in pairs(enemyTypes) do local enemyName = enemyType.name local enemyVariable = enemyType.variable if game:GetService("Workspace").Enemies:FindFirstChild(enemyName) then game.Players.LocalPlayer.Character.Humanoid.Sit = false wait(0.1) _G[enemyVariable] = true -- Menunggu musuh mati while game:GetService("Workspace").Enemies:FindFirstChild(enemyName) do wait(0.2) end _G[enemyVariable] = false game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = vehicleSeat.CFrame end end if game.Workspace._WorldOrigin.Locations:FindFirstChild('Frozen Dimension') then _G.BjirAnchorCuy = false wait(0.5) game.Players.LocalPlayer.Character.Humanoid.Sit = false wait(0.5) _G.BjirFrozenCuy = true end end end end end) end end) spawn(function() while wait() do pcall(function() if _G.BjirAnchorCuy then local batuLaut = {"SmallGroup", "SmallCluster", "MediumGroup", "MediumFlat", "Large", "Largest"} for _, v in pairs(workspace:GetChildren()) do if table.find(batuLaut, v.Name) and v:IsA("Model") then for _, part in pairs(v:GetDescendants()) do if part:IsA("BasePart") then part.CanCollide = false end end end end end end) end end) spawn(function() while wait() do pcall(function() if _G.BiirTrax then wait(0.8) local targetModelName = "PirateBrigade" -- Ganti dengan nama model yang dicari local models = workspace.Boats:GetChildren() -- Sesuaikan dengan hierarki kapalmu for _, model in pairs(models) do if model.Name == targetModelName then local speed = 10.5 local forwardDirection = model.PrimaryPart.CFrame.lookVector local targetPosition = model.PrimaryPart.Position + forwardDirection * 10 while (model.PrimaryPart.Position - targetPosition).Magnitude > 0.1 do model:SetPrimaryPartCFrame(model.PrimaryPart.CFrame + forwardDirection * speed) task.wait() if not _G.BiirTrax then break -- Hentikan pergerakan jika _G.BiirTrax diatur ke false end end end end end end) end end) M:AddToggle("Auto Sail To Rough Sea",_G.BiirTrax,function(state) if state then _G.BiirTrax = true else _G.BiirTrax = false end if _G.BiirTrax then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-16921.853515625, 9.0863618850708, 433.9601135253906) wait(0.5) local args = { [1] = "BuyBoat", [2] = "PirateBrigade" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) function two(gotoCFrame) --- Tween pcall(function() game.Players.LocalPlayer.Character.Humanoid.Sit = false game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false end) if (game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart.Position - gotoCFrame.Position).Magnitude <= 200 then pcall(function() tweenz:Cancel() end) game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart.CFrame = gotoCFrame else local tween_s = game:service"TweenService" local info = TweenInfo.new((game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart.Position - gotoCFrame.Position).Magnitude/325, Enum.EasingStyle.Linear) tween, err = pcall(function() tweenz = tween_s:Create(game.Players.LocalPlayer.Character["HumanoidRootPart"], info, {CFrame = gotoCFrame}) tweenz:Play() end) if not tween then return err end end function _TweenCanCle() tweenz:Cancel() end end two(CFrame.new(-30939.830078125, 3.729933261871338, 9256.4208984375)) for _,v in next, workspace.Boats.PirateBrigade:GetDescendants() do if v.Name:find("VehicleSeat") then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame end end end end) spawn(function() while wait() do pcall(function() if _G.BiirTrax then for _, v in next, workspace.Boats.PirateBrigade:GetDescendants() do if v.Name:find("VehicleSeat") then wait(5) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame break end end local vehicleSeat = nil local enemyTypes = { {name = "Terrorshark", variable = "bjirTerrorshark"}, {name = "Shark", variable = "bjirShark"}, {name = "Piranha", variable = "bjirPiranha"}, {name = "FishBoat", variable = "bjirFishBoat"}, } for _, v in next, workspace.Boats.PirateBrigade:GetDescendants() do if v.Name:find("VehicleSeat") then vehicleSeat = v wait(0.2) for _, enemyType in pairs(enemyTypes) do local enemyName = enemyType.name local enemyVariable = enemyType.variable if game:GetService("Workspace").Enemies:FindFirstChild(enemyName) then game.Players.LocalPlayer.Character.Humanoid.Sit = false wait(0.1) _G[enemyVariable] = true -- Menunggu musuh mati while game:GetService("Workspace").Enemies:FindFirstChild(enemyName) do wait(0.2) end _G[enemyVariable] = false game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = vehicleSeat.CFrame end end if game.Workspace._WorldOrigin.Locations:FindFirstChild('Frozen Dimension') then _G.BiirTrax = false wait(0.5) game.Players.LocalPlayer.Character.Humanoid.Sit = false wait(0.5) _G.BjirFrozenCuy = true end end end end end) end end) spawn(function() while wait() do pcall(function() if _G.BiirTrax then local batuLaut = {"SmallGroup", "SmallCluster", "MediumGroup", "MediumFlat", "Large", "Largest"} for _, v in pairs(workspace:GetChildren()) do if table.find(batuLaut, v.Name) and v:IsA("Model") then for _, part in pairs(v:GetDescendants()) do if part:IsA("BasePart") then part.CanCollide = false end end end end end end) end end) spawn(function() while wait() do pcall(function() if _G.BiirTrax then wait(0.8) local targetModelNames = "PirateBrigade" local models = workspace.Boats:GetChildren() for _, targetModelName in ipairs(targetModelNames) do local targetModel = workspace:FindFirstChild(targetModelName) if targetModel then local speed = 10.5 local forwardDirection = targetModel.PrimaryPart.CFrame.lookVector local targetPosition = targetModel.PrimaryPart.Position + forwardDirection * 10 while (targetModel.PrimaryPart.Position - targetPosition).Magnitude > 0.1 do targetModel:SetPrimaryPartCFrame(targetModel.PrimaryPart.CFrame + forwardDirection * speed) task.wait() if not _G.BiirTrax then break end end end end end end) end end) M:AddSeperator("Misc Mastery") M:AddToggle("Farm BF Mastery",_G.AutoFarmFruitMastery,function(value) _G.AutoFarmFruitMastery = value StopTween(_G.AutoFarmFruitMastery) if _G.AutoFarmFruitMastery == false then UseSkill = false end end) spawn(function() while wait() do if _G.AutoFarmFruitMastery then pcall(function() local QuestTitle = game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text if not string.find(QuestTitle, NameMon) then Magnet = false UseSkill = false game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("AbandonQuest") end if game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false then StartMasteryFruitMagnet = false UseSkill = false CheckQuest() repeat wait() TP1(CFrameQuest) until (CFrameQuest.Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 3 or not _G.AutoFarmFruitMastery if (CFrameQuest.Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 5 then wait(0.1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("StartQuest",NameQuest,LevelQuest) wait(0.1) end elseif game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == true then CheckQuest() if game:GetService("Workspace").Enemies:FindFirstChild(Mon) then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 then if v.Name == Mon then if string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, NameMon) then HealthMs = v.Humanoid.MaxHealth * _G.Kill_At/100 repeat task.wait() if v.Humanoid.Health <= HealthMs then AutoHaki() EquipWeapon(game:GetService("Players").LocalPlayer.Data.DevilFruit.Value) TP1(v.HumanoidRootPart.CFrame * CFrame.new(0,10,0)) v.HumanoidRootPart.CanCollide = false PosMonMasteryFruit = v.HumanoidRootPart.CFrame v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false UseSkill = true else UseSkill = false AutoHaki() EquipWeapon(_G.SelectWeapon) TP1(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) PosMonMasteryFruit = v.HumanoidRootPart.CFrame v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false end StartMasteryFruitMagnet = true game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) until not _G.AutoFarmFruitMastery or v.Humanoid.Health <= 0 or not v.Parent or game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false else UseSkill = false StartMasteryFruitMagnet = false game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("AbandonQuest") end end end end else TP1(CFrameMon) StartMasteryFruitMagnet = false UseSkill = false local Mob = game:GetService("ReplicatedStorage"):FindFirstChild(Mon) if Mob then TP1(Mob.HumanoidRootPart.CFrame * CFrame.new(0,0,10)) else if game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.Y <= 1 then game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = true task.wait() game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = false end end end end end) end end end) spawn(function() while wait() do if UseSkill then pcall(function() CheckQuest() for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if game:GetService("Players").LocalPlayer.Character:FindFirstChild(game:GetService("Players").LocalPlayer.Data.DevilFruit.Value) then MasBF = game:GetService("Players").LocalPlayer.Character[game:GetService("Players").LocalPlayer.Data.DevilFruit.Value].Level.Value elseif game:GetService("Players").LocalPlayer.Backpack:FindFirstChild(game:GetService("Players").LocalPlayer.Data.DevilFruit.Value) then MasBF = game:GetService("Players").LocalPlayer.Backpack[game:GetService("Players").LocalPlayer.Data.DevilFruit.Value].Level.Value end if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Dragon-Dragon") then if _G.SkillZ then local args = { [1] = PosMonMasteryFruit.Position } game:GetService("Players").LocalPlayer.Character[game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Name].RemoteEvent:FireServer(unpack(args)) game:GetService("VirtualInputManager"):SendKeyEvent(true,"Z",false,game) game:GetService("VirtualInputManager"):SendKeyEvent(false,"Z",false,game) end if _G.SkillX then local args = { [1] = PosMonMasteryFruit.Position } game:GetService("Players").LocalPlayer.Character[game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Name].RemoteEvent:FireServer(unpack(args)) game:GetService("VirtualInputManager"):SendKeyEvent(true,"X",false,game) game:GetService("VirtualInputManager"):SendKeyEvent(false,"X",false,game) end if _G.SkillC then local args = { [1] = PosMonMasteryFruit.Position } game:GetService("Players").LocalPlayer.Character[game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Name].RemoteEvent:FireServer(unpack(args)) game:GetService("VirtualInputManager"):SendKeyEvent(true,"C",false,game) wait(2) game:GetService("VirtualInputManager"):SendKeyEvent(false,"C",false,game) end elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild("Venom-Venom") then if _G.SkillZ then local args = { [1] = PosMonMasteryFruit.Position } game:GetService("Players").LocalPlayer.Character[game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Name].RemoteEvent:FireServer(unpack(args)) game:GetService("VirtualInputManager"):SendKeyEvent(true,"Z",false,game) game:GetService("VirtualInputManager"):SendKeyEvent(false,"Z",false,game) end if _G.SkillX then local args = { [1] = PosMonMasteryFruit.Position } game:GetService("Players").LocalPlayer.Character[game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Name].RemoteEvent:FireServer(unpack(args)) game:GetService("VirtualInputManager"):SendKeyEvent(true,"X",false,game) game:GetService("VirtualInputManager"):SendKeyEvent(false,"X",false,game) end if _G.SkillC then local args = { [1] = PosMonMasteryFruit.Position } game:GetService("Players").LocalPlayer.Character[game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Name].RemoteEvent:FireServer(unpack(args)) game:GetService("VirtualInputManager"):SendKeyEvent(true,"C",false,game) wait(2) game:GetService("VirtualInputManager"):SendKeyEvent(false,"C",false,game) end elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild("Human-Human: Buddha") then if _G.SkillZ and game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Size == Vector3.new(2, 2.0199999809265, 1) then local args = { [1] = PosMonMasteryFruit.Position } game:GetService("Players").LocalPlayer.Character[game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Name].RemoteEvent:FireServer(unpack(args)) game:GetService("VirtualInputManager"):SendKeyEvent(true,"Z",false,game) game:GetService("VirtualInputManager"):SendKeyEvent(false,"Z",false,game) end if _G.SkillX then local args = { [1] = PosMonMasteryFruit.Position } game:GetService("Players").LocalPlayer.Character[game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Name].RemoteEvent:FireServer(unpack(args)) game:GetService("VirtualInputManager"):SendKeyEvent(true,"X",false,game) game:GetService("VirtualInputManager"):SendKeyEvent(false,"X",false,game) end if _G.SkillC then local args = { [1] = PosMonMasteryFruit.Position } game:GetService("Players").LocalPlayer.Character[game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Name].RemoteEvent:FireServer(unpack(args)) game:GetService("VirtualInputManager"):SendKeyEvent(true,"C",false,game) game:GetService("VirtualInputManager"):SendKeyEvent(false,"C",false,game) end if _G.SkillV then local args = { [1] = PosMonMasteryFruit.Position } game:GetService("Players").LocalPlayer.Character[game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Name].RemoteEvent:FireServer(unpack(args)) game:GetService("VirtualInputManager"):SendKeyEvent(true,"V",false,game) game:GetService("VirtualInputManager"):SendKeyEvent(false,"V",false,game) end elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild(game:GetService("Players").LocalPlayer.Data.DevilFruit.Value) then if _G.SkillZ then local args = { [1] = PosMonMasteryFruit.Position } game:GetService("Players").LocalPlayer.Character[game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Name].RemoteEvent:FireServer(unpack(args)) game:GetService("VirtualInputManager"):SendKeyEvent(true,"Z",false,game) game:GetService("VirtualInputManager"):SendKeyEvent(false,"Z",false,game) end if _G.SkillX then local args = { [1] = PosMonMasteryFruit.Position } game:GetService("Players").LocalPlayer.Character[game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Name].RemoteEvent:FireServer(unpack(args)) game:GetService("VirtualInputManager"):SendKeyEvent(true,"X",false,game) game:GetService("VirtualInputManager"):SendKeyEvent(false,"X",false,game) end if _G.SkillC then local args = { [1] = PosMonMasteryFruit.Position } game:GetService("Players").LocalPlayer.Character[game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Name].RemoteEvent:FireServer(unpack(args)) game:GetService("VirtualInputManager"):SendKeyEvent(true,"C",false,game) game:GetService("VirtualInputManager"):SendKeyEvent(false,"C",false,game) end if _G.SkillV then local args = { [1] = PosMonMasteryFruit.Position } game:GetService("Players").LocalPlayer.Character[game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").Name].RemoteEvent:FireServer(unpack(args)) game:GetService("VirtualInputManager"):SendKeyEvent(true,"V",false,game) game:GetService("VirtualInputManager"):SendKeyEvent(false,"V",false,game) end end end end) end end end) spawn(function() game:GetService("RunService").RenderStepped:Connect(function() pcall(function() if UseSkill then for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.Notifications:GetChildren()) do if v.Name == "NotificationTemplate" then if string.find(v.Text,"Skill locked!") then v:Destroy() end end end end end) end) end) spawn(function() pcall(function() game:GetService("RunService").RenderStepped:Connect(function() if UseSkill then local args = { [1] = PosMonMasteryFruit.Position } game:GetService("Players").LocalPlayer.Character[game:GetService("Players").LocalPlayer.Data.DevilFruit.Value].RemoteEvent:FireServer(unpack(args)) end end) end) end) M:AddToggle("Farm Gun Mastery",_G.AutoFarmGunMastery,function(value) _G.AutoFarmGunMastery = value _G.AutoClick = value StopTween(_G.AutoFarmGunMastery) end) spawn(function() pcall(function() while wait() do if _G.AutoFarmGunMastery then local QuestTitle = game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text if not string.find(QuestTitle, NameMon) then Magnet = false game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("AbandonQuest") end if game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false then StartMasteryGunMagnet = false CheckQuest() if BypassTP then if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - CFrameQuest.Position).Magnitude > 1500 then BTP(CFrameQuest) elseif (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - CFrameQuest.Position).Magnitude <= 1500 then TP1(CFrameQuest) else TP1(CFrameQuest) end else TP1(CFrameQuest) end if (CFrameQuest.Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 10 then wait(1.2) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("StartQuest", NameQuest, LevelQuest) end elseif game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == true then CheckQuest() if game:GetService("Workspace").Enemies:FindFirstChild(Mon) then pcall(function() for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == Mon then repeat task.wait() if string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, NameMon) then HealthMin = v.Humanoid.MaxHealth * _G.Kill_At/100 if v.Humanoid.Health <= HealthMin then EquipWeapon(SelectWeaponGun) TP1(v.HumanoidRootPart.CFrame * CFrame.new(0,0,10)) v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(2,2,1) v.Head.CanCollide = false local args = { [1] = v.HumanoidRootPart.Position, [2] = v.HumanoidRootPart } game:GetService("Players").LocalPlayer.Character[SelectWeaponGun].RemoteFunctionShoot:InvokeServer(unpack(args)) else AutoHaki() EquipWeapon(_G.SelectWeapon) v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(60,60,60) TP1(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) end StartMasteryGunMagnet = true PosMonMasteryGun = v.HumanoidRootPart.CFrame else StartMasteryGunMagnet = false game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("AbandonQuest") end until v.Humanoid.Health <= 0 or not _G.AutoFarmGunMastery or game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false StartMasteryGunMagnet = false end end end) else TP1(CFrameMon) StartMasteryGunMagnet = false local Mob = game:GetService("ReplicatedStorage"):FindFirstChild(Mon) if Mob then TP1(Mob.HumanoidRootPart.CFrame * CFrame.new(0,0,10)) else if game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.Y <= 1 then game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = true task.wait() game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = false end end end end end end end) end) M:AddSeperator("Buddy Sword") M:AddToggle("Taken Buddy Sword",_G.AutoBudySword,function(value) _G.AutoBudySword = value StopTween(_G.AutoBudySword) end) M:AddToggle("Taken Buddy Sword Hop",_G.AutoBudySwordHop,function(value) _G.AutoBudySwordHop = value end) spawn(function() while wait() do if _G.AutoBudySword and World3 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Cake Queen") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Cake Queen" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) sethiddenproperty(game.Players.LocalPlayer,"SimulationRadius",math.huge) until not _G.AutoBudySword or not v.Parent or v.Humanoid.Health <= 0 end end end else HyperCahaya(CFrame.new(-731.2034301757812, 381.5658874511719, -11198.4951171875)) if game:GetService("ReplicatedStorage"):FindFirstChild("Cake Queen") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Cake Queen").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.AutoBudySwordHop then Hop() end end end end) end end end) M:AddSeperator("Misc Oder Sword") M:AddToggle("Auto Oder Sword", _G.AutoOderSword,function(value) _G.AutoOderSword = value StopTween( _G.AutoOderSword) end) M:AddToggle("Auto Oder Sword Hop", _G.AutoOderSwordHop,function(value) _G.AutoOderSwordHop = value end) spawn(function() while wait() do if _G.AutoOderSword then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Order") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Order" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(5,40,5)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) sethiddenproperty(game.Players.LocalPlayer,"SimulationRadius",math.huge) until not _G.AutoOderSword or not v.Parent or v.Humanoid.Health <= 0 end end end else if game:GetService("ReplicatedStorage"):FindFirstChild("Order") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Order").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.AutoOderSwordHop then Hop() end end end end) end end end) M:AddButton("Buy Microchip Oder Boss",function() local args = { [1] = "BlackbeardReward", [2] = "Microchip", [3] = "2" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end) M:AddButton("Start Go To Raid Oder Boss",function() if World2 then fireclickdetector(game:GetService("Workspace").Map.CircleIsland.RaidSummon.Button.Main.ClickDetector) end end) M:AddSeperator("Soul Guitar") local FM = M:AddLabel('Third World') task.spawn(function() while task.wait() do pcall(function() if game:GetService("Lighting").Sky.MoonTextureId=="http://www.roblox.com/asset/?id=9709149431" then FM:Set("🌑: Full Moon 100%") elseif game:GetService("Lighting").Sky.MoonTextureId=="http://www.roblox.com/asset/?id=9709149052" then FM:Set("🌒: Full Moon 75%") elseif game:GetService("Lighting").Sky.MoonTextureId=="http://www.roblox.com/asset/?id=9709143733" then FM:Set("🌓: Full Moon 50%") elseif game:GetService("Lighting").Sky.MoonTextureId=="http://www.roblox.com/asset/?id=9709150401" then FM:Set("🌔: Full Moon 25%") elseif game:GetService("Lighting").Sky.MoonTextureId=="http://www.roblox.com/asset/?id=9709149680" then FM:Set("🌖: Full Moon 15%") else FM:Set("🌕: Wait For Moon") end end) end end) M:AddToggle("Taken Soul Guitar",_G.AutoNevaSoulGuitar,function(value) _G.AutoNevaSoulGuitar = value StopTween(_G.AutoNevaSoulGuitar) end) spawn(function() while wait() do pcall(function() if _G.AutoNevaSoulGuitar then if GetWeaponInventory("Soul Guitar") == false then if (CFrame.new(-9681.458984375, 6.139880657196045, 6341.3720703125).Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 5000 then if game:GetService("Workspace").NPCs:FindFirstChild("Skeleton Machine") then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("soulGuitarBuy",true) else if game:GetService("Workspace").Map["Haunted Castle"].Candle1.Transparency == 0 then if game:GetService("Workspace").Map["Haunted Castle"].Placard1.Left.Part.Transparency == 0 then Quest2 = true repeat wait() HyperCahaya(CFrame.new(-8762.69140625, 176.84783935546875, 6171.3076171875)) until (CFrame.new(-8762.69140625, 176.84783935546875, 6171.3076171875).Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 3 or not _G.AutoNevaSoulGuitar wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"].Placard7.Left.ClickDetector) wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"].Placard6.Left.ClickDetector) wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"].Placard5.Left.ClickDetector) wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"].Placard4.Right.ClickDetector) wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"].Placard3.Left.ClickDetector) wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"].Placard2.Right.ClickDetector) wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"].Placard1.Right.ClickDetector) wait(1) elseif game:GetService("Workspace").Map["Haunted Castle"].Tablet.Segment1:FindFirstChild("ClickDetector") then if game:GetService("Workspace").Map["Haunted Castle"]["Lab Puzzle"].ColorFloor.Model.Part1:FindFirstChild("ClickDetector") then Quest4 = true repeat wait() HyperCahaya(CFrame.new(-9553.5986328125, 65.62338256835938, 6041.58837890625)) until (CFrame.new(-9553.5986328125, 65.62338256835938, 6041.58837890625).Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 3 or not _G.AutoNevaSoulGuitar wait(1) HyperCahaya(game:GetService("Workspace").Map["Haunted Castle"]["Lab Puzzle"].ColorFloor.Model.Part3.CFrame) wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"]["Lab Puzzle"].ColorFloor.Model.Part3.ClickDetector) wait(1) HyperCahaya(game:GetService("Workspace").Map["Haunted Castle"]["Lab Puzzle"].ColorFloor.Model.Part4.CFrame) wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"]["Lab Puzzle"].ColorFloor.Model.Part4.ClickDetector) wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"]["Lab Puzzle"].ColorFloor.Model.Part4.ClickDetector) wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"]["Lab Puzzle"].ColorFloor.Model.Part4.ClickDetector) wait(1) HyperCahaya(game:GetService("Workspace").Map["Haunted Castle"]["Lab Puzzle"].ColorFloor.Model.Part6.CFrame) wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"]["Lab Puzzle"].ColorFloor.Model.Part6.ClickDetector) wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"]["Lab Puzzle"].ColorFloor.Model.Part6.ClickDetector) wait(1) HyperCahaya(game:GetService("Workspace").Map["Haunted Castle"]["Lab Puzzle"].ColorFloor.Model.Part8.CFrame) wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"]["Lab Puzzle"].ColorFloor.Model.Part8.ClickDetector) wait(1) HyperCahaya(game:GetService("Workspace").Map["Haunted Castle"]["Lab Puzzle"].ColorFloor.Model.Part10.CFrame) wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"]["Lab Puzzle"].ColorFloor.Model.Part10.ClickDetector) wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"]["Lab Puzzle"].ColorFloor.Model.Part10.ClickDetector) wait(1) fireclickdetector(game:GetService("Workspace").Map["Haunted Castle"]["Lab Puzzle"].ColorFloor.Model.Part10.ClickDetector) else Quest3 = true --Not Work Yet end else if game:GetService("Workspace").NPCs:FindFirstChild("Ghost") then local args = { [1] = "GuitarPuzzleProgress", [2] = "Ghost" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end if game.Workspace.Enemies:FindFirstChild("Living Zombie") then for i,v in pairs(game.Workspace.Enemies:GetChildren()) do if v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 then if v.Name == "Living Zombie" then EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.Size = Vector3.new(60,60,60) v.HumanoidRootPart.Transparency = 1 v.Humanoid.JumpPower = 0 v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,20,0) HyperCahaya(CFrame.new(-10160.787109375, 138.6616973876953, 5955.03076171875)) game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) end end end else HyperCahaya(CFrame.new(-10160.787109375, 138.6616973876953, 5955.03076171875)) end end else if string.find(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("gravestoneEvent",2), "Error") then print("Go to Grave") HyperCahaya(CFrame.new(-8653.2060546875, 140.98487854003906, 6160.033203125)) elseif string.find(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("gravestoneEvent",2), "Nothing") then print("Wait Next Night") else game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("gravestoneEvent",2,true) end end end else HyperCahaya(CFrame.new(-9681.458984375, 6.139880657196045, 6341.3720703125)) end else if _G.soulGuitarhop then hop() end end end end) end end) M:AddToggle("Taken Soul Guitar + Hop",false,function(value) _G.soulGuitarhop = value end) M:AddSeperator("Dual Curse Katana") M:AddToggle("Taken Cursed Dual Katana",_G.AutoCdk,function(value) Auto_Cursed_Dual_Katana = value StopTween(Auto_Cursed_Dual_Katana) end) spawn(function() while wait() do pcall(function() if Auto_Cursed_Dual_Katana then if GetMaterial("Alucard Fragment") == 0 then Auto_Quest_Yama_1 = true Auto_Quest_Yama_2 = false Auto_Quest_Yama_3 = false Auto_Quest_Tushita_1 = false Auto_Quest_Tushita_2 = false Auto_Quest_Tushita_3 = false game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CDKQuest","Progress","Evil") game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CDKQuest","StartTrial","Evil") elseif GetMaterial("Alucard Fragment") == 1 then Auto_Quest_Yama_1 = false Auto_Quest_Yama_2 = true Auto_Quest_Yama_3 = false Auto_Quest_Tushita_1 = false Auto_Quest_Tushita_2 = false Auto_Quest_Tushita_3 = false game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CDKQuest","Progress","Evil") game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CDKQuest","StartTrial","Evil") elseif GetMaterial("Alucard Fragment") == 2 then Auto_Quest_Yama_1 = false Auto_Quest_Yama_2 = false Auto_Quest_Yama_3 = true Auto_Quest_Tushita_1 = false Auto_Quest_Tushita_2 = false Auto_Quest_Tushita_3 = false game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CDKQuest","Progress","Evil") game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CDKQuest","StartTrial","Evil") elseif GetMaterial("Alucard Fragment") == 3 then Auto_Quest_Yama_1 = false Auto_Quest_Yama_2 = false Auto_Quest_Yama_3 = false Auto_Quest_Tushita_1 = true Auto_Quest_Tushita_2 = false Auto_Quest_Tushita_3 = false game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CDKQuest","Progress","Good") game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CDKQuest","StartTrial","Good") elseif GetMaterial("Alucard Fragment") == 4 then Auto_Quest_Yama_1 = false Auto_Quest_Yama_2 = false Auto_Quest_Yama_3 = false Auto_Quest_Tushita_1 = false Auto_Quest_Tushita_2 = true Auto_Quest_Tushita_3 = false game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CDKQuest","Progress","Good") game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CDKQuest","StartTrial","Good") elseif GetMaterial("Alucard Fragment") == 5 then Auto_Quest_Yama_1 = false Auto_Quest_Yama_2 = false Auto_Quest_Yama_3 = false Auto_Quest_Tushita_1 = false Auto_Quest_Tushita_2 = false Auto_Quest_Tushita_3 = true game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CDKQuest","Progress","Good") game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CDKQuest","StartTrial","Good") elseif GetMaterial("Alucard Fragment") == 6 then if game:GetService("Workspace").Enemies:FindFirstChild("Cursed Skeleton Boss") or game:GetService("Workspace").ReplicatedStorage:FindFirstChild("Cursed Skeleton Boss") then Auto_Quest_Yama_1 = false Auto_Quest_Yama_2 = false Auto_Quest_Yama_3 = false Auto_Quest_Tushita_1 = false Auto_Quest_Tushita_2 = false Auto_Quest_Tushita_3 = false if game:GetService("Workspace").Enemies:FindFirstChild("Cursed Skeleton Boss") or game:GetService("Workspace").Enemies:FindFirstChild("Cursed Skeleton") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Cursed Skeleton Boss" or v.Name == "Cursed Skeleton" then if v.Humanoid.Health > 0 then v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(60, 60, 60) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(0,50,0)) game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) end end end end else if (CFrame.new(-12361.7060546875, 603.3547973632812, -6550.5341796875).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 100 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CDKQuest","Progress","Good") wait(1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CDKQuest","Progress","Evil") wait(1) HyperCahaya(CFrame.new(-12361.7060546875, 603.3547973632812, -6550.5341796875)) wait(1.5) game:GetService("VirtualInputManager"):SendKeyEvent(true, "E", false, game) wait(1.5) HyperCahaya(CFrame.new(-12253.5419921875, 598.8999633789062, -6546.8388671875)) else HyperCahaya(CFrame.new(-12361.7060546875, 603.3547973632812, -6550.5341796875)) end end end end end) end end) spawn(function() while wait() do if Auto_Quest_Yama_1 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Mythological Pirate") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Mythological Pirate" then repeat wait() HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(0,0,-2)) until Auto_Cursed_Dual_Katana == false or Auto_Cursed_Dual_Katana == false or Auto_Quest_Yama_1 == false game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CDKQuest","StartTrial","Evil") end end else HyperCahaya(CFrame.new(-13451.46484375, 543.712890625, -6961.0029296875)) end end) end end end) spawn(function() while wait() do pcall(function() if Auto_Quest_Yama_2 then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v:FindFirstChild("HazeESP") then v.HazeESP.Size = UDim2.new(50,50,50,50) v.HazeESP.MaxDistance = "inf" end end for i,v in pairs(game:GetService("ReplicatedStorage"):GetChildren()) do if v:FindFirstChild("HazeESP") then v.HazeESP.Size = UDim2.new(50,50,50,50) v.HazeESP.MaxDistance = "inf" end end end end) end end) spawn(function() while wait() do pcall(function() for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if Auto_Quest_Yama_2 and v:FindFirstChild("HazeESP") and (v.HumanoidRootPart.Position - PosMonsEsp.Position).magnitude <= 300 then v.HumanoidRootPart.CFrame = PosMonsEsp v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) if not v.HumanoidRootPart:FindFirstChild("BodyVelocity") then local vc = Instance.new("BodyVelocity", v.HumanoidRootPart) vc.MaxForce = Vector3.new(1, 1, 1) * math.huge vc.Velocity = Vector3.new(0, 0, 0) end end end end) end end) spawn(function() while wait() do if Auto_Quest_Yama_2 then pcall(function() for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v:FindFirstChild("HazeESP") then repeat wait() if (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude > 2000 then HyperCahaya(y.HumanoidRootPart.CFrameMon * CFrame.new(0,20,0)) else StartMagnet = true FastAttack = true if Auto_Buso then if not game.Players.LocalPlayer.Character:FindFirstChild("HasBuso") then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Buso") end end if not game.Players.LocalPlayer.Character:FindFirstChild(_G.SelectWeapon) then wait() EquipWeapon(_G.SelectWeapon) end PosMonsEsp = v.HumanoidRootPart.CFrame if not FastAttack then game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) end v.HumanoidRootPart.Size = Vector3.new(60,60,60) if _G.Configs["Show Hitbox"] then v.HumanoidRootPart.Transparency = _G.Hitbox_LocalTransparency else v.HumanoidRootPart.Transparency = 1 end v.Humanoid.JumpPower = 0 v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.CanCollide = false v.Humanoid:ChangeState(11) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(0,20,0)) end until Auto_Cursed_Dual_Katana == false or Auto_Quest_Yama_2 == false or not v.Parent or v.Humanoid.Health <= 0 or not v:FindFirstChild("HazeESP") else for x,y in pairs(game:GetService("ReplicatedStorage"):GetChildren()) do if y:FindFirstChild("HazeESP") then if (y.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude > 2000 then HyperCahaya(y.HumanoidRootPart.CFrameMon* CFrame.new(0,20,0)) else HyperCahaya(y.HumanoidRootPart.CFrame * CFrame.new(0,20,0)) end end end end end end) end end end) spawn(function() while wait() do if Auto_Quest_Yama_3 then pcall(function() if game.Players.LocalPlayer.Backpack:FindFirstChild("Hallow Essence") then _G.Auto_Bone = false HyperCahaya(game:GetService("Workspace").Map["Haunted Castle"].Summoner.Detection.CFrame) elseif game:GetService("Workspace").Map:FindFirstChild("HellDimension") then repeat wait() if game:GetService("Workspace").Enemies:FindFirstChild("Cursed Skeleton") or game:GetService("Workspace").Enemies:FindFirstChild("Cursed Skeleton") or game:GetService("Workspace").Enemies:FindFirstChild("Hell's Messenger") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Cursed Skeleton" or v.Name == "Cursed Skeleton" or v.Name == "Hell's Messenger" then if v.Humanoid.Health > 0 then repeat wait() StartMagnet = true FastAttack = true if Auto_Buso then if not game.Players.LocalPlayer.Character:FindFirstChild("HasBuso") then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Buso") end end if not game.Players.LocalPlayer.Character:FindFirstChild(_G.SelectWeapon) then wait() EquipWeapon(_G.SelectWeapon) end PosMonsEsp = v.HumanoidRootPart.CFrame if not FastAttack then game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) end v.HumanoidRootPart.Size = Vector3.new(60,60,60) if _G.Configs["Show Hitbox"] then v.HumanoidRootPart.Transparency = _G.Hitbox_LocalTransparency else v.HumanoidRootPart.Transparency = 1 end v.Humanoid.JumpPower = 0 v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.CanCollide = false v.Humanoid:ChangeState(11) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(0,50,0)) until v.Humanoid.Health <= 0 or not v.Parent or Auto_Quest_Yama_3 == false end end end else wait(5) HyperCahaya(game:GetService("Workspace").Map.HellDimension.Torch1.CFrame) wait(1.5) game:GetService("VirtualInputManager"):SendKeyEvent(true, "E", false, game) wait(1.5) HyperCahaya(game:GetService("Workspace").Map.HellDimension.Torch2.CFrame) wait(1.5) game:GetService("VirtualInputManager"):SendKeyEvent(true, "E", false, game) wait(1.5) HyperCahaya(game:GetService("Workspace").Map.HellDimension.Torch3.CFrame) wait(1.5) game:GetService("VirtualInputManager"):SendKeyEvent(true, "E", false, game) wait(1.5) HyperCahaya(game:GetService("Workspace").Map.HellDimension.Exit.CFrame) end until Auto_Cursed_Dual_Katana == false or Auto_Quest_Yama_3 == false or GetMaterial("Alucard Fragment") == 3 else if game:GetService("Workspace").Enemies:FindFirstChild("Soul Reaper") or game.ReplicatedStorage:FindFirstChild("Soul Reaper") then if game:GetService("Workspace").Enemies:FindFirstChild("Soul Reaper") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Soul Reaper" then if v.Humanoid.Health > 0 then repeat wait() HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(0,0,-2)) until Auto_Cursed_Dual_Katana == false or Auto_Quest_Yama_3 == false or game:GetService("Workspace").Map:FindFirstChild("HellDimension") end end end else HyperCahaya(CFrame.new(-9570.033203125, 315.9346923828125, 6726.89306640625)) end else _G.Auto_Bone = true game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Bones","Buy",1,1) end end end) end end end) spawn(function() while wait() do if Auto_Quest_Tushita_1 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CDKQuest","BoatQuest",workspace.NPCs:FindFirstChild("Luxury Boat Dealer")) end end end) spawn(function() while wait() do if Auto_Quest_Tushita_1 then HyperCahaya(CFrame.new(-9546.990234375, 21.139892578125, 4686.1142578125)) wait(5) HyperCahaya(CFrame.new(-6120.0576171875, 16.455780029296875, -2250.697265625)) wait(5) HyperCahaya(CFrame.new(-9533.2392578125, 7.254445552825928, -8372.69921875)) end end end) spawn(function() while wait() do if Auto_Quest_Tushita_2 then pcall(function() if (CFrame.new(-5539.3115234375, 313.800537109375, -2972.372314453125).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 500 then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if Auto_Quest_Tushita_2 and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 then if (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude < 2000 then repeat wait() v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(60, 60, 60) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(0,50,0)) game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) until v.Humanoid.Health <= 0 or not v.Parent or Auto_Quest_Tushita_2 == false end end end else HyperCahaya(CFrame.new(-5545.1240234375, 313.800537109375, -2976.616455078125)) end end) end end end) spawn(function() while wait() do if Auto_Quest_Tushita_3 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Cake Queen") or game.ReplicatedStorage:FindFirstChild("Cake Queen") then if game:GetService("Workspace").Enemies:FindFirstChild("Cake Queen") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Cake Queen" then if v.Humanoid.Health > 0 then repeat wait() if Auto_Buso then if not game.Players.LocalPlayer.Character:FindFirstChild("HasBuso") then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Buso") end end if not game.Players.LocalPlayer.Character:FindFirstChild(_G.Select_Weapon) then wait() EquipWeapon(_G.SelectWeapon) end if not FastAttack then game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) end v.HumanoidRootPart.Size = Vector3.new(60,60,60) if _G.Configs["Show Hitbox"] then v.HumanoidRootPart.Transparency = _G.Hitbox_LocalTransparency else v.HumanoidRootPart.Transparency = 1 end v.Humanoid.JumpPower = 0 v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.CanCollide = false v.Humanoid:ChangeState(11) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(0,50,0)) until Auto_Cursed_Dual_Katana == false or Auto_Quest_Tushita_3 == false or game:GetService("Workspace").Map:FindFirstChild("HeavenlyDimension") end end end else HyperCahaya(CFrame.new(-709.3132934570312, 381.6005859375, -11011.396484375)) end elseif game:GetService("Workspace").Map:FindFirstChild("HeavenlyDimension") then repeat wait() if game:GetService("Workspace").Enemies:FindFirstChild("Cursed Skeleton") or game:GetService("Workspace").Enemies:FindFirstChild("Cursed Skeleton") or game:GetService("Workspace").Enemies:FindFirstChild("Heaven's Guardian") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Cursed Skeleton" or v.Name == "Cursed Skeleton" or v.Name == "Heaven's Guardian" then if v.Humanoid.Health > 0 then repeat wait() if Auto_Buso then if not game.Players.LocalPlayer.Character:FindFirstChild("HasBuso") then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Buso") end end if not game.Players.LocalPlayer.Character:FindFirstChild(_G.Select_Weapon) then wait() EquipWeapon(_G.Select_Weapon) end if not FastAttack then game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) end v.HumanoidRootPart.Size = Vector3.new(60,60,60) if _G.Configs["Show Hitbox"] then v.HumanoidRootPart.Transparency = _G.Hitbox_LocalTransparency else v.HumanoidRootPart.Transparency = 1 end v.Humanoid.JumpPower = 0 v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.CanCollide = false v.Humanoid:ChangeState(11) until v.Humanoid.Health <= 0 or not v.Parent or Auto_Quest_Tushita_3 == false end end end else wait(5) HyperCahaya(game:GetService("Workspace").Map.HeavenlyDimension.Torch1.CFrame) wait(1.5) game:GetService("VirtualInputManager"):SendKeyEvent(true, "E", false, game) wait(1.5) HyperCahaya(game:GetService("Workspace").Map.HeavenlyDimension.Torch2.CFrame) wait(1.5) game:GetService("VirtualInputManager"):SendKeyEvent(true, "E", false, game) wait(1.5) HyperCahaya(game:GetService("Workspace").Map.HeavenlyDimension.Torch3.CFrame) wait(1.5) game:GetService("VirtualInputManager"):SendKeyEvent(true, "E", false, game) wait(1.5) HyperCahaya(game:GetService("Workspace").Map.HeavenlyDimension.Exit.CFrame) end until Auto_Cursed_Dual_Katana == false or Auto_Quest_Tushita_3 == false or GetMaterial("Alucard Fragment") == 6 else hop() end end) end end end) M:AddSeperator(" Tushita ") M:AddToggle("Taken Tushita", _G.Autotushita,function(value) _G.Autotushita = value StopTween( _G.Autotushita) end) M:AddToggle("Taken Tushita Hop", _G.Autotushitahop,function(value) _G.Autotushitahop = value end) spawn(function() while wait() do if _G.Autotushita and World3 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Longma") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Longma" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) sethiddenproperty(game.Players.LocalPlayer,"SimulationRadius",math.huge) until not _G.Autotushita or not v.Parent or v.Humanoid.Health <= 0 end end end else HyperCahaya(CFrame.new(-10238.875976563, 389.7912902832, -9549.7939453125)) if game:GetService("ReplicatedStorage"):FindFirstChild("Longma") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Longma").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.Autotushitahop then Hop() end end end end) end end end) M:AddSeperator("Carvander") M:AddToggle("Taken Cavander", _G.AutoCarvender,function(value) _G.AutoCarvender = value StopTween( _G.AutoCarvender) end) M:AddToggle("Taken Carvander", _G.AutoCarvenderhop,function(value) _G.AutoCarvenderhop = value end) spawn(function() while wait() do if _G.AutoCarvender and World3 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Beautiful Pirate") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Beautiful Pirate" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) sethiddenproperty(game.Players.LocalPlayer,"SimulationRadius",math.huge) until not _G.AutoCarvender or not v.Parent or v.Humanoid.Health <= 0 end end end else HyperCahaya(CFrame.new(5311.07421875, 426.0243835449219, 165.12762451171875)) if game:GetService("ReplicatedStorage"):FindFirstChild("Beautiful Pirate") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Beautiful Pirate").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.AutoCavanderhop then Hop() end end end end) end end end) M:AddSeperator("Pirate Raid") M:AddToggle("Farm Pirate Raid", _G.AutoRaidPirate,function(value) _G.AutoRaidPirate = value StopTween(_G.AutoRaidPirate) end) spawn(function() while wait() do if _G.AutoRaidPirate then pcall(function() local CFrameBoss = CFrame.new(-5496.17432, 313.768921, -2841.53027, 0.924894512, 7.37058015e-09, 0.380223751, 3.5881019e-08, 1, -1.06665446e-07, -0.380223751, 1.12297109e-07, 0.924894512) if (CFrame.new(-5539.3115234375, 313.800537109375, -2972.372314453125).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 500 then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if _G.AutoRaidPirate and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 then repeat wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(60, 60, 60) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX, PosY, PosZ)) Click() until v.Humanoid.Health <= 0 or not v.Parent or not _G.AutoRaidPirate end end else if ((CFrameBoss).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 1500 then HyperCahaya(CFrameBoss) else TP1(CFrameBoss) end end end) end end end) M:AddSeperator("Twin Hook") M:AddToggle("Taken Twin Hook", _G.AutoTwinHook,function(value) _G.AutoTwinHook = value StopTween( _G.AutoTwinHook) end) M:AddToggle("Taken Twin Hook Hop", _G.AutoTwinHook_Hop,function(value) _G.AutoTwinHook_Hop = value end) spawn(function() while wait() do if _G.AutoTwinHook and World3 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Captain Elephant") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Captain Elephant" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) sethiddenproperty(game.Players.LocalPlayer,"SimulationRadius",math.huge) until not _G.AutoTwinHook or not v.Parent or v.Humanoid.Health <= 0 end end end else HyperCahaya(CFrame.new(-13348.0654296875, 405.8904113769531, -8570.62890625)) if game:GetService("ReplicatedStorage"):FindFirstChild("Captain Elephant") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Captain Elephant").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.AutoTwinHook_Hop then Hop() end end end end) end end end) M:AddSeperator("Elite Hunter") local EliteProgress = M:AddLabel("") spawn(function() pcall(function() while wait() do EliteProgress:Set("Elite Progress : "..game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("EliteHunter","Progress")) end end) end) local Elite_Hunter_Status = M:AddLabel("Status") spawn(function() while wait() do pcall(function() if game:GetService("ReplicatedStorage"):FindFirstChild("Diablo") or game:GetService("ReplicatedStorage"):FindFirstChild("Deandre") or game:GetService("ReplicatedStorage"):FindFirstChild("Urban") or game:GetService("Workspace").Enemies:FindFirstChild("Diablo") or game:GetService("Workspace").Enemies:FindFirstChild("Deandre") or game:GetService("Workspace").Enemies:FindFirstChild("Urban") then Elite_Hunter_Status:Set("✅: Elite Spawn!") else Elite_Hunter_Status:Set("âŒ: Elite Not Spawn") end end) end end) M:AddToggle("Kill Elite",_G.AutoElitehunter,function(value) _G.AutoElitehunter = value game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("AbandonQuest") StopTween(_G.AutoElitehunter) end) spawn(function() while wait() do if _G.AutoElitehunter and World3 then pcall(function() if game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == true then if string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text,"Diablo") or string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text,"Deandre") or string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text,"Urban") then if game:GetService("Workspace").Enemies:FindFirstChild("Diablo") or game:GetService("Workspace").Enemies:FindFirstChild("Deandre") or game:GetService("Workspace").Enemies:FindFirstChild("Urban") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Diablo" or v.Name == "Deandre" or v.Name == "Urban" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.huge) until _G.AutoElitehunter == false or v.Humanoid.Health <= 0 or not v.Parent end end end else if game:GetService("ReplicatedStorage"):FindFirstChild("Diablo") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Diablo").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) elseif game:GetService("ReplicatedStorage"):FindFirstChild("Deandre") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Deandre").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) elseif game:GetService("ReplicatedStorage"):FindFirstChild("Urban") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Urban").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) end end end else if _G.AutoEliteHunterHop and game:GetService("ReplicatedStorage").Remotes["CommF_"]:InvokeServer("EliteHunter") == "I don't have anything for you right now. Come back later." then hop() else game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("EliteHunter") end end end) end end end) M:AddToggle("Kill Elite Hop",_G.AutoEliteHunterHop,function(value) _G.AutoEliteHunterHop = value end) M:AddSeperator("Hallow Scythe") M:AddToggle("Taken Hallow Scythe",_G.AutoFarmBossHallow,function(value) _G.AutoFarmBossHallow = value StopTween(_G.AutoFarmBossHallow) end) M:AddToggle("Taken Hallow Scythe Hop",_G.AutoFarmBossHallowHop,function(value) _G.AutoFarmBossHallowHop = value end) spawn(function() while wait() do if _G.AutoFarmBossHallow then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Soul Reaper") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if string.find(v.Name , "Soul Reaper") then repeat task.wait() EquipWeapon(_G.SelectWeapon) AutoHaki() v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame*CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280, 670)) v.HumanoidRootPart.Transparency = 1 sethiddenproperty(game.Players.LocalPlayer,"SimulationRadius",math.huge) until v.Humanoid.Health <= 0 or _G.AutoFarmBossHallow == false end end elseif game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Hallow Essence") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Hallow Essence") then repeat HyperCahaya(CFrame.new(-8932.322265625, 146.83154296875, 6062.55078125)) wait() until (CFrame.new(-8932.322265625, 146.83154296875, 6062.55078125).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 8 EquipWeapon("Hallow Essence") else if game:GetService("ReplicatedStorage"):FindFirstChild("Soul Reaper") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Soul Reaper").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.AutoFarmBossHallowHop then Hop() end end end end) end end end) M:AddSeperator("Dark Dagger") M:AddToggle("Kill Rip_Indra Boss",_G.AutoDarkDagger,function(value) _G.AutoDarkDagger = value StopTween(_G.AutoDarkDagger) end) spawn(function() pcall(function() while wait() do if _G.AutoDarkDagger then if game:GetService("Workspace").Enemies:FindFirstChild("rip_indra True Form") or game:GetService("Workspace").Enemies:FindFirstChild("rip_indra") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == ("rip_indra True Form" or v.Name == "rip_indra") and v.Humanoid.Health > 0 and v:IsA("Model") and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") then repeat task.wait() pcall(function() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280, 670),workspace.CurrentCamera.CFrame) end) until _G.AutoDarkDagger == false or v.Humanoid.Health <= 0 end end else HyperCahaya(CFrame.new(-5344.822265625, 423.98541259766, -2725.0930175781)) end end end end) end) M:AddToggle("Kill Rip_Indra Boss Hop",_G.AutoDarkDagger_Hop,function(value) _G.AutoDarkDagger_Hop = value end) spawn(function() pcall(function() while wait() do if (_G.AutoDarkDagger_Hop and _G.AutoDarkDagger) and World3 and not game:GetService("ReplicatedStorage"):FindFirstChild("rip_indra True Form") and not game:GetService("Workspace").Enemies:FindFirstChild("rip_indra True Form") then Hop() end end end) end) M:AddToggle("Spawn Rip Indra [ NEED CHALICE ]",false,function() AutoHaki() wait(0.5) local args = { [1] = "activateColor", [2] = "Snow White" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) wait(0.5) AutoHaki() wait(0.1) HyperCahaya(CFrame.new(-4971.90283203125, 339.9377136230469, -3719.56298828125)) wait(10) AutoHaki() wait(0.5) local args = { [1] = "activateColor", [2] = "Pure Red" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) wait(0.5) AutoHaki() wait(0.1) HyperCahaya(CFrame.new(-5414.8388671875, 317.2376708984375, -2212.315185546875)) wait(10) AutoHaki() wait(0.5) local args = { [1] = "activateColor", [2] = "Winter Sky" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) wait(0.5) AutoHaki() wait(0.1) HyperCahaya(CFrame.new(-5419.98095703125, 1093.3375244140625, -2666.730712890625)) end) M:AddSeperator(" Trident ") M:AddToggle("Taken Dragon Trident", _G.Auto_Dragon_Trident,function(value) _G.Auto_Dragon_Trident = value StopTween(_G.Auto_Dragon_Trident) end) M:AddToggle("Taken Dragon Trident Hop", _G.Auto_Dragon_Trident_Hop,function(value) _G.Auto_Dragon_Trident_Hop = value end) spawn(function() while wait() do if _G.Auto_Dragon_Trident and World2 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Tide Keeper") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Tide Keeper" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) sethiddenproperty(game.Players.LocalPlayer,"SimulationRadius",math.huge) until not _G.Auto_Dragon_Trident or not v.Parent or v.Humanoid.Health <= 0 end end end else HyperCahaya(CFrame.new(-3914.830322265625, 123.29389190673828, -11516.8642578125)) if game:GetService("ReplicatedStorage"):FindFirstChild("Tide Keeper") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Tide Keeper").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.Auto_Dragon_Trident_Hop then Hop() end end end end) end end end) M:AddSeperator(" Waden Sword ") M:AddToggle("Taken Waden Sword", _G.Autowaden,function(value) _G.Autowaden = value StopTween( _G.Autowaden) end) M:AddToggle("Taken Waden Sword Hop", _G.Autowadenhop,function(value) _G.Autowadenhop = value end) spawn(function() while wait() do if _G.Autowaden and World1 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Chief Warden") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Chief Warden" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) sethiddenproperty(game.Players.LocalPlayer,"SimulationRadius",math.huge) until not _G.Autowaden or not v.Parent or v.Humanoid.Health <= 0 end end end else HyperCahaya(CFrame.new(5186.14697265625, 24.86684226989746, 832.1885375976562)) if game:GetService("ReplicatedStorage"):FindFirstChild("Chief Warden") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Chief Warden").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.Autowadenhop then Hop() end end end end) end end end) M:AddSeperator(" Greybeard Boss ") M:AddToggle("Kill Greybeard", _G.Autodoughking,function(value) _G.Autogay = value StopTween( _G.Autogay) end) M:AddToggle("Kill Greybeard Hop", _G.AutodoughkingHop,function(value) _G.Autogayhop = value end) spawn(function() while wait() do if _G.Autogay and World1 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Greybeard") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Greybeard" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) sethiddenproperty(game.Players.LocalPlayer,"SimulationRadius",math.huge) until not _G.Autogay or not v.Parent or v.Humanoid.Health <= 0 end end end else HyperCahaya(CFrame.new(-5023.38330078125, 28.65203285217285, 4332.3818359375)) if game:GetService("ReplicatedStorage"):FindFirstChild("Greybeard") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Greybeard").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.Autogayhop then Hop() end end end end) end end end) M:AddSeperator(" Pole ") M:AddToggle("Taken Pole v1", _G.Autodoughking,function(value) _G.Autopole = value StopTween( _G.Autopole) end) M:AddToggle("Taken Pole v1 Hop", _G.AutodoughkingHop,function(value) _G.Autopolehop = value end) spawn(function() while wait() do if _G.Autopole and World1 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Thunder God") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Thunder God" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) sethiddenproperty(game.Players.LocalPlayer,"SimulationRadius",math.huge) until not _G.Autopole or not v.Parent or v.Humanoid.Health <= 0 end end end else HyperCahaya(CFrame.new(-7748.0185546875, 5606.80615234375, -2305.898681640625)) if game:GetService("ReplicatedStorage"):FindFirstChild("Thunder God") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Thunder God").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.Autopolehop then Hop() end end end end) end end end) M:AddSeperator("Misc Swan Glasses") M:AddToggle("Taken Swan Glasses",_G.AutoFarmSwanGlasses,function(value) _G.AutoFarmSwanGlasses = value StopTween(_G.AutoFarmSwanGlasses) end) spawn(function() pcall(function() while wait() do if _G.AutoFarmSwanGlasses then if game:GetService("Workspace").Enemies:FindFirstChild("Don Swan") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Don Swan" and v.Humanoid.Health > 0 and v:IsA("Model") and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") then repeat task.wait() pcall(function() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280, 670)) sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.huge) end) until _G.AutoFarmSwanGlasses == false or v.Humanoid.Health <= 0 end end else repeat task.wait() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(2284.912109375, 15.537666320801, 905.48291015625)) until (CFrame.new(2284.912109375, 15.537666320801, 905.48291015625).Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 4 or _G.AutoFarmSwanGlasses == false end end end end) end) M:AddToggle("Taken Swan Glasses Hop",_G.AutoFarmSwanGlasses_Hop,function(value) _G.AutoFarmSwanGlasses_Hop = value end) M:AddSeperator("Sharks Saw") M:AddToggle("Taken Sharks saw", _G.Autodoughking,function(value) _G.Autosaw = value StopTween( _G.Autopole) end) M:AddToggle("Taken Shark Saw Hop", _G.AutodoughkingHop,function(value) _G.Autosawhop = value end) spawn(function() while wait() do if _G.Autosaw and World1 then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("The Saw") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "The Saw" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) sethiddenproperty(game.Players.LocalPlayer,"SimulationRadius",math.huge) until not _G.Autosaw or not v.Parent or v.Humanoid.Health <= 0 end end end else HyperCahaya(CFrame.new(-690.33081054688, 15.09425163269, 1582.2380371094)) if game:GetService("ReplicatedStorage"):FindFirstChild("The Saw") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("The Saw").HumanoidRootPart.CFrame * CFrame.new(2,40,2)) else if _G.Autosawhop then Hop() end end end end) end end end) spawn(function() pcall(function() while wait(.1) do if (_G.AutoFarmSwanGlasses and _G.AutoFarmSwanGlasses_Hop) and World2 and not game:GetService("ReplicatedStorage"):FindFirstChild("Don Swan") and not game:GetService("Workspace").Enemies:FindFirstChild("Don Swan") then Hop() end end end) end) M:AddSeperator("Misc Bone") BoneCheck = M:AddLabel("Your Bone: Third World ") spawn(function() while wait() do pcall(function() BoneCheck:Set("Your Bone: "..(game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Bones","Check"))) end) end end) local BoneFarm = M:AddToggle("Farm Bone",_G.Auto_Bone,function(value) _G.Auto_Bone = value StopTween(_G.Auto_Bone) end) spawn(function() while wait() do local boneframe = CFrame.new(-9508.5673828125, 142.1398468017578, 5737.3603515625) if _G.Auto_Bone and World3 then pcall(function() if BypassTP then if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - boneframe.Position).Magnitude > 2000 then BTP(boneframe) wait(.1) for i = 1, 8 do game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(boneframe) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") wait(.1) end elseif (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - boneframe.Position).Magnitude < 2000 then wait(.1) TP1(boneframe) end else wait(.1) TP1(boneframe) end if game:GetService("Workspace").Enemies:FindFirstChild("BjirKowi") or game:GetService("Workspace").Enemies:FindFirstChild("Reborn Skeleton") or game:GetService("Workspace").Enemies:FindFirstChild("Living Zombie") or game:GetService("Workspace").Enemies:FindFirstChild("Demonic Soul") or game:GetService("Workspace").Enemies:FindFirstChild("Posessed Mummy") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "BjirKowi" or v.Name == "Reborn Skeleton" or v.Name == "Living Zombie" or v.Name == "Demonic Soul" or v.Name == "Posessed Mummy" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.Head.CanCollide = false StartMagnetBoneMon = true PosMonBone = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) until not _G.Auto_Bone or not v.Parent or v.Humanoid.Health <= 0 end end end else StartMagnetBoneMon = false HyperCahaya(CFrame.new(-9506.234375, 172.130615234375, 6117.0771484375)) for i,v in pairs(game:GetService("ReplicatedStorage"):GetChildren()) do if v.Name == "BjirKowi" then HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(2,20,2)) elseif v.Name == "Reborn Skeleton" then HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(2,20,2)) elseif v.Name == "Living Zombie" then HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(2,20,2)) elseif v.Name == "Demonic Soul" then HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(2,20,2)) elseif v.Name == "Posessed Mummy" then HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(2,20,2)) end end end end) end end end) M:AddToggle("Random Surprise",_G.Auto_Random_Bone,function(value) _G.Auto_Random_Bone = value end) spawn(function() pcall(function() while wait(.1) do if _G.Auto_Random_Bone then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Bones","Buy",1,1) end end end) end) M:AddToggle("Pray",pry,function(value) _G.Pray = value end) spawn(function() pcall(function() while wait(.1) do if _G.Pray then TP1(CFrame.new(-8652.99707, 143.450119, 6170.50879, -0.983064115, -2.48005533e-10, 0.18326205, -1.78910387e-09, 1, -8.24392288e-09, -0.18326205, -8.43218029e-09, -0.983064115)) wait() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("gravestoneEvent",1) end end end) end) M:AddToggle("Try Luck",Trylux,function(value) _G.Trylux = value end) spawn(function() pcall(function() while wait(.1) do if _G.Trylux then TP1(CFrame.new(-8652.99707, 143.450119, 6170.50879, -0.983064115, -2.48005533e-10, 0.18326205, -1.78910387e-09, 1, -8.24392288e-09, -0.18326205, -8.43218029e-09, -0.983064115)) wait() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("gravestoneEvent",2) end end end) end) M:AddSeperator("Observation") local ObservationRange = M:AddLabel("") spawn(function() while wait() do pcall(function() ObservationRange:Set("Observation Range Level : "..math.floor(game:GetService("Players").LocalPlayer.VisionRadius.Value)) end) end end) M:AddToggle("Farm Observation",_G.AutoObservation,function(value) _G.AutoObservation = value StopTween(_G.AutoObservation) end) spawn(function() while wait() do pcall(function() if _G.AutoObservation then repeat task.wait() if not game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui:FindFirstChild("ImageLabel") then game:GetService('VirtualUser'):CaptureController() game:GetService('VirtualUser'):SetKeyDown('0x65') wait(2) game:GetService('VirtualUser'):SetKeyUp('0x65') end until game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui:FindFirstChild("ImageLabel") or not _G.AutoObservation end end) end end) M:AddToggle("Farm Observation Hop",_G.AutoObservation_Hop,function(value) _G.AutoObservation_Hop = value end) spawn(function() pcall(function() while wait() do if _G.AutoObservation then if game:GetService("Players").LocalPlayer.VisionRadius.Value >= 3000 then game:GetService("StarterGui"):SetCore("SendNotification", { Icon = "rbxassetid://0"; Title = "Status Observation", Text = "You Have Max Points" }) wait(2) else if World2 then if game:GetService("Workspace").Enemies:FindFirstChild("Lava Pirate") then if game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui:FindFirstChild("ImageLabel") then repeat task.wait() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Enemies:FindFirstChild("Lava Pirate").HumanoidRootPart.CFrame * CFrame.new(3,0,0) until _G.AutoObservation == false or not game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui:FindFirstChild("ImageLabel") else repeat task.wait() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Enemies:FindFirstChild("Lava Pirate").HumanoidRootPart.CFrame * CFrame.new(0,50,0)+ wait(1) if not game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui:FindFirstChild("ImageLabel") and _G.AutoObservation_Hop == true then game:GetService("TeleportService"):Teleport(game.PlaceId,game:GetService("Players").LocalPlayer) end until _G.AutoObservation == false or game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui:FindFirstChild("ImageLabel") end else HyperCahaya(CFrame.new(-5478.39209, 15.9775667, -5246.9126)) end elseif World1 then if game:GetService("Workspace").Enemies:FindFirstChild("Galley Captain") then if game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui:FindFirstChild("ImageLabel") then repeat task.wait() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Enemies:FindFirstChild("Galley Captain").HumanoidRootPart.CFrame * CFrame.new(3,0,0) until _G.AutoObservation == false or not game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui:FindFirstChild("ImageLabel") else repeat task.wait() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Enemies:FindFirstChild("Galley Captain").HumanoidRootPart.CFrame * CFrame.new(0,50,0) wait(1) if not game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui:FindFirstChild("ImageLabel") and _G.AutoObservation_Hop == true then game:GetService("TeleportService"):Teleport(game.PlaceId,game:GetService("Players").LocalPlayer) end until _G.AutoObservation == false or game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui:FindFirstChild("ImageLabel") end else HyperCahaya(CFrame.new(5533.29785, 88.1079102, 4852.3916)) end elseif World3 then if game:GetService("Workspace").Enemies:FindFirstChild("Giant Islander") then if game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui:FindFirstChild("ImageLabel") then repeat task.wait() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Enemies:FindFirstChild("Giant Islander").HumanoidRootPart.CFrame * CFrame.new(3,0,0) until _G.AutoObservation == false or not game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui:FindFirstChild("ImageLabel") else repeat task.wait() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Enemies:FindFirstChild("Giant Islander").HumanoidRootPart.CFrame * CFrame.new(0,50,0) wait(1) if not game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui:FindFirstChild("ImageLabel") and _G.AutoObservation_Hop == true then game:GetService("TeleportService"):Teleport(game.PlaceId,game:GetService("Players").LocalPlayer) end until _G.AutoObservation == false or game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui:FindFirstChild("ImageLabel") end else HyperCahaya(CFrame.new(4530.3540039063, 656.75695800781, -131.60952758789)) end end end end end end) end) M:AddSeperator("Saber") M:AddToggle("Taken Saber",_G.AutoSaber,function(value) _G.AutoSaber = value end) M:AddToggle("Taken Saber Hop",_G.AutoSaberHop,function(value) _G.AutoSaberHop = value end) spawn(function() while wait() do if _G.AutoSaber then if game.Players.localPlayer.Data.Level.Value < 200 then else if game.Workspace.Map.Jungle.Final.Part.CanCollide == false then if _G.AutoSaber and game.ReplicatedStorage:FindFirstChild("Saber Expert") or game.Workspace.Enemies:FindFirstChild("Saber Expert") then if game.Workspace.Enemies:FindFirstChild("Saber Expert") then for i,v in pairs(game.Workspace.Enemies:GetChildren()) do if v.Name == "Saber Expert" and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 then repeat wait() if (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude > 300 then Farmtween = HyperCahaya(v.HumanoidRootPart.Position,v.HumanoidRootPart.CFrame) elseif (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Farmtween then Farmtween:Stop() end AutoHaki() EquipWeapon(_G.SelectWeapon) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 30, 0) game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) end until not _G.Auto_Saber or not v.Parent or v.Humanoid.Health <= 0 end end else Questtween = HyperCahaya(CFrame.new(-1405.41956, 29.8519993, 5.62435055).Position,CFrame.new(-1405.41956, 29.8519993, 5.62435055)) if (CFrame.new(-1405.41956, 29.8519993, 5.62435055).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Questtween then Questtween:Stop() end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1405.41956, 29.8519993, 5.62435055, 0.885240912, 3.52892613e-08, 0.465132833, -6.60881128e-09, 1, -6.32913171e-08, -0.465132833, 5.29540891e-08, 0.885240912) end end else if _G.AutoSaberHop then Hop() end end elseif game.Players.LocalPlayer.Backpack:FindFirstChild("Relic") or game.Players.LocalPlayer.Character:FindFirstChild("Relic") and game.Players.localPlayer.Data.Level.Value >= 200 then EquipWeapon("Relic") wait(0.5) Questtween = HyperCahaya(CFrame.new(-1405.41956, 29.8519993, 5.62435055).Position,CFrame.new(-1405.41956, 29.8519993, 5.62435055)) if (CFrame.new(-1405.41956, 29.8519993, 5.62435055).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Questtween then Questtween:Stop() end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1405.41956, 29.8519993, 5.62435055, 0.885240912, 3.52892613e-08, 0.465132833, -6.60881128e-09, 1, -6.32913171e-08, -0.465132833, 5.29540891e-08, 0.885240912) end else if Workspace.Map.Jungle.QuestPlates.Door.CanCollide == false then if game.Workspace.Map.Desert.Burn.Part.CanCollide == false then if game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("ProQuestProgress","SickMan") == 0 then if game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("ProQuestProgress","RichSon") == 0 then if game.Workspace.Enemies:FindFirstChild("Mob Leader") then for i,v in pairs(game.Workspace.Enemies:GetChildren()) do if _G.AutoSaber and v:IsA("Model") and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 and v.Name == "Mob Leader" then repeat pcall(function() wait() if (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude > 300 then Farmtween = HyperCahaya(v.HumanoidRootPart.Position,v.HumanoidRootPart.CFrame) elseif (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Farmtween then Farmtween:Stop() end AutoHaki() EquipWeapon(_G.SelectWeapon) if not game.Players.LocalPlayer.Character:FindFirstChild("HasBuso") then local args = { [1] = "Buso" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0, 30, 0) game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) end end) until not _G.AutoSaber or not v.Parent or v.Humanoid.Health <= 0 end end else Questtween = HyperCahaya(CFrame.new(-2848.59399, 7.4272871, 5342.44043).Position,CFrame.new(-2848.59399, 7.4272871, 5342.44043)) if (CFrame.new(-2848.59399, 7.4272871, 5342.44043).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Questtween then Questtween:Stop() end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2848.59399, 7.4272871, 5342.44043, -0.928248107, -8.7248246e-08, 0.371961564, -7.61816636e-08, 1, 4.44474857e-08, -0.371961564, 1.29216433e-08, -0.928248107) end end elseif game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("ProQuestProgress","RichSon") == 1 then if game.Players.LocalPlayer.Backpack:FindFirstChild("Relic") or game.Players.LocalPlayer.Character:FindFirstChild("Relic") then EquipWeapon("Relic") wait(0.5) Questtween = HyperCahaya(CFrame.new(-1405.41956, 29.8519993, 5.62435055).Position,CFrame.new(-1405.41956, 29.8519993, 5.62435055)) if (CFrame.new(-1405.41956, 29.8519993, 5.62435055).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Questtween then Questtween:Stop() end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1405.41956, 29.8519993, 5.62435055) end else Questtween = HyperCahaya(CFrame.new(-910.979736, 13.7520342, 4078.14624).Position,CFrame.new(-910.979736, 13.7520342, 4078.14624)) if (CFrame.new(-910.979736, 13.7520342, 4078.14624).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Questtween then Questtween:Stop() end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-910.979736, 13.7520342, 4078.14624, 0.00685182028, -1.53155766e-09, -0.999976516, 9.15205245e-09, 1, -1.46888401e-09, 0.999976516, -9.14177267e-09, 0.00685182028) wait(.5) local args = { [1] = "ProQuestProgress", [2] = "RichSon" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end end else Questtween = HyperCahaya(CFrame.new(-910.979736, 13.7520342, 4078.14624).Position,CFrame.new(-910.979736, 13.7520342, 4078.14624)) if (CFrame.new(-910.979736, 13.7520342, 4078.14624).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Questtween then Questtween:Stop() end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-910.979736, 13.7520342, 4078.14624) local args = { [1] = "ProQuestProgress", [2] = "RichSon" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end end else if game.Players.LocalPlayer.Backpack:FindFirstChild("Cup") or game.Players.LocalPlayer.Character:FindFirstChild("Cup") then EquipWeapon("Cup") if game.Players.LocalPlayer.Character.Cup.Handle:FindFirstChild("TouchInterest") then Questtween = HyperCahaya(CFrame.new(1397.229, 37.3480148, -1320.85217).Position,CFrame.new(1397.229, 37.3480148, -1320.85217)) if (CFrame.new(1397.229, 37.3480148, -1320.85217).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Questtween then Questtween:Stop() end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1397.229, 37.3480148, -1320.85217, -0.11285457, 2.01368788e-08, 0.993611455, 1.91641178e-07, 1, 1.50028845e-09, -0.993611455, 1.90586206e-07, -0.11285457) end else wait(0.5) if game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("ProQuestProgress","SickMan") ~= 0 then local args = { [1] = "ProQuestProgress", [2] = "SickMan" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end end else Questtween = HyperCahaya(game.Workspace.Map.Desert.Cup.Position,game.Workspace.Map.Desert.Cup.CFrame) if (game.Workspace.Map.Desert.Cup.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Questtween then Questtween:Stop() end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Map.Desert.Cup.CFrame end firetouchinterest(game.Workspace.Map.Desert.Cup.TouchInterest,game.Players.LocalPlayer.Character.Head, 1) end end else if game.Players.LocalPlayer.Backpack:FindFirstChild("Torch") or game.Players.LocalPlayer.Character:FindFirstChild("Torch") then EquipWeapon("Torch") Questtween = HyperCahaya(CFrame.new(1114.87708, 4.9214654, 4349.8501).Position,CFrame.new(1114.87708, 4.9214654, 4349.8501)) if (CFrame.new(1114.87708, 4.9214654, 4349.8501).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Questtween then Questtween:Stop() end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1114.87708, 4.9214654, 4349.8501, -0.612586915, -9.68697833e-08, 0.790403247, -1.2634203e-07, 1, 2.4638446e-08, -0.790403247, -8.47679615e-08, -0.612586915) end else Questtween = HyperCahaya(CFrame.new(-1610.00757, 11.5049858, 164.001587).Position,CFrame.new(-1610.00757, 11.5049858, 164.001587)) if (CFrame.new(-1610.00757, 11.5049858, 164.001587).Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 300 then if Questtween then Questtween:Stop() end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1610.00757, 11.5049858, 164.001587, 0.984807551, -0.167722285, -0.0449818149, 0.17364943, 0.951244235, 0.254912198, 3.42372805e-05, -0.258850515, 0.965917408) end end end else for i,v in pairs(Workspace.Map.Jungle.QuestPlates:GetChildren()) do if v:IsA("Model") then wait() if v.Button.BrickColor ~= BrickColor.new("Camo") then repeat wait() Questtween = HyperCahaya(v.Button.Position,v.Button.CFrame) if (v.Button.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 150 then if Questtween then Questtween:Stop() end game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Button.CFrame end until not _G.AutoSaber or v.Button.BrickColor == BrickColor.new("Camo") end end end end end end end end end) M:AddSeperator("Legendary Sword") M:AddToggle("Buy Legendary Sword",_G.AutoBuyLegendarySword,function(value) _G.AutoBuyLegendarySword = value end) spawn(function() while wait() do if _G.AutoBuyLegendarySword then pcall(function() local args = { [1] = "LegendarySwordDealer", [2] = "1" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) local args = { [1] = "LegendarySwordDealer", [2] = "2" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) local args = { [1] = "LegendarySwordDealer", [2] = "3" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) if _G.AutoBuyLegendarySword_Hop and _G.AutoBuyLegendarySword and World2 then wait(10) Hop() end end) end end end) M:AddToggle("Buy Legendary Sword Hop",_G.AutoBuyLegendarySword_Hop,function(value) _G.AutoBuyLegendarySword_Hop = value end) M:AddSeperator("Enchancement Colour") M:AddToggle("Buy Enchancement Colour",_G.AutoBuyEnchancementColour,function(value) _G.AutoBuyEnchancementColour = value end) M:AddToggle("Buy Enchancement Hop",_G.AutoBuyEnchancementColour_Hop,function(value) _G.AutoBuyEnchancementColour_Hop = value end) spawn(function() while wait() do if _G.AutoBuyEnchancementColour then local args = { [1] = "ColorsDealer", [2] = "2" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) if _G.AutoBuyEnchancementColour_Hop and _G.AutoBuyEnchancementColour and not World1 then wait(10) Hop() end end end end) M:AddSeperator("Other") M:AddToggle("Buy Musketeer Hat",_G.AutoMusketeerHat,function(value) _G.AutoMusketeerHat = value StopTween(_G.AutoMusketeerHat) end) spawn(function() pcall(function() while wait(.1) do if _G.AutoMusketeerHat then if game:GetService("Players").LocalPlayer.Data.Level.Value >= 1800 and game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CitizenQuestProgress").KilledBandits == false then if string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, "Forest Pirate") and string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, "50") and game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == true then if game:GetService("Workspace").Enemies:FindFirstChild("Forest Pirate") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Forest Pirate" then repeat task.wait() pcall(function() EquipWeapon(_G.SelectWeapon) AutoHaki() v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) v.HumanoidRootPart.CanCollide = false game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) MusketeerHatMon = v.HumanoidRootPart.CFrame StartMagnetMusketeerhat = true end) until _G.AutoMusketeerHat == false or not v.Parent or v.Humanoid.Health <= 0 or game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false StartMagnetMusketeerhat = false end end else StartMagnetMusketeerhat = false HyperCahaya(CFrame.new(-13206.452148438, 425.89199829102, -7964.5537109375)) end else HyperCahaya(CFrame.new(-12443.8671875, 332.40396118164, -7675.4892578125)) if (Vector3.new(-12443.8671875, 332.40396118164, -7675.4892578125) - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 30 then wait(1.5) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("StartQuest","CitizenQuest",1) end end elseif game:GetService("Players").LocalPlayer.Data.Level.Value >= 1800 and game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CitizenQuestProgress").KilledBoss == false then if game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible and string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, "Captain Elephant") and game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == true then if game:GetService("Workspace").Enemies:FindFirstChild("Captain Elephant") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Captain Elephant" then OldCFrameElephant = v.HumanoidRootPart.CFrame repeat task.wait() pcall(function() EquipWeapon(_G.SelectWeapon) AutoHaki() v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(2,20,2)) v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.CFrame = OldCFrameElephant game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280, 672)) sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.huge) end) until _G.AutoMusketeerHat == false or v.Humanoid.Health <= 0 or not v.Parent or game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false end end else HyperCahaya(CFrame.new(-13374.889648438, 421.27752685547, -8225.208984375)) end else HyperCahaya(CFrame.new(-12443.8671875, 332.40396118164, -7675.4892578125)) if (CFrame.new(-12443.8671875, 332.40396118164, -7675.4892578125).Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 4 then wait(1.5) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CitizenQuestProgress","Citizen") end end elseif game:GetService("Players").LocalPlayer.Data.Level.Value >= 1800 and game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CitizenQuestProgress","Citizen") == 2 then HyperCahaya(CFrame.new(-12512.138671875, 340.39279174805, -9872.8203125)) end end end end) end) M:AddToggle("Taken Rainbow Haki",_G.Auto_Rainbow_Haki,function(value) _G.Auto_Rainbow_Haki = value StopTween(_G.Auto_Rainbow_Haki) end) spawn(function() pcall(function() while wait(.1) do if _G.Auto_Rainbow_Haki then if game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false then HyperCahaya(CFrame.new(-11892.0703125, 930.57672119141, -8760.1591796875)) if (Vector3.new(-11892.0703125, 930.57672119141, -8760.1591796875) - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 30 then wait(1.5) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("HornedMan","Bet") end elseif game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == true and string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, "Stone") then if game:GetService("Workspace").Enemies:FindFirstChild("Stone") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Stone" then OldCFrameRainbow = v.HumanoidRootPart.CFrame repeat task.wait() EquipWeapon(_G.SelectWeapon) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.CFrame = OldCFrameRainbow v.HumanoidRootPart.Size = Vector3.new(50,50,50) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280, 672)) sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.huge) until _G.Auto_Rainbow_Haki == false or v.Humanoid.Health <= 0 or not v.Parent or game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false end end else HyperCahaya(CFrame.new(-1086.11621, 38.8425903, 6768.71436, 0.0231462717, -0.592676699, 0.805107772, 2.03251839e-05, 0.805323839, 0.592835128, -0.999732077, -0.0137055516, 0.0186523199)) end elseif game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == true and string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, "Island Empress") then if game:GetService("Workspace").Enemies:FindFirstChild("Island Empress") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Island Empress" then OldCFrameRainbow = v.HumanoidRootPart.CFrame repeat task.wait() EquipWeapon(_G.SelectWeapon) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.CFrame = OldCFrameRainbow v.HumanoidRootPart.Size = Vector3.new(50,50,50) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280, 672)) sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.huge) until _G.Auto_Rainbow_Haki == false or v.Humanoid.Health <= 0 or not v.Parent or game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false end end else HyperCahaya(CFrame.new(5713.98877, 601.922974, 202.751251, -0.101080291, -0, -0.994878292, -0, 1, -0, 0.994878292, 0, -0.101080291)) end elseif string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, "Kilo Admiral") then if game:GetService("Workspace").Enemies:FindFirstChild("Kilo Admiral") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Kilo Admiral" then OldCFrameRainbow = v.HumanoidRootPart.CFrame repeat task.wait() EquipWeapon(_G.SelectWeapon) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.HumanoidRootPart.CFrame = OldCFrameRainbow game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280, 672)) sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.huge) until _G.Auto_Rainbow_Haki == false or v.Humanoid.Health <= 0 or not v.Parent or game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false end end else HyperCahaya(CFrame.new(2877.61743, 423.558685, -7207.31006, -0.989591599, -0, -0.143904909, -0, 1.00000012, -0, 0.143904924, 0, -0.989591479)) end elseif string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, "Captain Elephant") then if game:GetService("Workspace").Enemies:FindFirstChild("Captain Elephant") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Captain Elephant" then OldCFrameRainbow = v.HumanoidRootPart.CFrame repeat task.wait() EquipWeapon(_G.SelectWeapon) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.HumanoidRootPart.CFrame = OldCFrameRainbow game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280, 672)) sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.huge) until _G.Auto_Rainbow_Haki == false or v.Humanoid.Health <= 0 or not v.Parent or game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false end end else HyperCahaya(CFrame.new(-13485.0283, 331.709259, -8012.4873, 0.714521289, 7.98849911e-08, 0.69961375, -1.02065748e-07, 1, -9.94383065e-09, -0.69961375, -6.43015241e-08, 0.714521289)) end elseif string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, "Beautiful Pirate") then if game:GetService("Workspace").Enemies:FindFirstChild("Beautiful Pirate") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Beautiful Pirate" then OldCFrameRainbow = v.HumanoidRootPart.CFrame repeat task.wait() EquipWeapon(_G.SelectWeapon) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.HumanoidRootPart.CFrame = OldCFrameRainbow game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280, 672)) sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.huge) until _G.Auto_Rainbow_Haki == false or v.Humanoid.Health <= 0 or not v.Parent or game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false end end else HyperCahaya(CFrame.new(5312.3598632813, 20.141201019287, -10.158538818359)) end else HyperCahaya(CFrame.new(-11892.0703125, 930.57672119141, -8760.1591796875)) if (Vector3.new(-11892.0703125, 930.57672119141, -8760.1591796875) - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 30 then wait(1.5) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("HornedMan","Bet") end end end end end) end) M:AddToggle("Citizen Quest",_G.AutoObservationHakiV2,function(x) _G.AutoObservationHakiV2 = x end) spawn(function() while wait() do if _G.AutoObservationHakiV2 then if game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false then repeat HyperCahaya(CFrame.new(-12444.78515625, 332.40396118164, -7673.1806640625)) wait() until _G.StopTween == true or not _G.AutoObservationHakiV2 or (game.Players.LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(-12444.78515625, 332.40396118164, -7673.1806640625)).Magnitude <= 10 wait(.5) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CitizenQuestProgress","Citizen") wait(1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("StartQuest","CitizenQuest",1) else if string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text,"Defeat 50 Forest Pirates") then if game:GetService("Workspace").Enemies:FindFirstChild("Forest Pirate") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Forest Pirate" then repeat wait() if not game.Players.LocalPlayer.Character:FindFirstChild("HasBuso") then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Buso") end EquipWeapon(_G.SelectWeapon) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(1,20,1)) PosHee = v.HumanoidRootPart.CFrame v.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) Mangnetcitzenmon = true until _G.AutoObservationHakiV2 == false or v.Humanoid.Health <= 0 Mangnetcitzenmon = false end end else repeat HyperCahaya(CFrame.new(-13277.568359375, 370.34185791016, -7821.1572265625)) wait() until _G.StopTween == true or not _G.AutoObservationHakiV2 or (game.Players.LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(-13277.568359375, 370.34185791016, -7821.1572265625)).Magnitude <= 10 end elseif game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text == "Defeat Captain Elephant (0/1)" then if game:GetService("Workspace").Enemies:FindFirstChild("Captain Elephant") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Captain Elephant" then repeat wait() if not game.Players.LocalPlayer.Character:FindFirstChild("HasBuso") then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Buso") end EquipWeapon(_G.SelectWeapon) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(1,20,1)) if sethiddenproperty then sethiddenproperty(game.Players.LocalPlayer, "SimulationRadius", math.huge) end v.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) until _G.AutoObservationHakiV2 == false or v.Humanoid.Health <= 0 end end else repeat HyperCahaya(CFrame.new(-13493.12890625, 318.89553833008, -8373.7919921875)) wait() until _G.StopTween == true or not _G.AutoObservationHakiV2 or (game.Players.LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(-13493.12890625, 318.89553833008, -8373.7919921875)).Magnitude <= 10 end end end if game.Players.LocalPlayer.Backpack:FindFirstChild("Banana") and game.Players.LocalPlayer.Backpack:FindFirstChild("Apple") and game.Players.LocalPlayer.Backpack:FindFirstChild("Pineapple") then repeat HyperCahaya(CFrame.new(-12444.78515625, 332.40396118164, -7673.1806640625)) wait() until _G.StopTween == true or not _G.AutoObservationHakiV2 or (game.Players.LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(-12444.78515625, 332.40396118164, -7673.1806640625)).Magnitude <= 10 wait(.5) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("CitizenQuestProgress","Citizen") elseif game.Players.LocalPlayer.Backpack:FindFirstChild("Fruit Bowl") or game.Players.LocalPlayer.Character:FindFirstChild("Fruit Bowl") then repeat HyperCahaya(CFrame.new(-10920.125, 624.20275878906, -10266.995117188)) wait() until _G.StopTween == true or not _G.AutoObservationHakiV2 or (game.Players.LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(-10920.125, 624.20275878906, -10266.995117188)).Magnitude <= 10 wait(.5) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("KenTalk2","Start") wait(1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("KenTalk2","Buy") else for i,v in pairs(game.Workspace:GetDescendants()) do if v.Name == "Apple" or v.Name == "Banana" or v.Name == "Pineapple" then v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,10) wait() firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v.Handle,0) wait() end end end end end end) spawn(function() while wait() do pcall(function() if _G.AutoObservationHakiV2 then if sethiddenproperty then sethiddenproperty(game.Players.LocalPlayer, "SimulationRadius", math.huge) end end end) game:GetService("RunService").Heartbeat:Wait() end end) spawn(function() game:GetService("RunService").Heartbeat:connect(function() pcall(function() if _G.AutoObservationHakiV2 then if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Humanoid") then game:GetService("Players").LocalPlayer.Character.Humanoid:ChangeState(11) end end end) end) end) spawn(function() pcall(function() game:GetService("RunService").Heartbeat:Connect(function() game:GetService("RunService").Heartbeat:Wait() if _G.AutoObservationHakiV2 and StatrMagnet then for i,v in pairs(game.Workspace.Enemies:GetChildren()) do if v.Name == "Forest Pirate" and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 then if v.Name == "Forest Pirate" then v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50, 50, 50) v.HumanoidRootPart.CFrame = PosHee end end end end end) end) end) spawn(function() game:GetService("RunService").Heartbeat:connect(function() game:GetService("RunService").Heartbeat:Wait() pcall(function() if _G.AutoObservationHakiV2 and StatrMagnet then CheckQuest() for i,v in pairs(game.Workspace.Enemies:GetChildren()) do if v.Name == Ms then v.Humanoid:ChangeState(11) end end end end) game:GetService("RunService").Heartbeat:Wait() end) end) M:AddToggle("Taken Rengoku",_G.AutoRengoku,function(value) _G.AutoRengoku = value StopTween(_G.AutoRengoku) end) spawn(function() pcall(function() while wait() do if _G.AutoRengoku then if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Hidden Key") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Hidden Key") then EquipWeapon("Hidden Key") HyperCahaya(CFrame.new(6571.1201171875, 299.23028564453, -6967.841796875)) elseif game:GetService("Workspace").Enemies:FindFirstChild("Snow Lurker") or game:GetService("Workspace").Enemies:FindFirstChild("Arctic Warrior") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if (v.Name == "Snow Lurker" or v.Name == "Arctic Warrior") and v.Humanoid.Health > 0 then repeat task.wait() EquipWeapon(_G.SelectWeapon) AutoHaki() v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) RengokuMon = v.HumanoidRootPart.CFrame HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) StartRengokuMagnet = true until game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Hidden Key") or _G.AutoRengoku == false or not v.Parent or v.Humanoid.Health <= 0 StartRengokuMagnet = false end end else StartRengokuMagnet = false HyperCahaya(CFrame.new(5439.716796875, 84.420944213867, -6715.1635742188)) end end end end) end) M:AddToggle("Taken Yama",_G.AutoYama,function(value) _G.AutoYama = value StopTween(_G.AutoYama) end) spawn(function() while wait() do if _G.AutoYama then if game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("EliteHunter","Progress") >= 30 then repeat wait(.1) fireclickdetector(game:GetService("Workspace").Map.Waterfall.SealedKatana.Handle.ClickDetector) until game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Yama") or not _G.AutoYama end end end end) M:AddToggle("Quest Evo Race (V2)",_G.Auto_EvoRace,function(value) _G.Auto_EvoRace = value StopTween(_G.Auto_EvoRace) end) spawn(function() pcall(function() while wait(.1) do if _G.Auto_EvoRace then if not game:GetService("Players").LocalPlayer.Data.Race:FindFirstChild("Evolved") then if game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Alchemist","1") == 0 then HyperCahaya(CFrame.new(-2779.83521, 72.9661407, -3574.02002, -0.730484903, 6.39014104e-08, -0.68292886, 3.59963224e-08, 1, 5.50667032e-08, 0.68292886, 1.56424669e-08, -0.730484903)) if (Vector3.new(-2779.83521, 72.9661407, -3574.02002) - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 4 then wait(1.3) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Alchemist","2") end elseif game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Alchemist","1") == 1 then pcall(function() if not game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Flower 1") and not game:GetService("Players").LocalPlayer.Character:FindFirstChild("Flower 1") then HyperCahaya(game:GetService("Workspace").Flower1.CFrame) elseif not game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Flower 2") and not game:GetService("Players").LocalPlayer.Character:FindFirstChild("Flower 2") then HyperCahaya(game:GetService("Workspace").Flower2.CFrame) elseif not game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Flower 3") and not game:GetService("Players").LocalPlayer.Character:FindFirstChild("Flower 3") then if game:GetService("Workspace").Enemies:FindFirstChild("Zombie") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Zombie" then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280, 672)) PosMonEvo = v.HumanoidRootPart.CFrame StartEvoMagnet = true until game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Flower 3") or not v.Parent or v.Humanoid.Health <= 0 or _G.Auto_EvoRace == false StartEvoMagnet = false end end else StartEvoMagnet = false HyperCahaya(CFrame.new(-5685.9233398438, 48.480125427246, -853.23724365234)) end end end) elseif game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Alchemist","1") == 2 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Alchemist","3") end end end end end) end) M:AddToggle("Bartlio Quest",_G.AutoBartilo,function(value) _G.AutoBartilo = value end) spawn(function() pcall(function() while wait(.1) do if _G.AutoBartilo then if game:GetService("Players").LocalPlayer.Data.Level.Value >= 800 and game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BartiloQuestProgress","Bartilo") == 0 then if string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, "Swan Pirates") and string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, "50") and game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == true then if game:GetService("Workspace").Enemies:FindFirstChild("Swan Pirate") then Ms = "Swan Pirate" for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == Ms then pcall(function() repeat task.wait() sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) EquipWeapon(_G.SelectWeapon) AutoHaki() v.HumanoidRootPart.Transparency = 1 v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) PosMonBarto = v.HumanoidRootPart.CFrame game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) AutoBartiloBring = true until not v.Parent or v.Humanoid.Health <= 0 or _G.AutoBartilo == false or game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false AutoBartiloBring = false end) end end else repeat HyperCahaya(CFrame.new(932.624451, 156.106079, 1180.27466, -0.973085582, 4.55137119e-08, -0.230443969, 2.67024713e-08, 1, 8.47491108e-08, 0.230443969, 7.63147128e-08, -0.973085582)) wait() until not _G.AutoBartilo or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(932.624451, 156.106079, 1180.27466, -0.973085582, 4.55137119e-08, -0.230443969, 2.67024713e-08, 1, 8.47491108e-08, 0.230443969, 7.63147128e-08, -0.973085582)).Magnitude <= 10 end else repeat HyperCahaya(CFrame.new(-456.28952, 73.0200958, 299.895966)) wait() until not _G.AutoBartilo or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(-456.28952, 73.0200958, 299.895966)).Magnitude <= 10 wait(1.1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("StartQuest","BartiloQuest",1) end elseif game:GetService("Players").LocalPlayer.Data.Level.Value >= 800 and game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BartiloQuestProgress","Bartilo") == 1 then if game:GetService("Workspace").Enemies:FindFirstChild("Jeremy") then Ms = "Jeremy" for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == Ms then OldCFrameBartlio = v.HumanoidRootPart.CFrame repeat task.wait() sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) EquipWeapon(_G.SelectWeapon) AutoHaki() v.HumanoidRootPart.Transparency = 1 v.HumanoidRootPart.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.HumanoidRootPart.CFrame = OldCFrameBartlio HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.huge) until not v.Parent or v.Humanoid.Health <= 0 or _G.AutoBartilo == false end end elseif game:GetService("ReplicatedStorage"):FindFirstChild("Jeremy") then repeat HyperCahaya(CFrame.new(-456.28952, 73.0200958, 299.895966)) wait() until not _G.AutoBartilo or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(-456.28952, 73.0200958, 299.895966)).Magnitude <= 10 wait(1.1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BartiloQuestProgress","Bartilo") wait(1) repeat HyperCahaya(CFrame.new(2099.88159, 448.931, 648.997375)) wait() until not _G.AutoBartilo or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(2099.88159, 448.931, 648.997375)).Magnitude <= 10 wait(2) else repeat HyperCahaya(CFrame.new(2099.88159, 448.931, 648.997375)) wait() until not _G.AutoBartilo or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(2099.88159, 448.931, 648.997375)).Magnitude <= 10 end elseif game:GetService("Players").LocalPlayer.Data.Level.Value >= 800 and game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BartiloQuestProgress","Bartilo") == 2 then repeat HyperCahaya(CFrame.new(-1850.49329, 13.1789551, 1750.89685)) wait() until not _G.AutoBartilo or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(-1850.49329, 13.1789551, 1750.89685)).Magnitude <= 10 wait(1) repeat HyperCahaya(CFrame.new(-1858.87305, 19.3777466, 1712.01807)) wait() until not _G.AutoBartilo or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(-1858.87305, 19.3777466, 1712.01807)).Magnitude <= 10 wait(1) repeat HyperCahaya(CFrame.new(-1803.94324, 16.5789185, 1750.89685)) wait() until not _G.AutoBartilo or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(-1803.94324, 16.5789185, 1750.89685)).Magnitude <= 10 wait(1) repeat HyperCahaya(CFrame.new(-1858.55835, 16.8604317, 1724.79541)) wait() until not _G.AutoBartilo or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(-1858.55835, 16.8604317, 1724.79541)).Magnitude <= 10 wait(1) repeat HyperCahaya(CFrame.new(-1869.54224, 15.987854, 1681.00659)) wait() until not _G.AutoBartilo or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(-1869.54224, 15.987854, 1681.00659)).Magnitude <= 10 wait(1) repeat HyperCahaya(CFrame.new(-1800.0979, 16.4978027, 1684.52368)) wait() until not _G.AutoBartilo or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(-1800.0979, 16.4978027, 1684.52368)).Magnitude <= 10 wait(1) repeat HyperCahaya(CFrame.new(-1819.26343, 14.795166, 1717.90625)) wait() until not _G.AutoBartilo or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(-1819.26343, 14.795166, 1717.90625)).Magnitude <= 10 wait(1) repeat HyperCahaya(CFrame.new(-1813.51843, 14.8604736, 1724.79541)) wait() until not _G.AutoBartilo or (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position-Vector3.new(-1813.51843, 14.8604736, 1724.79541)).Magnitude <= 10 end end end end) end) M:AddToggle("Auto Holy Torch",_G.AutoHolyTorch,function(value) _G.AutoHolyTorch = value StopTween(_G.AutoHolyTorch) end) spawn(function() while wait() do if _G.AutoHolyTorch then pcall(function() wait(.1) HyperCahaya(CFrame.new(-10752, 417, -9366)) wait(11) HyperCahaya(CFrame.new(-11672, 334, -9474)) wait(5) HyperCahaya(CFrame.new(-12132, 521, -10655)) wait(18) HyperCahaya(CFrame.new(-13336, 486, -6985)) wait(10) HyperCahaya(CFrame.new(-13489, 338, -7925)) wait(13) end) end end end) spawn(function() while task.wait() do pcall(function() if _G.BringMonster then CheckQuest() for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if _G.AutoFarm and StartMagnet and v.Name == Mon and (Mon == "Factory Staff" or Mon == "Monkey" or Mon == "Dragon Crew Warrior" or Mon == "Dragon Crew Archer") and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 and (v.HumanoidRootPart.Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 250 then v.HumanoidRootPart.Size = Vector3.new(150,150,150) v.HumanoidRootPart.CFrame = PosMon v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.huge) elseif _G.AutoFarm and StartMagnet and v.Name == Mon and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 and (v.HumanoidRootPart.Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= _G.BringMode then v.HumanoidRootPart.Size = Vector3.new(150,150,150) v.HumanoidRootPart.CFrame = PosMon v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.huge) end if _G.AutoEctoplasm and StartEctoplasmMagnet then if string.find(v.Name, "Ship") and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 and (v.HumanoidRootPart.Position - EctoplasmMon.Position).Magnitude <= _G.BringMode then v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.HumanoidRootPart.CFrame = EctoplasmMon v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) end end if _G.AutoRengoku and StartRengokuMagnet then if (v.Name == "Snow Lurker" or v.Name == "Arctic Warrior") and (v.HumanoidRootPart.Position - RengokuMon.Position).Magnitude <= _G.BringMode and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then v.HumanoidRootPart.Size = Vector3.new(1500,1500,1500) v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.CFrame = RengokuMon if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) end end if _G.AutoMusketeerHat and StartMagnetMusketeerhat then if v.Name == "Forest Pirate" and (v.HumanoidRootPart.Position - MusketeerHatMon.Position).Magnitude <= _G.BringMode and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.CFrame = MusketeerHatMon if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) end end if _G.AutoObservationHakiV2 and Mangnetcitzenmon then if v.Name == "Forest Pirate" and (v.HumanoidRootPart.Position - MusketeerHatMon.Position).Magnitude <= _G.BringMode and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.CFrame = PosHee if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) end end if _G.Auto_EvoRace and StartEvoMagnet then if v.Name == "Zombie" and (v.HumanoidRootPart.Position - PosMonEvo.Position).Magnitude <= _G.BringMode and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.CFrame = PosMonEvo if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) end end if _G.AutoBartilo and AutoBartiloBring then if v.Name == "Swan Pirate" and (v.HumanoidRootPart.Position - PosMonBarto.Position).Magnitude <= _G.BringMode and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.CFrame = PosMonBarto if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) end end if _G.AutoFarmFruitMastery and StartMasteryFruitMagnet then if v.Name == "Monkey" then if (v.HumanoidRootPart.Position - PosMonMasteryFruit.Position).Magnitude <= _G.BringMode and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.CFrame = PosMonMasteryFruit if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) end elseif v.Name == "Factory Staff" then if (v.HumanoidRootPart.Position - PosMonMasteryFruit.Position).Magnitude <= _G.BringMode and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.CFrame = PosMonMasteryFruit if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) end elseif v.Name == Mon then if (v.HumanoidRootPart.Position - PosMonMasteryFruit.Position).Magnitude <= _G.BringMode and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.CFrame = PosMonMasteryFruit if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) end end end if _G.AutoFarmGunMastery and StartMasteryGunMagnet then if v.Name == "Monkey" then if (v.HumanoidRootPart.Position - PosMonMasteryGun.Position).Magnitude <= _G.BringMode and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.CFrame = PosMonMasteryGun if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) end elseif v.Name == "Factory Staff" then if (v.HumanoidRootPart.Position - PosMonMasteryGun.Position).Magnitude <= _G.BringMode and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.CFrame = PosMonMasteryGun if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) end elseif v.Name == Mon then if (v.HumanoidRootPart.Position - PosMonMasteryGun.Position).Magnitude <= _G.BringMode and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.CFrame = PosMonMasteryGun if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) end end end if _G.Auto_Bone and StartMagnetBoneMon then if (v.Name == "Reborn Skeleton" or v.Name == "Living Zombie" or v.Name == "Demonic Soul" or v.Name == "Posessed Mummy") and (v.HumanoidRootPart.Position - PosMonBone.Position).Magnitude <= _G.BringMode and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.CFrame = PosMonBone if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) end end if _G.AutoFarmCandy and StartCandyMagnet then if (v.Name == "Ice Cream Chef" or v.Name == "Ice Cream Commander") and (v.HumanoidRootPart.Position - CandyMon.Position).Magnitude <= _G.BringMode and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.CFrame = CandyMon if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) end end if _G.AutoDoughtBoss and MagnetDought then if (v.Name == "Cookie Crafter" or v.Name == "Cake Guard" or v.Name == "Baking Staff" or v.Name == "Head Baker") and (v.HumanoidRootPart.Position - PosMonDoughtOpenDoor.Position).Magnitude <= _G.BringMode and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then v.HumanoidRootPart.Size = Vector3.new(50,50,50) v.Humanoid:ChangeState(14) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.CFrame = PosMonDoughtOpenDoor if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end sethiddenproperty(game:GetService("Players").LocalPlayer, "SimulationRadius", math.huge) end end end end end) end end) task.spawn(function() while true do wait() if setscriptable then setscriptable(game.Players.LocalPlayer, "SimulationRadius", true) end if sethiddenproperty then sethiddenproperty(game.Players.LocalPlayer, "SimulationRadius", math.huge) end end end) --BringMobNearrest function InMyNetWork(object) if isnetworkowner then return isnetworkowner(object) else if (object.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= _G.BringMode then return true end return false end end task.spawn(function() while task.wait() do pcall(function() if MakoriGayMag and _G.BringMonster then for i,v in pairs(game.Workspace.Enemies:GetChildren()) do if not string.find(v.Name,"Boss") and (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= _G.BringMode then if InMyNetWork(v.HumanoidRootPart) then v.HumanoidRootPart.CFrame = PosGay v.Humanoid.JumpPower = 0 v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(60,60,60) v.HumanoidRootPart.Transparency = 1 v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end v.Humanoid:ChangeState(11) v.Humanoid:ChangeState(14) end end end end end) end end) function InMyNetWork(object) if isnetworkowner then return isnetworkowner(object) else if (object.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= _G.BringMode then return true end return false end end task.spawn(function() while task.wait() do pcall(function() if _G.AutoFarmNearest and AutoFarmNearestMagnet or _G.AutoFarmNearest and AutoFarmNearestMagnet or SelectMag and _G.BringMonster then for i,v in pairs(game.Workspace.Enemies:GetChildren()) do if not string.find(v.Name,"Boss") and (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= _G.BringMode then if InMyNetWork(v.HumanoidRootPart) then v.HumanoidRootPart.CFrame = PosMon v.Humanoid.JumpPower = 0 v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(60,60,60) v.HumanoidRootPart.Transparency = 1 v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false if v.Humanoid:FindFirstChild("Animator") then v.Humanoid.Animator:Destroy() end v.Humanoid:ChangeState(11) v.Humanoid:ChangeState(14) end end end end end) end end) Ss:AddSeperator("Stats") spawn(function() while wait() do local count10 = 0 local count = 0 for i,v in pairs(game.workspace:GetChildren()) do if string.find(v.Name,"Chest") and v:IsA("Part") then count10 = count10 + 1 end end for i,v in pairs(game.Workspace:GetChildren()) do if v.Name == "Blox Fruit Dealer" then else if string.find(v.Name, "Fruit") and v:IsA("Tool") then count = count + 1 end if string.find(v.Name, "Fruit") and v:IsA("Model") then count = count + 1 end end end Fruit:Set("Fruit : "..count) Chest:Set("Chest : "..count10) wait(5) end end) Chest = Ss:AddLabel("Chest") Fruit = Ss:AddLabel("Fruit") local Pointstat = Ss:AddLabel("Stat Points") spawn(function() while wait() do pcall(function() Pointstat:Set("Stat Points : "..tostring(game:GetService("Players")["LocalPlayer"].Data.Points.Value)) end) end end) local Melee = Ss:AddLabel("Melee : ") local Defense = Ss:AddLabel("Defense : ") local Sword = Ss:AddLabel("Sword : ") local Gun = Ss:AddLabel("Gun : ") local Fruit = Ss:AddLabel("Fruit : ") spawn(function() while wait() do pcall(function() Melee:Set("Melee : "..game.Players.localPlayer.Data.Stats.Melee.Level.Value) end) end end) spawn(function() while wait() do pcall(function() Defense:Set("Defense : "..game.Players.localPlayer.Data.Stats.Defense.Level.Value) end) end end) spawn(function() while wait() do pcall(function() Sword:Set("Sword : "..game.Players.localPlayer.Data.Stats.Sword.Level.Value) end) end end) spawn(function() while wait() do pcall(function() Gun:Set("Gun : "..game.Players.localPlayer.Data.Stats.Gun.Level.Value) end) end end) spawn(function() while wait() do pcall(function() Fruit:Set("Fruit : "..game.Players.localPlayer.Data.Stats["Demon Fruit"].Level.Value) end) end end) Ss:AddToggle("Auto Stats Kaitun",_G.Auto_Stats_Kaitun,function(value) _G.Auto_Stats_Kaitun = value end) spawn(function() while wait() do pcall(function() if _G.Auto_Stats_Kaitun then if World1 then local args = { [1] = "AddPoint", [2] = "Melee", [3] = _G.Point } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) elseif World2 then local args = { [1] = "AddPoint", [2] = "Melee", [3] = _G.Point } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) local args = { [1] = "AddPoint", [2] = "Defense", [3] = _G.Point } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end end end) end end) Ss:AddToggle("Melee",false,function(Value) melee = Value end) Ss:AddToggle("Defense",false,function(value) defense = value end) Ss:AddToggle("Sword",false,function(value) sword = value end) Ss:AddToggle("Gun",false,function(value) gun = value end) Ss:AddToggle("Devil Fruit",false,function(value) demonfruit = value end) PointStats = 1 Ss:AddSlider("Point",1,100,PointStats,nil,function(value) PointStats = value end) spawn(function() while wait() do if game.Players.localPlayer.Data.Points.Value >= PointStats then if melee then local args = { [1] = "AddPoint", [2] = "Melee", [3] = PointStats } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end if defense then local args = { [1] = "AddPoint", [2] = "Defense", [3] = PointStats } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end if sword then local args = { [1] = "AddPoint", [2] = "Sword", [3] = PointStats } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end if gun then local args = { [1] = "AddPoint", [2] = "Gun", [3] = PointStats } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end if demonfruit then local args = { [1] = "AddPoint", [2] = "Demon Fruit", [3] = PointStats } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end end end end) if World1 or World2 then RaceV4:AddLabel("Pls Go To The Third Sea") end if World3 then RaceV4:AddSeperator("Race V4") RaceV4:AddButton("Teleport To Top Of GreatTree",function() HyperCahaya(CFrame.new(2947.556884765625, 2281.630615234375, -7213.54931640625)) end) RaceV4:AddButton("Teleport To Timple Of Time",function() Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(28286.35546875, 14895.3017578125, 102.62469482421875) end) RaceV4:AddButton("Teleport To Lever Pull",function() HyperCahaya(CFrame.new(28575.181640625, 14936.6279296875, 72.31636810302734)) end) RaceV4:AddButton("Teleport To Acient One (Must Be in Temple Of Time!)",function() HyperCahaya(CFrame.new(28981.552734375, 14888.4267578125, -120.245849609375)) end) RaceV4:AddButton("Unlock Lever.", function() venyx:Notify("Unlocked") if game:GetService("Workspace").Map["Temple of Time"].Lever.Prompt:FindFirstChild("ProximityPrompt") then game:GetService("Workspace").Map["Temple of Time"].Lever.Prompt:FindFirstChild("ProximityPrompt"):Remove() else --[[]] end wait(0.1) local ProximityPrompt = Instance.new("ProximityPrompt") ProximityPrompt.Parent = game:GetService("Workspace").Map["Temple of Time"].Lever.Prompt ProximityPrompt.MaxActivationDistance = 10 ProximityPrompt.ActionText = "Secrets Beholds Inside" ProximityPrompt.ObjectText = "An unknown lever of time" function onProximity() local part = game:GetService("Workspace").Map["Temple of Time"].MainDoor1 local TweenService = game:GetService("TweenService") local startPosition = part.Position local endPosition = startPosition + Vector3.new(0, -50, 0) local tweenInfo = TweenInfo.new(10, Enum.EasingStyle.Linear, Enum.EasingDirection.Out) local tween = TweenService:Create(part, tweenInfo, {Position = endPosition}) tween:Play() local partnew = game:GetService("Workspace").Map["Temple of Time"].MainDoor2 local TweenService = game:GetService("TweenService") local startPosition = partnew.Position local endPosition = startPosition + Vector3.new(0, -50, 0) local tweenInfo = TweenInfo.new(10, Enum.EasingStyle.Linear, Enum.EasingDirection.Out) local tween = TweenService:Create(partnew, tweenInfo, {Position = endPosition}) tween:Play() local SoundSFX = Instance.new("Sound") SoundSFX.Parent = workspace SoundSFX.SoundId = "rbxassetid://1904813041" SoundSFX:Play() SoundSFX.Name = "POwfpxzxzfFfFF" game:GetService("Workspace").Map["Temple of Time"].Lever.Prompt:FindFirstChild("ProximityPrompt"):Remove() wait(5) workspace:FindFirstChild("POwfpxzxzfFfFF"):Remove() game:GetService("Workspace").Map["Temple of Time"].NoGlitching:Remove() game:GetService("Workspace").Map["Temple of Time"].NoGlitching:Remove() game:GetService("Workspace").Map["Temple of Time"].NoGlitching:Remove() end ProximityPrompt.Triggered:Connect(onProximity) end) RaceV4:AddButton("Clock Acces", function() game:GetService("Workspace").Map["Temple of Time"].DoNotEnter:Remove() game:GetService("Workspace").Map["Temple of Time"].ClockRoomExit:Remove() end) RaceV4:AddToggle("Auto Buy Gear",_G.Auto_Farm_Bone4,function(value) _G.Auto_Farm_Bone4 = value StopTween(_G.Auto_Farm_Bone4) end) spawn(function() pcall(function() while wait(0.1) do if _G.Auto_Farm_Bone4 then local args = { [1] = true } local args = { [1] = "UpgradeRace", [2] = "Buy" } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("CommF_"):InvokeServer(unpack(args)) end end end) end) RaceV4:AddToggle("Disabled Inf Stairs", nil, function(value) game.Players.LocalPlayer.Character.InfiniteStairs.Disabled = value end) RaceV4:AddButton("Teleport Trial Door",function() Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(28286.35546875, 14895.3017578125, 102.62469482421875) wait(.1) Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(28286.35546875, 14895.3017578125, 102.62469482421875) wait(.1) Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(28286.35546875, 14895.3017578125, 102.62469482421875) wait(.1) Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(28286.35546875, 14895.3017578125, 102.62469482421875) if game:GetService("Players").LocalPlayer.Data.Race.Value == "Fishman" then Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(28286.35546875, 14895.3017578125, 102.62469482421875) wait(0.6) HyperCahaya(CFrame.new(28224.056640625, 14889.4267578125, -210.5872039794922)) elseif game:GetService("Players").LocalPlayer.Data.Race.Value == "Human" then Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(28286.35546875, 14895.3017578125, 102.62469482421875) wait(0.6) HyperCahaya(CFrame.new(29237.294921875, 14889.4267578125, -206.94955444335938)) elseif game:GetService("Players").LocalPlayer.Data.Race.Value == "Cyborg" then Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(28286.35546875, 14895.3017578125, 102.62469482421875) wait(0.6) HyperCahaya(CFrame.new(28492.4140625, 14894.4267578125, -422.1100158691406)) elseif game:GetService("Players").LocalPlayer.Data.Race.Value == "Skypiea" then Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(28286.35546875, 14895.3017578125, 102.62469482421875) wait(0.6) HyperCahaya(CFrame.new(28967.408203125, 14918.0751953125, 234.31198120117188)) elseif game:GetService("Players").LocalPlayer.Data.Race.Value == "Ghoul" then Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(28286.35546875, 14895.3017578125, 102.62469482421875) wait(0.6) HyperCahaya(CFrame.new(28672.720703125, 14889.1279296875, 454.5961608886719)) elseif game:GetService("Players").LocalPlayer.Data.Race.Value == "Mink" then Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(28286.35546875, 14895.3017578125, 102.62469482421875) wait(0.6) HyperCahaya(CFrame.new(29020.66015625, 14889.4267578125, -379.2682800292969)) end end) RaceV4:AddToggle("Trial All Race V4",false,function(v) _G.AutoQuestRace = v StopTween(_G.AutoQuestRace) end) spawn(function() pcall(function() while wait() do if _G.AutoQuestRace then if game:GetService("Players").LocalPlayer.Data.Race.Value == "Human" then for i,v in pairs(game.Workspace.Enemies:GetDescendants()) do if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then pcall(function() repeat wait(.1) v.Humanoid.Health = 0 v.HumanoidRootPart.CanCollide = false sethiddenproperty(game.Players.LocalPlayer, "SimulationRadius", math.huge) until not _G.AutoQuestRace or not v.Parent or v.Humanoid.Health <= 0 end) end end elseif game:GetService("Players").LocalPlayer.Data.Race.Value == "Skypiea" then for i,v in pairs(game:GetService("Workspace").Map.SkyTrial.Model:GetDescendants()) do if v.Name == "snowisland_Cylinder.081" then HyperCahaya(v.CFrame* CFrame.new(0,0,0)) end end elseif game:GetService("Players").LocalPlayer.Data.Race.Value == "Fishman" then for i,v in pairs(game:GetService("Workspace").SeaBeasts.SeaBeast1:GetDescendants()) do if v.Name == "HumanoidRootPart" then HyperCahaya(v.CFrame* CFrame.new(PosX,PosY,PosZ)) for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then if v.ToolTip == "Melee" then -- "Blox Fruit" , "Sword" , "Wear" , "Agility" game.Players.LocalPlayer.Character.Humanoid:EquipTool(v) end end end game:GetService("VirtualInputManager"):SendKeyEvent(true,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then if v.ToolTip == "Blox Fruit" then -- "Blox Fruit" , "Sword" , "Wear" , "Agility" game.Players.LocalPlayer.Character.Humanoid:EquipTool(v) end end end game:GetService("VirtualInputManager"):SendKeyEvent(true,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(0.5) for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then if v.ToolTip == "Sword" then -- "Blox Fruit" , "Sword" , "Wear" , "Agility" game.Players.LocalPlayer.Character.Humanoid:EquipTool(v) end end end game:GetService("VirtualInputManager"):SendKeyEvent(true,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(0.5) for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then if v.ToolTip == "Gun" then -- "Blox Fruit" , "Sword" , "Wear" , "Agility" game.Players.LocalPlayer.Character.Humanoid:EquipTool(v) end end end game:GetService("VirtualInputManager"):SendKeyEvent(true,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,122,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,120,false,game.Players.LocalPlayer.Character.HumanoidRootPart) wait(.2) game:GetService("VirtualInputManager"):SendKeyEvent(true,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) game:GetService("VirtualInputManager"):SendKeyEvent(false,99,false,game.Players.LocalPlayer.Character.HumanoidRootPart) end end elseif game:GetService("Players").LocalPlayer.Data.Race.Value == "Cyborg" then HyperCahaya(CFrame.new(28654, 14898.7832, -30, 1, 0, 0, 0, 1, 0, 0, 0, 1)) elseif game:GetService("Players").LocalPlayer.Data.Race.Value == "Ghoul" then for i,v in pairs(game.Workspace.Enemies:GetDescendants()) do if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then pcall(function() repeat wait(.1) v.Humanoid.Health = 0 v.HumanoidRootPart.CanCollide = false sethiddenproperty(game.Players.LocalPlayer, "SimulationRadius", math.huge) until not _G.AutoQuestRace or not v.Parent or v.Humanoid.Health <= 0 end) end end elseif game:GetService("Players").LocalPlayer.Data.Race.Value == "Mink" then for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do if v.Name == "StartPoint" then HyperCahaya(v.CFrame* CFrame.new(0,10,0)) end end end end end end) end) RaceV4:AddToggle("Auto Lock Moon",_G.LockCamToMoon,function(value) _G.LockCamToMoon = value end) function CamToMoon() workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.Position,game:GetService("Lighting"):GetMoonDirection() + workspace.CurrentCamera.CFrame.Position) end spawn(function() pcall(function() while wait() do if _G.LockCamToMoon then CamToMoon() end end end) end) RaceV4:AddToggle("Kill Player After Trial!",false,function(value) _G.KillAfterTrials = value StopTween(_G.KillAfterTrials) end) spawn(function() while wait() do pcall(function() if _G.KillAfterTrials then for i,v in pairs(game:GetService("Workspace").Characters:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name and (v.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 100 then if v.Humanoid.Health > 0 then repeat wait() AutoHaki() EquipWeapon(_G.SelectWeapon) NameTarget = v.Name TP1(v.HumanoidRootPart.CFrame * CFrame.new(0,0,5)) v.HumanoidRootPart.CanCollide = false v.Head.CanCollide = false v.HumanoidRootPart.Size = Vector3.new(60, 60, 60) Click() until not _G.KillAfterTrials or not v.Parent or v.Humanoid.Health <= 0 end end end end end) end end) RaceV4:AddButton("Buy Ancient One Quest",function(t) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer('UpgradeRace','Buy') end) end local plyserv = P:AddLabel("Players") spawn(function() while wait() do pcall(function() for i,v in pairs(game:GetService("Players"):GetPlayers()) do if i == 12 then plyserv:Set("Players :".." "..i.." ".."/".." ".."12".." ".."(Max)") elseif i == 1 then plyserv:Set("Player :".." "..i.." ".."/".." ".."12") else plyserv:Set("Players :".." "..i.." ".."/".." ".."12") end end end) end end) Playerslist = {} for i,v in pairs(game:GetService("Players"):GetChildren()) do table.insert(Playerslist,v.Name) end local SelectedPly = P:AddDropdown("Select Player",Playerslist,function(value) _G.SelectPly = value end) P:AddButton("Refresh Player",function() Playerslist = {} SelectedPly:Clear() for i,v in pairs(game:GetService("Players"):GetChildren()) do SelectedPly:Add(v.Name) end end) P:AddToggle("Spectate Player",false,function(value) SpectatePlys = value local plr1 = game:GetService("Players").LocalPlayer.Character.Humanoid local plr2 = game:GetService("Players"):FindFirstChild(_G.SelectPly) repeat wait(.1) game:GetService("Workspace").Camera.CameraSubject = game:GetService("Players"):FindFirstChild(_G.SelectPly).Character.Humanoid until SpectatePlys == false game:GetService("Workspace").Camera.CameraSubject = game:GetService("Players").LocalPlayer.Character.Humanoid end) P:AddToggle("Teleport",false,function(value) _G.TeleportPly = value pcall(function() if _G.TeleportPly then repeat HyperCahaya(game:GetService("Players")[_G.SelectPly].Character.HumanoidRootPart.CFrame) wait() until _G.TeleportPly == false end StopTween(_G.TeleportPly) end) end) P:AddToggle("Farm Player",false,function(value) _G.Auto_Kill_Ply = value StopTween(_G.Auto_Kill_Ply) end) spawn(function() while wait() do if _G.Auto_Kill_Ply then pcall(function() if _G.SelectPly ~= nil then if game.Players:FindFirstChild(_G.SelectPly) then if game.Players:FindFirstChild(_G.SelectPly).Character.Humanoid.Health > 0 then repeat task.wait() EquipWeapon(_G.SelectWeapon) AutoHaki() game.Players:FindFirstChild(_G.SelectPly).Character.HumanoidRootPart.CanCollide = false HyperCahaya(game.Players:FindFirstChild(_G.SelectPly).Character.HumanoidRootPart.CFrame * CFrame.new(0,5,0)) spawn(function() pcall(function() if _G.SelectWeapon == SelectWeaponGun then local args = { [1] = game.Players:FindFirstChild(_G.SelectPly).Character.HumanoidRootPart.Position, [2] = game.Players:FindFirstChild(_G.SelectPly).Character.HumanoidRootPart } game:GetService("Players").LocalPlayer.Character[SelectWeaponGun].RemoteFunctionShoot:InvokeServer(unpack(args)) else game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) end end) end) until game.Players:FindFirstChild(_G.SelectPly).Character.Humanoid.Health <= 0 or not game.Players:FindFirstChild(_G.SelectPly) or not _G.Auto_Kill_Ply end end end end) end end end) P:AddSeperator("Quest Player") P:AddButton("Quest Kill Players",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("PlayerHunter") end) P:AddToggle("Player Hunter [Wait Updated]",false,function(value) _G.AutoPlayerHunter = value StopTween(_G.AutoPlayerHunter) end) spawn(function() while wait() do if _G.AutoPlayerHunter and World3 then if game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false then repeat HyperCahaya(CFrame.new(-5560.00390625, 313.74130249023, -2838.4792480469)) wait() until not _G.AutoPlayerHunter or (Vector3.new(-5560.00390625, 313.74130249023, -2838.4792480469)-game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 3 wait(.5) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("PlayerHunter") elseif game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == true then for i,v in pairs(game:GetService("Workspace").Characters:GetChildren()) do if string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text,v.Name) then repeat wait() if not game.Players.LocalPlayer.Character:FindFirstChild("HasBuso") then local args = { [1] = "Buso" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end EquipWeapon(_G.SelectWeapon) Useskill = true HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(0,0,2)) v.HumanoidRootPart.Size = Vector3.new(60,60,60) game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) until _G.AutoPlayerHunter == false or v.Humanoid.Health <= 0 game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("AbandonQuest") Useskill = false end end end end end end) spawn(function() while wait() do if _G.AutoPlayerHunter and World1 then if game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false then repeat HyperCahaya(CFrame.new(972.4349975585938, 16.27355194091797, 1412.172607421875)) wait() until not _G.AutoPlayerHunter or (Vector3.new(972.4349975585938, 16.27355194091797, 1412.172607421875)-game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 3 wait(.5) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("PlayerHunter") elseif game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == true then for i,v in pairs(game:GetService("Workspace").Characters:GetChildren()) do if string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text,v.Name) then repeat wait() if not game.Players.LocalPlayer.Character:FindFirstChild("HasBuso") then local args = { [1] = "Buso" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end EquipWeapon(_G.SelectWeapon) Useskill = true HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(0,0,2)) v.HumanoidRootPart.Size = Vector3.new(60,60,60) game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) until _G.AutoPlayerHunter == false or v.Humanoid.Health <= 0 game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("AbandonQuest") Useskill = false end end end end end end) spawn(function() while wait() do if _G.AutoPlayerHunter and World2 then if game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false then repeat HyperCahaya(CFrame.new(-375.8029479980469, 73.36331939697266, 351.3997497558594)) wait() until not _G.AutoPlayerHunter or (Vector3.new(-375.8029479980469, 73.36331939697266, 351.3997497558594)-game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 3 wait(.5) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("PlayerHunter") elseif game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == true then for i,v in pairs(game:GetService("Workspace").Characters:GetChildren()) do if string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text,v.Name) then repeat wait() if not game.Players.LocalPlayer.Character:FindFirstChild("HasBuso") then local args = { [1] = "Buso" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end EquipWeapon(_G.SelectWeapon) Useskill = true HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(0,0,2)) v.HumanoidRootPart.Size = Vector3.new(60,60,60) game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) until _G.AutoPlayerHunter == false or v.Humanoid.Health <= 0 game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("AbandonQuest") Useskill = false end end end end end end) spawn(function() while wait() do pcall(function() if Useskill then game:GetService("VirtualInputManager"):SendKeyEvent(true,"Z",false,game) wait(0.1) game:GetService("VirtualInputManager"):SendKeyEvent(false,"Z",false,game) wait(0.1) game:GetService("VirtualInputManager"):SendKeyEvent(true,"X",false,game) wait(0.1) game:GetService("VirtualInputManager"):SendKeyEvent(false,"X",false,game) wait(0.1) game:GetService("VirtualInputManager"):SendKeyEvent(true,"C",false,game) wait(0.1) game:GetService("VirtualInputManager"):SendKeyEvent(false,"C",false,game) wait(0.1) game:GetService("VirtualInputManager"):SendKeyEvent(true,"V",false,game) wait(0.1) game:GetService("VirtualInputManager"):SendKeyEvent(false,"V",false,game) end end) end end) P:AddSeperator("Aimbot") spawn(function() while wait() do pcall(function() local MaxDistance = math.huge for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name ~= game:GetService("Players").LocalPlayer.Name then local Distance = v:DistanceFromCharacter(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position) if Distance < MaxDistance then MaxDistance = Distance PlayerSelectAimbot = v.Name end end end end) end end) P:AddToggle("Aimbot Gun",false,function(value) _G.Aimbot_Gun = value end) spawn(function() while task.wait() do if _G.Aimbot_Gun and game:GetService("Players").LocalPlayer.Character:FindFirstChild(SelectWeaponGun) then pcall(function() game:GetService("Players").LocalPlayer.Character[SelectWeaponGun].Cooldown.Value = 0 local args = { [1] = game:GetService("Players"):FindFirstChild(PlayerSelectAimbot).Character.HumanoidRootPart.Position, [2] = game:GetService("Players"):FindFirstChild(PlayerSelectAimbot).Character.HumanoidRootPart } game:GetService("Players").LocalPlayer.Character[SelectWeaponGun].RemoteFunctionShoot:InvokeServer(unpack(args)) game:GetService'VirtualUser':CaptureController() game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672)) end) end end end) P:AddToggle("Aimbot Skill",false,function(value) _G.Aimbot_Skill = value end) spawn(function() pcall(function() while task.wait() do if _G.Aimbot_Skill and PlayerSelectAimbot ~= nil and game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") and game.Players.LocalPlayer.Character[game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Name]:FindFirstChild("MousePos") then local args = { [1] = game:GetService("Players"):FindFirstChild(PlayerSelectAimbot).Character.HumanoidRootPart.Position } game:GetService("Players").LocalPlayer.Character:FindFirstChild(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Name).RemoteEvent:FireServer(unpack(args)) end end end) end) P:AddSeperator("PvP") P:AddToggle("Enabled PvP",false,function(value) _G.EnabledPvP = value end) spawn(function() pcall(function() while wait(.1) do if _G.EnabledPvP then if game:GetService("Players").LocalPlayer.PlayerGui.Main.PvpDisabled.Visible == true then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("EnablePvp") end end end end) end) P:AddToggle("Safe Mode",false,function(value) _G.Safe_Mode = value StopTween(_G.Safe_Mode) end) spawn(function() pcall(function() while wait() do if _G.Safe_Mode then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame end end end) end) P:AddButton("Respawn",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetTeam","Pirates") wait() end) local TimeRaid = R:AddLabel("Wait For Dungeon") local Island1 = R:AddLabel(": lsland 1") local Island2 = R:AddLabel(": lsland 2") local Island3 = R:AddLabel(": lsland 3") local Island4 = R:AddLabel(": lsland 4") local Island5 = R:AddLabel(": lsland 5") R:AddLine() spawn(function() pcall(function() while wait() do if game:GetService("Players").LocalPlayer.PlayerGui.Main.Timer.Visible == true then TimeRaid:Set(game:GetService("Players").LocalPlayer.PlayerGui.Main.Timer.Text) else TimeRaid:Set("Wait For Dungeon") end end end) end) spawn(function() pcall(function() while wait() do if game.Workspace._WorldOrigin.Locations:FindFirstChild('Island 1') then Island1:Set('✅: Island 1') else Island1:Set('âŒ: Island 1' )end end end) end) spawn(function() pcall(function() while wait() do if game.Workspace._WorldOrigin.Locations:FindFirstChild('Island 2') then Island2:Set('✅: Island 2') else Island2:Set('âŒ: Island 2' )end end end) end) spawn(function() pcall(function() while wait() do if game.Workspace._WorldOrigin.Locations:FindFirstChild('Island 3') then Island3:Set('✅: Island 3') else Island3:Set('âŒ: Island 3' )end end end) end) spawn(function() pcall(function() while wait() do if game.Workspace._WorldOrigin.Locations:FindFirstChild('Island 4') then Island4:Set('✅: Island 4') else Island4:Set('âŒ: Island 4' )end end end) end) spawn(function() pcall(function() while wait() do if game.Workspace._WorldOrigin.Locations:FindFirstChild('Island 5') then Island5:Set('✅: Island 5') else Island5:Set('âŒ: Island 5' )end end end) end) R:AddToggle("Next Island",_G.Auto_Dungeon,function(value) _G.Auto_Dungeon = value StopTween(_G.Auto_Dungeon) end) spawn(function() while wait() do if _G.Auto_Dungeon then if not game.Players.LocalPlayer.PlayerGui.Main.Timer.Visible == false then if game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 5") then HyperCahaya(game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 5").CFrame * CFrame.new(0,70,100)) elseif game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 4") then HyperCahaya(game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 4").CFrame * CFrame.new(0,70,100)) elseif game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 3") then HyperCahaya(game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 3").CFrame * CFrame.new(0,70,100)) elseif game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 2") then HyperCahaya(game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 2").CFrame * CFrame.new(0,70,100)) elseif game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 1") then HyperCahaya(game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 1").CFrame * CFrame.new(0,70,100)) end end end end end) R:AddToggle("Auto Awakener",_G.Auto_Awakener,function(value) _G.Auto_Awakener = value end) spawn(function() pcall(function() while wait(.1) do if _G.Auto_Awakener then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Awakener","Check") game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Awakener","Awaken") end end end) end) R:AddToggle("Kill Aura",_G.concubu ,function(vu) _G.concubu = vu end) spawn(function() while wait() do if _G.concubu then for i,v in pairs(game.Workspace.Enemies:GetDescendants()) do if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then pcall(function() repeat wait(.1) v.Humanoid.Health = 0 v.HumanoidRootPart.CanCollide = false sethiddenproperty(game.Players.LocalPlayer, "SimulationRadius", math.huge) until not _G.concubu or not v.Parent or v.Humanoid.Health <= 0 end) end end end end end) R:AddLine() _G.SelectChip = selectraids or "" Raidslist = {} RaidsModule = require(game.ReplicatedStorage.Raids) for i,v in pairs(RaidsModule.raids) do table.insert(Raidslist,v) end for i,v in pairs(RaidsModule.advancedRaids) do table.insert(Raidslist,v) end R:AddDropdown("Select Chips",Raidslist,function(value) _G.SelectChip = value end) R:AddToggle("Select Dungeon",_G.AutoSelectDungeon,function(value) _G.AutoSelectDungeon = value end) spawn(function() while wait() do if _G.AutoSelectDungeon then pcall(function() if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Flame-Flame") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Flame-Flame") then _G.SelectChip = "Flame" elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild("Ice-Ice") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Ice-Ice") then _G.SelectChip = "Ice" elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild("Quake-Quake") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Quake-Quake") then _G.SelectChip = "Quake" elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild("Light-Light") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Light-Light") then _G.SelectChip = "Light" elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild("Dark-Dark") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Dark-Dark") then _G.SelectChip = "Dark" elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild("String-String") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("String-String") then _G.SelectChip = "String" elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild("Rumble-Rumble") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Rumble-Rumble") then _G.SelectChip = "Rumble" elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild("Magma-Magma") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Magma-Magma") then _G.SelectChip = "Magma" elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild("Human-Human: Buddha Fruit") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Human-Human: Buddha Fruit") then _G.SelectChip = "Human: Buddha" elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild("Sand-Sand") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Sand-Sand") then _G.SelectChip = "Sand" elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild("Bird-Bird: Phoenix") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Bird-Bird: Phoenix") then _G.SelectChip = "Bird: Phoenix" elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild("Dough") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Dough") then _G.SelectChip = "Dough" else _G.SelectChip = "Flame" end end) end end end) R:AddToggle("Buy Chip",_G.AutoBuyChip,function(value) _G.AutoBuyChip = value end) spawn(function() pcall(function() while wait() do if _G.AutoBuyChip then if not game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Special Microchip") or not game:GetService("Players").LocalPlayer.Character:FindFirstChild("Special Microchip") then if not game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 1") then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("RaidsNpc", "Select", _G.SelectChip) end end end end end) end) R:AddButton("Buy Chip Select",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("RaidsNpc","Select",_G.SelectChip) end) R:AddToggle("Auto Start Dungeon",_G.Auto_StartRaid,function(value) _G.Auto_StartRaid = value end) spawn(function() while wait(.1) do pcall(function() if _G.Auto_StartRaid then if game:GetService("Players")["LocalPlayer"].PlayerGui.Main.Timer.Visible == false then if not game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 1") and game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Special Microchip") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Special Microchip") then if World2 then fireclickdetector(game:GetService("Workspace").Map.CircleIsland.RaidSummon2.Button.Main.ClickDetector) elseif World3 then fireclickdetector(game:GetService("Workspace").Map["Boat Castle"].RaidSummon2.Button.Main.ClickDetector) end end end end end) end end) R:AddButton("Start Dungeon",function() if World2 then fireclickdetector(game:GetService("Workspace").Map.CircleIsland.RaidSummon2.Button.Main.ClickDetector) elseif World3 then fireclickdetector(game:GetService("Workspace").Map["Boat Castle"].RaidSummon2.Button.Main.ClickDetector) end end) R:AddButton("Next Island",function() pcall(function() if game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 5") then HyperCahaya(game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 5").CFrame*CFrame.new(0,70,100)) elseif game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 4") then HyperCahaya(game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 4").CFrame*CFrame.new(0,70,100)) elseif game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 3") then HyperCahaya(game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 3").CFrame*CFrame.new(0,70,100)) elseif game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 2") then HyperCahaya(game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 2").CFrame*CFrame.new(0,70,100)) elseif game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 1") then HyperCahaya(game:GetService("Workspace")["_WorldOrigin"].Locations:FindFirstChild("Island 1").CFrame*CFrame.new(0,70,100)) end end) end) R:AddLine() if World2 then R:AddButton("Teleport to Lab",function() HyperCahaya(CFrame.new(-6438.73535, 250.645355, -4501.50684)) end) elseif World3 then R:AddButton("Teleport to Lab",function() HyperCahaya(CFrame.new(-5017.40869, 314.844055, -2823.0127, -0.925743818, 4.48217499e-08, -0.378151238, 4.55503146e-09, 1, 1.07377559e-07, 0.378151238, 9.7681621e-08, -0.925743818)) end) end if World2 then R:AddButton("Awakening Room",function() HyperCahaya(CFrame.new(266.227783, 1.39509034, 1857.00732)) end) elseif World3 then R:AddButton("Awakening Room",function() HyperCahaya(CFrame.new(-11571.440429688, 49.172668457031, -7574.7368164062)) end) end R:AddSeperator("Misc KoKo Sword") R:AddToggle("Auto Law Sword", _G.AutoOderSword,function(value) _G.AutoOderSword = value StopTween( _G.AutoOderSword) end) R:AddToggle("Auto Law Sword Hop", _G.AutoOderSwordHop,function(value) _G.AutoOderSwordHop = value end) spawn(function() while wait() do if _G.AutoOderSword then pcall(function() if game:GetService("Workspace").Enemies:FindFirstChild("Order") then for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do if v.Name == "Order" then if v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then repeat task.wait() AutoHaki() EquipWeapon(_G.SelectWeapon) v.HumanoidRootPart.CanCollide = false v.Humanoid.WalkSpeed = 0 v.HumanoidRootPart.Size = Vector3.new(50,50,50) HyperCahaya(v.HumanoidRootPart.CFrame * CFrame.new(PosX,PosY,PosZ)) game:GetService("VirtualUser"):CaptureController() game:GetService("VirtualUser"):Button1Down(Vector2.new(1280,672)) sethiddenproperty(game.Players.LocalPlayer,"SimulationRadius",math.huge) until not _G.AutoOderSword or not v.Parent or v.Humanoid.Health <= 0 end end end else if game:GetService("ReplicatedStorage"):FindFirstChild("Order") then HyperCahaya(game:GetService("ReplicatedStorage"):FindFirstChild("Order").HumanoidRootPart.CFrame * CFrame.new(2,20,2)) else if _G.AutoOderSwordHop then Hop() end end end end) end end end) R:AddButton("Buy Microchip Law Boss",function() local args = { [1] = "BlackbeardReward", [2] = "Microchip", [3] = "2" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end) R:AddButton("Start Go To Raid Law Boss",function() if World2 then fireclickdetector(game:GetService("Workspace").Map.CircleIsland.RaidSummon.Button.Main.ClickDetector) end end) T:AddSeperator("World") T:AddButton("Teleport To Old World",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("TravelMain") end) T:AddButton("Teleport To Second Sea",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("TravelDressrosa") end) T:AddButton("Teleport To Third Sea",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("TravelZou") end) T:AddButton("Teleport to Seabeast",function() for i,v in pairs(game:GetService("Workspace").SeaBeasts:GetChildren()) do if v:FindFirstChild("HumanoidRootPart") then HyperCahaya(v.HumanoidRootPart.CFrame*CFrame.new(0,100,0)) end end end) T:AddSeperator("Island") if World1 then T:AddDropdown("Select Island",{ "WindMill", "Marine", "Middle Town", "Jungle", "Pirate Village", "Desert", "Snow Island", "MarineFord", "Colosseum", "Sky Island 1", "Sky Island 2", "Sky Island 3", "Prison", "Magma Village", "Under Water Island", "Fountain City", "Shank Room", "Mob Island" },function(value) _G.SelectIsland = value end) end if World2 then T:AddDropdown("Select Island",{ "The Cafe", "Frist Spot", "Dark Area", "Flamingo Mansion", "Flamingo Room", "Green Zone", "Factory", "Colossuim", "Zombie Island", "Two Snow Mountain", "Punk Hazard", "Cursed Ship", "Ice Castle", "Forgotten Island", "Ussop Island", "Mini Sky Island" },function(value) _G.SelectIsland = value end) end if World3 then T:AddDropdown("Select Island",{ "Mansion", "Port Town", "Great Tree", "Castle On The Sea", "MiniSky", "Hydra Island", "Floating Turtle", "Haunted Castle", "Ice Cream Island", "Peanut Island", "Cake Island", "Cocoa Island", "Candy Island New", "Tiki Outpost" },function(value) _G.SelectIsland = value end) end T:AddToggle("Teleport",false,function(value) _G.TeleportIsland = value if _G.TeleportIsland == true then repeat wait() if _G.SelectIsland == "WindMill" then HyperCahaya(CFrame.new(979.79895019531, 16.516613006592, 1429.0466308594)) elseif _G.SelectIsland == "Marine" then HyperCahaya(CFrame.new(-2566.4296875, 6.8556680679321, 2045.2561035156)) elseif _G.SelectIsland == "Middle Town" then HyperCahaya(CFrame.new(-690.33081054688, 15.09425163269, 1582.2380371094)) elseif _G.SelectIsland == "Jungle" then HyperCahaya(CFrame.new(-1612.7957763672, 36.852081298828, 149.12843322754)) elseif _G.SelectIsland == "Pirate Village" then HyperCahaya(CFrame.new(-1181.3093261719, 4.7514905929565, 3803.5456542969)) elseif _G.SelectIsland == "Desert" then HyperCahaya(CFrame.new(944.15789794922, 20.919729232788, 4373.3002929688)) elseif _G.SelectIsland == "Snow Island" then HyperCahaya(CFrame.new(1347.8067626953, 104.66806030273, -1319.7370605469)) elseif _G.SelectIsland == "MarineFord" then HyperCahaya(CFrame.new(-4914.8212890625, 50.963626861572, 4281.0278320313)) elseif _G.SelectIsland == "Colosseum" then HyperCahaya( CFrame.new(-1427.6203613281, 7.2881078720093, -2792.7722167969)) elseif _G.SelectIsland == "Sky Island 1" then HyperCahaya(CFrame.new(-4869.1025390625, 733.46051025391, -2667.0180664063)) elseif _G.SelectIsland == "Sky Island 2" then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(-4607.82275, 872.54248, -1667.55688)) elseif _G.SelectIsland == "Sky Island 3" then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(-7894.6176757813, 5547.1416015625, -380.29119873047)) elseif _G.SelectIsland == "Prison" then HyperCahaya( CFrame.new(4875.330078125, 5.6519818305969, 734.85021972656)) elseif _G.SelectIsland == "Magma Village" then HyperCahaya(CFrame.new(-5247.7163085938, 12.883934020996, 8504.96875)) elseif _G.SelectIsland == "Under Water Island" then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(61163.8515625, 11.6796875, 1819.7841796875)) elseif _G.SelectIsland == "Fountain City" then HyperCahaya(CFrame.new(5127.1284179688, 59.501365661621, 4105.4458007813)) elseif _G.SelectIsland == "Shank Room" then HyperCahaya(CFrame.new(-1442.16553, 29.8788261, -28.3547478)) elseif _G.SelectIsland == "Mob Island" then HyperCahaya(CFrame.new(-2850.20068, 7.39224768, 5354.99268)) elseif _G.SelectIsland == "The Cafe" then HyperCahaya(CFrame.new(-380.47927856445, 77.220390319824, 255.82550048828)) elseif _G.SelectIsland == "Frist Spot" then HyperCahaya(CFrame.new(-11.311455726624, 29.276733398438, 2771.5224609375)) elseif _G.SelectIsland == "Dark Area" then HyperCahaya(CFrame.new(3780.0302734375, 22.652164459229, -3498.5859375)) elseif _G.SelectIsland == "Flamingo Mansion" then HyperCahaya(CFrame.new(-483.73370361328, 332.0383605957, 595.32708740234)) elseif _G.SelectIsland == "Flamingo Room" then HyperCahaya(CFrame.new(2284.4140625, 15.152037620544, 875.72534179688)) elseif _G.SelectIsland == "Green Zone" then HyperCahaya( CFrame.new(-2448.5300292969, 73.016105651855, -3210.6306152344)) elseif _G.SelectIsland == "Factory" then HyperCahaya(CFrame.new(424.12698364258, 211.16171264648, -427.54049682617)) elseif _G.SelectIsland == "Colossuim" then HyperCahaya( CFrame.new(-1503.6224365234, 219.7956237793, 1369.3101806641)) elseif _G.SelectIsland == "Zombie Island" then HyperCahaya(CFrame.new(-5622.033203125, 492.19604492188, -781.78552246094)) elseif _G.SelectIsland == "Two Snow Mountain" then HyperCahaya(CFrame.new(753.14288330078, 408.23559570313, -5274.6147460938)) elseif _G.SelectIsland == "Punk Hazard" then HyperCahaya(CFrame.new(-6127.654296875, 15.951762199402, -5040.2861328125)) elseif _G.SelectIsland == "Cursed Ship" then HyperCahaya(CFrame.new(923.40197753906, 125.05712890625, 32885.875)) elseif _G.SelectIsland == "Ice Castle" then HyperCahaya(CFrame.new(6148.4116210938, 294.38687133789, -6741.1166992188)) elseif _G.SelectIsland == "Forgotten Island" then HyperCahaya(CFrame.new(-3032.7641601563, 317.89672851563, -10075.373046875)) elseif _G.SelectIsland == "Ussop Island" then HyperCahaya(CFrame.new(4816.8618164063, 8.4599885940552, 2863.8195800781)) elseif _G.SelectIsland == "Mini Sky Island" then HyperCahaya(CFrame.new(-288.74060058594, 49326.31640625, -35248.59375)) elseif _G.SelectIsland == "Great Tree" then HyperCahaya(CFrame.new(2681.2736816406, 1682.8092041016, -7190.9853515625)) elseif _G.SelectIsland == "Castle On The Sea" then HyperCahaya(CFrame.new(-5074.45556640625, 314.5155334472656, -2991.054443359375)) elseif _G.SelectIsland == "MiniSky" then HyperCahaya(CFrame.new(-260.65557861328, 49325.8046875, -35253.5703125)) elseif _G.SelectIsland == "Port Town" then HyperCahaya(CFrame.new(-290.7376708984375, 6.729952812194824, 5343.5537109375)) elseif _G.SelectIsland == "Hydra Island" then HyperCahaya(CFrame.new(5228.8842773438, 604.23400878906, 345.0400390625)) elseif _G.SelectIsland == "Floating Turtle" then HyperCahaya(CFrame.new(-13274.528320313, 531.82073974609, -7579.22265625)) elseif _G.SelectIsland == "Mansion" then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(-12471.169921875, 374.94024658203, -7551.677734375)) elseif _G.SelectIsland == "Haunted Castle" then HyperCahaya(CFrame.new(-9515.3720703125, 164.00624084473, 5786.0610351562)) elseif _G.SelectIsland == "Ice Cream Island" then HyperCahaya(CFrame.new(-902.56817626953, 79.93204498291, -10988.84765625)) elseif _G.SelectIsland == "Peanut Island" then HyperCahaya(CFrame.new(-2062.7475585938, 50.473892211914, -10232.568359375)) elseif _G.SelectIsland == "Cake Island" then HyperCahaya(CFrame.new(-1884.7747802734375, 19.327526092529297, -11666.8974609375)) elseif _G.SelectIsland == "Cocoa Island" then HyperCahaya(CFrame.new(87.94276428222656, 73.55451202392578, -12319.46484375)) elseif _G.SelectIsland == "Candy Island New⛄" then HyperCahaya(CFrame.new(-1014.4241943359375, 149.11068725585938, -14555.962890625)) elseif _G.SelectIsland == "Tiki Outpost" then HyperCahaya(CFrame.new(-15852.91796875, 485.5301818847656, 452.25537109375)) end until not _G.TeleportIsland end StopTween(_G.TeleportIsland) end) if World1 then T:AddDropdown("Select NPC",{ "Random Devil Fruit", "Blox Fruits Dealer", "Remove Devil Fruit", "Ability Teacher", "Dark Step", "Electro", "Fishman Karate" },function(value) _G.SelectNPC = value end) end if World2 then T:AddDropdown("Select NPC",{ "Dargon Berath", "Mtsterious Man", "Mysterious Scientist", "Awakening Expert", "Nerd", "Bar Manager", "Blox Fruits Dealer", "Trevor", "Enhancement Editor", "Pirate Recruiter", "Marines Recruiter", "Chemist", "Cyborg", "Ghoul Mark", "Guashiem", "El Admin", "El Rodolfo", "Arowe" },function(value) _G.SelectNPC = value end) end if World3 then T:AddDropdown("Select NPC",{ "Blox Fruits Dealer", "Remove Devil Fruit", "Horned Man", "Hungey Man", "Previous Hero", "Butler", "Lunoven", "Trevor", "Elite Hunter", "Player Hunter", "Uzoth" },function(value) _G.SelectNPC = value end) end T:AddToggle("Teleport",_G.TeleportNPC,function(value) _G.TeleportNPC = value if _G.TeleportNPC == true then repeat wait() if _G.SelectNPC == "Dargon Berath" then HyperCahaya(CFrame.new(703.372986, 186.985519, 654.522034, 1, 0, 0, 0, 1, 0, 0, 0, 1)) elseif _G.SelectNPC == "Mtsterious Man" then HyperCahaya(CFrame.new(-2574.43335, 1627.92371, -3739.35767, 0.378697902, -9.06400288e-09, 0.92552036, -8.95582009e-09, 1, 1.34578926e-08, -0.92552036, -1.33852689e-08, 0.378697902)) elseif _G.SelectNPC == "Mysterious Scientist" then HyperCahaya(CFrame.new(-6437.87793, 250.645355, -4498.92773, 0.502376854, -1.01223634e-08, -0.864648759, 2.34106086e-08, 1, 1.89508653e-09, 0.864648759, -2.11940012e-08, 0.502376854)) elseif _G.SelectNPC == "Awakening Expert" then HyperCahaya(CFrame.new(-408.098846, 16.0459061, 247.432846, 0.028394036, 6.17599138e-10, 0.999596894, -5.57905944e-09, 1, -4.59372484e-10, -0.999596894, -5.56376767e-09, 0.028394036)) elseif _G.SelectNPC == "Nerd" then HyperCahaya(CFrame.new(-401.783722, 73.0859299, 262.306702, 1, 0, 0, 0, 1, 0, 0, 0, 1)) elseif _G.SelectNPC == "Bar Manager" then HyperCahaya(CFrame.new(-385.84726, 73.0458984, 316.088806, 1, 0, 0, 0, 1, 0, 0, 0, 1)) elseif _G.SelectNPC == "Blox Fruits Dealer" then HyperCahaya(CFrame.new(-450.725464, 73.0458984, 355.636902, -0.780352175, -2.7266168e-08, 0.625340283, 9.78516468e-09, 1, 5.58128797e-08, -0.625340283, 4.96727601e-08, -0.780352175)) elseif _G.SelectNPC == "Trevor" then HyperCahaya(CFrame.new(-341.498322, 331.886444, 643.024963, 1, 0, 0, 0, 1, 0, 0, 0, 1)) elseif _G.SelectNPC == "Plokster" then HyperCahaya( CFrame.new(-1885.16016, 88.3838196, -1912.28723, -0.513468027, 0, 0.858108759, 0, 1, 0, -0.858108759, 0, -0.513468027)) elseif _G.SelectNPC == "Enhancement Editor" then HyperCahaya(CFrame.new(-346.820221, 72.9856339, 1194.36218, 1, 0, 0, 0, 1, 0, 0, 0, 1)) elseif _G.SelectNPC == "Pirate Recruiter" then HyperCahaya(CFrame.new(-428.072998, 72.9495239, 1445.32422, 1, 0, 0, 0, 1, 0, 0, 0, 1)) elseif _G.SelectNPC == "Marines Recruiter" then HyperCahaya(CFrame.new(-1349.77295, 72.9853363, -1045.12964, 0.866493046, 0, -0.499189168, 0, 1, 0, 0.499189168, 0, 0.866493046)) elseif _G.SelectNPC == "Chemist" then HyperCahaya( CFrame.new(-2777.45288, 72.9919434, -3572.25732, 1, 0, 0, 0, 1, 0, 0, 0, 1)) elseif _G.SelectNPC == "Ghoul Mark" then HyperCahaya(CFrame.new(635.172546, 125.976357, 33219.832, 1, 0, 0, 0, 1, 0, 0, 0, 1)) elseif _G.SelectNPC == "Cyborg" then HyperCahaya(CFrame.new(629.146851, 312.307373, -531.624146, 1, 0, 0, 0, 1, 0, 0, 0, 1)) elseif _G.SelectNPC == "Guashiem" then HyperCahaya(CFrame.new(937.953003, 181.083359, 33277.9297, 1, -8.60126406e-08, 3.81773896e-17, 8.60126406e-08, 1, -1.89969598e-16, -3.8177373e-17, 1.89969598e-16, 1)) elseif _G.SelectNPC == "El Admin" then HyperCahaya(CFrame.new(1322.80835, 126.345039, 33135.8789, 0.988783717, -8.69797603e-08, -0.149354503, 8.62223786e-08, 1, -1.15461916e-08, 0.149354503, -1.46101409e-09, 0.988783717)) elseif _G.SelectNPC == "El Rodolfo" then HyperCahaya(CFrame.new(941.228699, 40.4686775, 32778.9922, -0.818029106, -1.19524382e-08, 0.575176775, -1.28741648e-08, 1, 2.47053866e-09, -0.575176775, -5.38394795e-09, -0.818029106)) elseif _G.SelectNPC == "Arowe" then HyperCahaya(CFrame.new(-1994.51038, 125.519142, -72.2622986, -0.16715166, -6.55417338e-08, -0.985931218, -7.13315558e-08, 1, -5.43836585e-08, 0.985931218, 6.12376851e-08, -0.16715166)) elseif _G.SelectNPC == "Random Devil Fruit" then HyperCahaya(CFrame.new(-1436.19727, 61.8777695, 4.75247526, -0.557794094, 2.74216543e-08, 0.829979479, 5.83273234e-08, 1, 6.16037932e-09, -0.829979479, 5.18467118e-08, -0.557794094)) elseif _G.SelectNPC == "Blox Fruits Dealer" then HyperCahaya(CFrame.new(-923.255066, 7.67800522, 1608.61011, 1, 0, 0, 0, 1, 0, 0, 0, 1)) elseif _G.SelectNPC == "Remove Devil Fruit" then HyperCahaya(CFrame.new(5664.80469, 64.677681, 867.85907, 1, 0, 0, 0, 1, 0, 0, 0, 1)) elseif _G.SelectNPC == "Ability Teacher" then HyperCahaya(CFrame.new(-1057.67822, 9.65220833, 1799.49146, -0.865874112, -9.26330159e-08, 0.500262439, -7.33759435e-08, 1, 5.816689e-08, -0.500262439, 1.36579752e-08, -0.865874112)) elseif _G.SelectNPC == "Dark Step" then HyperCahaya( CFrame.new(-987.873047, 13.7778397, 3989.4978, 1, 0, 0, 0, 1, 0, 0, 0, 1)) elseif _G.SelectNPC == "Electro" then HyperCahaya(CFrame.new(-5389.49561, 13.283, -2149.80151, 1, 0, 0, 0, 1, 0, 0, 0, 1)) elseif _G.SelectNPC == "Fishman Karate" then HyperCahaya( CFrame.new(61581.8047, 18.8965912, 987.832703, 1, 0, 0, 0, 1, 0, 0, 0, 1)) elseif _G.SelectNPC == "Random Devil Fruit" then HyperCahaya(CFrame.new(-12491, 337, -7449)) elseif _G.SelectNPC == "Blox Fruits Dealer" then HyperCahaya(CFrame.new(-12511, 337, -7448)) elseif _G.SelectNPC == "Remove Devil Fruit" then HyperCahaya(CFrame.new(-5571, 1089, -2661)) elseif _G.SelectNPC == "Horned Man" then HyperCahaya(CFrame.new(-11890, 931, -8760)) elseif _G.SelectNPC == "Hungey Man" then HyperCahaya(CFrame.new(-10919, 624, -10268)) elseif _G.SelectNPC == "Previous Hero" then HyperCahaya(CFrame.new(-10368, 332, -10128)) elseif _G.SelectNPC == "Butler" then HyperCahaya(CFrame.new(-5125, 316, -3130)) elseif _G.SelectNPC == "Lunoven" then HyperCahaya(CFrame.new(-5117, 316, -3093)) elseif _G.SelectNPC == "Elite Hunter" then HyperCahaya(CFrame.new(-5420, 314, -2828)) elseif _G.SelectNPC == "Player Hunter" then HyperCahaya(CFrame.new(-5559, 314, -2840)) elseif _G.SelectNPC == "Uzoth" then HyperCahaya(CFrame.new(-9785, 852, 6667)) end until not _G.TeleportNPC end StopTween(_G.TeleportNPC) end) if World1 then T:AddDropdown("Select Island",{ "WindMill", "Marine", "Middle Town", "Jungle", "Pirate Village", "Desert", "Snow Island", "MarineFord", "Colosseum", "Sky Island 1", "Prison", "Magma Village", "Under Water Island", "Fountain City" },function(value) _G.SelectWarp = value end) end if World2 then T:AddDropdown("Select Island",{ "The Cafe", "Frist Spot", "Flamingo Room", "Green Zone", "Zombie Island", "Two Snow Mountain", "Punk Hazard", "Cursed Ship", "Ice Castle", "Forgotten Island" },function(value) _G.SelectWarp = value end) end if World3 then T:AddDropdown("Select Island",{ "Mansion", "Port Town", "Great Tree", "Castle On The Sea", "Hydra Island", "Haunted Castle", "Ice Cream Island", "Peanut Island", "Cake Island", "Sea to Treats", "Sea to Treats New", "Tiki Outpost", "Secret Tample" },function(value) _G.SelectWarp = value end) end T:AddButton("Bypass Teleport",function() if _G.TeleportWarp == "Manslon" then elseif _G.SelectWarp == "WindMill" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(979.79895019531, 16.516613006592, 1429.0466308594) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Marine" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2566.4296875, 6.8556680679321, 2045.2561035156) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Middle Town" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-690.33081054688, 15.09425163269, 1582.2380371094) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Jungle" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1612.7957763672, 36.852081298828, 149.12843322754) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Pirate Village" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1181.3093261719, 4.7514905929565, 3803.5456542969) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Desert" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(944.15789794922, 20.919729232788, 4373.3002929688) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Snow Island" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1347.8067626953, 104.66806030273, -1319.7370605469) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "MarineFord" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-4914.8212890625, 50.963626861572, 4281.0278320313) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Colosseum" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1427.6203613281, 7.2881078720093, -2792.7722167969) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Sky Island 1" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-4869.1025390625, 733.46051025391, -2667.0180664063) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Prison" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4875.330078125, 5.6519818305969, 734.85021972656) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Magma Village" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-5247.7163085938, 12.883934020996, 8504.96875) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Under Water Island" then wait(.1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(61163.8515625, 11.6796875, 1819.7841796875)) elseif _G.SelectWarp == "Fountain City" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5127.1284179688, 59.501365661621, 4105.4458007813) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Shank Room" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1442.16553, 29.8788261, -28.3547478) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Mob Island" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2850.20068, 7.39224768, 5354.99268) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "The Cafe" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-380.47927856445, 77.220390319824, 255.82550048828) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Frist Spot" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.311455726624, 29.276733398438, 2771.5224609375) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Dark Area" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3780.0302734375, 22.652164459229, -3498.5859375) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Flamingo Mansion" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-483.73370361328, 332.0383605957, 595.32708740234) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Flamingo Room" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2284.4140625, 15.152037620544, 875.72534179688) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Green Zone" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2448.5300292969, 73.016105651855, -3210.6306152344) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Factory" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(424.12698364258, 211.16171264648, -427.54049682617) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Colossuim" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1503.6224365234, 219.7956237793, 1369.3101806641) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Zombie Island" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-5622.033203125, 492.19604492188, -781.78552246094) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Two Snow Mountain" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(753.14288330078, 408.23559570313, -5274.6147460938) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Punk Hazard" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-6127.654296875, 15.951762199402, -5040.2861328125) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Cursed Ship" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(923.40197753906, 125.05712890625, 32885.875) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Ice Castle" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6148.4116210938, 294.38687133789, -6741.1166992188) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Forgotten Island" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3032.7641601563, 317.89672851563, -10075.373046875) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Ussop Island" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4816.8618164063, 8.4599885940552, 2863.8195800781) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Mini Sky Island" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-288.74060058594, 49326.31640625, -35248.59375) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Great Tree" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2681.2736816406, 1682.8092041016, -7190.9853515625) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Castle On The Sea" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-5085.23681640625, 316.5072021484375, -3156.202880859375) elseif _G.SelectWarp == "MiniSky" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-260.65557861328, 49325.8046875, -35253.5703125) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Port Town" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-290.7376708984375, 6.729952812194824, 5343.5537109375) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Hydra Island" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5749.7861328125, 611.9736938476562, -276.2497863769531) elseif _G.SelectWarp == "Floating Turtle" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-13274.528320313, 531.82073974609, -7579.22265625) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Mansion" then wait(.1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(-12471.169921875, 374.94024658203, -7551.677734375)) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Haunted Castle" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-9515.3720703125, 164.00624084473, 5786.0610351562) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Ice Cream Island" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-902.56817626953, 79.93204498291, -10988.84765625) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Peanut Island" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2062.7475585938, 50.473892211914, -10232.568359375) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Cake Island" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1884.7747802734375, 19.327526092529297, -11666.8974609375) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Sea to Treats Old" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(508.21466064453125, 25.07753562927246, -12438.2294921875) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Sea to Treats New" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1141.0223388671875, 47.25519561767578, -14204.609375) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Tiki Outpost" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15852.91796875, 485.5301818847656, 452.25537109375) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") elseif _G.SelectWarp == "Secret Tample" then wait(.1) game.Players.localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5226.18994, 63.5174637, 858.837097, 1, 0, 0, 0, 1, 0, 0, 0, 1) game.Players.LocalPlayer.Character.Head:Destroy() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetSpawnPoint") end end) S:AddSeperator("Abilities") S:AddButton("Buy Geppo [ $10,000 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyHaki","Geppo") end) S:AddButton("Buy Buso Haki [ $25,000 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyHaki","Buso") end) S:AddButton("Buy Soru [ $25,000 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyHaki","Soru") end) S:AddButton("Buy Observation Haki [ $750,000 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("KenTalk","Buy") end) S:AddToggle("Auto Buy Abilities", false, function(t) Abilities = t while Abilities do wait(.1) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyHaki","Geppo") game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyHaki","Buso") game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyHaki","Soru") end end) S:AddSeperator("⛵ Boats ⛵") BoatList = { "Pirate Sloop", "Enforcer", "Rocket Boost", "Dinghy", "Pirate Basic", "Pirate Brigade" } spawn(function() while wait() do pcall(function() if SelectBoat == "Pirate Sloop" then _G.SelectBoat = "PirateSloop" else if SelectBoat == "Enforcer" then _G.SelectBoat = "Enforcer" else if SelectBoat == "RocketBoost" then _G.SelectBoat = "RocketBoost" else if SelectBoat == "PirateBasic" then _G.SelectBoat = "PirateBasic" else if SelectBoat == "PirateBrigade" then _G.SelectBoat = "PirateBrigade" end end end end end end) end end) S:AddDropdown("Select Boats",BoatList,function(value) SelectBoat = value end) S:AddButton("Buy Boat",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyBoat",_G.SelectBoat) end) S:AddSeperator("Fighting Style") S:AddButton("Buy Black Leg | $150,000 Beli ",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyBlackLeg") end) S:AddButton("Buy Electro | $550,000 Beli ",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyElectro") end) S:AddButton("Buy Fishman Karate | $750,000 Beli ",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyFishmanKarate") end) S:AddButton("Buy Dragon Claw | $1,500 Fragments ",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BlackbeardReward","DragonClaw","1") game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BlackbeardReward","DragonClaw","2") end) S:AddButton("Buy Superhuman | $3,000,000 Beli ",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuySuperhuman") end) S:AddButton("Buy Death Step | $5,000 Frag $5,000,000 ",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyDeathStep") end) S:AddButton("Buy Sharkman Karate | $5,000 Frag | $2,500,000 ",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuySharkmanKarate",true) game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuySharkmanKarate") end) S:AddButton("Buy Electric Claw | $5,000 Frag | $3,000,000 ",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyElectricClaw") end) S:AddButton("Buy Dragon Talon |$5,000 Frag | $3,000,000 B ",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyDragonTalon") end) S:AddButton("Buy God Human | $5,000 Frag | $5,000,000 ",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyGodhuman") end) -----Shop---------------- S:AddSeperator(" Sword ") S:AddButton("Cutlass [ $1,000 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyItem","Cutlass") end) S:AddButton("Katana [ $1,000 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyItem","Katana") end) S:AddButton("Iron Mace [ $25,000 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyItem","Iron Mace") end) S:AddButton("Dual Katana [ $12,000 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyItem","Duel Katana") end) S:AddButton("Triple Katana [ $60,000 Beli ]", function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyItem","Triple Katana") end) S:AddButton("Pipe [ $100,000 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyItem","Pipe") end) S:AddButton("Dual-Headed Blade [ $400,000 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyItem","Dual-Headed Blade") end) S:AddButton("Bisento [ $1,200,000 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyItem","Bisento") end) S:AddButton("Soul Cane [ $750,000 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyItem","Soul Cane") end) S:AddButton("Pole v.2 [ 5,000 Fragments ]",function() game.ReplicatedStorage.Remotes.CommF_:InvokeServer("ThunderGodTalk") end) S:AddToggle("Yama Sword [ Elite Hunter 30 ]",_G.AutoYama,function(value) _G.AutoYama = value end) spawn(function() while wait() do if _G.AutoYama then if game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("EliteHunter","Progress") >= 30 then repeat wait(.1) fireclickdetector(game:GetService("Workspace").Map.Waterfall.SealedKatana.Handle.ClickDetector) until game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Yama") or not _G.AutoYama end end end end) S:AddSeperator(" Gun ") S:AddButton("Slingshot [ $5,000 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyItem","Slingshot") end) S:AddButton("Musket [ $8,000 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyItem","Musket") end) S:AddButton("Flintlock [ $10,500 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyItem","Flintlock") end) S:AddButton("Refined Slingshot [ $30,000 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyItem","Refined Flintlock") end) S:AddButton("Refined Flintlock [ $65,000 Beli ]",function() local args = { [1] = "BuyItem", [2] = "Refined Flintlock" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end) S:AddButton("Cannon [ $100,000 Beli ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BuyItem","Cannon") end) S:AddButton("Kabucha [ 1,500 Fragments]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BlackbeardReward","Slingshot","1") game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BlackbeardReward","Slingshot","2") end) S:AddButton("Bizarre Rifle [ 250 Ectoplasm ]", function() local A_1 = "Ectoplasm" local A_2 = "Buy" local A_3 = 1 local Event = game:GetService("ReplicatedStorage").Remotes["CommF_"] Event:InvokeServer(A_1, A_2, A_3) local A_1 = "Ectoplasm" local A_2 = "Buy" local A_3 = 1 local Event = game:GetService("ReplicatedStorage").Remotes["CommF_"] Event:InvokeServer(A_1, A_2, A_3) end) ------------Bone------------------ S:AddSeperator("🦴 Bones🦴") S:AddButton("Buy Surprise [ $50 Bone ]",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Bones","Buy",1,1) end) ------------Stat------------------ S:AddSeperator("📊Fragments 📊") S:AddButton("Reset Stats (Use 2.5K Fragments)", function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BlackbeardReward","Refund","1") game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BlackbeardReward","Refund","2") end) S:AddButton("Random Race (Use 3K Fragments)", function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BlackbeardReward","Reroll","1") game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("BlackbeardReward","Reroll","2") end) --------------Accessories----------------- S:AddSeperator("⚙︠Accessories âš™ï¸Â") S:AddButton("Black Cape [ $50,000 Beli ]",function() local args = { [1] = "BuyItem", [2] = "Black Cape" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end) S:AddButton("Swordsman Hat [ 150k Beli ]",function() local args = { [1] = "BuyItem", [2] = "Swordsman Hat" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end) S:AddButton("Tomoe Ring [ $500k Beli ]",function() local args = { [1] = "BuyItem", [2] = "Tomoe Ring" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) end) D:AddSeperator("Sniper") FruitList = { "Rocket-Rocket", "Spike-Spike", "Chop-Chop", "Spring-Spring", "Kilo-Kilo", "Spin-Spin", "Bird: Falcon", "Smoke-Smoke", "Flame-Flame", "Ice-Ice", "Sand-Sand", "Dark-Dark", "Revive-Revive", "Diamond-Diamond", "Light-Light", "Love-Love", "Rubber-Rubber", "Barrier-Barrier", "Magma-Magma", "Door-Door", "Quake-Quake", "Human-Human: Buddha", "String-String", "Bird-Bird: Phoenix", "Rumble-Rumble", "Sound-Sound", "Pain-Pain", "Gravity-Gravity", "Mammoth-Mammoth", "Dough-Dough", "Venom-Venom", "Shadow-Shadow", "Control-Control", "Soul-Soul", "Dragon-Dragon", "Leopard-Leopard" } local Remote_GetFruits = game.ReplicatedStorage:FindFirstChild("Remotes").CommF_:InvokeServer("GetFruits"); Table_DevilFruitSniper = {} ShopDevilSell = {} for i,v in next,Remote_GetFruits do table.insert(Table_DevilFruitSniper,v.Name) if v.OnSale then table.insert(ShopDevilSell,v.Name) end end _G.SelectFruit = "" D:AddDropdown("Select Fruits Sniper",Table_DevilFruitSniper,function(value) _G.SelectFruit = value end) D:AddToggle("Auto Buy Fruit Sniper",_G.AutoBuyFruitSniper,function(value) _G.AutoBuyFruitSniper = value end) D:AddButton("Check Stock Advanced Dealer",function() local ReplicatedStorage = game:GetService("ReplicatedStorage") local Remotes = ReplicatedStorage.Remotes local Event = Remotes["CommF_"] local result = Event:InvokeServer("GetFruits", true) local fruitsOnSale = {} local function addCommas(number) local formatted = tostring(number) while true do formatted, k = formatted:gsub("^(-?%d+)(%d%d%d)", '%1,%2') if k == 0 then break end end return formatted end for _, fruitData in pairs(result) do if fruitData["OnSale"] == true then local priceWithCommas = addCommas(fruitData["Price"]) local fruitInfo = fruitData["Name"] .. " - " .. priceWithCommas table.insert(fruitsOnSale, fruitInfo) end end -- Tampilkan daftar buah yang ["OnSale"] = true dengan \n di awal print("\n" .. table.concat(fruitsOnSale, "\n")) local gui = Instance.new("ScreenGui") gui.Parent = game.Players.LocalPlayer.PlayerGui gui.Name = "MyGUI" local frame = Instance.new("Frame") frame.Parent = gui frame.Size = UDim2.new(0, 200, 0, 300) frame.Position = UDim2.new(0.1, 0, 0.1, 0) frame.BackgroundColor3 = Color3.new(0, 0, 0) local textLabel = Instance.new("TextLabel") textLabel.Parent = frame textLabel.Size = UDim2.new(1, 0, 1, 0) textLabel.Text = table.concat(fruitsOnSale, "\n") textLabel.TextColor3 = Color3.new(1, 1, 1) -- Fungsi untuk menutup GUI local function closeGUI() gui:Destroy() end -- Fungsi untuk mengatur drag local isDragging = false local dragInput = nil local dragStart = nil frame.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then isDragging = true dragStart = input.Position dragInput = input frame.CaptureInput = true end end) frame.InputChanged:Connect(function(input) if input == dragInput and isDragging then local delta = input.Position - dragStart frame.Position = UDim2.new(0, frame.Position.X.Offset + delta.X, 0, frame.Position.Y.Offset + delta.Y) dragStart = input.Position end end) frame.InputEnded:Connect(function(input) if input == dragInput and isDragging then isDragging = false frame.CaptureInput = false end end) -- Atur tombol tutup local closeButton = Instance.new("TextButton") closeButton.Parent = frame closeButton.Size = UDim2.new(0, 20, 0, 20) closeButton.Position = UDim2.new(1, -20, 0, 0) closeButton.BackgroundColor3 = Color3.new(1, 0, 0) closeButton.Text = "X" closeButton.MouseButton1Click:Connect(closeGUI) end) D:AddButton("Check Stock Normal Dealer",function() local ReplicatedStorage = game:GetService("ReplicatedStorage") local Remotes = ReplicatedStorage.Remotes local result = Remotes.CommF_:InvokeServer("GetFruits") local fruitsOnSale = {} local function addCommas(number) local formatted = tostring(number) while true do formatted, k = formatted:gsub("^(-?%d+)(%d%d%d)", '%1,%2') if k == 0 then break end end return formatted end for _, fruitData in pairs(result) do if fruitData["OnSale"] == true then local priceWithCommas = addCommas(fruitData["Price"]) local fruitInfo = fruitData["Name"] .. " - " .. priceWithCommas table.insert(fruitsOnSale, fruitInfo) end end -- Tampilkan daftar buah yang ["OnSale"] = true dengan \n di awal print("\n" .. table.concat(fruitsOnSale, "\n")) local gui = Instance.new("ScreenGui") gui.Parent = game.Players.LocalPlayer.PlayerGui gui.Name = "MyGUI" local frame = Instance.new("Frame") frame.Parent = gui frame.Size = UDim2.new(0, 200, 0, 300) frame.Position = UDim2.new(0.1, 0, 0.1, 0) frame.BackgroundColor3 = Color3.new(0, 0, 0) local textLabel = Instance.new("TextLabel") textLabel.Parent = frame textLabel.Size = UDim2.new(1, 0, 1, 0) textLabel.Text = table.concat(fruitsOnSale, "\n") textLabel.TextColor3 = Color3.new(1, 1, 1) -- Fungsi untuk menutup GUI local function closeGUI() gui:Destroy() end -- Fungsi untuk mengatur drag local isDragging = false local dragInput = nil local dragStart = nil frame.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then isDragging = true dragStart = input.Position dragInput = input frame.CaptureInput = true end end) frame.InputChanged:Connect(function(input) if input == dragInput and isDragging then local delta = input.Position - dragStart frame.Position = UDim2.new(0, frame.Position.X.Offset + delta.X, 0, frame.Position.Y.Offset + delta.Y) dragStart = input.Position end end) frame.InputEnded:Connect(function(input) if input == dragInput and isDragging then isDragging = false frame.CaptureInput = false end end) -- Atur tombol tutup local closeButton = Instance.new("TextButton") closeButton.Parent = frame closeButton.Size = UDim2.new(0, 20, 0, 20) closeButton.Position = UDim2.new(1, -20, 0, 0) closeButton.BackgroundColor3 = Color3.new(1, 0, 0) closeButton.Text = "X" closeButton.MouseButton1Click:Connect(closeGUI) end) D:AddSeperator("Others") D:AddDropdown("Select Fruits Eat",Table_DevilFruitSniper,function(value) _G.SelectFruitEat = value end) D:AddToggle("Auto Eat Fruit",_G.AutoEatFruit,function(value) _G.AutoEatFruit = value end) spawn(function() pcall(function() while wait(.1) do if _G.AutoEatFruit then game:GetService("Players").LocalPlayer.Character:FindFirstChild(_G.SelectFruitEat).EatRemote:InvokeServer() end end end) end) D:AddToggle("Auto Eat Fruit Hop",_G.AutoEatFruitHop,function(value) _G.AutoEatFruitHop = value end) spawn(function() pcall(function() while wait(.1) do wait(10) if _G.AutoEatFruitHop and _G.SelectFruitEat ~= nil then if not game:GetService("Players").LocalPlayer.Character:FindFirstChild(_G.SelectFruitEat) or not game:GetService("Players").LocalPlayer.Backpack:FindFirstChild(_G.SelectFruitEat) then Hop() else game:GetService("Players").LocalPlayer.Character:FindFirstChild(_G.SelectFruitEat).EatRemote:InvokeServer() end end end end) end) spawn(function() pcall(function() while wait(.1) do if _G.AutoBuyFruitSniper then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("GetFruits") game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("PurchaseRawFruit","_G.SelectFruit",false) end end end) end) D:AddToggle("Auto Random Fruit",_G.Random_Auto,function(value) _G.Random_Auto = value end) spawn(function() pcall(function() while wait(.1) do if _G.Random_Auto then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Cousin","Buy") end end end) end) D:AddButton("Random Fruit",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("Cousin","Buy") end) D:AddButton("Open Devil Shop",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("GetFruits") game:GetService("Players").LocalPlayer.PlayerGui.Main.FruitShop.Visible = true end) D:AddToggle("Auto Drop Fruit",_G.DropFruit,function(value) _G.DropFruit = value end) spawn(function() while wait() do if _G.DropFruit then pcall(function() for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do if string.find(v.Name, "Fruit") then EquipWeapon(v.Name) wait(.1) if game:GetService("Players").LocalPlayer.PlayerGui.Main.Dialogue.Visible == true then game:GetService("Players").LocalPlayer.PlayerGui.Main.Dialogue.Visible = false end EquipWeapon(v.Name) game:GetService("Players").LocalPlayer.Character:FindFirstChild(SelectFruit).EatRemote:InvokeServer("Drop") end end for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if string.find(v.Name, "Fruit") then EquipWeapon(v.Name) wait(.1) if game:GetService("Players").LocalPlayer.PlayerGui.Main.Dialogue.Visible == true then game:GetService("Players").LocalPlayer.PlayerGui.Main.Dialogue.Visible = false end EquipWeapon(v.Name) game:GetService("Players").LocalPlayer.Character:FindFirstChild(SelectFruit).EatRemote:InvokeServer("Drop") end end end) end end end) D:AddToggle("Auto Store Fruit",_G.AutoStoreFruit,function(value) _G.AutoStoreFruit = value end) spawn(function() while wait() do if _G.AutoStoreFruit then pcall(function() local plr = game.Players.LocalPlayer local chr = plr.Character for _, fr in pairs(plr.Backpack:GetChildren()) do if fr:IsA("Tool") and fr.Name:find("Fruit") then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("StoreFruit", fr:GetAttribute("OriginalName"), fr) end end end) end end end) D:AddToggle("Bring to Fruit",_G.Grabfruit,function(value) _G.Grabfruit = value end) spawn(function() while wait(.1) do if _G.Grabfruit then for i,v in pairs(game.Workspace:GetChildren()) do if string.find(v.Name, "Fruit") then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Handle.CFrame end end end end end) D:AddToggle("Tween to Fruit",_G.Tweenfruit,function(value) _G.Tweenfruit = value StopTween(_G.Tweenfruit) end) spawn(function() while wait(.1) do if _G.Tweenfruit then for i,v in pairs(game.Workspace:GetChildren()) do if string.find(v.Name, "Fruit") then HyperCahaya(v.Handle.CFrame) end end end end end) D:AddToggle("Bring All Fruit 75% Kick System",_G.BringFruitBF,function(value) _G.BringFruitBF = value end) spawn(function() while wait() do if _G.BringFruitBF then pcall(function() for i,v in pairs(game.Workspace:GetChildren()) do if v:IsA("Tool") then v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end end end) end end end) Misc:AddSeperator("Server") Misc:AddButton("Rejoin Server",function() game:GetService("TeleportService"):Teleport(game.PlaceId, game:GetService("Players").LocalPlayer) end) Misc:AddButton("Server Hop",function() Hop() end) Misc:AddButton("Hop To Lower Player",function() getgenv().AutoTeleport = true getgenv().DontTeleportTheSameNumber = true getgenv().CopytoClipboard = false if not game:IsLoaded() then print("Game is loading waiting...") end local maxplayers = math.huge local serversmaxplayer; local goodserver; local gamelink = "https://games.roblox.com/v1/games/" .. game.PlaceId .. "/servers/Public?sortOrder=Asc&limit=100" function serversearch() for _, v in pairs(game:GetService("HttpService"):JSONDecode(game:HttpGetAsync(gamelink)).data) do if type(v) == "table" and v.playing ~= nil and maxplayers > v.playing then serversmaxplayer = v.maxPlayers maxplayers = v.playing goodserver = v.id end end end function getservers() serversearch() for i,v in pairs(game:GetService("HttpService"):JSONDecode(game:HttpGetAsync(gamelink))) do if i == "nextPageCursor" then if gamelink:find("&cursor=") then local a = gamelink:find("&cursor=") local b = gamelink:sub(a) gamelink = gamelink:gsub(b, "") end gamelink = gamelink .. "&cursor=" ..v getservers() end end end getservers() if AutoTeleport then if DontTeleportTheSameNumber then if #game:GetService("Players"):GetPlayers() - 4 == maxplayers then return warn("It has same number of players (except you)") elseif goodserver == game.JobId then return warn("Your current server is the most empty server atm") end end game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, goodserver) end end) Misc:AddButton("Copy Job Id",function() setclipboard(tostring(game.JobId)) end) Misc:AddTextbox("Place Job Id", true, function(value) _G.Job = value end) Misc:AddButton("Join Sever [BETA]",function() game:GetService("TeleportService"):TeleportToPlaceInstance(game.placeId,_G.Job, game.Players.LocalPlayer) end) Misc:AddSeperator("Misc") Misc:AddButton("Open Devil Shop",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("GetFruits") game:GetService("Players").LocalPlayer.PlayerGui.Main.FruitShop.Visible = true end) Misc:AddButton("Open Inventory",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("getInventoryWeapons") wait(1) game:GetService("Players").LocalPlayer.PlayerGui.Main.Inventory.Visible = true end) Misc:AddButton("Open Inventory Fruit",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("getInventoryFruits") game:GetService("Players").LocalPlayer.PlayerGui.Main.FruitInventory.Visible = true end) Misc:AddButton("Title Name",function() local args = { [1] = "getTitles" } game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args)) game.Players.localPlayer.PlayerGui.Main.Titles.Visible = true end) Misc:AddButton("Color Haki",function() game.Players.localPlayer.PlayerGui.Main.Colors.Visible = true end) Misc:AddSeperator("Teams") Misc:AddButton("Join Pirates Team",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetTeam","Pirates") end) Misc:AddButton("Join Marines Team",function() game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("SetTeam","Marines") end) Misc:AddSeperator("Highlight") Misc:AddToggle("Show Chat disabled", _G.chat, function(value) _G.chat = value if _G.chat == true then local StarterGui = game:GetService('StarterGui') StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false) elseif _G.chat == false then local StarterGui = game:GetService('StarterGui') StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true) end end) Misc:AddToggle("Show leaderboard disabled", _G.leaderboard, function(a) _G.leaderboard = a if _G.leaderboard == true then local StarterGui = game:GetService('StarterGui') game:GetService('StarterGui'):SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false) elseif _G.leaderboard == false then local StarterGui = game:GetService('StarterGui') game:GetService('StarterGui'):SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, true) end end) Misc:AddToggle("Highlight Mode",false,function(value) if value == true then game:GetService("Players")["LocalPlayer"].PlayerGui.Main.Beli.Visible = false game:GetService("Players")["LocalPlayer"].PlayerGui.Main.HP.Visible = false game:GetService("Players")["LocalPlayer"].PlayerGui.Main.Energy.Visible = false game:GetService("Players")["LocalPlayer"].PlayerGui.Main.StatsButton.Visible = false game:GetService("Players")["LocalPlayer"].PlayerGui.Main.ShopButton.Visible = false game:GetService("Players")["LocalPlayer"].PlayerGui.Main.Skills.Visible = false game:GetService("Players")["LocalPlayer"].PlayerGui.Main.Level.Visible = false game:GetService("Players")["LocalPlayer"].PlayerGui.Main.MenuButton.Visible = false game:GetService("Players")["LocalPlayer"].PlayerGui.Main.Code.Visible = false game:GetService("Players")["LocalPlayer"].PlayerGui.Main.Settings.Visible = false game:GetService("Players")["LocalPlayer"].PlayerGui.Main.Mute.Visible = false game:GetService("Players")["LocalPlayer"].PlayerGui.Main.CrewButton.Visible = false else game:GetService("Players")["LocalPlayer"].PlayerGui.Main.Beli.Visible = true game:GetService("Players")["LocalPlayer"].PlayerGui.Main.HP.Visible = true game:GetService("Players")["LocalPlayer"].PlayerGui.Main.Energy.Visible = true game:GetService("Players")["LocalPlayer"].PlayerGui.Main.StatsButton.Visible = true game:GetService("Players")["LocalPlayer"].PlayerGui.Main.ShopButton.Visible = true game:GetService("Players")["LocalPlayer"].PlayerGui.Main.Skills.Visible = true game:GetService("Players")["LocalPlayer"].PlayerGui.Main.Level.Visible = true game:GetService("Players")["LocalPlayer"].PlayerGui.Main.MenuButton.Visible = true game:GetService("Players")["LocalPlayer"].PlayerGui.Main.Code.Visible = true game:GetService("Players")["LocalPlayer"].PlayerGui.Main.Settings.Visible = true game:GetService("Players")["LocalPlayer"].PlayerGui.Main.Mute.Visible = true game:GetService("Players")["LocalPlayer"].PlayerGui.Main.CrewButton.Visible = true end end) Misc:AddToggle("Graphic",false,function(v) if v then getgenv().mode = "Autumn" -- Choose from Summer and Autumn local a = game.Lighting a.Ambient = Color3.fromRGB(33, 33, 33) a.Brightness = 0.3 a.ColorShift_Bottom = Color3.fromRGB(0, 0, 0) a.ColorShift_Top = Color3.fromRGB(255, 247, 237) a.EnvironmentDiffuseScale = 0.105 a.EnvironmentSpecularScale = 0.522 a.GlobalShadows = true a.OutdoorAmbient = Color3.fromRGB(51, 54, 67) a.ShadowSoftness = 0.04 a.GeographicLatitude = -15.525 a.ExposureCompensation = 0.75 local b = Instance.new("BloomEffect", a) b.Name = "BloomEffect_Graphic" b.Enabled = true b.Intensity = 0.04 b.Size = 1900 b.Threshold = 0.915 local c = Instance.new("ColorCorrectionEffect", a) c.Name = 'ColorCorrectionEffect1_Graphic' c.Brightness = 0.176 c.Contrast = 0.39 c.Enabled = true c.Saturation = 0.2 c.TintColor = Color3.fromRGB(217, 145, 57) if getgenv().mode == "Summer" then c.TintColor = Color3.fromRGB(255, 220, 148) elseif getgenv().mode == "Autumn" then c.TintColor = Color3.fromRGB(242, 193, 79) end local d = Instance.new("DepthOfFieldEffect", Graphic) d.Name = 'DepthOfFieldEffect_Graphic' d.Enabled = true d.FarIntensity = 0.077 d.FocusDistance = 21.54 d.InFocusRadius = 20.77 d.NearIntensity = 0.277 local e = Instance.new("ColorCorrectionEffect", a) e.Name = 'ColorCorrectionEffect2_Graphic' e.Brightness = 0 e.Contrast = -0.07 e.Saturation = 0 e.Enabled = true e.TintColor = Color3.fromRGB(255, 247, 239) local e2 = Instance.new("ColorCorrectionEffect", a) e2.Name = 'ColorCorrectionEffect3_Graphic' e2.Brightness = 0.2 e2.Contrast = 0.45 e2.Saturation = -0.1 e2.Enabled = true e2.TintColor = Color3.fromRGB(255, 255, 255) local s = Instance.new("SunRaysEffect", a) s.Name = 'SunRaysEffect_Graphic' s.Enabled = false s.Intensity = 0.01 s.Spread = 0.146 else local a = game.Lighting a.Ambient = Color3.fromRGB(170, 170, 170) a.Brightness = 2 a.ColorShift_Bottom = Color3.fromRGB(0, 0, 0) a.ColorShift_Top = Color3.fromRGB(0, 0, 0) a.EnvironmentDiffuseScale = 0.105 a.EnvironmentSpecularScale = 0.522 a.GlobalShadows = false a.OutdoorAmbient = Color3.fromRGB(127, 127, 127) a.ShadowSoftness = 0 a.GeographicLatitude = 66 a.ExposureCompensation = 0.2 game:GetService("Lighting")["BloomEffect_Graphic"]:Destroy() game:GetService("Lighting")["ColorCorrectionEffect1_Graphic"]:Destroy() game:GetService("Lighting")["ColorCorrectionEffect2_Graphic"]:Destroy() game:GetService("Lighting")["ColorCorrectionEffect3_Graphic"]:Destroy() game:GetService("Lighting")["SunRaysEffect_Graphic"]:Destroy() end end) ---- [RainbowHaki] spawn(function() while wait() do if RainbowHaki then pcall(function() if game.Players.LocalPlayer.Character.HasBuso then for i,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetChildren()) do if v.Name == "RightLowerArm_BusoLayer1" or v.Name == "RightLowerArm_BusoLayer2" or v.Name == "RightHand_BusoLayer1" or v.Name == "RightHand_BusoLayer2" or v.Name == "LeftLowerArm_BusoLayer1" or v.Name == "LeftLowerArm_BusoLayer2" or v.Name == "LeftHand_BusoLayer1" or v.Name == "LeftHand_BusoLayer2" or v.Name == "LeftHand_BusoLayer1" or v.Name == "RightUpperArm_BusoLayer1" or v.Name == "RightUpperArm_BusoLayer2" or v.Name == "LeftUpperArm_BusoLayer1" or v.Name == "LeftUpperArm_BusoLayer2" or v.Name == "UpperTorso_BusoLayer1" or v.Name == "UpperTorso_BusoLayer2" or v.Name == "LowerTorso_BusoLayer1" or v.Name == "LowerTorso_BusoLayer2" or v.Name == "Head_BusoLayer1" or v.Name == "Head_BusoLayer2" or v.Name == "RightUpperLeg_BusoLayer1" or v.Name == "RightUpperLeg_BusoLayer2" or v.Name == "LeftUpperLeg_BusoLayer1" or v.Name == "LeftUpperLeg_BusoLayer2" or v.Name == "RightLowerLeg_BusoLayer1" or v.Name == "RightLowerLeg_BusoLayer2" or v.Name == "LeftLowerLeg_BusoLayer1" or v.Name == "LeftLowerLeg_BusoLayer2" or v.Name == "LeftFoot_BusoLayer1" or v.Name == "LeftFoot_BusoLayer2" or v.Name == "RightFoot_BusoLayer1" or v.Name == "RightFoot_BusoLayer2" then v.Color = Color3.fromHSV(tick() * 24 % 255/255, 1, 1) end end end end) end end end) Misc:AddToggle("Rainbow Haki",false,function(value) RainbowHaki = value end) Misc:AddToggle("Rainbow Yoru",false,function(value) RainbowYoru = value end) ---- [RainbowYoru] spawn(function() while wait() do if RainbowYoru then pcall(function() for i,v in pairs(game.Players.LocalPlayer.Character.DarkBlade.Right:GetChildren()) do if v.Name == "Runes" or v.Name == "Hold" or v.Name == "Bottom" or v.Name == "Gems" or v.Name == "Wings" or v.Name == "Blade" or v.Name == "Tape" then v.Color = Color3.fromHSV(tick() * 24 % 255/255, 1, 1) v.Material = "Neon" end end end) end end end) spawn(function() while wait(1) do if RainbowYoru then pcall(function() for i,v in pairs(game.Players.LocalPlayer.Character.DarkBlade.Right.Handle:GetChildren()) do if v.Name == "Trail" then v.LightEmission = 1 end end end) end end end) spawn(function() while wait(1) do if RainbowYoru then pcall(function() for i,v in pairs(game.Players.LocalPlayer.Character.DarkBlade.Right.Handle.Attachment0:GetChildren()) do if v.Name == "Beam" then v.LightEmission = 1 v.Texture = 0 v.Width0 = 0 v.Width1 = 0 end end end) end end end) Misc:AddSeperator("⚙︠Misc âš™ï¸Â") Misc:AddToggle("Anti AFK", true, function() local vu = game:GetService("VirtualUser") repeat wait() until game:IsLoaded() game:GetService("Players").LocalPlayer.Idled:connect(function() game:GetService("VirtualUser"):ClickButton2(Vector2.new()) vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame) wait(1) vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame) end) end) Misc:AddToggle("Auto Rejoin",true,function(value) _G.AutoRejoin = value end) spawn(function() while wait() do if _G.AutoRejoin then getgenv().rejoin = game:GetService("CoreGui").RobloxPromptGui.promptOverlay.ChildAdded:Connect(function(child) if child.Name == 'ErrorPrompt' and child:FindFirstChild('MessageArea') and child.MessageArea:FindFirstChild("ErrorFrame") then game:GetService("TeleportService"):Teleport(game.PlaceId) end end) end end end) Misc:AddTextbox("Lock Money", "Please Type", true, function(value) _G.LockBeli = value end) Misc:AddTextbox("Lock Factment", "Please Type", true, function(value) _G.LockFragments = value end) Misc:AddSeperator("Hack") Misc:AddButton("Unlock Buso",function() -- Ability [ -- Buso,Soru,Geppo,KenUpgrade -- ] --Example local Ability = "Buso" -- Ability Name -- or -- local Ability = {Buso,Soru,Geppo} if type(Ability) == 'string' then game:GetService("CollectionService"):AddTag(game.Players.LocalPlayer.Character,Ability) elseif type(Ability) == 'table' then for i,v in next , Ability do game:GetService("CollectionService"):AddTag(game.Players.LocalPlayer.Character,v) end end end) Misc:AddButton("Unlock Soru",function() -- Ability [ -- Buso,Soru,Geppo-- ] --Example local Ability = "Soru" -- Ability Name -- or -- local Ability = {Buso,Soru,Geppo} if type(Ability) == 'string' then game:GetService("CollectionService"):AddTag(game.Players.LocalPlayer.Character,Ability) elseif type(Ability) == 'table' then for i,v in next , Ability do game:GetService("CollectionService"):AddTag(game.Players.LocalPlayer.Character,v) end end end) Misc:AddButton("Unlock Geppo",function() -- Ability [ -- Buso,Soru,Geppo-- ] --Example local Ability = "Geppo" -- Ability Name -- or -- local Ability = {Buso,Soru,Geppo} if type(Ability) == 'string' then game:GetService("CollectionService"):AddTag(game.Players.LocalPlayer.Character,Ability) elseif type(Ability) == 'table' then for i,v in next , Ability do game:GetService("CollectionService"):AddTag(game.Players.LocalPlayer.Character,v) end end end) Misc:AddButton("Unlock Portal",function() _G.UnlockPortal = true end) spawn(function() while wait() do pcall(function() if _G.UnlockPortal == true then for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.Notifications:GetChildren()) do if v.Name == "NotificationTemplate" then if string.find(v.Text,"cannot") then v:Destroy() end end end end end) end end) spawn(function() while wait() do pcall(function() if _G.UnlockPortal == true then CastlePostoMansion = CFrame.new(-5084.8447265625, 316.48101806641, -3145.3752441406) MansiontoCastlePos = CFrame.new(-12464.596679688, 376.30590820312, -7567.2626953125) Castletophydra = CFrame.new(-5095.33984375, 316.48101806641, -3168.3134765625) HydratoCastle = CFrame.new(5741.869140625, 611.94750976562, -282.61154174805) if (CastlePostoMansion.Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 8 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(-12471.169921875, 374.94024658203, -7551.677734375)) end if (MansiontoCastlePos.Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 8 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(-5072.08984375, 314.5412902832, -3151.1098632812)) end if (Castletophydra.Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 8 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(5748.7587890625, 610.44982910156, -267.81704711914)) end if (HydratoCastle.Position - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position).Magnitude <= 8 then game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("requestEntrance",Vector3.new(-5072.08984375, 314.5412902832, -3151.1098632812)) end end end) end end) Misc:AddButton("Max Zoom", function() while wait() do game.Players.LocalPlayer.CameraMaxZoomDistance = 9223372036854718 end end) Misc:AddButton("Kaitun Cap", function(value) local cac = require(game:GetService("Players").LocalPlayer.PlayerGui.Main.UIController.Inventory) local Inventory = game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer("getInventory") local Items = {} local RaityLevel = {"Mythical","Legendary","Rare","Uncommon","Common"} local RaityColor = { ["Common"] = Color3.fromRGB(179, 179, 179), ["Uncommon"] = Color3.fromRGB(92, 140, 211), ["Rare"] = Color3.fromRGB(140, 82, 255), ["Legendary"] = Color3.fromRGB(213, 43, 228) , ["Mythical"] = Color3.fromRGB(238, 47, 50) } function GetRaity(color) for k,v in pairs(RaityColor) do if v==color then return k end end end for k,v in pairs(Inventory) do Items[v.Name] = v end local total = #getupvalue(cac.UpdateRender,4) local rac = {} local allitem = {} local total2 = 0 while total2