Advertisement
Mhammed_2013

الالالال

Apr 11th, 2024
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()local Window = OrionLib:MakeWindow({Name = "التجربه", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  2.  
  3. --[[
  4. Name = <string> - The name of the UI.
  5. HidePremium = <bool> - Whether or not the user details shows Premium status or not.
  6. SaveConfig = <bool> - Toggles the config saving in the UI.
  7. ConfigFolder = <string> - The name of the folder where the configs are saved.
  8. IntroEnabled = <bool> - Whether or not to show the intro animation.
  9. IntroText = <string> - Text to show in the intro animation.
  10. IntroIcon = <string> - URL to the image you want to use in the intro animation.
  11. Icon = <string> - URL to the image you want displayed on the window.
  12. CloseCallback = <function> - Function to execute when the window is closed.
  13. ]]local Tab = Window:MakeTab({
  14. Name = "الالا",
  15. Icon = "rbxassetid://4483345998",
  16. PremiumOnly = false
  17. })
  18.  
  19. --[[
  20. Name = <string> - The name of the tab.
  21. Icon = <string> - The icon of the tab.
  22. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  23. ]]local Section = Tab:AddSection({
  24. Name = "ال"
  25. })
  26.  
  27. --[[
  28. Name = <string> - The name of the section.
  29. ]]Tab:AddLabel("الالالالالا")
  30. Tab:AddLabel("Tab:AddButton({
  31. Name = "السكربت الفلاني!",
  32. Callback = function()
  33. print("button pressed")
  34. end
  35. })
  36.  
  37. --[[
  38. Name = <string> - The name of the button.
  39. Callback = <function> - The function of the button.
  40. ]]")
  41. CoolLabel:Set("الالالالال")
  42. CoolLabel:Set("Tab:AddButton({
  43. Name = "السكربت الفلاني الثاني!",
  44. Callback = function()
  45. print("button pressed")
  46. end
  47. })
  48.  
  49. --[[
  50. Name = <string> - The name of the button.
  51. Callback = <function> - The function of the button.
  52. ]]")
  53. Tab:AddLabel("https://discord.gg/GXZbcSR2")
  54. CoolLabel:Set("https://discord.gg/GXZbcSR2")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement