local OrionLib = loadstring(game:HttpGet(('https://[Log in to view URL]')))()
local Window = OrionLib:MakeWindow({Name = "k33pk00dd GUI v1", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
--Values
_G.autoTap = true
function autoTap()
while _G.autoTap == true do
game:GetService ("ReplicatedStorage").Remotes.Tap:FireServer()
wait(.0001)
end
end
--Notification
OrionLib:MakeNotification({
Name = "Welcome ! ",
Content = "Welcome To k33pk00dd GUI Private Edition ! Enjoy ",
Image = "rbxassetid://4483345998",
Time = 10
})
local MainTab = Window:MakeTab({
Name = "Main",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
MainTab:AddButton({
Name = "Welcome",
Callback = function()
print("Welcome {user}")
end
})
MainTab:AddButton({
Name = "Fly GUI",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end
})
local GamesTab = Window:MakeTab({
Name = "Exploit Games",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
local Section = GamesTab:AddSection({
Name = "Prison Life"
})
GamesTab:AddButton({
Name = "Admin Commands !",
Callback = function()
--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
loadstring(game:HttpGet("https://[Log in to view URL]"))();
end
})
local FarmTab = Window:MakeTab({
Name = "AutoFarm",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
local Section = FarmTab:AddSection({
Name = "Auto Clicker Game"
})
FarmTab:AddToggle({
Name = "Auto Click",
Default = false,
Callback = function(Value)
_G.autoTap = Value
autoTap()
end
})
local MiscTab = Window:MakeTab({
Name = "Misc",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
MiscTab:AddButton({
Name = "Close GUI",
Callback = function()
OrionLib:Destroy()
end
})
local PremiumTab = Window:MakeTab({
Name = "Premium",
Icon = "rbxassetid://4483345998",
PremiumOnly = true
})
PremiumTab:AddButton({
Name = "Info Check Console",
Callback = function()
print("We Work On This Tab More Updates Soon")
end
})
OrionLib:Init()
To embed this project on your website, copy the following code and paste it into your website's HTML: