local OrionLib = loadstring(game:HttpGet(('https://[Log in to view URL]')))()
local Window = OrionLib:MakeWindow({Name = "Speed Hack | By XybName", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})

local MainTab = Window:MakeTab({
	Name = "Speed Hack",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})

local Section = MainTab:AddSection({
	Name = "Close GUI"
})

OrionLib:MakeNotification({
	Name = "Speed Hack | By XybName",
	Content = "Use This And Be Cool",
	Image = "rbxassetid://4483345998",
	Time = 10
})

MainTab:AddButton({
	Name = "Close GUI",
	Callback = function()
      		OrionLib:Destroy()
  	end    
})

local Section = MainTab:AddSection({
	Name = "Speed Hack"
})

MainTab:AddParagraph("NOTICE","Reset Yourself All Time You Need To Change Speed Reset Yourself")

MainTab:AddButton({
	Name = "More Fast Than Normal Speed",
	Callback = function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
game.Players.LocalPlayer.Character.Humanoid.Name = "hi" 

  	end    
})

MainTab:AddButton({
	Name = "High Speed",
	Callback = function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
game.Players.LocalPlayer.Character.Humanoid.Name = "hi"

MainTab:AddButton({
	Name = "Very High Speed",
	Callback = function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
game.Players.LocalPlayer.Character.Humanoid.Name = "hi" 

  	end    
})

MainTab:AddButton({
	Name = "Sonic Speed",
	Callback = function()
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
game.Players.LocalPlayer.Character.Humanoid.Name = "hi" 

  	end    
})

MainTab:AddButton({
	Name = "More Speed Soon !!",
	Callback = function()
      	 print('button pressed')
  	end    
})




OrionLib:Init()

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: