local Library = loadstring(game:HttpGet("https://[Log in to view URL]"))()
local Window = Library.CreateLib("Speed Hack", "BloodTheme")
local SpeedTab = Window:NewTab("SpeedHack")
local Section = SpeedTab:NewSection("SpeedHack")
Section:NewButton("More Than Normal", "30", function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
end)
Section:NewButton("High Speed", "50", function()
game.Player.LocalPlayer.Character.Humanoid.WalkSpeed = 50
end)
Section:NewButton("Very High Speed", "75", function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
end)
Section:NewButton("Sonic Speed", "100", function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
end)
local FireServiceTab = Window:NewTab("FireService Script")
local Section = FireServiceTab:NewSection("FE Script")
Section:NewButton("FE FireService Flinger GUI", "FE FLING GUI", function()
loadstring(game:HttpGet("https://[Log in to view URL]",true))()
end)
Section:NewButton("FE FireService Fly GUI", "FE FLY GUI", function()
loadstring(game:HttpGet("https://[Log in to view URL]",true))()
end)
To embed this project on your website, copy the following code and paste it into your website's HTML: