Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "سكربت ماب mm2/من صنع anas", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- local Tab = Window:MakeTab({
- Name = "سكربت",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- OrionLib:MakeNotification({
- Name = "نجرب!",
- Content = "Notification content... what will it say??",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- Tab:AddButton({
- Name = "سكربت سرعه!",
- Callback = function()loadstring(game:HttpGet(('https://pastebin.com/raw/E1pxWLzw')))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "سكربت طيران!",
- Callback = function()loadstring(game:HttpGet(('https://pastebin.com/raw/7xrA5SUf')))()
- print("button pressed")
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment