Advertisement
Mhammed_2013

طلب 5

Jan 5th, 2024 (edited)
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.70 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()local Window = OrionLib:MakeWindow({Name = "LOL", HidePremium = false, SaveConfig = true, ConfigFolder = "Scripts industry"})
  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 = "Blox fruit",
  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 = "List of Bloxfruit scripts"
  25. })
  26.  
  27. --[[
  28. Name = <string> - The name of the section.
  29. ]]Tab:AddButton({
  30. Name = "Blox fruit script (1)",
  31. Callback = function()
  32. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Domadicoof/Domadicoof/main/Domadichub/NottoGay/Start.ranscript"))()
  33. end
  34. })
  35.  
  36. --[[
  37. Name = <string> - The name of the button.
  38. Callback = <function> - The function of the button.
  39. ]]Tab:AddButton({
  40. Name = "Blox fruit script (2)",
  41. Callback = function()
  42. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/AXCScript/KayMobile/main/Script-Loader'))()
  43. end
  44. })
  45.  
  46. --[[
  47. Name = <string> - The name of the button.
  48. Callback = <function> - The function of the button.
  49. ]]Tab:AddButton({
  50. Name = "Blox fruit script (3)",
  51. Callback = function()
  52. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Minhtriettt/Free-Script/main/MTriet-Hub.lua"))()
  53. end
  54. })
  55.  
  56. --[[
  57. Name = <string> - The name of the button.
  58. Callback = <function> - The function of the button.
  59. ]]Tab:AddButton({
  60. Name = "Blox fruit script (4)",
  61. Callback = function()
  62. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/xQuartyx/DonateMe/main/OldBf"))()
  63. end
  64. })
  65.  
  66. --[[
  67. Name = <string> - The name of the button.
  68. Callback = <function> - The function of the button.
  69. ]]Tab:AddButton({
  70. Name = "Blox fruit script (5)",
  71. Callback = function()
  72. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/NickelHUBB/SonicTuru/main/Protected-25.lua"))()
  73. end
  74. })
  75.  
  76. --[[
  77. Name = <string> - The name of the button.
  78. Callback = <function> - The function of the button.
  79. ]]Tab:AddButton({
  80. Name = "Blox fruit script (6)",
  81. Callback = function()
  82. print("button pressed")_G.HohoVersion = "v3"
  83.  
  84. loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
  85. end
  86. })
  87.  
  88. --[[
  89. Name = <string> - The name of the button.
  90. Callback = <function> - The function of the button.
  91. ]]local Section = Tab:AddSection({
  92. Name = "سكربت رقم 6 حرفيا اقوى سكربت بالعالم"
  93. })
  94.  
  95. --[[
  96. Name = <string> - The name of the section.
  97. ]]Tab:AddButton({
  98. Name = "Blox fruit script (7)",
  99. Callback = function()
  100. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/ThunderZ-05/HUB/main/Main/Chest/AllDevice.lua"))()
  101. end
  102. })
  103.  
  104. --[[
  105. Name = <string> - The name of the button.
  106. Callback = <function> - The function of the button.
  107. ]]Tab:AddButton({
  108. Name = "Blox fruit script (8)",
  109. Callback = function()
  110. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/xQuartyx/DonateMe/main/OldBf"))()
  111. end
  112. })
  113.  
  114. --[[
  115. Name = <string> - The name of the button.
  116. Callback = <function> - The function of the button.
  117. ]]Tab:AddButton({
  118. Name = "Blox fruit script (9)",
  119. Callback = function()
  120. print("button pressed")loadstring(game:HttpGet("https://raw.githubusercontent.com/Minhtriettt/Free-Script/main/Chest-Farm.lua"))()
  121. end
  122. })
  123.  
  124. --[[
  125. Name = <string> - The name of the button.
  126. Callback = <function> - The function of the button.
  127. ]]Tab:AddButton({
  128. Name = "Blox fruit script (10)",
  129. Callback = function()
  130. print("button pressed")loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
  131. end
  132. })
  133.  
  134. --[[
  135. Name = <string> - The name of the button.
  136. Callback = <function> - The function of the button.
  137. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement