roblox_roblox1098

Untitled

Dec 19th, 2023
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "سكربت ماب mm2/من صنع anas", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  3. local Tab = Window:MakeTab({
  4. Name = "سكربت",
  5. Icon = "rbxassetid://4483345998",
  6. PremiumOnly = false
  7. })
  8. OrionLib:MakeNotification({
  9. Name = "نجرب!",
  10. Content = "Notification content... what will it say??",
  11. Image = "rbxassetid://4483345998",
  12. Time = 5
  13. })
  14. Tab:AddButton({
  15. Name = "سكربت سرعه!",
  16. Callback = function()loadstring(game:HttpGet(('https://pastebin.com/raw/E1pxWLzw')))()
  17. print("button pressed")
  18. end
  19. })
  20. Tab:AddButton({
  21. Name = "سكربت طيران!",
  22. Callback = function()loadstring(game:HttpGet(('https://pastebin.com/raw/7xrA5SUf')))()
  23. print("button pressed")
  24. end
  25. })
  26.  
  27.  
Advertisement
Add Comment
Please, Sign In to add comment