Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
- local Window = Library.CreateLib("Infinity Hub - The Strongest Battlegrounds", "Sentinel")
- local Tab = Window:NewTab("Main")
- local Section = Tab:NewSection("Main & Movement")
- Section:NewButton("BlockAura", "ButtonInfo", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/gF3PkMCb"))()
- print("Clicked")
- end)
- Section:NewToggle("Max Fov", "Good For PvP", function(state)
- if state then
- game.Workspace.CurrentCamera.FieldOfView = 120
- else
- game.Workspace.CurrentCamera.FieldOfView = 80
- end
- end)
- Section:NewButton("aimbot", "ButtonInfo", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/1Gp9c57U"))()
- print("Clicked")
- end)
- Section:NewButton("Speed no stuck", "ButtonInfo", function()
- 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
- print("Clicked")
- end)
- Section:NewButton("void kill (Use Flowing Water From Hero Hunter)", "ButtonInfo", function()
- -- VOID V2! MADE BY ItsLouisPlayz AKA 1ml3g1t
- -- Press R to teleport to the void, For mobile there will be a button for it
- -- Yes this does gives u kills :)
- loadstring(game:HttpGet("https://raw.githubusercontent.com/louismich4el/ItsLouisPlayz-Scripts/main/VOID%20V2%20TSB.lua"))()
- print("Clicked")
- end)
- Section:NewButton("infinite Yield", "ButtonInfo", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- print("Clicked")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement