local OrionLib = loadstring(game:HttpGet(('https://[Log in to view URL]')))()
local Window = OrionLib:MakeWindow({Name = "Title of the library", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest", IntroEnabled = false})
local farmthefuck = Window:MakeTab({
Name = "farm",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
farmthefuck:AddButton({
Name = "auto click",
Callback = function()
end
})
while true do wait(0.0001)
while true do wait(0.001)
game:GetService("ReplicatedStorage").IncreaseSpeed:FireServer()
end
end
To embed this project on your website, copy the following code and paste it into your website's HTML: