Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/aosthedev/nothing/main/OrionMobile.lua.txt')))() --This Will Load The Script Code
- local Player = game.Players.LocalPlayer --This Will Reveal The Player Name
- local Window = OrionLib:MakeWindow({
- Name = "Visualise",
- HidePremium = false,
- SaveConfig = true,
- IntroEnabled = false,
- ConfigFolder = "OrionTest",
- IntroText = ""
- }) --This Will Load The Script Hub
- function MakeScriptHub()
- loadstring(game:HttpGet('https://pastebin.com/raw/S0jueseT'))() --Put The Script That Will Load If The Key Is Correct Here
- end
- getgenv().Key = "IUseVisualiseFree" --Put The Correct Key Here
- getgenv().KeyInput = "string" --Require For The Key To Work
- local Tab = Window:MakeTab({
- Name = "Key System",
- Icon = "",
- PremiumOnly = false
- }) --Making A Tab
- Tab:AddTextbox({
- Name = "Key",
- Default = "",
- TextDisappear = true,
- Callback = function(Value)
- getgenv().KeyInput = Value
- end
- }) --You Will Enter The Key Here
- Tab:AddButton({
- Name = "Check Key",
- Callback = function()
- if getgenv().KeyInput == getgenv().Key then
- OrionLib:MakeNotification({
- Name = "checking key",
- Content = "checking the key entered",
- Image = "rbxassetid://17440545793",
- Time = 5
- })
- wait(2)
- OrionLib:MakeNotification({
- Name = "correct key",
- Content = "loading the launcher",
- Image = "rbxassetid://17440545793",
- Time = 5
- })
- wait(1)
- OrionLib:Destroy()
- wait(.3)
- MakeScriptHub()
- else
- OrionLib:MakeNotification({
- Name = "checking key",
- Content = "checking key",
- Image = "rbxassetid://17440545793",
- Time = 5
- })
- wait(2)
- OrionLib:MakeNotification({
- Name = "incorrect key",
- Content = "the key is incorrect",
- Image = "rbxassetid://17440545793",
- Time = 5
- })
- end
- end
- }) --This Will Check The Key You Entered
- Tab:AddButton({
- Name = "Get Key",
- Callback = function()
- setclipboard("https://discord.com/invite/m743qGbK9K") --This Will Copy The Link Of The Key
- end
- })
- OrionLib:Init() --Require If The Script Is Done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement