Advertisement
05X2

Curse X Script

Mar 18th, 2023 (edited)
1,160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.53 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2.  
  3. local Window = OrionLib:MakeWindow(
  4.  {
  5.   Name = "Curse X",
  6.   HidePremium = false,
  7.   SaveConfig = true,
  8.   ConfigFolder = "CurseTest",
  9.   IntroEnabled = true,
  10.   IntroText = "Curse X"
  11.   IntroIcon = "https://cdn.discordapp.com/attachments/1003944683677945916/1086617794931593266/20230318_185043.png",
  12.   Icon = "https://cdn.discordapp.com/attachments/1003944683677945916/1086617794931593266/20230318_185043.png"
  13.  }
  14. )
Tags: Script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement