Advertisement
Guest User

GENISIS FE HUB

a guest
Apr 14th, 2024
5,393
-1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.48 KB | None | 0 1
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "Genisis FE hub", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  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. ]]
  15. local Tab = Window:MakeTab({
  16. Name = "Credits(if this is ever made public)",
  17. Icon = "rbxassetid://4483345998",
  18. PremiumOnly = false
  19. })
  20.  
  21. --[[
  22. Name = <string> - The name of the tab.
  23. Icon = <string> - The icon of the tab.
  24. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  25. ]]
  26. local Section = Tab:AddSection({
  27. Name = "Script creator: Genisis Fe"
  28. })
  29.  
  30. --[[
  31. Name = <string> - The name of the section.
  32. ]]
  33. local Section = Tab:AddSection({
  34. Name = "Hub creator: Snmonic_scripts"
  35. })
  36.  
  37. --[[
  38. Name = <string> - The name of the section.
  39. ]]
  40. local Tab = Window:MakeTab({
  41. Name = "Scripts",
  42. Icon = "rbxassetid://4483345998",
  43. PremiumOnly = false
  44. })
  45.  
  46. --[[
  47. Name = <string> - The name of the tab.
  48. Icon = <string> - The icon of the tab.
  49. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  50. ]]
  51. local Section = Tab:AddSection({
  52. Name = "My fav"
  53. })
  54.  
  55. --[[
  56. Name = <string> - The name of the section.
  57. ]]
  58. Tab:AddButton({
  59. Name = "GONER",
  60. Callback = function()
  61. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Goner"))()
  62. end
  63. })
  64.  
  65. --[[
  66. Name = <string> - The name of the button.
  67. Callback = <function> - The function of the button.
  68. ]]
  69. Tab:AddButton({
  70. Name = "BAN HAMMER!!!",
  71. Callback = function()
  72. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Ban%20Hammer"))()
  73. end
  74. })
  75.  
  76. --[[
  77. Name = <string> - The name of the button.
  78. Callback = <function> - The function of the button.
  79. ]]
  80. Tab:AddButton({
  81. Name = "Good cop Bad cop",
  82. Callback = function()
  83. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Good%20Cop%20Bad%20Cop"))()
  84. end
  85. })
  86.  
  87. --[[
  88. Name = <string> - The name of the button.
  89. Callback = <function> - The function of the button.
  90. ]]
  91. Tab:AddButton({
  92. Name = "DearSister",
  93. Callback = function()
  94. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Dearsister"))()
  95. end
  96. })
  97.  
  98. --[[
  99. Name = <string> - The name of the button.
  100. Callback = <function> - The function of the button.
  101. ]]
  102. local Section = Tab:AddSection({
  103. Name = "More scripts"
  104. })
  105.  
  106. --[[
  107. Name = <string> - The name of the section.
  108. ]]
  109. Tab:AddButton({
  110. Name = "AK-47",
  111. Callback = function()
  112. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/AK-47"))()
  113. end
  114. })
  115.  
  116. --[[
  117. Name = <string> - The name of the button.
  118. Callback = <function> - The function of the button.
  119. ]]
  120. Tab:AddButton({
  121. Name = "Linked Sword",
  122. Callback = function()
  123. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Linked%20Sword"))()
  124. end
  125. })
  126.  
  127. --[[
  128. Name = <string> - The name of the button.
  129. Callback = <function> - The function of the button.
  130. ]]
  131. Tab:AddButton({
  132. Name = "Neko",
  133. Callback = function()
  134. DisableFlingHealthBar = false
  135. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Neko"))()
  136. end
  137. })
  138.  
  139. --[[
  140. Name = <string> - The name of the button.
  141. Callback = <function> - The function of the button.
  142. ]]
  143. Tab:AddButton({
  144. Name = "Studio Dummy",
  145. Callback = function()
  146. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Studio%20Dummy"))()
  147. end
  148. })
  149.  
  150. --[[
  151. Name = <string> - The name of the button.
  152. Callback = <function> - The function of the button.
  153. ]]Tab:AddButton({
  154. Name = "Banisher",
  155. Callback = function()
  156. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Banisher"))()
  157. end
  158. })
  159.  
  160. --[[
  161. Name = <string> - The name of the button.
  162. Callback = <function> - The function of the button.
  163. ]]
  164. Tab:AddButton({
  165. Name = "Krystal Dance",
  166. Callback = function()
  167. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Krystal%20Dance"))()
  168. end
  169. })
  170.  
  171. --[[
  172. Name = <string> - The name of the button.
  173. Callback = <function> - The function of the button.
  174. ]]
  175. Tab:AddButton({
  176. Name = "LightningCannon",
  177. Callback = function()
  178. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Lightning%20Cannon"))()
  179. end
  180. })
  181.  
  182. --[[
  183. Name = <string> - The name of the button.
  184. Callback = <function> - The function of the button.
  185. ]]
  186. Tab:AddButton({
  187. Name = "StarGlitcher[VERY LAGGY]",
  188. Callback = function()
  189. DisableFX = true
  190.  
  191. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Star%20Glitcher"))()
  192. end
  193. })
  194.  
  195. --[[
  196. Name = <string> - The name of the button.
  197. Callback = <function> - The function of the button.
  198. ]]
  199. Tab:AddButton({
  200. Name = "Sniper",
  201. Callback = function()
  202. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Sniper"))()
  203. end
  204. })
  205.  
  206. --[[
  207. Name = <string> - The name of the button.
  208. Callback = <function> - The function of the button.
  209. ]]
  210. Tab:AddButton({
  211. Name = "Pistol",
  212. Callback = function()
  213. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Pistol"))()
  214. end
  215. })
  216.  
  217. --[[
  218. Name = <string> - The name of the button.
  219. Callback = <function> - The function of the button.
  220. ]]
  221. Tab:AddButton({
  222. Name = "Neptuain V",
  223. Callback = function()
  224. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Neptunian%20V"))()
  225. end
  226. })
  227.  
  228. --[[
  229. Name = <string> - The name of the button.
  230. Callback = <function> - The function of the button.
  231. ]]
  232. Tab:AddButton({
  233. Name = "Motorcycle",
  234. Callback = function()
  235. loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Motorcycle"))()
  236. end
  237. })
  238.  
  239. --[[
  240. Name = <string> - The name of the button.
  241. Callback = <function> - The function of the button.
  242. ]]
  243. local Tab = Window:MakeTab({
  244. Name = "Help",
  245. Icon = "rbxassetid://4483345998",
  246. PremiumOnly = false
  247. })
  248.  
  249. --[[
  250. Name = <string> - The name of the tab.
  251. Icon = <string> - The icon of the tab.
  252. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  253. ]]
  254. local Section = Tab:AddSection({
  255. Name = "Why do i go invisible when i press reanimate?
  256. Answer:You need the certain items you can find them in the discord server."
  257. })
  258.  
  259. --[[
  260. Name = <string> - The name of the section.
  261. ]]
  262. local Section = Tab:AddSection({
  263. Name = "Just search Snmonic_scripts on roblox go to favourites joi the game then hr done"
  264. })
  265. --[[
  266. Name = <string> - The name of the section.
  267. ]]
  268.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement