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("Frax Hub V2 Free Version", "BloodTheme")
- -- MAIN
- local Main = Window:NewTab("Fun Stuff")
- local MainSection = Main:NewSection("Fun Stuff")
- MainSection:NewButton("Back/Front Flip", "Makes you do gymnastics", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/7wDcPtLk'))()
- end)
- MainSection:NewToggle("Super-Human", "go fast and jump high", function(state)
- if state then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
- else
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end
- end)
- MainSection:NewButton("Infinite Yield", "FE Admin Commands", function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
- end)
- --LOCAL PLAYER
- local Player = Window:NewTab("Player")
- local PlayerSection = Player:NewSection("Player")
- PlayerSection:NewSlider("Walkspeed", "SPEED!!", 500, 16, function(s)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- PlayerSection:NewSlider("Jumppower", "JUMP HIGH!!", 350, 50, function(s)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
- end)
- PlayerSection:NewButton("Reset WS/JP", "Resets to all defaults", function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end)
- --Other
- local Other = Window:NewTab("Other")
- local OtherSection = Other:NewSection("Other")
- OtherSection:NewButton("Chat Spoofer", "Lets you chat for other people", function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/djBfk8Li'),true))()
- end)
- OtherSection:NewButton("Bypassed Fly", "bird mode", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Nicuse/RobloxScripts/main/BypassedFly.lua"))()
- Fly(true)
- end)
- -- Trolling
- local Main = Window:NewTab("Game Gui's")
- local MainSection = Main:NewSection("Game Gui's")
- MainSection:NewButton("Pet Simulator X Gui", "Pet Simulator X Gui", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/UltraStuff/scripts2/main/petsimx", true))()
- end)
- MainSection:NewButton("Blox Fruits Gui", "Blox Fruits Gui", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/UltraStuff/scripts2/main/bf", true))()
- end)
- MainSection:NewButton("BROOKHAVEN GUI", "BROOKHAVEN GUI", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
- end)
Add Comment
Please, Sign In to add comment