Advertisement
SKDISAGOD

LOL Hub #1

Sep 20th, 2022 (edited)
556
1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.35 KB | Gaming | 1 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("LOL Hub", "DarkTheme")
  3.  
  4. -- MAIN
  5. local Tab = Window:NewTab("Scripts")
  6. local MainSection = Tab:NewSection("Main Scripts")
  7.  
  8.  
  9. MainSection:NewButton("Arsenal [CLOSED]", "Arsenal script i found lol", function()
  10.  
  11. end)
  12.  
  13. MainSection:NewButton("Breaking point", "Breaking point Script (maybe a autofarm)", function()
  14. loadstring(game:HttpGet("https://raw.githubusercontent.com/ColdStep2/Breaking-Point-Funny-Squid-Hax/main/Breaking%20Point%20Funny%20Squid%20Hax",true))();
  15.  
  16. end)
  17.  
  18. MainSection:NewButton("Fly", "Fly script", function()
  19. game:GetService("StarterGui"):SetCore("SendNotification",{
  20. Title = "Credits";
  21. Text = "Modified By SpekzZ";
  22. Duration = 3.5;
  23. })
  24. -- Gui to Lua
  25. -- Version: 3.2
  26.  
  27. -- Instances:
  28.  
  29. local main = Instance.new("ScreenGui")
  30. local Frame = Instance.new("Frame")
  31. local up = Instance.new("TextButton")
  32. local down = Instance.new("TextButton")
  33. local onof = Instance.new("TextButton")
  34. local TextLabel = Instance.new("TextLabel")
  35. local plus = Instance.new("TextButton")
  36. local speed = Instance.new("TextLabel")
  37. local mine = Instance.new("TextButton")
  38.  
  39. --Properties:
  40.  
  41. main.Name = "main"
  42. main.Parent = game.CoreGui
  43. main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  44.  
  45. Frame.Parent = main
  46. Frame.BackgroundColor3 = Color3.fromRGB(163, 255, 137)
  47. Frame.BorderColor3 = Color3.fromRGB(103, 221, 213)
  48. Frame.Position = UDim2.new(0.100320168, 0, 0.379746825, 0)
  49. Frame.Size = UDim2.new(0, 190, 0, 57)
  50.  
  51. up.Name = "up"
  52. up.Parent = Frame
  53. up.BackgroundColor3 = Color3.fromRGB(79, 255, 152)
  54. up.Size = UDim2.new(0, 44, 0, 28)
  55. up.Font = Enum.Font.SourceSans
  56. up.Text = "UP"
  57. up.TextColor3 = Color3.fromRGB(0, 0, 0)
  58. up.TextSize = 14.000
  59.  
  60. down.Name = "down"
  61. down.Parent = Frame
  62. down.BackgroundColor3 = Color3.fromRGB(215, 255, 121)
  63. down.Position = UDim2.new(0, 0, 0.491228074, 0)
  64. down.Size = UDim2.new(0, 44, 0, 28)
  65. down.Font = Enum.Font.SourceSans
  66. down.Text = "DOWN"
  67. down.TextColor3 = Color3.fromRGB(0, 0, 0)
  68. down.TextSize = 14.000
  69.  
  70. onof.Name = "onof"
  71. onof.Parent = Frame
  72. onof.BackgroundColor3 = Color3.fromRGB(255, 249, 74)
  73. onof.Position = UDim2.new(0.702823281, 0, 0.491228074, 0)
  74. onof.Size = UDim2.new(0, 56, 0, 28)
  75. onof.Font = Enum.Font.SourceSans
  76. onof.Text = "fly"
  77. onof.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. onof.TextSize = 14.000
  79.  
  80. TextLabel.Parent = Frame
  81. TextLabel.BackgroundColor3 = Color3.fromRGB(242, 60, 255)
  82. TextLabel.Position = UDim2.new(0.469327301, 0, 0, 0)
  83. TextLabel.Size = UDim2.new(0, 100, 0, 28)
  84. TextLabel.Font = Enum.Font.SourceSans
  85. TextLabel.Text = "Fly Gui V2"
  86. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  87. TextLabel.TextScaled = true
  88. TextLabel.TextSize = 14.000
  89. TextLabel.TextWrapped = true
  90.  
  91. plus.Name = "plus"
  92. plus.Parent = Frame
  93. plus.BackgroundColor3 = Color3.fromRGB(133, 145, 255)
  94. plus.Position = UDim2.new(0.231578946, 0, 0, 0)
  95. plus.Size = UDim2.new(0, 45, 0, 28)
  96. plus.Font = Enum.Font.SourceSans
  97. plus.Text = "+"
  98. plus.TextColor3 = Color3.fromRGB(0, 0, 0)
  99. plus.TextScaled = true
  100. plus.TextSize = 14.000
  101. plus.TextWrapped = true
  102.  
  103. speed.Name = "speed"
  104. speed.Parent = Frame
  105. speed.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  106. speed.Position = UDim2.new(0.468421042, 0, 0.491228074, 0)
  107. speed.Size = UDim2.new(0, 44, 0, 28)
  108. speed.Font = Enum.Font.SourceSans
  109. speed.Text = "1"
  110. speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. speed.TextScaled = true
  112. speed.TextSize = 14.000
  113. speed.TextWrapped = true
  114.  
  115. mine.Name = "mine"
  116. mine.Parent = Frame
  117. mine.BackgroundColor3 = Color3.fromRGB(123, 255, 247)
  118. mine.Position = UDim2.new(0.231578946, 0, 0.491228074, 0)
  119. mine.Size = UDim2.new(0, 45, 0, 29)
  120. mine.Font = Enum.Font.SourceSans
  121. mine.Text = "-"
  122. mine.TextColor3 = Color3.fromRGB(0, 0, 0)
  123. mine.TextScaled = true
  124. mine.TextSize = 14.000
  125. mine.TextWrapped = true
  126.  
  127. speeds = 1
  128.  
  129. local speaker = game:GetService("Players").LocalPlayer
  130.  
  131. local chr = game.Players.LocalPlayer.Character
  132. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  133.  
  134. nowe = false
  135.  
  136. Frame.Active = true -- main = gui
  137. Frame.Draggable = true
  138.  
  139. onof.MouseButton1Down:connect(function()
  140.  
  141. if nowe == true then
  142. nowe = false
  143.  
  144. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing,true)
  145. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown,true)
  146. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Flying,true)
  147. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall,true)
  148. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp,true)
  149. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping,true)
  150. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Landed,true)
  151. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Physics,true)
  152. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.PlatformStanding,true)
  153. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,true)
  154. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running,true)
  155. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.RunningNoPhysics,true)
  156. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated,true)
  157. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.StrafingNoPhysics,true)
  158. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,true)
  159. speaker.Character.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  160. else
  161. nowe = true
  162.  
  163.  
  164.  
  165. for i = 1, speeds do
  166. spawn(function()
  167.  
  168. local hb = game:GetService("RunService").Heartbeat
  169.  
  170.  
  171. tpwalking = true
  172. local chr = game.Players.LocalPlayer.Character
  173. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  174. while tpwalking and hb:Wait() and chr and hum and hum.Parent do
  175. if hum.MoveDirection.Magnitude > 0 then
  176. chr:TranslateBy(hum.MoveDirection)
  177. end
  178. end
  179.  
  180. end)
  181. end
  182. game.Players.LocalPlayer.Character.Animate.Disabled = true
  183. local Char = game.Players.LocalPlayer.Character
  184. local Hum = Char:FindFirstChildOfClass("Humanoid") or Char:FindFirstChildOfClass("AnimationController")
  185.  
  186. for i,v in next, Hum:GetPlayingAnimationTracks() do
  187. v:AdjustSpeed(0)
  188. end
  189. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing,false)
  190. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown,false)
  191. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Flying,false)
  192. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall,false)
  193. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp,false)
  194. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping,false)
  195. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Landed,false)
  196. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Physics,false)
  197. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.PlatformStanding,false)
  198. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,false)
  199. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running,false)
  200. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.RunningNoPhysics,false)
  201. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated,false)
  202. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.StrafingNoPhysics,false)
  203. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,false)
  204. speaker.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Swimming)
  205. end
  206.  
  207.  
  208.  
  209.  
  210.  
  211. local plr = game.Players.LocalPlayer
  212. local UpperTorso = plr.Character.LowerTorso
  213. local flying = true
  214. local deb = true
  215. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  216. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  217. local maxspeed = 50
  218. local speed = 0
  219.  
  220.  
  221. local bg = Instance.new("BodyGyro", UpperTorso)
  222. bg.P = 9e4
  223. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  224. bg.cframe = UpperTorso.CFrame
  225. local bv = Instance.new("BodyVelocity", UpperTorso)
  226. bv.velocity = Vector3.new(0,0.1,0)
  227. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  228. if nowe == true then
  229. plr.Character.Humanoid.PlatformStand = true
  230. end
  231. while nowe == true or game:GetService("Players").LocalPlayer.Character.Humanoid.Health == 0 do
  232. wait()
  233.  
  234. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  235. speed = speed+.5+(speed/maxspeed)
  236. if speed > maxspeed then
  237. speed = maxspeed
  238. end
  239. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  240. speed = speed-1
  241. if speed < 0 then
  242. speed = 0
  243. end
  244. end
  245. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  246. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  247. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  248. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  249. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  250. else
  251. bv.velocity = Vector3.new(0,0,0)
  252. end
  253.  
  254. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  255. end
  256. ctrl = {f = 0, b = 0, l = 0, r = 0}
  257. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  258. speed = 0
  259. bg:Destroy()
  260. bv:Destroy()
  261. plr.Character.Humanoid.PlatformStand = false
  262. game.Players.LocalPlayer.Character.Animate.Disabled = false
  263. tpwalking = false
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273. end)
  274.  
  275.  
  276. up.MouseButton1Down:connect(function()
  277. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,2,0)
  278.  
  279. end)
  280.  
  281.  
  282. down.MouseButton1Down:connect(function()
  283.  
  284. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,-2,0)
  285.  
  286. end)
  287.  
  288.  
  289. game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(char)
  290. wait(0.7)
  291. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  292. game.Players.LocalPlayer.Character.Animate.Disabled = false
  293.  
  294. end)
  295.  
  296.  
  297. plus.MouseButton1Down:connect(function()
  298. speeds = speeds + 1
  299. speed.Text = speeds
  300. if nowe == true then
  301.  
  302.  
  303. tpwalking = false
  304. for i = 1, speeds do
  305. spawn(function()
  306.  
  307. local hb = game:GetService("RunService").Heartbeat
  308.  
  309.  
  310. tpwalking = true
  311. local chr = game.Players.LocalPlayer.Character
  312. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  313. while tpwalking and hb:Wait() and chr and hum and hum.Parent do
  314. if hum.MoveDirection.Magnitude > 0 then
  315. chr:TranslateBy(hum.MoveDirection)
  316. end
  317. end
  318.  
  319. end)
  320. end
  321. end
  322. end)
  323. mine.MouseButton1Down:connect(function()
  324. if speeds == 1 then
  325. speed.Text = 'can not be less than 1'
  326. wait(1)
  327. speed.Text = speeds
  328. else
  329. speeds = speeds - 1
  330. speed.Text = speeds
  331. if nowe == true then
  332. tpwalking = false
  333. for i = 1, speeds do
  334. spawn(function()
  335.  
  336. local hb = game:GetService("RunService").Heartbeat
  337.  
  338.  
  339. tpwalking = true
  340. local chr = game.Players.LocalPlayer.Character
  341. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  342. while tpwalking and hb:Wait() and chr and hum and hum.Parent do
  343. if hum.MoveDirection.Magnitude > 0 then
  344. chr:TranslateBy(hum.MoveDirection)
  345. end
  346. end
  347.  
  348. end)
  349. end
  350. end
  351. end
  352. end)
  353. end)
  354.  
  355. MainSection:NewButton("BedWars", "Vape4", function()
  356. loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
  357. end)
  358.  
  359.  
  360. MainSection:NewButton("Evade", "Evade script", function()
  361. loadstring(game:HttpGet(("https://raw.githubusercontent.com/Robobo2022/script/main/Main.lua"), true))()
  362. end)
  363.  
  364. local Tab = Window:NewTab("Other")
  365. local OtherSection = Tab:NewSection("Other Scripts")
  366.  
  367. OtherSection:NewButton("Infinite Yiff", "Yessir", function()
  368. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  369. end)
  370. MainSection:NewButton("MM2", "Found on yt", function()
  371. loadstring(game:HttpGet("https://raw.githubusercontent.com/Doggo-cryto/EclipseMM2/master/Script", true))()
  372. end)
  373.  
  374. MainSection:NewButton("Chaos", "https://www.roblox.com/games/6441847031/CHAOS", function()
  375. loadstring(game:HttpGet('https://raw.githubusercontent.com/1111-ssss/Chaos_Script/main/Chaos_script.txt'))()
  376. end)
  377.  
  378. local Tab = Window:NewTab("Credits")
  379. local CrieditsSection = Tab:NewSection("Discord: Aiplixy™#9906")
  380.  
  381. CrieditsSection:NewButton("Discord link (copy from the thee dots)", "https://discord.gg/X3scubkrcm", function()
  382. print("Clicked")
  383. end)
  384.  
  385. OtherSection:NewButton("Fling things and people ", "Yessir", function()
  386. local bodyvel_Name = "FlingVelocity"
  387. local userinputs = game:GetService("UserInputService")
  388. local w = game:GetService("Workspace")
  389. local r = game:GetService("RunService")
  390. local d = game:GetService("Debris")
  391. local strength = 850
  392.  
  393. w.ChildAdded:Connect(function(model)
  394. if model.Name == "GrabParts" then
  395. local part_to_impulse = model["GrabPart"]["WeldConstraint"].Part1
  396.  
  397. if part_to_impulse then
  398. print("Part found!")
  399.  
  400. local inputObj
  401. local velocityObj = Instance.new("BodyVelocity", part_to_impulse)
  402.  
  403. model:GetPropertyChangedSignal("Parent"):Connect(function()
  404. if not model.Parent then
  405. if userinputs:GetLastInputType() == Enum.UserInputType.MouseButton2 then
  406. print("Launched!")
  407. velocityObj.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  408. velocityObj.Velocity = workspace.CurrentCamera.CFrame.lookVector * strength
  409. d:AddItem(velocityObj, 1)
  410. elseif userinputs:GetLastInputType() == Enum.UserInputType.MouseButton1 then
  411. velocityObj:Destroy()
  412. print("Cancel Launch!")
  413. else
  414. velocityObj:Destroy()
  415. print("No two keys pressed!")
  416. end
  417. end
  418. end)
  419. end
  420. end
  421. end)
  422. end)
  423.  
  424. MainSection:NewButton("SkyWars", "i found it on youtube", function()
  425. loadstring(game:HttpGet("https://paste.ee/r/r9gnA", true))()
  426. end)
Tags: Roblox hacking
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement