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("make roblox games to become rich and famous", "DarkTheme")
- -- Main
- local Main = Window:NewTab("Main")
- local MainSection = Main:NewSection("Scripts")
- -- Buttons
- MainSection:NewButton("Script 1", "", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/XQRMV5xj'))()
- end)
- MainSection:NewButton("Script 2", "", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraIsMe2/ToraIsMe2/main/0makeroblox"))()
- end)
- MainSection:NewButton("Script 2", "", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/CrossiDev/CrossHub/main/crosshubmakegamesobfuscated.txt"))()
- 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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement