Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Tab = Window:MakeTab({
- Name = "TOS",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Player = game.Players.LocalPlayer
- wait (1)
- local Window = OrionLib:MakeWindow({Name = "Traykend Key System", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest", IntroEnabled = true, IntroText = "Key System"})
- -- KEY --
- OrionLib:MakeNotification({
- Name = "Logged in",
- Content = "You are logged in as"..Player.Name.." ",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- _G.Key = "skid"
- _G.KeyInput = "string"
- function MakeScriptHub()
- loadstring(game:HttpGet(('https://pastebin.com/raw/EEx1YQ4L'),true))()
- end
- function CorrectKeyNotification()
- OrionLib:MakeNotification({
- Name = "Correct Key!",
- Content = "You have entered the correct key!",
- Imagine = "rbxassetid://4483345998",
- Time = 5
- })
- end
- function IncorrectKeyNotification()
- loadstring(game:HttpGet(('https://pastebin.com/raw/6QKYyRpJ'),true))()
- end
- local Tab = Window:MakeTab({
- Name = "Key",
- Icon = "rbxassetid://13065334180",
- PremiumOnly = false
- })
- Tab:AddTextbox({
- Name = "Enter key",
- Default = "",
- TextDisappear = true,
- Callback = function(Value)
- _G.KeyInput = Value
- end
- })
- Tab:AddButton({
- Name = "Check Key",
- Callback = function()
- if _G.KeyInput == _G.Key then
- wait(1)
- CorrectKeyNotification()
- MakeScriptHub()
- else
- IncorrectKeyNotification()
- end
- end
- })
- local Tab = Window:MakeTab({
- Name = "",
- Icon = "rbxassetid://13065334180",
- PremiumOnly = false
- })
- Tab:AddBind({
- Name = "Notification",
- Default = Enum.KeyCode.Return,
- Hold = false,
- Callback = function()
- OrionLib:MakeNotification({
- Name = "IMPORTANT!",
- Content = "Dont press enter to inject your key press the |Check Key| button!",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement