- Dodges players m1s - For unskilled people - Not made by me (obviously)
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("Zxin's Hub", "BloodTheme") -- MAIN local Tab = Window:NewTab("Scripts") local MainSection = Tab:NewSection("Scripts") MainSection:NewButton("CMD-X", "Cool Features", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source",true))() end) MainSection:NewButton("Nameless Admin", "Better Than Infinite Yield", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))(); end) MainSection:NewButton("FE BackFlip", "KeyBind Z And X" , function() loadstring(game:HttpGet("https://pastebin.com/raw/zC9hckXK"))() end) MainSection:NewButton("Infinite Yield", "Basically Admin", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() 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("FE Emote", "All Emotes Keybind Open Is Comma" , function() --keybind to open is comma loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Gi7331/scripts/main/Emote.lua"))() end) MainSection:NewButton("Spider Man (R15)", "Walk on Walls" , function() loadstring(game:HttpGet("https://pastebin.com/raw/zXk4Rq2r"))() end) MainSection:NewButton("AutoPlayer Piano", "Works in all piano games!" , function() loadstring(game:HttpGet("https://raw.github