-- Made By LeviSip and Devano. -- Instances: local CMD = Instance.new("ScreenGui") local Credits = Instance.new("TextLabel") local Hub = Instance.new("Frame") local StartClient = Instance.new("TextButton") --Properties: CMD.Name = "CMD" CMD.Parent = game.CoreGui CMD.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Credits.Name = "Credits" Credits.Parent = CMD Credits.BackgroundColor3 = Color3.new(1, 1, 1) Credits.BackgroundTransparency = 1 Credits.Position = UDim2.new(0, 0, 0.0102489032, 0) Credits.Size = UDim2.new(0, 242, 0, 70) Credits.Font = Enum.Font.Creepster Credits.Text = "SipHub v2.1" Credits.TextColor3 = Color3.new(0.196078, 0.670588, 0.172549) Credits.TextScaled = true Credits.TextSize = 14 Credits.TextWrapped = true Hub.Name = "Hub" Hub.Parent = CMD Hub.BackgroundColor3 = Color3.new(1, 1, 1) Hub.Position = UDim2.new(0.00123380625, 0, 0.143734649, 0) Hub.Size = UDim2.new(0, 238, 0, 101) Hub.Style = Enum.FrameStyle.DropShadow StartClient.Name = "StartClient" StartClient.Parent = Hub StartClient.BackgroundColor3 = Color3.new(1, 1, 1) StartClient.BackgroundTransparency = 1 StartClient.Position = UDim2.new(0.0470305681, 0, 0.171325415, 0) StartClient.Size = UDim2.new(0, 200, 0, 56) StartClient.Font = Enum.Font.GothamBlack StartClient.Text = "StartClient" StartClient.TextColor3 = Color3.new(1, 1, 1) StartClient.TextScaled = true StartClient.TextSize = 14 StartClient.TextWrapped = true StartClient.MouseButton1Click:Connect(function() local gui = Instance.new("BillboardGui") local esp = Instance.new("TextLabel") gui.Name = "gui" gui.Parent = game:GetService("Workspace")["Levi_Skillmaster2004"].Head gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling gui.Active = true gui.AlwaysOnTop = true gui.LightInfluence = 1.000 gui.Size = UDim2.new(0, 200, 0, 50) gui.StudsOffset = Vector3.new(0, 2, 0) esp.Name = "esp" esp.Parent = gui esp.BackgroundColor3 = Color3.fromRGB(255, 255, 255) esp.BackgroundTransparency = 1.000 esp.Size = UDim2.new(0, 200, 0, 50) esp.Font = Enum.Font.GothamBlack esp.TextColor3 = Color3.fromRGB(119, 0, 255) esp.TextScaled = true esp.TextSize = 30.000 esp.TextWrapped = true esp.Text = "SipHub Owner" Hub.Visible = false if game.PlaceId == 3823781113 then local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/VenyxUI/main/Reuploaded"))() local SipHub = library.new("SipHub", 5013109572) local themes = { Background = Color3.fromRGB(24, 24, 24), Glow = Color3.fromRGB(0, 0, 0), Accent = Color3.fromRGB(10, 10, 10), LightContrast = Color3.fromRGB(20, 20, 20), DarkContrast = Color3.fromRGB(14, 14, 14), TextColor = Color3.fromRGB(255, 255, 255) } local page = SipHub:addPage("Main", 5012544693) local Main = page:addSection("Main") Main:addToggle("Noclip", false, function(v) _G.Noclip = v game:GetService('RunService').Stepped:connect(function() if _G.Noclip then game.Players.LocalPlayer.Character.Humanoid:ChangeState(11) end end) end) Main:addToggle("AirWalk", false, function(v) _G.airwalk = v while _G.airwalk do wait(0.2) game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0 if _G.airwalk == false then return end game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 7 end end) Main:addToggle("AutoSell", false, function(v) _G.autosell = v while wait() do if _G.autosell == false then return end local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(532.8, 186.313, 151.486) pl.CFrame = location wait(1) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(615.675, 179.095, 52.133) pl.CFrame = location wait(1) end end) Main:addToggle("AutoSwing", false, function(v) _G.autofarm = v while wait() do local Event = game:GetService("ReplicatedStorage").Events.UpdateData Event:InvokeServer() local Event = game:GetService("ReplicatedStorage").Events.Clicked Event:FireServer() if _G.autofarm == false then return end end end) Main:addToggle("AutoBuy DNA", false, function(v) _G.auto = v if _G.auto then waitValue7 = .1 while wait(waitValue7) do game.ReplicatedStorage.Events.BuyAll:FireServer("Backpacks") end else waitValue7 = 100000000000000 end if _G.auto == false then return end end) Main:addToggle("AutoBuy Sword", false, function(v) _G.autobuy = v if _G.autobuy then waitValue7 = .1 while wait(waitValue7) do game.ReplicatedStorage.Events.BuyAll:FireServer("Swords") end else waitValue7 = 100000000000000 end end) Main:addToggle("AutoFarm Strength", false, function(v) if state then waitValue = .2 while wait(waitValue) do game.ReplicatedStorage.Events.Clicked:FireServer() end else waitValue = 100000000000000000000 end end) local page = SipHub:addPage("OtherStuff", 5012544693) local OtherStuff = page:addSection("OtherStuff") OtherStuff:addButton("infinite jumps", function() while wait(.0001) do game.Players.LocalPlayer.multiJumpCount.Value = "50" end end) OtherStuff:addToggle("HighJump", false, function(v) _G.highjump = v while wait() do game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 if _G.highjump == false then return end game.Players.LocalPlayer.Character.Humanoid.JumpPower = 300 end end) OtherStuff:addToggle("WalkSpeed", false, function(v) _G.walkspeed = v while wait() do game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 if _G.walkspeed == false then return end game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 800 end end) local page = SipHub:addPage("Settings", 5012544693) local UI = page:addSection("UI") UI:addKeybind("Toggle UI", Enum.KeyCode.M, function() SipHub:toggle() end) UI:addButton("Destroy UI", function() SipHub:Notify("Destroying UI...", "UI will be destroyed in 2.5 seconds..") wait(2.5) game.CoreGui.SipHub:Destroy() end) local Discord = page:addSection("Discord") Discord:addButton("Copy Discord", function() setclipboard("https://discord.gg/msfcUEeA") SipHub:Notify("Discord", "The Discord url has been copied to your clipboard") end) local page = SipHub:addPage("Credits", 5012544693) local Credits = page:addSection("Made by LeviSip#9461 and Devano.#0001") end if game.PlaceId == 455366377 then game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "Notification", Text = "SipHub was loaded!", Duration = 15, }) local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/VenyxUI/main/Reuploaded"))() local SipHub = library.new("SipHub", 5013109572) local themes = { Background = Color3.fromRGB(24, 24, 24), Glow = Color3.fromRGB(0, 0, 0), Accent = Color3.fromRGB(10, 10, 10), LightContrast = Color3.fromRGB(20, 20, 20), DarkContrast = Color3.fromRGB(14, 14, 14), TextColor = Color3.fromRGB(255, 255, 255) } local page = SipHub:addPage("Main", 5012544693) local Main = page:addSection("Main") Main:addButton("Speed", function() local Players = game:service('Players') local Player = Players.LocalPlayer local userInput = game:service('UserInputService') local runService = game:service('RunService') repeat wait() until Player.Character local Character = Player.Character local pHum = Character:WaitForChild('Humanoid') local humRoot = Character:WaitForChild('HumanoidRootPart') local Multiplier = 1.4 userInput.InputBegan:connect(function(Key) if Key.KeyCode == Enum.KeyCode.LeftBracket then Multiplier = Multiplier + 0.1 print(Multiplier) wait(0.2) while userInput:IsKeyDown(Enum.KeyCode.LeftBracket) do wait() Multiplier = Multiplier + 0.1 print(Multiplier) end end if Key.KeyCode == Enum.KeyCode.RightBracket then Multiplier = Multiplier - 0.1 print(Multiplier) wait(0.2) while userInput:IsKeyDown(Enum.KeyCode.RightBracket) do wait() Multiplier = Multiplier - 0.1 print(Multiplier) end end end) runService.Stepped:connect(function() if userInput:IsKeyDown(Enum.KeyCode.LeftShift) then humRoot.CFrame = humRoot.CFrame + pHum.MoveDirection * Multiplier end end) end) Main:addButton("Reset E", function() function onKeyPress(inputObject, gameProcessedEvent) if gameProcessedEvent == false then if inputObject.KeyCode == Enum.KeyCode.E then game.Players.LocalPlayer.Character:BreakJoints() end end end game:GetService("UserInputService").InputBegan:connect(onKeyPress) end) Main:addToggle("Noclip", false, function(v) _G.Noclip = v game:GetService('RunService').Stepped:connect(function() if _G.Noclip then game.Players.LocalPlayer.Character.Humanoid:ChangeState(11) end end) end) Main:addButton("Triggerbot", function() local player = game:GetService("Players").LocalPlayer local mouse = player:GetMouse() game:GetService("RunService").RenderStepped:Connect(function() if mouse.Target.Parent:FindFirstChild("Humanoid") and mouse.Target.Parent.Name ~= player.Name then mouse1press() wait() mouse1release() end end) end) Main:addToggle("AirWalk", false, function(v) _G.airwalk = v while _G.airwalk do wait() game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0 if _G.airwalk == false then return end game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 3 end end) Main:addButton("Bypass", function() game.Players.LocalPlayer.PlayerGui.ChildAdded:Connect(function(child) if child.Name == "LocalScript" then child.Disabled = true wait() child:Destroy() end end) game.Players.LocalPlayer.PlayerGui.LocalScript:Destroy() -- Decompiled with the Synapse X Luau decompiler. function newCon() local l__LocalPlayer__1 = game.Players.LocalPlayer; local v2 = require(game.ReplicatedStorage.TagSystem); local v3 = game.Workspace.Live:WaitForChild(l__LocalPlayer__1.Name); local l__CurrentCamera__4 = game.Workspace.CurrentCamera; local l__mouse__5 = l__LocalPlayer__1:GetMouse(); local l__HumanoidRootPart__6 = v3:WaitForChild("HumanoidRootPart"); local l__Humanoid__7 = v3:WaitForChild("Humanoid"); local l__CollectionService__8 = game:GetService("CollectionService"); local l__RenderStepped__1 = game:GetService("RunService").RenderStepped; local function v9(p1) if p1 then l__RenderStepped__1:wait(); p1.Parent = game.ReplicatedStorage.nosee; end; end; for v10, v11 in pairs(l__CollectionService__8:GetTagged("Stand")) do v9(v11); end; l__CollectionService__8:GetInstanceAddedSignal("Stand"):Connect(v9); local l__TweenService__12 = game:GetService("TweenService"); coroutine.wrap(function() while true do wait(0.5); if v3:findFirstChild("f", true) then break; end; end; v3:findFirstChild("f", true).Parent.Head.Transparency = 1; end)(); l__mouse__5.Idle:connect(function() local l__Target__13 = l__mouse__5.Target; if l__Target__13 and l__Target__13:findFirstChild("ClickDetector") then l__mouse__5.Icon = "rbxgameasset://Images/MouseCIon"; return; end; l__mouse__5.Icon = ""; end); local l__CurrentCamera__2 = game.Workspace.CurrentCamera; function returncam() l__CurrentCamera__2.FieldOfView = 70; l__CurrentCamera__2.CameraType = "Custom"; l__CurrentCamera__2.CameraSubject = l__Humanoid__7; end; if game:GetService("MarketplaceService"):PlayerOwnsAsset(l__LocalPlayer__1, 457667510) then script.Run.AnimationId = "https://www.roblox.com/item.aspx?id=458506542"; end; local l__UserInputService__14 = game:GetService("UserInputService"); function ray(p2, p3, p4, p5) local v15, v16, v17 = game.Workspace:FindPartOnRayWithIgnoreList(Ray.new(p2, CFrame.new(p2, p3).lookVector * p4), p5); return v15, v16, v17; end; local u3 = false; local u4 = 1; v3:WaitForChild("Humanoid").StateChanged:connect(function(p6, p7) if p7 ~= Enum.HumanoidStateType.Freefall and p7 ~= Enum.HumanoidStateType.Jumping then if u3 == true then local v18 = u4 - l__HumanoidRootPart__6.Position.Y; end; u3 = false; return; end; if u3 == false then u4 = l__HumanoidRootPart__6.Position.Y; end; u3 = true; end); local u5 = v3:findFirstChildOfClass("Tool"); v3.ChildAdded:Connect(function(p8) if p8:IsA("Tool") then u5 = p8; end; end); local l__Input__6 = l__LocalPlayer__1.Backpack:WaitForChild("Input"); v3.ChildRemoved:Connect(function() if u5 ~= nil and u5.Parent ~= v3 then u5 = nil; end; end); local u7 = game.Workspace.Live:GetChildren(); game.Workspace.Live.ChildAdded:connect(function() u7 = game.Workspace.Live:GetChildren(); end); game.Workspace.Live.ChildRemoved:connect(function() u7 = game.Workspace.Live:GetChildren(); end); local u8 = { a = false, s = false, d = false, w = false }; local u9 = false; local u10 = l__Humanoid__7:LoadAnimation(script.Crouch); local u11 = l__Humanoid__7:LoadAnimation(script.Run); local u12 = false; l__UserInputService__14.InputBegan:connect(function(p11) if p11.KeyCode == Enum.KeyCode.Q then end; if p11.KeyCode == Enum.KeyCode.E or p11.KeyCode == Enum.KeyCode.ButtonY then u8.e = true; for v19 = 1, 10 do wait(0.05); if u8.e == false then break; end; end; if u8.e == true then l__Input__6:FireServer("drag", {}); else l__Input__6:FireServer("e", {}); end; end; if p11.UserInputType == Enum.UserInputType.MouseButton2 then u8.m2 = true; end; if p11.KeyCode == Enum.KeyCode.ButtonL2 then l2ing = true; end; if p11.UserInputType == Enum.UserInputType.MouseButton1 or p11.KeyCode == Enum.KeyCode.ButtonR2 or p11.UserInputType == Enum.UserInputType.Touch then if u5 ~= u5 then print("heh"); return; end; if l__HumanoidRootPart__6.Anchored then return; end; u8.m1 = true; if u5 then if p11.UserInputType == Enum.UserInputType.Touch and not u5:findFirstChild("Ammo") or p11.UserInputType ~= Enum.UserInputType.Touch then l__Input__6:FireServer("ml", { mousehit = l__mouse__5.Hit, shift = u8.shift, velo = l__HumanoidRootPart__6.Velocity.magnitude }); u8.shift = false; end; else local v20 = l__mouse__5.Target; local v21 = false; local v22 = l__mouse__5.Hit.p; if p11.KeyCode == Enum.KeyCode.ButtonR2 then l__LocalPlayer__1.PlayerGui.ScreenGui.TextLabel.Text = "R2 pressed V2"; local v23, v24 = ray(l__CurrentCamera__2.CFrame.p, l__CurrentCamera__2.CFrame.p + l__CurrentCamera__2.CFrame.lookVector * 10, 40, { v3 }); v20 = v23; heh = v24; v22 = heh; end; if p11.KeyCode == Enum.KeyCode.ButtonR2 then v21 = true; l__LocalPlayer__1.PlayerGui.ScreenGui.TextLabel.Text = "xbox cant shiftlock lol"; end; if v20 ~= nil then local v25, v26 = ray(v3.Head.Position, l__mouse__5.Hit.p, 10, { v3 }); if v25 == v20 then v21 = true; end; end; l__LocalPlayer__1.PlayerGui.ScreenGui.TextLabel.Text = "targ changed 2 " .. v20.Name; if v21 == false then l__LocalPlayer__1.PlayerGui.ScreenGui.TextLabel.Text = "something in way"; end; if v20:findFirstChild("ClickDetector") then l__LocalPlayer__1.PlayerGui.ScreenGui.TextLabel.Text = "CD found"; if (l__HumanoidRootPart__6.Position - v22).magnitude <= v20.ClickDetector.MaxActivationDistance then l__LocalPlayer__1.PlayerGui.ScreenGui.TextLabel.Text = "CD within distance"; else l__LocalPlayer__1.PlayerGui.ScreenGui.TextLabel.Text = "CD out distance"; end; else l__LocalPlayer__1.PlayerGui.ScreenGui.TextLabel.Text = "CD NOT found"; end; if v20 ~= nil and v21 and v20:findFirstChild("ClickDetector") and (l__HumanoidRootPart__6.Position - v22).magnitude <= v20.ClickDetector.MaxActivationDistance then l__LocalPlayer__1.PlayerGui.ScreenGui.TextLabel.Text = "within distance"; if v20.ClickDetector:findFirstChild("RemoteEvent") then l__LocalPlayer__1.PlayerGui.ScreenGui.TextLabel.Text = "remote fired"; v20.ClickDetector.RemoteEvent:FireServer(); end; if v20.Name == "Peep" then l__CurrentCamera__2.CameraType = "Scriptable"; l__CurrentCamera__2.CoordinateFrame = CFrame.new(v20.Position + v20.CFrame.lookVector * 0.5, v20.Position + v20.CFrame.lookVector * 2 - Vector3.new(0, 0.5, 0)); l__CurrentCamera__2.FieldOfView = 120; local l__Position__27 = l__HumanoidRootPart__6.Position; while true do wait(); if (l__HumanoidRootPart__6.Position - l__Position__27).magnitude > 0.2 then break; end; end; returncam(); end; end; end; end; if p11.KeyCode == Enum.KeyCode.W then u8.w = true; end; if p11.KeyCode == Enum.KeyCode.LeftShift or p11.KeyCode == Enum.KeyCode.ButtonL3 then u8.shift = true; end; if p11.KeyCode == Enum.KeyCode.A then u8.a = true; end; if p11.KeyCode == Enum.KeyCode.D then u8.d = true; end; if p11.KeyCode == Enum.KeyCode.S then u8.s = true; end; if p11.KeyCode == Enum.KeyCode.ButtonB and l__Humanoid__7.Sit == false and l__Humanoid__7.PlatformStand == false then if not u9 then u9 = true; u10:Play(0.1, 1, 1); else u9 = false; u10:Stop(); end; end; if p11.KeyCode == Enum.KeyCode.LeftControl then u10:Play(0.1, 1, 1); u8.ctrl = true; end; if p11.KeyCode == Enum.KeyCode.S then u8.s = true; u11:Stop(); u12 = false; end; end); l__UserInputService__14.InputEnded:connect(function(p12) if p12.KeyCode == Enum.KeyCode.LeftControl then u8.ctrl = false; u10:Stop(); end; if p12.KeyCode == Enum.KeyCode.S then u8.s = false; end; if p12.UserInputType == Enum.UserInputType.MouseButton1 or p12.KeyCode == Enum.KeyCode.ButtonR2 or p12.UserInputType == Enum.UserInputType.Touch then if u5 ~= nil and u5:findFirstChild("Ammo") and p12.UserInputType == Enum.UserInputType.Touch then return; end; l__Input__6:FireServer("moff1", { mousehit = l__mouse__5.Hit, shift = u8.shift, velo = l__HumanoidRootPart__6.Velocity.magnitude }); end; if p12.KeyCode == Enum.KeyCode.W then u8.w = false; end; if p12.KeyCode == Enum.KeyCode.ButtonL2 then l2ing = false; end; if p12.KeyCode == Enum.KeyCode.E or p12.KeyCode == Enum.KeyCode.ButtonY then l__Input__6:FireServer("dragoff", {}); u8.e = false; end; if p12.KeyCode == Enum.KeyCode.LeftShift or p12.KeyCode == Enum.KeyCode.ButtonL3 then u8.shift = false; end; if p12.UserInputType == Enum.UserInputType.MouseButton2 then u8.m2 = false; end; if p12.KeyCode == Enum.KeyCode.A then u8.a = false; end; if p12.KeyCode == Enum.KeyCode.LeftControl then u8.ctrl = false; end; if p12.KeyCode == Enum.KeyCode.D then u8.d = false; end; if p12.KeyCode == Enum.KeyCode.S then u8.s = false; end; if p12.UserInputType == Enum.UserInputType.MouseButton1 then u8.m1 = false; end; end); game:GetService("RunService").RenderStepped:connect(function() local v28 = 16; if l2ing and not l__Humanoid__7.Sit and not l__Humanoid__7.PlatformStand then l__Humanoid__7.AutoRotate = false; l__HumanoidRootPart__6.CFrame = CFrame.new(l__HumanoidRootPart__6.Position, l__HumanoidRootPart__6.Position + l__CurrentCamera__2.CFrame.lookVector * Vector3.new(1, 0, 1)); else l__Humanoid__7.AutoRotate = true; end; if v3.Stamina.Value <= 0 then l__Humanoid__7.Jump = false; end; if u8.shift and u8.s ~= true and v3.Stamina.Value > 0 then v28 = 25; if u12 == false and l__HumanoidRootPart__6.Velocity.magnitude > 2 then u12 = true; u11:Play(0.1, 1, 1.2); elseif u12 == true and l__HumanoidRootPart__6.Velocity.magnitude < 2 then u11:Stop(); u12 = false; end; elseif u12 then u12 = false; u11:Stop(); end; if u8.ctrl or u9 then v28 = 8; u10:AdjustSpeed(l__HumanoidRootPart__6.Velocity.magnitude / 10); end; l__Humanoid__7.JumpPower = 37.5; if v2.has(v3, "creator") then v28 = 2; end; if v2.has(v3, "action") or v2.has(v3, "Action") then v28 = 0; end; if v2.has(v3, "KO") then v28 = 0; l__Humanoid__7.Jump = false; l__Humanoid__7.PlatformStand = true; elseif l__Humanoid__7.PlatformStand == true then l__Humanoid__7.PlatformStand = false; end; l__Humanoid__7.WalkSpeed = v28; if l__HumanoidRootPart__6.Anchored == true then v3:BreakJoints(); l__Humanoid__7.Health = 0; v3:Destroy(); end; end); local u13 = true; game:GetService("RunService").Heartbeat:connect(function() if not u13 then return; end; u13 = false; u13 = true; end); local l__HUD__29 = l__LocalPlayer__1.PlayerGui:WaitForChild("HUD"); if game:GetService("UserInputService").TouchEnabled == true then l__HUD__29:WaitForChild("RunButton").Visible = true; l__HUD__29:WaitForChild("CrouchButton").Visible = true; l__HUD__29:WaitForChild("FinishButton").Visible = true; l__HUD__29:WaitForChild("Lock").Visible = true; l__HUD__29.Lock.InputBegan:connect(function(p13) if p13.UserInputType == Enum.UserInputType.Touch then l2ing = not l2ing; l__HUD__29.Lock.Selected = l2ing; end; end); local u14 = false; l__UserInputService__14.TouchStarted:connect(function() u14 = true; for v30 = 1, 10 do wait(0.05); if u14 == false then break; end; end; if u14 then l__Input__6:FireServer("drag", {}); end; end); l__UserInputService__14.TouchEnded:connect(function() u14 = false; if v2.has(v3, "Dragging") then l__Input__6:FireServer("dragoff", {}); end; end); local u15 = nil; local u16 = nil; v3.ChildAdded:connect(function() wait(); print("childadded"); if u5 ~= nil then if u15 ~= nil then u15:disconnect(); end; if u16 ~= nil then u16:disconnect(); end; print("con etup"); u15 = u5.Activated:connect(function() if not u5:findFirstChild("Ammo") then return; end; l__Input__6:FireServer("ml", { mousehit = l__mouse__5.Hit, shift = u8.shift, velo = l__HumanoidRootPart__6.Velocity.magnitude }); u8.shift = false; end); u16 = u5.Deactivated:connect(function() if not u5:findFirstChild("Ammo") then return; end; print("deactivatd"); l__Input__6:FireServer("moff1", { mousehit = l__mouse__5.Hit, shift = u8.shift, velo = l__HumanoidRootPart__6.Velocity.magnitude }); end); end; end); l__HUD__29.RunButton.InputBegan:connect(function(p14) if p14.UserInputType == Enum.UserInputType.Touch then u8.shift = true; u11:Play(0.1, 1, 1.2); u12 = true; end; end); l__HUD__29.RunButton.InputEnded:connect(function(p15) if p15.UserInputType == Enum.UserInputType.Touch then wait(); u8.shift = false; u11:Stop(); u12 = false; end; end); l__HUD__29.CrouchButton.InputBegan:connect(function(p16) if p16.UserInputType == Enum.UserInputType.Touch then if u9 then u9 = false; u10:Stop(); return; end; else return; end; u9 = true; u10:Play(0.1, 1, 1); end); l__HUD__29.FinishButton.InputBegan:connect(function(p17) if p17.UserInputType == Enum.UserInputType.Touch and u5 then l__Input__6:FireServer("e", {}); end; end); end; v3:WaitForChild("GetMouse").OnClientInvoke = function(p18) return l__mouse__5.Hit, l__mouse__5.Target; end; if l__LocalPlayer__1.Name ~= "SnakeWorl" then local v31 = Instance.new("BindableEvent"); v31.Event:connect(function() if not v2.has(v3, "KO") then game.Players.LocalPlayer.Character.Humanoid.Health = 0; end; end); game:GetService("StarterGui"):SetCore("ResetButtonCallback", v31); end; end newCon() game.Players.LocalPlayer.CharacterAdded:Connect(newCon) end) local page = SipHub:addPage("Teleport", 5012544693) local Teleport = page:addSection("Teleport Activate bypass!") Teleport:addButton("Machete", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-726.4, 0.999969, -80.38) pl.CFrame = location end) Teleport:addButton("Uzi", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-273.286, 0.975937, 362.5) pl.CFrame = location end) Teleport:addButton("Glock", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-972.971, 0.300131, -92.1) pl.CFrame = location end) local page = SipHub:addPage("OtherStuff", 5012544693) local OtherStuff = page:addSection("OtherStuff") OtherStuff:addToggle("HighJump", false, function(v) _G.highjump = v while wait() do game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 if _G.highjump == false then return end game.Players.LocalPlayer.Character.Humanoid.JumpPower = 300 end end) OtherStuff:addToggle("WalkSpeed", false, function(v) _G.walkspeed = v while wait() do game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 if _G.walkspeed == false then return end game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 800 end end) local page = SipHub:addPage("Settings", 5012544693) local UI = page:addSection("UI") UI:addKeybind("Toggle UI", Enum.KeyCode.M, function() SipHub:toggle() end) UI:addButton("Destroy UI", function() SipHub:Notify("Destroying UI...", "UI will be destroyed in 2.5 seconds..") wait(2.5) game.CoreGui.SipHub:Destroy() end) local Discord = page:addSection("Discord") Discord:addButton("Copy Discord", function() setclipboard("https://discord.gg/msfcUEeA") SipHub:Notify("Discord", "The Discord url has been copied to your clipboard") end) local page = SipHub:addPage("Credits", 5012544693) local Credits = page:addSection("Made By LeviSip#9461 and Devano.#0001") end if game.PlaceId == 286090429 then game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "Notification", Text = "SipHub was loaded!", Duration = 15, }) _G.ToggleColor = Color3.fromRGB(255,0,0) _G.ButtonColor = Color3.fromRGB(0,255,0) _G.SliderColor = Color3.fromRGB(0,0,255) local library = loadstring(game:HttpGet(('https://pastebin.com/raw/FsJak6AT')))() -- It's obfuscated, I won't let you see my ugly coding skills. =) local w = library:CreateWindow("SipHub") local b = w:CreateFolder("Visual") local e = w:CreateFolder("Main") local o = w:CreateFolder("OtherStuff") local l = w:CreateFolder("Credits") b:Label("Visual",Color3.fromRGB(38,38,38),Color3.fromRGB(0,216,111)) --BgColor,TextColor l:Label("Made by LeviSip#9461 and Devano.#0001",Color3.fromRGB(38,38,38),Color3.fromRGB(0,216,111)) o:Label("OtherStuff",Color3.fromRGB(38,38,38),Color3.fromRGB(0,216,111)) e:Label("Main",Color3.fromRGB(38,38,38),Color3.fromRGB(0,216,111)) o:Button("WalkSpeed", function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200 end) o:Button("JumpPower", function() game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200 end) e:Button("Speed Left Shift", function() local Players = game:service('Players') local Player = Players.LocalPlayer local userInput = game:service('UserInputService') local runService = game:service('RunService') repeat wait() until Player.Character local Character = Player.Character local pHum = Character:WaitForChild('Humanoid') local humRoot = Character:WaitForChild('HumanoidRootPart') local Multiplier = 1.4 userInput.InputBegan:connect(function(Key) if Key.KeyCode == Enum.KeyCode.LeftBracket then Multiplier = Multiplier + 0.1 print(Multiplier) wait(0.2) while userInput:IsKeyDown(Enum.KeyCode.LeftBracket) do wait() Multiplier = Multiplier + 0.1 print(Multiplier) end end if Key.KeyCode == Enum.KeyCode.RightBracket then Multiplier = Multiplier - 0.1 print(Multiplier) wait(0.2) while userInput:IsKeyDown(Enum.KeyCode.RightBracket) do wait() Multiplier = Multiplier - 0.1 print(Multiplier) end end end) runService.Stepped:connect(function() if userInput:IsKeyDown(Enum.KeyCode.LeftShift) then humRoot.CFrame = humRoot.CFrame + pHum.MoveDirection * Multiplier end end) end) e:Button("Tracers Esp", function() local plr = game.Players.LocalPlayer local camera = game.Workspace.CurrentCamera for i, v in pairs(game.Players:GetChildren()) do local TEXT = Drawing.new("Text") TEXT.Visible = false TEXT.Transparency = 1 TEXT.Color = Color3.fromRGB(255, 0, 0) TEXT.Text = v.Name TEXT.Size = 15 TEXT.Position = Vector2.new(200,200) local TRACER = Drawing.new("Line") TRACER.Visible = false TRACER.From = Vector2.new(0, 0) TRACER.To = Vector2.new(200, 200) TRACER.Color = Color3.fromRGB(255, 0, 0) TRACER.Thickness = 2 TRACER.Transparency = 1 function ESP() game:GetService("RunService").RenderStepped:Connect(function() if v.Character ~= nil and v.Character:FindFirstChild("HumanoidRootPart") ~= nil and v.Name ~= plr.Name and v.Character.Humanoid.Health > 0 then local ScreenPos, OnScreen = camera:WorldToViewportPoint(v.Character.HumanoidRootPart.Position) if OnScreen then TRACER.From = Vector2.new(camera.ViewportSize.X/2, camera.ViewportSize.Y) -- Gets bottom center of screen for tracers TRACER.To = Vector2.new(ScreenPos.X, ScreenPos.Y) TEXT.Position = Vector2.new(ScreenPos.X- 20, ScreenPos.Y) if v.TeamColor == plr.TeamColor then TRACER.Color = Color3.fromRGB(0, 255, 0) TEXT.Color = Color3.fromRGB(0, 255, 0) else TRACER.Color = Color3.fromRGB(255, 0, 0) TEXT.Color = Color3.fromRGB(255, 0, 0) end TRACER.Visible = true TEXT.Visible = true else TRACER.Visible = false TEXT.Visible = false end else TRACER.Visible = false TEXT.Visible = false if game.Players:FindFirstChild(v.Name) then else Disconnect() end end end) end coroutine.wrap(ESP)() end game.Players.PlayerAdded:Connect(function(newplr) --Parameter gets the new player that has been added local TEXT = Drawing.new("Text") TEXT.Visible = false TEXT.Transparency = 1 TEXT.Color = Color3.fromRGB(255, 0, 0) TEXT.Text = newplr.Name TEXT.Size = 15 TEXT.Position = Vector2.new(200,200) local TRACER = Drawing.new("Line") TRACER.Visible = false TRACER.From = Vector2.new(0, 0) TRACER.To = Vector2.new(200, 200) TRACER.Color = Color3.fromRGB(255, 0, 0) TRACER.Thickness = 2 TRACER.Transparency = 1 function ESP() game:GetService("RunService").RenderStepped:Connect(function() if newplr.Character ~= nil and newplr.Character:FindFirstChild("HumanoidRootPart") ~= nil and newplr.Name ~= plr.Name and newplr.Character.Humanoid.Health > 0 then local ScreenPos, OnScreen = camera:WorldToViewportPoint(newplr.Character.HumanoidRootPart.Position) if OnScreen then TRACER.From = Vector2.new(camera.ViewportSize.X/2, camera.ViewportSize.Y) -- Gets bottom center of screen for tracers TRACER.To = Vector2.new(ScreenPos.X, ScreenPos.Y) TEXT.Position = Vector2.new(ScreenPos.X - 20, ScreenPos.Y) if newplr.TeamColor == plr.TeamColor then TRACER.Color = Color3.fromRGB(0, 255, 0) TEXT.Color = Color3.fromRGB(0, 255, 0) else TRACER.Color = Color3.fromRGB(255, 0, 0) TEXT.Color = Color3.fromRGB(255, 0, 0) end TRACER.Visible = true TEXT.Visible = true else TRACER.Visible = false TEXT.Visible = false end else TRACER.Visible = false TEXT.Visible = false if game.Players:FindFirstChild(newplr.Name) then else Disconnect() end end end) end coroutine.wrap(ESP)() end) end) e:Button("OpenSG Esp", function() local plr = game.Players.LocalPlayer local camera = game.Workspace.CurrentCamera for i, v in pairs(game.Players:GetChildren()) do local Top = Drawing.new("Line") Top.Visible = false Top.From = Vector2.new(0, 0) Top.To = Vector2.new(200, 200) Top.Color = Color3.fromRGB(255, 255, 255) Top.Thickness = 2 Top.Transparency = 1 local Bottom = Drawing.new("Line") Bottom.Visible = false Bottom.From = Vector2.new(0, 0) Bottom.To = Vector2.new(200, 200) Bottom.Color = Color3.fromRGB(255, 255, 255) Bottom.Thickness = 2 Bottom.Transparency = 1 local Left = Drawing.new("Line") Left.Visible = false Left.From = Vector2.new(0, 0) Left.To = Vector2.new(200, 200) Left.Color = Color3.fromRGB(255, 255, 255) Left.Thickness = 2 Left.Transparency = 1 local Right = Drawing.new("Line") Right.Visible = false Right.From = Vector2.new(0, 0) Right.To = Vector2.new(200, 200) Right.Color = Color3.fromRGB(255, 255, 255) Right.Thickness = 2 Right.Transparency = 1 local redhealth = Drawing.new("Line") redhealth.Visible = false redhealth.From = Vector2.new(0, 0) redhealth.To = Vector2.new(0, 0) redhealth.Color = Color3.fromRGB(255, 0, 0) redhealth.Thickness = 3 redhealth.Transparency = 1 local greenhealth = Drawing.new("Line") greenhealth.Visible = false greenhealth.From = Vector2.new(0, 0) greenhealth.To = Vector2.new(0, 0) greenhealth.Color = Color3.fromRGB(0, 255, 0) greenhealth.Thickness = 3 greenhealth.Transparency = 1 function ESP() local connection connection = game:GetService("RunService").RenderStepped:Connect(function() if v.Character ~= nil and v.Character:FindFirstChild("HumanoidRootPart") ~= nil and v.Name ~= plr.Name and v.Character.Humanoid.Health > 0 then local ScreenPos, OnScreen = camera:WorldToViewportPoint(v.Character.HumanoidRootPart.Position) if OnScreen then local Scale = v.Character.Head.Size.Y/2 local Size = Vector3.new(2, 3, 0) * (Scale * 2) local TL = camera:WorldToViewportPoint((v.Character.HumanoidRootPart.CFrame * CFrame.new(Size.X, Size.Y, 0)).p) local TR = camera:WorldToViewportPoint((v.Character.HumanoidRootPart.CFrame * CFrame.new(-Size.X, Size.Y, 0)).p) local BL = camera:WorldToViewportPoint((v.Character.HumanoidRootPart.CFrame * CFrame.new(Size.X, -Size.Y, 0)).p) local BR = camera:WorldToViewportPoint((v.Character.HumanoidRootPart.CFrame * CFrame.new(-Size.X, -Size.Y, 0)).p) Top.From = Vector2.new(TL.X, TL.Y) Top.To = Vector2.new(TR.X, TR.Y) Left.From = Vector2.new(TL.X, TL.Y) Left.To = Vector2.new(BL.X, BL.Y) Right.From = Vector2.new(TR.X, TR.Y) Right.To = Vector2.new(BR.X, BR.Y) Bottom.From = Vector2.new(BL.X, BL.Y) Bottom.To = Vector2.new(BR.X, BR.Y) local d = (Vector2.new(BR.X, TR.Y)- Vector2.new(BR.X, BR.Y)).magnitude local green = v.Character.Humanoid.Health * d / 100 redhealth.From = Vector2.new(BR.X, TR.Y) redhealth.To = Vector2.new(BR.X, BR.Y) greenhealth.From = Vector2.new(BR.X, BR.Y) greenhealth.To = Vector2.new(BR.X, BR.Y - green) --[[if v.TeamColor == plr.TeamColor then Top.Color = Color3.fromRGB(0, 255, 0) Left.Color = Color3.fromRGB(0, 255, 0) Bottom.Color = Color3.fromRGB(0, 255, 0) Right.Color = Color3.fromRGB(0, 255, 0) else Top.Color = Color3.fromRGB(255, 0, 0) Left.Color = Color3.fromRGB(255, 0, 0) Bottom.Color = Color3.fromRGB(255, 0, 0) Right.Color = Color3.fromRGB(255, 0, 0) end]] Top.Visible = true Left.Visible = true Bottom.Visible = true Right.Visible = true greenhealth.Visible = true redhealth.Visible = true else Top.Visible = false Left.Visible = false Bottom.Visible = false Right.Visible = false greenhealth.Visible = false redhealth.Visible = false end else Top.Visible = false Left.Visible = false Bottom.Visible = false Right.Visible = false greenhealth.Visible = false redhealth.Visible = false if game.Players:FindFirstChild(v.Name) == nil then connection:Disconnect() end end end) end coroutine.wrap(ESP)() end game.Players.PlayerAdded:Connect(function(newplr) --Parameter gets the new player that has been added local Top = Drawing.new("Line") Top.Visible = false Top.From = Vector2.new(0, 0) Top.To = Vector2.new(200, 200) Top.Color = Color3.fromRGB(255, 255, 255) Top.Thickness = 2 Top.Transparency = 1 local Bottom = Drawing.new("Line") Bottom.Visible = false Bottom.From = Vector2.new(0, 0) Bottom.To = Vector2.new(200, 200) Bottom.Color = Color3.fromRGB(255, 255, 255) Bottom.Thickness = 2 Bottom.Transparency = 1 local Left = Drawing.new("Line") Left.Visible = false Left.From = Vector2.new(0, 0) Left.To = Vector2.new(200, 200) Left.Color = Color3.fromRGB(255, 255, 255) Left.Thickness = 2 Left.Transparency = 1 local Right = Drawing.new("Line") Right.Visible = false Right.From = Vector2.new(0, 0) Right.To = Vector2.new(200, 200) Right.Color = Color3.fromRGB(255, 255, 255) Right.Thickness = 2 Right.Transparency = 1 local redhealth = Drawing.new("Line") redhealth.Visible = false redhealth.From = Vector2.new(0, 0) redhealth.To = Vector2.new(0, 0) redhealth.Color = Color3.fromRGB(255, 0, 0) redhealth.Thickness = 3 redhealth.Transparency = 1 local greenhealth = Drawing.new("Line") greenhealth.Visible = false greenhealth.From = Vector2.new(0, 0) greenhealth.To = Vector2.new(0, 0) greenhealth.Color = Color3.fromRGB(0, 255, 0) greenhealth.Thickness = 3 greenhealth.Transparency = 1 function ESP() local connection connection = game:GetService("RunService").RenderStepped:Connect(function() if newplr.Character ~= nil and newplr.Character:FindFirstChild("HumanoidRootPart") ~= nil and newplr.Name ~= plr.Name and newplr.Character.Humanoid.Health > 0 then local ScreenPos, OnScreen = camera:WorldToViewportPoint(newplr.Character.HumanoidRootPart.Position) if OnScreen then local Scale = newplr.Character.Head.Size.Y/2 local Size = Vector3.new(2, 3, 0) * (Scale * 2) local humpos = camera:WorldToViewportPoint(newplr.Character.HumanoidRootPart.Position) local TL = camera:WorldToViewportPoint((newplr.Character.HumanoidRootPart.CFrame * CFrame.new(Size.X, Size.Y, 0)).p) local TR = camera:WorldToViewportPoint((newplr.Character.HumanoidRootPart.CFrame * CFrame.new(-Size.X, Size.Y, 0)).p) local BL = camera:WorldToViewportPoint((newplr.Character.HumanoidRootPart.CFrame * CFrame.new(Size.X, -Size.Y, 0)).p) local BR = camera:WorldToViewportPoint((newplr.Character.HumanoidRootPart.CFrame * CFrame.new(-Size.X, -Size.Y, 0)).p) Top.From = Vector2.new(TL.X, TL.Y) Top.To = Vector2.new(TR.X, TR.Y) Left.From = Vector2.new(TL.X, TL.Y) Left.To = Vector2.new(BL.X, BL.Y) Right.From = Vector2.new(TR.X, TR.Y) Right.To = Vector2.new(BR.X, BR.Y) Bottom.From = Vector2.new(BL.X, BL.Y) Bottom.To = Vector2.new(BR.X, BR.Y) local d = (Vector2.new(BR.X, TR.Y)- Vector2.new(BR.X, BR.Y)).magnitude local green = newplr.Character.Humanoid.Health * d / 100 redhealth.From = Vector2.new(BR.X, TR.Y) redhealth.To = Vector2.new(BR.X, BR.Y) greenhealth.From = Vector2.new(BR.X, BR.Y) greenhealth.To = Vector2.new(BR.X, BR.Y - green) --[[if newplr.TeamColor == plr.TeamColor then Top.Color = Color3.fromRGB(0, 255, 0) Left.Color = Color3.fromRGB(0, 255, 0) Bottom.Color = Color3.fromRGB(0, 255, 0) Right.Color = Color3.fromRGB(0, 255, 0) else Top.Color = Color3.fromRGB(255, 0, 0) Left.Color = Color3.fromRGB(255, 0, 0) Bottom.Color = Color3.fromRGB(255, 0, 0) Right.Color = Color3.fromRGB(255, 0, 0) end]] Top.Visible = true Left.Visible = true Bottom.Visible = true Right.Visible = true else Top.Visible = false Left.Visible = false Bottom.Visible = false Right.Visible = false end else Top.Visible = false Left.Visible = false Bottom.Visible = false Right.Visible = false if game.Players:FindFirstChild(newplr.Name) == nil then connection:Disconnect() end end end) end coroutine.wrap(ESP)() end) end) e:Button("Fov Circle", function() local circle = Drawing.new("Circle") circle = Drawing.new("Circle") circle.Position = Vector2.new(workspace.CurrentCamera.ViewportSize.X / 2, workspace.CurrentCamera.ViewportSize.Y / 2) circle.Color = Color3.fromRGB(324, 282, 321) circle.Thickness = 2 circle.Radius = 300 circle.Visible = true game:GetService'Workspace'.Camera.FieldOfView = 800 end) e:Button("Skeleton Esp", function() local plr = game.Players.LocalPlayer local camera = game.Workspace.CurrentCamera for i, v in pairs(game.Players:GetChildren()) do local SkeletonTorso = Drawing.new("Line") SkeletonTorso.Visible = false SkeletonTorso.From = Vector2.new(0, 0) SkeletonTorso.To = Vector2.new(200, 200) SkeletonTorso.Color = Color3.fromRGB(255, 0, 0) SkeletonTorso.Thickness = 2 SkeletonTorso.Transparency = 1 local SkeletonHead = Drawing.new("Line") SkeletonHead.Visible = false SkeletonHead.From = Vector2.new(0, 0) SkeletonHead.To = Vector2.new(200, 200) SkeletonHead.Color = Color3.fromRGB(255, 0, 0) SkeletonHead.Thickness = 2 SkeletonHead.Transparency = 1 local SkeletonLeftLeg = Drawing.new("Line") SkeletonLeftLeg.Visible = false SkeletonLeftLeg.From = Vector2.new(0, 0) SkeletonLeftLeg.To = Vector2.new(200, 200) SkeletonLeftLeg.Color = Color3.fromRGB(255, 0, 0) SkeletonLeftLeg.Thickness = 2 SkeletonLeftLeg.Transparency = 1 local SkeletonRightLeg = Drawing.new("Line") SkeletonRightLeg.Visible = false SkeletonRightLeg.From = Vector2.new(0, 0) SkeletonRightLeg.To = Vector2.new(200, 200) SkeletonRightLeg.Color = Color3.fromRGB(255, 0, 0) SkeletonRightLeg.Thickness = 2 SkeletonRightLeg.Transparency = 1 local SkeletonLeftArm = Drawing.new("Line") SkeletonLeftArm.Visible = false SkeletonLeftArm.From = Vector2.new(0, 0) SkeletonLeftArm.To = Vector2.new(200, 200) SkeletonLeftArm.Color = Color3.fromRGB(255, 0, 0) SkeletonLeftArm.Thickness = 2 SkeletonLeftArm.Transparency = 1 local SkeletonRightArm = Drawing.new("Line") SkeletonRightArm.Visible = false SkeletonRightArm.From = Vector2.new(0, 0) SkeletonRightArm.To = Vector2.new(200, 200) SkeletonRightArm.Color = Color3.fromRGB(255, 0, 0) SkeletonRightArm.Thickness = 2 SkeletonRightArm.Transparency = 1 function ESP() game:GetService("RunService").RenderStepped:Connect(function() if v.Character ~= nil and v.Character:FindFirstChild("HumanoidRootPart") ~= nil and v.Name ~= plr.Name and v.Character.Humanoid.Health > 0 then local ScreenPos, OnScreen = camera:WorldToViewportPoint(v.Character.HumanoidRootPart.Position) if OnScreen then local UpperTorso = camera:WorldToViewportPoint(v.Character.UpperTorso.Position) local LowerTorso = camera:WorldToViewportPoint(v.Character.LowerTorso.Position) local LeftLeg = camera:WorldToViewportPoint(v.Character.LeftFoot.Position) local RightLeg = camera:WorldToViewportPoint(v.Character.RightFoot.Position) local LeftArm = camera:WorldToViewportPoint(v.Character.LeftHand.Position) local RightArm = camera:WorldToViewportPoint(v.Character.RightHand.Position) local Head = camera:WorldToViewportPoint(v.Character.Head.Position) SkeletonTorso.From = Vector2.new(UpperTorso.X, UpperTorso.Y) SkeletonTorso.To = Vector2.new(LowerTorso.X, LowerTorso.Y) SkeletonHead.From = Vector2.new(UpperTorso.X, UpperTorso.Y) SkeletonHead.To = Vector2.new(Head.X, Head.Y) SkeletonLeftLeg.From = Vector2.new(LeftLeg.X, LeftLeg.Y) SkeletonLeftLeg.To = Vector2.new(LowerTorso.X, LowerTorso.Y) SkeletonRightLeg.From = Vector2.new(RightLeg.X, RightLeg.Y) SkeletonRightLeg.To = Vector2.new(LowerTorso.X, LowerTorso.Y) SkeletonLeftArm.From = Vector2.new(LeftArm.X, LeftArm.Y) SkeletonLeftArm.To = Vector2.new(UpperTorso.X, UpperTorso.Y) SkeletonRightArm.From = Vector2.new(RightArm.X, RightArm.Y) SkeletonRightArm.To = Vector2.new(UpperTorso.X, UpperTorso.Y) if v.TeamColor == plr.TeamColor then SkeletonTorso.Color = Color3.fromRGB(0, 255, 0) SkeletonHead.Color = Color3.fromRGB(0, 255, 0) SkeletonLeftArm.Color = Color3.fromRGB(0, 255, 0) SkeletonLeftLeg.Color = Color3.fromRGB(0, 255, 0) SkeletonRightArm.Color = Color3.fromRGB(0, 255, 0) SkeletonRightLeg.Color = Color3.fromRGB(0, 255, 0) else SkeletonTorso.Color = Color3.fromRGB(255, 0, 0) SkeletonHead.Color = Color3.fromRGB(255, 0, 0) SkeletonLeftArm.Color = Color3.fromRGB(255, 0, 0) SkeletonLeftLeg.Color = Color3.fromRGB(255, 0, 0) SkeletonRightArm.Color = Color3.fromRGB(255, 0, 0) SkeletonRightLeg.Color = Color3.fromRGB(255, 0, 0) end SkeletonTorso.Visible = true SkeletonHead.Visible = true SkeletonLeftArm.Visible = true SkeletonLeftLeg.Visible = true SkeletonRightArm.Visible = true SkeletonRightLeg.Visible = true else SkeletonTorso.Visible = false SkeletonHead.Visible = false SkeletonLeftArm.Visible = false SkeletonLeftLeg.Visible = false SkeletonRightArm.Visible = false SkeletonRightLeg.Visible = false end else SkeletonTorso.Visible = false SkeletonHead.Visible = false SkeletonLeftArm.Visible = false SkeletonLeftLeg.Visible = false SkeletonRightArm.Visible = false SkeletonRightLeg.Visible = false if game.Players:FindFirstChild(v.Name) then else Disconnect() end end end) end coroutine.wrap(ESP)() end game.Players.PlayerAdded:Connect(function(newplr) --Parameter gets the new player that has been added local SkeletonTorso = Drawing.new("Line") SkeletonTorso.Visible = false SkeletonTorso.From = Vector2.new(0, 0) SkeletonTorso.To = Vector2.new(200, 200) SkeletonTorso.Color = Color3.fromRGB(255, 0, 0) SkeletonTorso.Thickness = 2 SkeletonTorso.Transparency = 1 local SkeletonHead = Drawing.new("Line") SkeletonHead.Visible = false SkeletonHead.From = Vector2.new(0, 0) SkeletonHead.To = Vector2.new(200, 200) SkeletonHead.Color = Color3.fromRGB(255, 0, 0) SkeletonHead.Thickness = 2 SkeletonHead.Transparency = 1 local SkeletonLeftLeg = Drawing.new("Line") SkeletonLeftLeg.Visible = false SkeletonLeftLeg.From = Vector2.new(0, 0) SkeletonLeftLeg.To = Vector2.new(200, 200) SkeletonLeftLeg.Color = Color3.fromRGB(255, 0, 0) SkeletonLeftLeg.Thickness = 2 SkeletonLeftLeg.Transparency = 1 local SkeletonRightLeg = Drawing.new("Line") SkeletonRightLeg.Visible = false SkeletonRightLeg.From = Vector2.new(0, 0) SkeletonRightLeg.To = Vector2.new(200, 200) SkeletonRightLeg.Color = Color3.fromRGB(255, 0, 0) SkeletonRightLeg.Thickness = 2 SkeletonRightLeg.Transparency = 1 local SkeletonLeftArm = Drawing.new("Line") SkeletonLeftArm.Visible = false SkeletonLeftArm.From = Vector2.new(0, 0) SkeletonLeftArm.To = Vector2.new(200, 200) SkeletonLeftArm.Color = Color3.fromRGB(255, 0, 0) SkeletonLeftArm.Thickness = 2 SkeletonLeftArm.Transparency = 1 local SkeletonRightArm = Drawing.new("Line") SkeletonRightArm.Visible = false SkeletonRightArm.From = Vector2.new(0, 0) SkeletonRightArm.To = Vector2.new(200, 200) SkeletonRightArm.Color = Color3.fromRGB(255, 0, 0) SkeletonRightArm.Thickness = 2 SkeletonRightArm.Transparency = 1 function ESP() game:GetService("RunService").RenderStepped:Connect(function() if newplr.Character ~= nil and newplr.Character:FindFirstChild("HumanoidRootPart") ~= nil and newplr.Name ~= plr.Name and newplr.Character.Humanoid.Health > 0 then local ScreenPos, OnScreen = camera:WorldToViewportPoint(newplr.Character.HumanoidRootPart.Position) if OnScreen then local UpperTorso = camera:WorldToViewportPoint(newplr.Character.UpperTorso.Position) local LowerTorso = camera:WorldToViewportPoint(newplr.Character.LowerTorso.Position) local LeftLeg = camera:WorldToViewportPoint(newplr.Character.LeftFoot.Position) local RightLeg = camera:WorldToViewportPoint(newplr.Character.RightFoot.Position) local LeftArm = camera:WorldToViewportPoint(newplr.Character.LeftHand.Position) local RightArm = camera:WorldToViewportPoint(newplr.Character.RightHand.Position) local Head = camera:WorldToViewportPoint(newplr.Character.Head.Position) SkeletonTorso.From = Vector2.new(UpperTorso.X, UpperTorso.Y) SkeletonTorso.To = Vector2.new(LowerTorso.X, LowerTorso.Y) SkeletonHead.From = Vector2.new(UpperTorso.X, UpperTorso.Y) SkeletonHead.To = Vector2.new(Head.X, Head.Y) SkeletonLeftLeg.From = Vector2.new(LeftLeg.X, LeftLeg.Y) SkeletonLeftLeg.To = Vector2.new(LowerTorso.X, LowerTorso.Y) SkeletonRightLeg.From = Vector2.new(RightLeg.X, RightLeg.Y) SkeletonRightLeg.To = Vector2.new(LowerTorso.X, LowerTorso.Y) SkeletonLeftArm.From = Vector2.new(LeftArm.X, LeftArm.Y) SkeletonLeftArm.To = Vector2.new(UpperTorso.X, UpperTorso.Y) SkeletonRightArm.From = Vector2.new(RightArm.X, RightArm.Y) SkeletonRightArm.To = Vector2.new(UpperTorso.X, UpperTorso.Y) if newplr.TeamColor == plr.TeamColor then SkeletonTorso.Color = Color3.fromRGB(0, 255, 0) SkeletonHead.Color = Color3.fromRGB(0, 255, 0) SkeletonLeftArm.Color = Color3.fromRGB(0, 255, 0) SkeletonLeftLeg.Color = Color3.fromRGB(0, 255, 0) SkeletonRightArm.Color = Color3.fromRGB(0, 255, 0) SkeletonRightLeg.Color = Color3.fromRGB(0, 255, 0) else SkeletonTorso.Color = Color3.fromRGB(255, 0, 0) SkeletonHead.Color = Color3.fromRGB(255, 0, 0) SkeletonLeftArm.Color = Color3.fromRGB(255, 0, 0) SkeletonLeftLeg.Color = Color3.fromRGB(255, 0, 0) SkeletonRightArm.Color = Color3.fromRGB(255, 0, 0) SkeletonRightLeg.Color = Color3.fromRGB(255, 0, 0) end SkeletonTorso.Visible = true SkeletonHead.Visible = true SkeletonLeftArm.Visible = true SkeletonLeftLeg.Visible = true SkeletonRightArm.Visible = true SkeletonRightLeg.Visible = true else SkeletonTorso.Visible = false SkeletonHead.Visible = false SkeletonLeftArm.Visible = false SkeletonLeftLeg.Visible = false SkeletonRightArm.Visible = false SkeletonRightLeg.Visible = false end else SkeletonTorso.Visible = false SkeletonHead.Visible = false SkeletonLeftArm.Visible = false SkeletonLeftLeg.Visible = false SkeletonRightArm.Visible = false SkeletonRightLeg.Visible = false if game.Players:FindFirstChild(newplr.Name) then else Disconnect() end end end) end coroutine.wrap(ESP)() end) end) b:Button("Aimbot", function() local UIS = game.UserInputService local camera = game.Workspace.CurrentCamera function getCloset() local closetDistance = math.huge local closetPlayer = nil for i,v in pairs(game.Players:GetChildren()) do if v ~= game.Players.LocalPlayer and v.Team ~= game.Players.LocalPlayer.Team then local distance = (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude if distance < closetDistance then closetDistance = distance closetPlayer = v end end end return closetPlayer end UIS.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton2 then _G.aim = true while wait() do camera.CFrame = CFrame.new(camera.CFrame.Position, getCloset().Character.Head.Position) if _G.aim == false then return end end end end) UIS.InputEnded:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton2 then _G.aim = false end end) end) b:Button("Gun mod", function() while true do wait(0.5) local aux = loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Upbolt/Hydroxide/revision/ohaux.lua"))() local scriptPath = game:GetService("Players").LocalPlayer.PlayerGui.GUI.Client local closureName = "autoreload" local upvalueIndex = 3 local closureConstants = { [1] = "game", [2] = game, [3] = "Players", [4] = "LocalPlayer", [5] = "Settings", [6] = "AutoReload" } local closure = aux.searchClosure(scriptPath, closureName, upvalueIndex, closureConstants) local value = 500 debug.setupvalue(closure, upvalueIndex, value) end end) b:Button("Silent aim", function() local a local b repeat game:GetService("RunService").Heartbeat:Wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.PlayerGui:FindFirstChild("GUI") for i,v in next, getgc() do if (type(v) == 'function') and (debug.getinfo(v).name == 'firebullet') then a = getfenv(v); b = v end end repeat game.RunService.Heartbeat:Wait() until game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") game.Players.LocalPlayer.Character.Humanoid:WaitForChild("KMS") local gunsilent = true hook = hookfunction(a.firebullet, function(...) local args = {...} local Gun = game.ReplicatedStorage.Weapons:FindFirstChild(game.Players.LocalPlayer.NRPBS.EquippedTool.Value); if gunsilent then local Crit = math.random() > .6 and true or false; for i,v in pairs(game.Players:GetPlayers()) do if v and v.Character and v.Character:FindFirstChild("Head") then local Distance = (game.Players.LocalPlayer.Character.Head.Position - v.Character.Head.Position).magnitude for i = 1,5 do game.ReplicatedStorage.Events.HitPart:FireServer(v.Character.Head, v.Character.Head.Position + Vector3.new(math.random(), math.random(), math.random()), Gun.Name, Crit and 2 or 1, Distance, Backstab, Crit, false, 1, false, Gun.FireRate.Value, Gun.ReloadTime.Value, Gun.Ammo.Value, Gun.StoredAmmo.Value, Gun.Bullets.Value, Gun.EquipTime.Value, Gun.RecoilControl.Value, Gun.Auto.Value, Gun['Speed%'].Value, game.ReplicatedStorage.wkspc.DistributedTime.Value); end end end end return hook(...) end) end) b:Button("AirWalk", function() game.Players.LocalPlayer.Character.Humanoid.HipHeight = 6 end) b:Button("Noclip", function() game:GetService('RunService').Stepped:connect(function() game.Players.LocalPlayer.Character.Humanoid:ChangeState(11) end) end) b:Button("Wallbang", function() _G.Enable = true local MT = getrawmetatable(game) local OldIndex = MT.__index setreadonly(MT, false) MT.__index = newcclosure(function(A, B) if B == "Clips" then if _G.Enable then return workspace.Map end end return OldIndex(A, B) end) end) end if game.PlaceId == 5977280685 then local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/VenyxUI/main/Reuploaded"))() local SipHub = library.new("SipHub", 5013109572) local themes = { Background = Color3.fromRGB(24, 24, 24), Glow = Color3.fromRGB(0, 0, 0), Accent = Color3.fromRGB(10, 10, 10), LightContrast = Color3.fromRGB(20, 20, 20), DarkContrast = Color3.fromRGB(14, 14, 14), TextColor = Color3.fromRGB(255, 255, 255) } local page = SipHub:addPage("Main", 5012544693) local Main = page:addSection("Main") Main:addButton("Reset E", function() function onKeyPress(inputObject, gameProcessedEvent) if gameProcessedEvent == false then if inputObject.KeyCode == Enum.KeyCode.E then game.Players.LocalPlayer.Character:BreakJoints() end end end game:GetService("UserInputService").InputBegan:connect(onKeyPress) end) Main:addToggle("Noclip", false, function(v) _G.Noclip = v game:GetService('RunService').Stepped:connect(function() if _G.Noclip then game.Players.LocalPlayer.Character.Humanoid:ChangeState(11) end end) end) Main:addToggle("AirWalk", false, function(v) _G.airwalk = v while _G.airwalk do wait(0.2) game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0 if _G.airwalk == false then return end game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 7 end end) Main:addToggle("AutoSell", false, function(v) _G.autosell = v while wait() do if _G.autosell == false then return end local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-91.012, 8628.47, 32.5465) pl.CFrame = location wait(1) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-45.4772, 110.15, 53.3093) pl.CFrame = location wait(1) end end) Main:addToggle("AutoSwing", false, function(v) _G.autofarm = v while wait() do local A_1 = "swingBlade" local Event = game:GetService("Players")["Levi_Skillmaster2004"].saberEvent Event:FireServer(A_1) if _G.autofarm == false then return end end end) local page = SipHub:addPage("Teleport", 5012544693) local Teleport = page:addSection("Teleport!") Teleport:addButton("Unlock all islands", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location= CFrame.new(-91.012, 1463.87, 32.5465) pl.CFrame = location wait(0.2) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location= CFrame.new(-92.9779, 110.171, 127.18) pl.CFrame = location wait(0.2) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location= CFrame.new(-91.012, 3053.97, 32.5465) pl.CFrame = location wait(0.2) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location= CFrame.new(-91.012, 4677.97, 32.5465) pl.CFrame = location wait(0.2) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location= CFrame.new(-75.0284, 6308.07, 138.32) pl.CFrame = location wait(0.2) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location= CFrame.new(-91.012, 8628.47, 32.5465) pl.CFrame = location wait(0.2) end) local page = SipHub:addPage("OtherStuff", 5012544693) local OtherStuff = page:addSection("OtherStuff") OtherStuff:addButton("infinite jumps", function() while wait(.0001) do game.Players.LocalPlayer.multiJumpCount.Value = "50" end end) OtherStuff:addToggle("HighJump", false, function(v) _G.highjump = v while wait() do game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 if _G.highjump == false then return end game.Players.LocalPlayer.Character.Humanoid.JumpPower = 300 end end) OtherStuff:addToggle("WalkSpeed", false, function(v) _G.walkspeed = v while wait() do game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 if _G.walkspeed == false then return end game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 800 end end) local page = SipHub:addPage("Settings", 5012544693) local UI = page:addSection("UI") UI:addKeybind("Toggle UI", Enum.KeyCode.M, function() SipHub:toggle() end) UI:addButton("Destroy UI", function() SipHub:Notify("Destroying UI...", "UI will be destroyed in 2.5 seconds..") wait(2.5) game.CoreGui.SipHub:Destroy() end) local Discord = page:addSection("Discord") Discord:addButton("Copy Discord", function() setclipboard("https://discord.gg/msfcUEeA") SipHub:Notify("Discord", "The Discord url has been copied to your clipboard") end) local page = SipHub:addPage("Credits", 5012544693) local Credits = page:addSection("Made by LeviSip#9461 and Devano.#0001") end if game.PlaceId == 5098929086 then local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/VenyxUI/main/Reuploaded"))() local SipHub = library.new("SipHub", 5013109572) local themes = { Background = Color3.fromRGB(24, 24, 24), Glow = Color3.fromRGB(0, 0, 0), Accent = Color3.fromRGB(10, 10, 10), LightContrast = Color3.fromRGB(20, 20, 20), DarkContrast = Color3.fromRGB(14, 14, 14), TextColor = Color3.fromRGB(255, 255, 255) } local page = SipHub:addPage("AutoFarm", 5012544693) local AutoFarm = page:addSection("AutoFarm") AutoFarm:addToggle("AutoClicker", false, function(v) _G.autoclicker = v while _G.autoclicker do while true do wait() local A_1 = false local Event = game:GetService("ReplicatedStorage").PlayerClick Event:FireServer(A_1) if _G.autoclicker == false then return end end end end) AutoFarm:addToggle("AutoMegaTap", false, function(v) _G.automegatap = v while _G.automegatap do while true do wait() local Event = game:GetService("ReplicatedStorage").TapSplosion Event:InvokeServer() if _G.automegatap == false then return end end end end) local page = SipHub:addPage("Teleport", 5012544693) local Teleport = page:addSection("Teleport") Teleport:addButton("TapShop", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(43.7091, 0.740239, 35.052) pl.CFrame = location end) Teleport:addButton("PetShopRobux", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(46.045, 0.346033, 3.9268) pl.CFrame = location end) Teleport:addButton("BossArena",function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(5.40986, 46.309, 149.651) pl.CFrame = location end) Teleport:addButton("Unlock Last Island", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-335.261, 81285, 260.065) pl.CFrame = location end) local page = SipHub:addPage("OtherStuff", 5012544693) local OtherStuff = page:addSection("OtherStuff") OtherStuff:addToggle("HighJump", false, function(v) _G.highjump = v while wait() do game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 if _G.highjump == false then return end game.Players.LocalPlayer.Character.Humanoid.JumpPower = 300 end end) OtherStuff:addToggle("WalkSpeed", false, function(v) _G.walkspeed = v while wait() do game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 if _G.walkspeed == false then return end game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 300 end end) local page = SipHub:addPage("Settings", 5012544693) local UI = page:addSection("UI") UI:addKeybind("Toggle UI", Enum.KeyCode.M, function() SipHub:toggle() end) UI:addButton("Destroy UI", function() SipHub:Notify("Destroying UI...", "UI will be destroyed in 2.5 seconds..") wait(2.5) game.CoreGui.SipHub:Destroy() end) local Discord = page:addSection("Discord") Discord:addButton("Copy Discord", function() setclipboard("https://discord.gg/msfcUEeA") SipHub:Notify("Discord", "The Discord url has been copied to your clipboard") end) local page = SipHub:addPage("Credits", 5012544693) local Credits = page:addSection("Made By LeviSip#9461 and Devano.#0001") end if game.PlaceId == 4042427666 then local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/VenyxUI/main/Reuploaded"))() local SipHub = library.new("SipHub", 5013109572) local themes = { Background = Color3.fromRGB(24, 24, 24), Glow = Color3.fromRGB(0, 0, 0), Accent = Color3.fromRGB(10, 10, 10), LightContrast = Color3.fromRGB(20, 20, 20), DarkContrast = Color3.fromRGB(14, 14, 14), TextColor = Color3.fromRGB(255, 255, 255) } local page = SipHub:addPage("AutoFarm", 5012544693) local AutoFarm = page:addSection("AutoFarm") AutoFarm:addToggle("AutoChakra", false, function(v) _G.chakra = v while wait() do while true do wait() local A_1 = "SpecialAction" local A_2 = { ["Request"] = "Click" } local Event = game:GetService("ReplicatedStorage").RSPackage.Events.GeneralEvent Event:FireServer(A_1, A_2) if _G.chakra == false then return end end end end) AutoFarm:addToggle("AutoDurablity", false, function(v) _G.autodurablity = v while wait() do while true do local A_1 = "Stat" local A_2 = "Strength" local Event = game:GetService("ReplicatedStorage").RSPackage.Events.StatFunction Event:InvokeServer(A_1, A_2) local A_1 = "SpecialAction" local A_2 = { ["Request"] = "Click" } local Event = game:GetService("ReplicatedStorage").RSPackage.Events.GeneralEvent Event:FireServer(A_1, A_2) if _G.autodurablity == false then return end end end end) AutoFarm:addToggle("AutoSrength", false, function(v) _G.autostrength = v while wait() do while true do local A_1 = "Stat" local A_2 = "Strength" local Event = game:GetService("ReplicatedStorage").RSPackage.Events.StatFunction Event:InvokeServer(A_1, A_2) local A_1 = "SpecialAction" local A_2 = { ["Request"] = "Click" } local Event = game:GetService("ReplicatedStorage").RSPackage.Events.GeneralEvent Event:FireServer(A_1, A_2) if _G.autostrength == false then return end end end end) AutoFarm:addToggle("AutoSword equipp sword", false, function(v) _G.autosword = v while wait() do while true do local A_1 = "Stat" local A_2 = "Sword" local Event = game:GetService("ReplicatedStorage").RSPackage.Events.StatFunction Event:InvokeServer(A_1, A_2) local A_1 = "SpecialAction" local A_2 = { ["Request"] = "Click" } local Event = game:GetService("ReplicatedStorage").RSPackage.Events.GeneralEvent Event:FireServer(A_1, A_2) if _G.autosword == false then return end end end end) local page = SipHub:addPage("Teleport", 5012544693) local Teleport = page:addSection("Teleport") Teleport:addButton("Zoro", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(1355.72, 69.1316, -1705.9) pl.CFrame = location end) Teleport:addButton("Kaneki", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(1731.58, 142.4, -155.06) pl.CFrame = location end) Teleport:addButton("Bang",function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-6.277, 80, 21.381) pl.CFrame = location end) Teleport:addButton("Giovanni", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(182.182, 62.3664, -213.85) pl.CFrame = location end) local page = SipHub:addPage("OtherStuff", 5012544693) local OtherStuff = page:addSection("OtherStuff") OtherStuff:addToggle("HighJump", false, function(v) _G.highjump = v while wait() do game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 if _G.highjump == false then return end game.Players.LocalPlayer.Character.Humanoid.JumpPower = 300 end end) OtherStuff:addToggle("WalkSpeed", false, function(v) _G.walkspeed = v while wait() do game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 if _G.walkspeed == false then return end game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 300 end end) local page = SipHub:addPage("Settings", 5012544693) local UI = page:addSection("UI") UI:addKeybind("Toggle UI", Enum.KeyCode.M, function() SipHub:toggle() end) UI:addButton("Destroy UI", function() SipHub:Notify("Destroying UI...", "UI will be destroyed in 2.5 seconds..") wait(2.5) game.CoreGui.SipHub:Destroy() end) local Discord = page:addSection("Discord") Discord:addButton("Copy Discord", function() setclipboard("https://discord.gg/msfcUEeA") SipHub:Notify("Discord", "The Discord url has been copied to your clipboard") end) local page = SipHub:addPage("Credits", 5012544693) local Credits = page:addSection("Made By LeviSip#9461 and Devano.#0001") end if game.PlaceId == 734159876 then local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/VenyxUI/main/Reuploaded"))() local SipHub = library.new("SipHub", 5013109572) local themes = { Background = Color3.fromRGB(24, 24, 24), Glow = Color3.fromRGB(0, 0, 0), Accent = Color3.fromRGB(10, 10, 10), LightContrast = Color3.fromRGB(20, 20, 20), DarkContrast = Color3.fromRGB(14, 14, 14), TextColor = Color3.fromRGB(255, 255, 255) } local page = SipHub:addPage("Teleport", 5012544693) local Teleport = page:addSection("Teleport") Teleport:addButton("Teleport to sharks home", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(8.13647556, 109.141472, 62.5032921) end) Teleport:addButton("Teleport in shark", function() local Player = game.Players.LocalPlayer.Name for index, child in pairs(game.workspace.Sharks:GetChildren()) do shark = tostring(child.Name) end game.workspace.Sharks[shark].Body.Weld.Part1 = game.workspace[Player].Torso game.workspace.Sharks[shark].Body.Transparency = 1 game.Players.LocalPlayer.Character.Humanoid.Name = 1 local l = game.Players.LocalPlayer.Character["1"]:Clone() l.Parent = game.Players.LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game.Players.LocalPlayer.Character["1"]:Destroy() game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character game.Players.LocalPlayer.Character.Animate.Disabled = true wait(0.1) game.Players.LocalPlayer.Character.Animate.Disabled = false game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" end) local page = SipHub:addPage("Humanoid", 5012544693) local Humanoid = page:addSection("Humanoid") Humanoid:addToggle("HighJump", false, function(v) _G.highump = v while wait() do game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 if _G.highump == false then return end game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200 end end) Humanoid:addToggle("WalkSpeed", false, function(v) _G.walkspeed = v while wait() do game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 if _G.walkspeed == false then return end game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200 end end) local page = SipHub:addPage("Settings", 5012544693) local UI = page:addSection("UI") UI:addKeybind("Toggle UI", Enum.KeyCode.M, function() SipHub:toggle() end) UI:addButton("Destroy UI", function() SipHub:Notify("Destroying UI...", "UI will be destroyed in 2.5 seconds..") wait(2.5) game.CoreGui.SipHub:Destroy() end) local Discord = page:addSection("Discord") Discord:addButton("Copy Discord", function() setclipboard("https://discord.gg/msfcUEeA") SipHub:Notify("Discord", "The Discord url has been copied to your clipboard") end) local page = SipHub:addPage("Credits", 5012544693) local Credits = page:addSection("Made By LeviSip#9461 and Devano.#0001") end if game.PlaceId == 189707 then local library = loadstring(game:HttpGet("https://pastebin.com/raw/qwdPKKDN"))() local SipHub = library.new("SipHub", 5013109572) local themes = { Background = Color3.fromRGB(24, 24, 24), Glow = Color3.fromRGB(0, 0, 0), Accent = Color3.fromRGB(10, 10, 10), LightContrast = Color3.fromRGB(20, 20, 20), DarkContrast = Color3.fromRGB(14, 14, 14), TextColor = Color3.fromRGB(255, 255, 255) } local page = SipHub:addPage("Teleport", 5012544693) local Teleport = page:addSection("Teleport") Teleport:addButton("Island", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-38.5, 38.5, -99) pl.CFrame = location end) Teleport:addButton("Tower", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-280, 170, 341) pl.CFrame = location end) local page = SipHub:addPage("Humanoid", 5012544693) local Humanoid = page:addSection("Humanoid") Humanoid:addToggle("HighJump", false, function(v) _G.highump = v while wait() do game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 if _G.highump == false then return end game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200 end end) Humanoid:addToggle("WalkSpeed", false, function(v) _G.walkspeed = v while wait() do game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 if _G.walkspeed == false then return end game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200 end end) local page = SipHub:addPage("Settings", 5012544693) local UI = page:addSection("UI") UI:addKeybind("Toggle UI", Enum.KeyCode.M, function() SipHub:toggle() end) UI:addButton("Destroy UI", function() SipHub:Notify("Destroying UI...", "UI will be destroyed in 2.5 seconds..") wait(2.5) game.CoreGui.SipHub:Destroy() end) local Discord = page:addSection("Discord") Discord:addButton("Copy Discord", function() setclipboard("https://discord.gg/msfcUEeA") SipHub:Notify("Discord", "The Discord url has been copied to your clipboard") end) local page = SipHub:addPage("Credits", 5012544693) local Credits = page:addSection("Made By LeviSip#9461 and Devano.#0001") end if game.PlaceId == 3956818381 then local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/VenyxUI/main/Reuploaded"))() local SipHub = library.new("SipHub", 5013109572) local themes = { Background = Color3.fromRGB(24, 24, 24), Glow = Color3.fromRGB(0, 0, 0), Accent = Color3.fromRGB(10, 10, 10), LightContrast = Color3.fromRGB(20, 20, 20), DarkContrast = Color3.fromRGB(14, 14, 14), TextColor = Color3.fromRGB(255, 255, 255) } local page = SipHub:addPage("AutoFarm", 5012544693) local Main = page:addSection("AutoFarm") Main:addToggle("AutoSell", false, function(v) _G.autosell = v while wait() do if _G.autosell == false then return end local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(71.1858, 16.5895, -46.510) pl.CFrame = location wait(1) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-221.832, 79.5836, -167.0) pl.CFrame = location wait(1) end end) Main:addToggle("AutoSwing",false, function(v) _G.autoswing = v while wait() do wait() local A_1 = "swingKatana" local Event = game:GetService("Players")["LocalPlayer"].ninjaEvent Event:FireServer(A_1) if _G.autoswing == false then return end end end) Main:addToggle("AutoBoss",false, function(v) _G.autoboss = v while wait() do game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.bossFolder.RobotBoss.HumanoidRootPart.CFrame wait() local A_1 = "swingKatana" local Event = game:GetService("Players")["LocalPlayer"].ninjaEvent Event:FireServer(A_1) if _G.autoboss == false then return end end end) local page = SipHub:addPage("Teleport", 5012544693) local Teleport = page:addSection("Teleport") Teleport:addButton("Unlock All islands", function() for i,v in next, game.workspace.islandUnlockParts:GetChildren() do if v then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.islandSignPart.CFrame; wait(.5) end end end) local page = SipHub:addPage("OtherStuff", 5012544693) local OtherStuff = page:addSection("OtherStuff") OtherStuff:addButton("infinite jumps", function() while wait(.0001) do game.Players.LocalPlayer.multiJumpCount.Value = "50" end end) OtherStuff:addToggle("HighJump", false, function(v) _G.highjump = v while wait() do game.Players.LocalPlayer.Character.Humanoid.JumpPower = 800 if _G.highjump == false then game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 return end end end) OtherStuff:addToggle("WalkSpeed", false, function(v) _G.walkspeed = v while wait() do game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 800 if _G.walkspeed == false then game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50 return end end end) local page = SipHub:addPage("Settings", 5012544693) local UI = page:addSection("UI") UI:addKeybind("Toggle UI", Enum.KeyCode.M, function() SipHub:toggle() end) UI:addButton("Destroy UI", function() SipHub:Notify("Destroying UI...", "UI will be destroyed in 2.5 seconds..") wait(2.5) game.CoreGui.SipHub:Destroy() end) local Discord = page:addSection("Discord") Discord:addButton("Copy Discord", function() setclipboard("https://discord.gg/msfcUEeA") SipHub:Notify("Discord", "The Discord url has been copied to your clipboard") end) local page = SipHub:addPage("Credits", 5012544693) local Credits = page:addSection("Made By LeviSip#9461 and Devano.#0001") end if game.PlaceId == 4893679160 then local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/VenyxUI/main/Reuploaded"))() local SipHub = library.new("SipHub", 5013109572) local themes = { Background = Color3.fromRGB(24, 24, 24), Glow = Color3.fromRGB(0, 0, 0), Accent = Color3.fromRGB(10, 10, 10), LightContrast = Color3.fromRGB(20, 20, 20), DarkContrast = Color3.fromRGB(14, 14, 14), TextColor = Color3.fromRGB(255, 255, 255) } local page = SipHub:addPage("AutoFarm", 5012544693) local Main = page:addSection("AutoFarm") Main:addToggle("AutoSell turn on auto book", false, function(v) _G.autosell = v while wait() do if _G.autosell == false then return end local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-81.53, -1.03264, -85.63) pl.CFrame = location wait(1) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(33.4137, -1.215, 88.4465) pl.CFrame = location wait(1) end end) Main:addToggle("AutoBook",false, function(v) _G.onoroff = v while wait() do if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then local A_1 = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Name local Event = game:GetService("ReplicatedStorage").Remotes.BookClicked Event:FireServer(A_1) if _G.onoroff == false then return end end end end) local page = SipHub:addPage("Teleport", 5012544693) local Teleport = page:addSection("Teleport") Teleport:addButton("Unlock All islands", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-81.15, 1017.27, 63.1669) pl.CFrame = location wait(0.3) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-81.15, 3498.97, 63.1669) pl.CFrame = location wait(0.3) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-55.39, 8309, 45.4569) pl.CFrame = location wait(0.3) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-92.62, 17876.5, 78.687) pl.CFrame = location wait(0.3) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-45.7111, 52661, 145.595) pl.CFrame = location wait(0.3) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-51.1844, 76660.4, 131.40) pl.CFrame = location wait(0.3) end) local page = SipHub:addPage("OtherStuff", 5012544693) local OtherStuff = page:addSection("OtherStuff") OtherStuff:addToggle("HighJump", false, function(v) _G.highjump = v while wait() do game.Players.LocalPlayer.Character.Humanoid.JumpPower = 800 if _G.highjump == false then game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 return end end end) OtherStuff:addToggle("WalkSpeed", false, function(v) _G.walkspeed = v while wait() do game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 800 if _G.walkspeed == false then game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50 return end end end) local page = SipHub:addPage("Settings", 5012544693) local UI = page:addSection("UI") UI:addKeybind("Toggle UI", Enum.KeyCode.M, function() SipHub:toggle() end) UI:addButton("Destroy UI", function() SipHub:Notify("Destroying UI...", "UI will be destroyed in 2.5 seconds..") wait(2.5) game.CoreGui.SipHub:Destroy() end) local Discord = page:addSection("Discord") Discord:addButton("Copy Discord", function() setclipboard("https://discord.gg/msfcUEeA") SipHub:Notify("Discord", "The Discord url has been copied to your clipboard") end) local page = SipHub:addPage("Credits", 5012544693) local Credits = page:addSection("Made By LeviSip#9461 and Devano.#0001") end if game.PlaceId == 3652625463 then local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/VenyxUI/main/Reuploaded"))() local SipHub = library.new("SipHub", 5013109572) local themes = { Background = Color3.fromRGB(24, 24, 24), Glow = Color3.fromRGB(0, 0, 0), Accent = Color3.fromRGB(10, 10, 10), LightContrast = Color3.fromRGB(20, 20, 20), DarkContrast = Color3.fromRGB(14, 14, 14), TextColor = Color3.fromRGB(255, 255, 255) } local page = SipHub:addPage("AutoFarm", 5012544693) local Main = page:addSection("AutoFarm") Main:addToggle("AutoLift", false, function(v) _G.autolift = v while true do local A_1 = { [1] = "GainMuscle" } local Event = game:GetService("ReplicatedStorage").RemoteEvent Event:FireServer(A_1) wait(0.1) if _G.autolift == false then return end end end) Main:addToggle("AutoSell", false, function(v) _G.autosell = v while true do local A_1 = { [1] = "SellMuscle" } local Event = game:GetService("ReplicatedStorage").RemoteEvent Event:FireServer(A_1) wait(0.1) if _G.autosell == false then return end end end) local page = SipHub:addPage("Teleport", 5012544693) local Teleport = page:addSection("Teleport") Teleport:addButton("Nice Place To Train", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-180.671005, -53.8471756, 2291.18018, 1, 0, 0, 0, 1, 0, 0, 0, 1) pl.CFrame = location end) Teleport:addButton("LeaderBoard", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-815.62, -46.41200, 1917.7) pl.CFrame = location end) Teleport:addButton("Boss", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(1715.5, -60.5, 2048.5) pl.CFrame = location end) Teleport:addButton("Crab", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-885.347, -53.7712, 1101.1) pl.CFrame = location end) local page = SipHub:addPage("OtherStuff", 5012544693) local OtherStuff = page:addSection("OtherStuff") OtherStuff:addButton("GymShop", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-718.485, -55.7608, 1783.) pl.CFrame = location end) OtherStuff:addButton("HighJump Patched ):", function() game.Players.LocalPlayer.Character.Humanoid.JumpPower = 800 end) local page = SipHub:addPage("Settings", 5012544693) local UI = page:addSection("UI") UI:addKeybind("Toggle UI", Enum.KeyCode.M, function() SipHub:toggle() end) UI:addButton("Destroy UI", function() SipHub:Notify("Destroying UI...", "UI will be destroyed in 2.5 seconds..") wait(2.5) game.CoreGui.SipHub:Destroy() end) local Discord = page:addSection("Discord") Discord:addButton("Copy Discord", function() setclipboard("https://discord.gg/msfcUEeA") SipHub:Notify("Discord", "The Discord url has been copied to your clipboard") end) local page = SipHub:addPage("Credits", 5012544693) local Credits = page:addSection("Made By LeviSip#9461 and Devano.#0001") end if game.PlaceId == 155615604 then local library = loadstring(game:HttpGet("https://pastebin.com/raw/qwdPKKDN"))() local SipHub = library.new("SipHub", 5013109572) local Folder = Instance.new("Folder") Folder.Name = "sipdoors" Folder.Parent = game:GetService("ReplicatedStorage") local Folder = Instance.new("Folder") Folder.Name = "sipfences" Folder.Parent = game:GetService("ReplicatedStorage") local themes = { Background = Color3.fromRGB(24, 24, 24), Glow = Color3.fromRGB(0, 0, 0), Accent = Color3.fromRGB(10, 10, 10), LightContrast = Color3.fromRGB(20, 20, 20), DarkContrast = Color3.fromRGB(14, 14, 14), TextColor = Color3.fromRGB(255, 255, 255) } local page = SipHub:addPage("Local", 5012544693) local Local = page:addSection("Local") local Weapons = page:addSection("Weapon Settings") local Punch = page:addSection('Punch') local world = page:addSection("World") local page = SipHub:addPage("Items", 5012544693) local Items = page:addSection("Weapons") local Tools = page:addSection("Tools") local Keycard = page:addSection("Keycard") local page = SipHub:addPage("Teleport", 5012544693) local Prison = page:addSection("Prison") local City = page:addSection("City") local page = SipHub:addPage("Team", 5012544693) local Teams = page:addSection("Teams") function setTeam(color) local Remote = game.Workspace.Remote['TeamEvent'] local Arguments = { [1] = color } Remote:FireServer(unpack(Arguments)) game.Players.LocalPlayer.Character.Torso:Destroy() end Punch:addButton("Super Punch", function() SipHub:Notify("Super punch", "Super punch has been enabled, rejoin to disable.") mainRemotes = game.ReplicatedStorage meleeRemote = mainRemotes['meleeEvent'] mouse = game.Players.LocalPlayer:GetMouse() punching = false cooldown = false function punch() cooldown = true local part = Instance.new("Part", game.Players.LocalPlayer.Character) part.Transparency = 1 part.Size = Vector3.new(5, 2, 3) part.CanCollide = false local w1 = Instance.new("Weld", part) w1.Part0 = game.Players.LocalPlayer.Character.Torso w1.Part1 = part w1.C1 = CFrame.new(0,0,2) part.Touched:connect(function(hit) if game.Players:FindFirstChild(hit.Parent.Name) then local plr = game.Players:FindFirstChild(hit.Parent.Name) if plr.Name ~= game.Players.LocalPlayer.Name then part:Destroy() for i = 1,100 do meleeRemote:FireServer(plr) end end end end) wait(1) cooldown = false part:Destroy() end mouse.KeyDown:connect(function(key) if cooldown == false then if key:lower() == "f" then punch() end end end) end) world:addToggle("Remove fences", false, function(v) _G.fences = v if _G.fences then for i,v in pairs(workspace.Prison_Fences:GetChildren()) do v.Parent = game:service"ReplicatedStorage".sipfences end else for i,v in pairs(game:service"ReplicatedStorage".sipfences:GetChildren()) do v.Parent = workspace.Prison_Fences end end end) world:addToggle("Remove doors", false, function(v) _G.doors = v if _G.doors then for i,v in pairs(workspace.Doors:GetChildren()) do v.Parent = game:service"ReplicatedStorage".sipdoors end else for i,v in pairs(game:service"ReplicatedStorage".sipdoors:GetChildren()) do v.Parent = workspace.Doors end end end) Local:addToggle("Tazer/Stamina bypass", false, function(v) _G.infstamina = v if _G.infstamina then SipHub:Notify("Bypass", "Bypass has been enabled, you can no longer crouch and punch.") game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true else SipHub:Notify("Bypass", "Bypass has been disabled, you can now crouch and punch again.") game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = false end end) Local:addTextbox("WalkSpeed", "16", function(value, focusLost) if focusLost then game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value SipHub:Notify("Walkspeed", "Walkspeed has been set to: "..value) end end) Local:addTextbox("JumpPower", "16", function(value, focusLost) if focusLost then game.Players.LocalPlayer.Character.Humanoid.JumpPower = value SipHub:Notify("JumpPower", "JumpPower has been set to: "..value) end end) Local:addToggle("Noclip", false, function(v) _G.Noclip = v game:GetService('RunService').Stepped:connect(function() if _G.Noclip then game.Players.LocalPlayer.Character.Humanoid:ChangeState(11) end end) end) Weapons:addToggle("Infinite Ammo", false, function(v) _G.infammo = v if _G.infammo then for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v:IsA"Tool" and v:FindFirstChild("GunStates") then local gun = require(v.GunStates) gun.CurrentAmmo = math.huge gun.StoredAmmo = math.huge end end end end) Weapons:addToggle("Rapid Fire", false, function(v) _G.rapid = v if _G.rapid then for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v:IsA"Tool" and v:FindFirstChild("GunStates") then local gun = require(v.GunStates) gun.AutoFire = true; gun.FireRate = 0.01 end end else for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v:IsA"Tool" and v:FindFirstChild("GunStates") then local gun = require(v.GunStates) gun.AutoFire = true; gun.FireRate = 0.08 end end end end) Items:addButton("M9", function() SipHub:Notify("Weapon received", "Isn't the weapon in your inventory, then press 'C' 2 times.") local Weapon = {"M9"} for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do if v.Name == Weapon[1] then local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP) end end end) Items:addButton("Remington 870", function() SipHub:Notify("Weapon received", "Isn't the weapon in your inventory, then press 'C' 2 times.") local Weapon = {"Remington 870"} for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do if v.Name == Weapon[1] then local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP) end end end) Items:addButton("AK-47", function() SipHub:Notify("Weapon received", "Isn't the weapon in your inventory, then press 'C' 2 times.") local Weapon = {"AK-47"} for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do if v.Name == Weapon[1] then local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP) end end end) Items:addButton("M4A1", function() SipHub:Notify("Weapon received", "Isn't the weapon in your inventory, then press 'C' 2 times.") local Weapon = {"M4A1"} for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do if v.Name == Weapon[1] then local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP) end end end) Tools:addButton("Hammer", function() SipHub:Notify("Weapon received", "Isn't the weapon in your inventory, then press 'C' 2 times.") local Weapon = {"Hammer"} for i,v in pairs(workspace.Prison_ITEMS.single:GetChildren()) do if v.Name == Weapon[1] then local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP) end end end) Tools:addButton("Crude Knife", function() SipHub:Notify("Weapon received", "Isn't the weapon in your inventory, then press 'C' 2 times.") local Weapon = {"Crude Knife"} for i,v in pairs(workspace.Prison_ITEMS.single:GetChildren()) do if v.Name == Weapon[1] then local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP) end end end) Keycard:addButton("You will get it when there is one on the ground") Keycard:addToggle("Keycard Finder", false, function(v) _G.find = v if _G.find then local Remote = game.Workspace.Remote['ItemHandler'] local Arguments = { [1] = Workspace.Prison_ITEMS.single:WaitForChild("Key card").ITEMPICKUP } Remote:InvokeServer(unpack(Arguments)) end end) Prison:addButton("Rooftop", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(861.13470458984, 120.46481323242, 2342.0036621094) pl.CFrame = location end) Prison:addButton("Yard", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(792.75152587891, 99.499946594238, 2491.3371582031) pl.CFrame = location end) Prison:addButton("Cell Block", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(914.89520263672, 101.46594238281, 2425.1872558594) pl.CFrame = location end) Prison:addButton("Police Station", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(826.69158935547, 97.684234619141, 2326.2531738281) pl.CFrame = location end) Prison:addButton("Cafeteria (out)", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(915.18920898438, 101.4899597168, 2331.478515625) pl.CFrame = location end) Prison:addButton("Cafeteria (in)", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(938.94854736328, 101.45808410645, 2228.6594238281) pl.CFrame = location end) City:addButton("Rooftop", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-327.94403076172, 120.31942749023, 1989.7907714844) pl.CFrame = location end) City:addButton("Criminal Base", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-944.26214599609, 95.6259765625, 2066.8295898438) pl.CFrame = location end) City:addButton("Secret Passage", function() local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-67.013366699219, 12.311518669128, 1343.9766845703) pl.CFrame = location end) Teams:addButton("Inmate", function() setTeam("Bright orange") end) Teams:addButton("Criminal (Walk around when you clicked)", function() local oldpos1 = game.Players.LocalPlayer.Character.Torso.Position.X local oldpos2 = game.Players.LocalPlayer.Character.Torso.Position.Y local oldpos3 = game.Players.LocalPlayer.Character.Torso.Position.Z print(oldpos1) print(oldpos2) print(oldpos3) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(-944.26214599609, 95.6259765625, 2066.8295898438) pl.CFrame = location wait(3) local pl = game.Players.LocalPlayer.Character.HumanoidRootPart local location = CFrame.new(oldpos1, oldpos2, oldpos3) pl.CFrame = location end) Teams:addButton("Police", function() setTeam("Bright orange") end) local page = SipHub:addPage("Settings", 5012544693) local UI = page:addSection("UI") UI:addKeybind("Toggle UI", Enum.KeyCode.M, function() SipHub:toggle() end) UI:addButton("Destroy UI", function() SipHub:Notify("Destroying UI...", "UI will be destroyed in 2.5 seconds..") wait(2.5) game.CoreGui.SipHub:Destroy() end) local Discord = page:addSection("Discord") Discord:addButton("Copy Discord", function() setclipboard("https://discord.gg/msfcUEeA") SipHub:Notify("Discord", "The Discord url has been copied to your clipboard") end) local page = SipHub:addPage("Credits", 5012544693) local Credits = page:addSection("Made By LeviSip#9461 and Devano.#0001") SipHub:SelectPage(SipHub.pages[1], true) end end) -- Scripts: local function ONTWLVV_fake_script() -- Credits.Draggable local script = Instance.new('LocalScript', Credits) script.Parent.Active = true script.Parent.Draggable = true end coroutine.wrap(ONTWLVV_fake_script)() local function BEZHY_fake_script() -- Hub.Tween local script = Instance.new('LocalScript', Hub) local object = script.Parent object.AnchorPoint = Vector2.new(0.5, 0.5) object.Position = UDim2.new(0.1, 0, 0.5, 0) wait(2) object:TweenPosition(UDim2.new(0.5, 0, 0.5, 0)) end coroutine.wrap(BEZHY_fake_script)()