Advertisement
SumitScripts

Untitled

Apr 11th, 2024 (edited)
15,845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  2.  
  3. local Window = Library.CreateLib("Infinity Hub - The Strongest Battlegrounds", "Sentinel")
  4.  
  5. local Tab = Window:NewTab("Main")
  6.  
  7. local Section = Tab:NewSection("Main & Movement")
  8.  
  9. Section:NewButton("BlockAura", "ButtonInfo", function()
  10. loadstring(game:HttpGet("https://pastebin.com/raw/gF3PkMCb"))()
  11. print("Clicked")
  12. end)
  13.  
  14. Section:NewToggle("Max Fov", "Good For PvP", function(state)
  15. if state then
  16. game.Workspace.CurrentCamera.FieldOfView = 120
  17. else
  18. game.Workspace.CurrentCamera.FieldOfView = 80
  19. end
  20. end)
  21.  
  22. Section:NewButton("aimbot", "ButtonInfo", function()
  23. loadstring(game:HttpGet("https://pastebin.com/raw/1Gp9c57U"))()
  24. print("Clicked")
  25. end)
  26.  
  27. Section:NewButton("Speed no stuck", "ButtonInfo", function()
  28. function isNumber(str) if tonumber(str) ~= nil or str == 'inf' then return true end end local tspeed = 1 local hb = game:GetService("RunService").Heartbeat local tpwalking = true local player = game:GetService("Players") local lplr = player.LocalPlayer local chr = lplr.Character local hum = chr and chr:FindFirstChildWhichIsA("Humanoid") while tpwalking and hb:Wait() and chr and hum and hum.Parent do if hum.MoveDirection.Magnitude > 0 then if tspeed and isNumber(tspeed) then chr:TranslateBy(hum.MoveDirection * tonumber(tspeed)) else chr:TranslateBy(hum.MoveDirection) end end end
  29. print("Clicked")
  30. end)
  31.  
  32. Section:NewButton("void kill (Use Flowing Water From Hero Hunter)", "ButtonInfo", function()
  33. -- VOID V2! MADE BY ItsLouisPlayz AKA 1ml3g1t
  34.  
  35. -- Press R to teleport to the void, For mobile there will be a button for it
  36.  
  37. -- Yes this does gives u kills :)
  38.  
  39. loadstring(game:HttpGet("https://raw.githubusercontent.com/louismich4el/ItsLouisPlayz-Scripts/main/VOID%20V2%20TSB.lua"))()
  40. print("Clicked")
  41. end)
  42.  
  43. Section:NewButton("infinite Yield", "ButtonInfo", function()
  44. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  45. print("Clicked")
  46. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement