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("Yeat's Script Hub", "BloodTheme")
- -- MAIN
- local Main = Window:NewTab("Credits")
- local MainSection = Main:NewSection("Credits To Yeat")
- local MainSection = Main:NewSection("Made 9/4/22")
- local Main = Window:NewTab("Main")
- local ScriptSection = Main:NewSection("Main")
- ScriptSection:NewButton(" Pls Donate Fake Donation", "Says That u Donated To A Player!", function()
- loadstring(game:HttpGet(("https://raw.githubusercontent.com/o5u3/PLS-Donate/main/Fake-Donate.lua")))()
- end)
- ScriptSection:NewButton(" Back/Front Flip May Not Work", "Makes You Do Gymnastics", function()
- loadstring(game:HttpGet(("https://pastebin.com/raw/7wDcPtLk")))()
- end)
- ScriptSection:NewToggle("Super-Human", "Go Fast And Super Jump", 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)
- ScriptSection:NewButton(" Infinite Yeild", "FE Admin Commands", function()
- loadstring(game:HttpGet(("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source")))()
- 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", "Reset 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")))()
- end)
- OtherSection:NewButton(" Bypassed Fly", "Bird Mode", function()
- loadstring(game:HttpGet(("https://raw.githubusercontent.com/Nicuse/RobloxScripts/main/BypassedFly.lua")))()
- Fly(true)
- end)
- --INFO
- local Info = Window:NewTab("Info")
- local InfoSection = Info:NewSection("Made 9/4/22")
- local InfoSection = Info:NewSection("Not Finished")
- local InfoSection = Info:NewSection("Adding More Scripts Soon")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement