CB_RoCraft_Scripts

EazyHub - Roblox Script Hub

Jun 15th, 2023
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Player = game.Players.LocalPlayer
  3. local Window = OrionLib:MakeWindow({Name = "Key System", HidePremium = false, SaveConfig = true, IntroEnabled = false})
  4.  
  5. OrionLib:MakeNotification({
  6. Name = "Logged in!",
  7. Content = "You logged in as "..Player.Name,
  8. Image = "rbxassetid://4483345998",
  9. Time = 5
  10. })
Advertisement
Add Comment
Please, Sign In to add comment