Advertisement
Mhammed_2013

طلب 2

Sep 19th, 2023 (edited)
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()local Window = OrionLib:MakeWindow({Name = "سكربت codex_99", 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. ]]Tab:AddButton({
  24. Name = "سكربت طيران",
  25. Callback = function()
  26. print("button pressed")loadstring(game:HttpGet('https://github.com/HUBSXOBOX/HUBSXOBOX/raw/main/Hussin%20Danis'))()
  27. end
  28. })
  29.  
  30. --[[
  31. Name = <string> - The name of the button.
  32. Callback = <function> - The function of the button.
  33. ]]Tab:AddButton({
  34. Name = "سكربت طرد الجميع من الماب",
  35. Callback = function()
  36. print("button pressed")loadstring(game:HttpGet("https://pastebin.com/raw/0qDyLDWt"))()
  37. end
  38. })
  39.  
  40. --[[
  41. Name = <string> - The name of the button.
  42. Callback = <function> - The function of the button.
  43. ]]Tab:AddButton({
  44. Name = "سكربت ايس هوب",
  45. Callback = function()
  46. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/anyahubs/FE/main/ICEHUB_ARABIC'))()
  47. end
  48. })
  49.  
  50. --[[
  51. Name = <string> - The name of the button.
  52. Callback = <function> - The function of the button.
  53. ]]Tab:AddButton({
  54. Name = "سكربت الاختفاء",
  55. Callback = function()
  56. print("button pressed")loadstring(game:HttpGet('https://pastebin.com/raw/AYtzGEPb'))()
  57. end
  58. })
  59.  
  60. --[[
  61. Name = <string> - The name of the button.
  62. Callback = <function> - The function of the button.
  63. ]]Tab:AddButton({
  64. Name = "سكربت طيران السيارة",
  65. Callback = function()
  66. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/hasan08122020108181818/HASA/759cc1030d8a4f4c23b32e8cb8550b47f567d1b9/carflyronald"))
  67. end
  68. })
  69.  
  70. --[[
  71. Name = <string> - The name of the button.
  72. Callback = <function> - The function of the button.
  73. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement