Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("Git X Hub", "BloodTheme")
- local Tab = Window:NewTab("Home")
- local Section = Tab:NewSection("Games")
- Section:NewButton("Brookhaven RP", "Click to Execute", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
- print("Clicked")
- end)
- Section:NewButton("Blox Fruits", "Click to Execute", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Bebo-Mods/XHub/main/HubLoader.lua", true))()
- print("Clicked")
- end)
- Section:NewButton("Arsenal", "Click to Execute", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/arsenal-hub/main/Arsenal%20GamingScripter", true))()
- print("Clicked")
- end)
- Section:NewButton("Doors", "Click to Execute", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/scriptpastebin/raw/main/Doors"))()
- print("Clicked")
- end)
- Section:NewButton("Murder Mystery 2", "Click to Execute", function()
- loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Drifter0507/GUIS/main/MURDER%20MYSTERY%202", true))()
- print("Clicked")
- end)
- Section:NewButton("Prison Life", "Click to Execute", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/H17S32/Tiger_Admin/main/Script'))()
- print("Clicked")
- end)
- Section:NewButton("Pls Donate", "Click to Execute", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/UniversalDance-AnimGui.lua'))()
- print("Clicked")
- end)
- Section:NewButton("JailBreak", "Click to Execute", function()
- pcall(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Kw6m/Subbers-scripts/main/jailbreak", true))()
- end)
- print("Clicked")
- end)
- Section:NewButton("The Strongest Battlegrounds","Click to Execute", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Nicuse/RobloxScripts/main/SaitamaBattlegrounds.lua"))()
- print("Clicked")
- end)
- Section:NewButton("Evade", "Click to Execute", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Evade"))()
- print("Clicked")
- end)
- Section:NewButton("Funky Friday", "Click to Execute", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ShowerHead-FluxTeam/scripts/main/funky-friday-autoplay"))()
- print("Clicked")
- end)
- Section:NewButton("Adopt Me", "Click to Execute", function()
- loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/ahmadsgamer2/Script--Game/main/Script%20Game"))()
- print("Clicked")
- end)
- local Tab = Window:NewTab("Others")
- local Section = Tab:NewSection("Player")
- Section:NewSlider("WalkSpeed", "Changes how fast u walk", 500, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- Section:NewSlider("JumpPower", "Changes How high u jump", 500, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
- end)
- local Section = Tab:NewSection("R6 Scripts")
- Section:NewButton("Fe Vr", "Click to Execute", function()
- -- I DONT OWN THE SCRIPT
- loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\112\97\115\116\101\102\121\46\103\97\47\104\51\78\54\82\121\68\73\47\114\97\119\39\41\44\116\114\117\101\41\41\40\41\10")()
- print("Clicked")
- end)
- Section:NewButton("FE Floating Hat", "Click to Execute", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/4B4fktPS", true))()
- print("Clicked")
- end)
- local Section = Tab:NewSection("Useful Scripts")
- Section:NewButton("Infinite Yield", "Click to Execute", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- print("Clicked")
- end)
- Section:NewButton("Nameless Admin", "Click to Execute", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))();
- print("Clicked")
- end)
- local Section = Tab:NewSection("More Scripts")
- Section:NewButton("Mobile Shiftlock", "Click to Execte", function()
- loadstring(game:HttpGet("https://pastebin.com/XE8tCfF5"))()
- print("Clicked")
- end)
- Section:NewButton("Mobile Fly Gui", "Click to Execute", function()
- loadstring(game:HttpGet("https://pastebin.com/GDvMG4Ve"))()
- print("Clicked")
- end)
- Section:NewButton("PC Keyboard", "Click to Execute", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
- print("Clicked")
- end)
- local Tab = Window:NewTab("Settings")
- local Section = Tab:NewSection("Settings")
- Section:NewKeybind("Toggle UI Keybind", "Changes Your key toggle", Enum.KeyCode.E, function()
- Library:ToggleUI()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement