Advertisement
ARY106_7

سكربت اذكار من صنعي 🕋🌙🤲

Aug 5th, 2024 (edited)
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/jensonhirst/Orion/refs/heads/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "سكربت اذكار 🕋🌙🤲", HidePremium = false, IntroText = "سكربت اذكار 🕋🌙🤲", SaveConfig = true, ConfigFolder = "Hamo"})
  3.  
  4. --[[
  5. Name = <string> - The name of the UI.
  6. HidePremium = <bool> - Whether or not the user details shows Premium status or not.
  7. SaveConfig = <bool> - Toggles the config saving in the UI.
  8. ConfigFolder = <string> - The name of the folder where the configs are saved.
  9. IntroEnabled = <bool> - Whether or not to show the intro animation.
  10. IntroText = <string> - Text to show in the intro animation.
  11. IntroIcon = <string> - URL to the image you want to use in the intro animation.
  12. Icon = <string> - URL to the image you want displayed on the window.
  13. CloseCallback = <function> - Function to execute when the window is closed.
  14. ]]local Tab = Window:MakeTab({
  15. Name = "🌙معرفه ليله القدر 🌙",
  16. Icon = "rbxassetid://4483345998",
  17. PremiumOnly = false
  18. })
  19.  
  20. --[[
  21. Name = <string> - The name of the tab.
  22. Icon = <string> - The icon of the tab.
  23. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  24. ]]local Section = Tab:AddSection({
  25. Name = "🌙اليله تكون في العشر الاواخر من شهر رمضان المبارك 🌙"
  26. })
  27.  
  28. local Tab = Window:MakeTab({
  29. Name = "🤲الاذكار 🤲",
  30. Icon = "rbxassetid://4483345998",
  31. PremiumOnly = false
  32. })
  33.  
  34. --[[
  35. Name = <string> - The name of the tab.
  36. Icon = <string> - The icon of the tab.
  37. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  38. ]]local Section = Tab:AddSection({
  39. Name = "🤲استغفر الله 🤲"
  40. })
  41. --[[
  42. Name = <string> - The name of the tab.
  43. Icon = <string> - The icon of the tab.
  44. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  45. ]]local Section = Tab:AddSection({
  46. Name = "🤲اشهد ان لا اله الا الله و اشهد ان محمد رسول الله 🤲"
  47. })
  48. --[[
  49. Name = <string> - The name of the tab.
  50. Icon = <string> - The icon of the tab.
  51. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  52. ]]local Section = Tab:AddSection({
  53. Name = "🤲سبحان الله و بحمده سبحان الله العظيم🤲"
  54. })
  55. --[[
  56. Name = <string> - The name of the tab.
  57. Icon = <string> - The icon of the tab.
  58. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  59. ]]local Section = Tab:AddSection({
  60. Name = "🤲اعوذ بكلمات الله التامات من شر ما خلق🤲"
  61. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement