Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "Auto Click Script", HidePremium = false,IntroText = false,IntroEnabled = false,SaveConfig = true, ConfigFolder = "OrionTest"})
- --Notification
- OrionLib:MakeNotification({
- Name = "",
- Content = "Thanks for using the scipt!",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- --tabs
- local Script = Window:MakeTab({
- Name = "Script",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local Credits = Window:MakeTab({
- Name = "Credits",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Script:AddButton({
- Name = "Keyboard",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
- end
- })
- Script:AddButton({
- Name = "Auto click",
- Callback = function()
- loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/JustEzpi/ROBLOX-Scripts/main/ROBLOX_AutoClicker"))()
- end
- })
- Credits:AddLabel("Credits to the owner of the Script")
- Credits:AddLabel("Thank you for using")
- Credits:AddLabel("If using give credits")
- OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement