Advertisement
HelloHelpScript

GET OFF MY ISLAND - SCRIPT

Jul 9th, 2024
625
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RBScript 12.20 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("ASHUB", "DarkTheme")
  3. local Tab = Window:NewTab("ALL SCRIPT")
  4. local Section = Tab:NewSection("TP TO")
  5. Section:NewButton("in owner's room", "just click bro", function()
  6. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3.49693096e-07, -437.662994, -188.5, -1, 0, 0, 0, 1, 0, 0, 0, -1) print("Clicked")
  7. end)
  8. Section:NewButton("on spawn", "just click again", function()
  9. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0.000421243487, 5.83876514, 5.83640289, 0.999961853, 0.000706975174, 0.00871348381, -0.000519025722, 0.999767721, -0.0215533394, -0.00872669555, 0.0215479918, 0.999729812) print("Clicked")
  10. end)
  11. Section:NewButton("in code room (make sure to be alive)", "just click bro", function()
  12. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30.8075371, 4.23398924, -102.293549, -0.999961853, -0.000666300824, -0.00871142, -0.000268159958, 0.998958647, -0.0456248559, 0.00873274729, -0.045620773, -0.998920679) print("Clicked")
  13. end)
  14. local Section = Tab:NewSection("IY")
  15. Section:NewButton("click here", "bruh", function()
  16. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()  print("Clicked")
  17. end)
  18. local Section = Tab:NewSection("hitbox (be noclip)")
  19. Section:NewButton("hitbox", "click this and click noclip", function()
  20.  local HeadSize = 1188198918918918918198119189189819
  21. local IsDisabled = true
  22. local IsTeamCheckEnabled = false
  23.  
  24. game:GetService('RunService').RenderStepped:Connect(function()
  25.     if IsDisabled then
  26.         local localPlayer = game:GetService('Players').LocalPlayer
  27.         if not localPlayer then return end
  28.        
  29.         local localPlayerTeam = localPlayer.Team
  30.        
  31.         for _, player in ipairs(game:GetService('Players'):GetPlayers()) do
  32.             if player ~= localPlayer and (not IsTeamCheckEnabled or player.Team ~= localPlayerTeam) then
  33.                 local humanoidRootPart = player.Character and player.Character:FindFirstChild("HumanoidRootPart")
  34.                 if humanoidRootPart then
  35.                     humanoidRootPart.Size = Vector3.new(HeadSize, HeadSize, HeadSize)
  36.                     humanoidRootPart.Transparency = 27172192121000000
  37.                     humanoidRootPart.BrickColor = BrickColor.new("Really black")
  38.                     humanoidRootPart.Material = Enum.Material.Neon
  39.                     humanoidRootPart.CanCollide = false
  40.                 end
  41.             end
  42.         end
  43.     end
  44. end)  print("Clicked")
  45. end)
  46. Section:NewButton("noclip", "yes", function()
  47. local Workspace = game:GetService("Workspace")
  48. local CoreGui = game:GetService("CoreGui")
  49. local Players = game:GetService("Players")
  50. local Noclip = Instance.new("ScreenGui")
  51. local BG = Instance.new("Frame")
  52. local Title = Instance.new("TextLabel")
  53. local Toggle = Instance.new("TextButton")
  54. local StatusPF = Instance.new("TextLabel")
  55. local Status = Instance.new("TextLabel")
  56. local Credit = Instance.new("TextLabel")
  57. local Plr = Players.LocalPlayer
  58. local Clipon = false
  59.  
  60. Noclip.Name = "Noclip"
  61. Noclip.Parent = game.CoreGui
  62.  
  63. BG.Name = "BG"
  64. BG.Parent = Noclip
  65. BG.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  66. BG.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  67. BG.BorderSizePixel = 2
  68. BG.Position = UDim2.new(0.149479166, 0, 0.82087779, 0)
  69. BG.Size = UDim2.new(0, 210, 0, 127)
  70. BG.Active = true
  71. BG.Draggable = true
  72.  
  73. Title.Name = "Title"
  74. Title.Parent = BG
  75. Title.BackgroundColor3 = Color3.new(0.266667, 0.00392157, 0.627451)
  76. Title.BorderColor3 = Color3.new(0.180392, 0, 0.431373)
  77. Title.BorderSizePixel = 2
  78. Title.Size = UDim2.new(0, 210, 0, 33)
  79. Title.Font = Enum.Font.Highway
  80. Title.Text = "Noclip"
  81. Title.TextColor3 = Color3.new(1, 1, 1)
  82. Title.FontSize = Enum.FontSize.Size32
  83. Title.TextSize = 30
  84. Title.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
  85. Title.TextStrokeTransparency = 0
  86.  
  87. Toggle.Parent = BG
  88. Toggle.BackgroundColor3 = Color3.new(0.266667, 0.00392157, 0.627451)
  89. Toggle.BorderColor3 = Color3.new(0.180392, 0, 0.431373)
  90. Toggle.BorderSizePixel = 2
  91. Toggle.Position = UDim2.new(0.152380958, 0, 0.374192119, 0)
  92. Toggle.Size = UDim2.new(0, 146, 0, 36)
  93. Toggle.Font = Enum.Font.Highway
  94. Toggle.FontSize = Enum.FontSize.Size28
  95. Toggle.Text = "Toggle"
  96. Toggle.TextColor3 = Color3.new(1, 1, 1)
  97. Toggle.TextSize = 25
  98. Toggle.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
  99. Toggle.TextStrokeTransparency = 0
  100.  
  101. StatusPF.Name = "StatusPF"
  102. StatusPF.Parent = BG
  103. StatusPF.BackgroundColor3 = Color3.new(1, 1, 1)
  104. StatusPF.BackgroundTransparency = 1
  105. StatusPF.Position = UDim2.new(0.314285725, 0, 0.708661377, 0)
  106. StatusPF.Size = UDim2.new(0, 56, 0, 20)
  107. StatusPF.Font = Enum.Font.Highway
  108. StatusPF.FontSize = Enum.FontSize.Size24
  109. StatusPF.Text = "Status:"
  110. StatusPF.TextColor3 = Color3.new(1, 1, 1)
  111. StatusPF.TextSize = 20
  112. StatusPF.TextStrokeColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  113. StatusPF.TextStrokeTransparency = 0
  114. StatusPF.TextWrapped = true
  115.  
  116. Status.Name = "Status"
  117. Status.Parent = BG
  118. Status.BackgroundColor3 = Color3.new(1, 1, 1)
  119. Status.BackgroundTransparency = 1
  120. Status.Position = UDim2.new(0.580952346, 0, 0.708661377, 0)
  121. Status.Size = UDim2.new(0, 56, 0, 20)
  122. Status.Font = Enum.Font.Highway
  123. Status.FontSize = Enum.FontSize.Size14
  124. Status.Text = "off"
  125. Status.TextColor3 = Color3.new(0.666667, 0, 0)
  126. Status.TextScaled = true
  127. Status.TextSize = 14
  128. Status.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
  129. Status.TextWrapped = true
  130. Status.TextXAlignment = Enum.TextXAlignment.Left
  131.  
  132. Credit.Name = "Credit"
  133. Credit.Parent = BG
  134. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  135. Credit.BackgroundTransparency = 1
  136. Credit.Position = UDim2.new(0.195238099, 0, 0.866141737, 0)
  137. Credit.Size = UDim2.new(0, 128, 0, 17)
  138. Credit.Font = Enum.Font.SourceSans
  139. Credit.FontSize = Enum.FontSize.Size18
  140. Credit.Text = "Created by KingLuna"
  141. Credit.TextColor3 = Color3.new(1, 1, 1)
  142. Credit.TextSize = 16
  143. Credit.TextStrokeColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  144. Credit.TextStrokeTransparency = 0
  145. Credit.TextWrapped = true
  146.  
  147. Toggle.MouseButton1Click:connect(function()
  148.  if Status.Text == "off" then
  149.   Clipon = true
  150.   Status.Text = "on"
  151.   Status.TextColor3 = Color3.new(0,185,0)
  152.   Stepped = game:GetService("RunService").Stepped:Connect(function()
  153.    if not Clipon == false then
  154.     for a, b in pairs(Workspace:GetChildren()) do
  155.                 if b.Name == Plr.Name then
  156.                 for i, v in pairs(Workspace[Plr.Name]:GetChildren()) do
  157.                 if v:IsA("BasePart") then
  158.                 v.CanCollide = false
  159.                 end end end end
  160.    else
  161.     Stepped:Disconnect()
  162.    end
  163.   end)
  164.  elseif Status.Text == "on" then
  165.   Clipon = false
  166.   Status.Text = "off"
  167.   Status.TextColor3 = Color3.new(170,0,0)
  168.  end
  169. end)  print("Clicked")
  170. end)
  171. local Tab = Window:NewTab("ALL BADGES")
  172. local Section = Tab:NewSection("TP ALL BADGES")
  173. Section:NewButton("owner badges", "hi", function()
  174. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(185, -447.450012, -175, 1, 0, 0, 0, 1, 0, 0, 0, 1) print("Clicked")
  175. end)
  176. Section:NewButton("maze badges", "hi again", function()
  177. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(120, -499.450012, 150, 1, 0, 0, 0, 1, 0, 0, 0, 1) print("Clicked")
  178. end)
  179. Section:NewButton("hide code badge", "hi again again", function()
  180. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-243.5, 6.49999809, 225.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) print("Clicked")
  181. end)
  182. Section:NewButton("sky badge", "hi again again again", function()
  183. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(500, 150, 45, 1, 0, 0, 0, 1, 0, 0, 0, 1) print("Clicked")
  184. end)
  185. Section:NewButton("safe badge", "hi again again again", function()
  186. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-0.0220760033, 3.09802532, -5300.38672, -0.00871913321, 4.48555717e-08, -0.999961972, -1.38047875e-08, 1, 4.49776465e-08, 0.999961972, 1.41964289e-08, -0.00871913321) print("Clicked")
  187. end)
  188. local Tab = Window:NewTab("PLAYER")
  189. local Section = Tab:NewSection("Speed")
  190. Section:NewButton("SPEED = 100", "speed so far", function()
  191. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100 print("Clicked")
  192. end)
  193. Section:NewButton("SPEED = 75", "speed so far", function()
  194. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75 print("Clicked")
  195. end)
  196. Section:NewButton("SPEED = 50", "speed so far", function()
  197. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50 print("Clicked")
  198. end)
  199. Section:NewButton("SPEED = 25", "25?", function()
  200. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 25 print("Clicked")
  201. end)
  202. local Section = Tab:NewSection("others")
  203. Section:NewButton("esp", "see wall", function()
  204.  
  205. local Players = game:GetService("Players"):GetChildren()
  206.  
  207. local RunService = game:GetService("RunService")
  208.  
  209. local highlight = Instance.new("Highlight")
  210.  
  211. highlight.Name = "Highlight"
  212.  
  213. local function getCharacter(player)
  214.     return
  215.     workspace:FindFirstChild(player.Name)
  216. end
  217.  
  218. for i, v in pairs(Players) do
  219.     repeat wait() until getCharacter(v)
  220.     if not getCharacter(v):FindFirstChild("HumanoidRootPart"):FindFirstChild("Highlight") then
  221.         local highlightClone = highlight:Clone()
  222.         highlightClone.Adornee = getCharacter(v)
  223.         highlightClone.Parent = getCharacter(v):FindFirstChild("HumanoidRootPart")
  224.         highlightClone.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  225.         highlightClone.Name = "Highlight"
  226.     end
  227. end
  228.  
  229. game.Players.PlayerAdded:Connect(function(player)
  230.     repeat wait() until getCharacter(v)
  231.     if not getCharacter(v):FindFirstChild("HumanoidRootPart"):FindFirstChild("Highlight") then
  232.         local highlightClone = highlight:Clone()
  233.         highlightClone.Adornee = getCharacter(v)
  234.         highlightClone.Parent = getCharacter(v):FindFirstChild("HumanoidRootPart")
  235.         highlightClone.Name = "Highlight"
  236.     end
  237. end)
  238.  
  239. game.Players.PlayerRemoving:Connect(function(playerRemoved)
  240.     playerRemoved.Character:FindFirstChild("HumanoidRootPart").Highlight:Destroy()
  241. end)
  242.  
  243. RunService.Heartbeat:Connect(function()
  244.     for i, v in pairs(Players) do
  245.         repeat wait() until getCharacter(v)
  246.         if not getCharacter(v):FindFirstChild("HumanoidRootPart"):FindFirstChild("Highlight") then
  247.             local highlightClone = highlight:Clone()
  248.             highlightClone.Adornee = getCharacter(v)
  249.             highlightClone.Parent = getCharacter(v):FindFirstChild("HumanoidRootPart")
  250.             highlightClone.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
  251.             highlightClone.Name = "Highlight"
  252.             task.wait()
  253.         end
  254. end
  255. end)
  256.  print("Clicked")
  257. end)
  258. local Section = Tab:NewSection("guy pls give me your idea on pastebin?")
  259. local Tab = Window:NewTab("HOW TO DO FE")
  260. local Section = Tab:NewSection("wrong : pls dont click that of all.")
  261. local Section = Tab:NewSection("Made all jump")
  262. Section:NewButton("when you hit everyone more at same time", "Info", function()
  263.     print("Clicked")
  264. end)
  265. Section:NewButton("to made it", "Info", function()
  266.     print("Clicked")
  267. end)
  268. Section:NewButton("you did that? just spam jump then made it.", "Info", function()
  269.     print("Clicked")
  270. end)
  271. local Section = Tab:NewSection("Hacking All Gonna To Maze")
  272. Section:NewButton("every 10 mins or any to working then use noclip", "Info", function()
  273.     print("Clicked")
  274. end)
  275. Section:NewButton("2 time and use hitbox then use esp to work every", "Info", function()
  276.     print("Clicked")
  277. end)
  278. Section:NewButton("10 mins or any. and stay on spawn and use iy script", "Info", function()
  279.     print("Clicked")
  280. end)
  281. Section:NewButton("(in all script) type fly and auto gone to maze.", "Info", function()
  282.     print("Clicked")
  283. end)
  284. local Tab = Window:NewTab("INFO")
  285. local Section = Tab:NewSection("credit by 1aiaiaia1 (from roblox)")
  286. local Section = Tab:NewSection("first script hub ever")
  287. local Section = Tab:NewSection("pls follow me on roblox because you did use this my script ")
  288. local Section = Tab:NewSection("hide & show is C key for pc")
  289. local Section = Tab:NewSection("made with Kavo Library")
  290. Section:NewKeybind("C", "hi", Enum.KeyCode.C, function()
  291.     Library:ToggleUI()
  292. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement