local OrionLib = loadstring(game:HttpGet(('https://[Log in to view URL]')))()
local Window = OrionLib:MakeWindow({Name = "ORION TESTING BY KAIS", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})

local MainTab = Window:MakeTab({
	Name = "Main",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})

local MainSection = MainTab:AddSection({
	Name = "Card Dupe"
})

OrionLib:MakeNotification({
	Name = "Executed..",
	Content = "Thankyou for executing nd purchasing",
	Image = "rbxassetid://4483345998",
	Time = 5
})

MainTab:AddButton({
	Name = "Button!",
	Callback = function()
            
      		print("button pressed")
  	end    
})

OrionLib:Init()

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: