Advertisement
Guest User

cool fe script

a guest
Jan 1st, 2023
13,895
-1
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.84 KB | None | 0 1
  1. local Global = (getgenv and getgenv()) or shared
  2. if not isfile and isfolder and writefile and (getsynasset or getcustomasset) then
  3. warn("Exploit will not run custom songs")
  4. end
  5. if isfile and isfolder and writefile and (getsynasset or getcustomasset) and (not isfolder("GelatekHub")) then
  6. local Bindable = Instance.new("BindableFunction")
  7. local function Copy(e)
  8. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/packages/AudioPack.lua"))()
  9. Bindable:Destroy()
  10. end
  11. Bindable.OnInvoke = Copy
  12. game.StarterGui:SetCore("SendNotification",{
  13. Title = "Audio Package (45 MB) ";
  14. Text = "Click here to download audio package for every script automatically, otherwise ignore";
  15. Duration = 10;
  16. Callback = Bindable,
  17. Button1 = "Download Data";
  18. })
  19. end
  20. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/packages/FunctionPack.lua"))()
  21. Global.GelatekHubConfig = {
  22. ["Permanent Death"] = false,
  23. ["Torso Fling"] = false,
  24. ["Bullet Enabled"] = false,
  25. ["Enable Collisions"] = false,
  26. ["Keep Hats On Head"] = false,
  27. ["Headless On Perma"] = false,
  28. ["Anti Void"] = false,
  29. ["Anti Void Offset"] = 75
  30. }
  31. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/lib/UILibrary.lua"))()
  32. local Main = Library:Create("Gelatek Hub - V1.0.5", "Thanks for using the hub! :3", Color3.fromRGB(50, 168, 82))
  33. local UserInputService = game:GetService("UserInputService")
  34. if UserInputService.TouchEnabled then
  35. game.StarterGui:SetCore("SendNotification",{
  36. Title = "MOBILE USER ALERT! ";
  37. Text = "This hub was never really meant to support mobile executors for a reasons, check discord for info.";
  38. Duration = 5
  39. })
  40. end
  41.  
  42. local READTHIS = Main:MakeTab("READ THIS PLS")
  43. do
  44. READTHIS:MakeLabel("HATS ARE OPTIONAL!!!!!")
  45. READTHIS:MakeLabel("no hats = fake hats")
  46. READTHIS:MakeLabel("ppl cant see fake hats")
  47. READTHIS:MakeLabel("")
  48. READTHIS:MakeLabel("mobile bugs a lot for this hub")
  49. READTHIS:MakeLabel("dont expect fixes for mobile execs")
  50. end
  51.  
  52. local Home = Main:MakeTab("Home")
  53. local Reanimate = Main:MakeTab("Reanimate")
  54. local FreeScripts = Main:MakeTab("Free Scripts")
  55. local HatScripts = Main:MakeTab("Hat Scripts")
  56. local Animations = Main:MakeTab("Animations")
  57. local Credits = Main:MakeTab("Credits")
  58. local Hats = Main:MakeTab("Hats")
  59. Home:MakeLabel("Hello! Thanks for using the hub.")
  60. Home:MakeButton("Copy Discord Invite", function()
  61. setclipboard("https://discord.gg/fx5BszFmMY")
  62. end)
  63.  
  64. local function BetterStopScript()
  65. StopScript()
  66. task.wait(0.25)
  67. StopScript()
  68. end
  69.  
  70. Reanimate:MakeButton("Reanimate", function()
  71. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/lib/Reanimate.lua"))()
  72. end)
  73. Reanimate:MakeToggle("Permanent Death", function(Bool)
  74. Global.GelatekHubConfig["Permanent Death"] = Bool
  75. end)
  76. Reanimate:MakeToggle("Torso Fling", function(Bool)
  77. Global.GelatekHubConfig["Torso Fling"] = Bool
  78. end)
  79. Reanimate:MakeToggle("Bullet Enabled", function(Bool)
  80. Global.GelatekHubConfig["Bullet Enabled"] = Bool
  81. end)
  82. Reanimate:MakeToggle("Enable Collisions", function(Bool)
  83. Global.GelatekHubConfig["Enable Collisions"] = Bool
  84. end)
  85. Reanimate:MakeToggle("Keep Hats On Head", function(Bool)
  86. Global.GelatekHubConfig["Keep Hats On Head"] = Bool
  87. end)
  88. Reanimate:MakeToggle("Headless On Perma", function(Bool)
  89. Global.GelatekHubConfig["Headless On Perma"] = Bool
  90. end)
  91. Reanimate:MakeToggle("Anti Void", function(Bool)
  92. Global.GelatekHubConfig["Anti Void"] = Bool
  93. end)
  94. Reanimate:MakeSlider("Anti Void Offset", 75, 200, function(Value)
  95. Global.GelatekHubConfig["Anti Void Offset"] = Value
  96. end)
  97. FreeScripts:MakeButton(" - [ Stop Script ] - ", BetterStopScript)
  98. HatScripts:MakeButton(" - [ Stop Script ] - ", BetterStopScript)
  99. Animations:MakeButton(" - [ Stop Animation ] - ", BetterStopScript)
  100. do -- [[ Animations ]] --
  101. Animations:MakeTextBox("Custom Anim", function(Text)
  102. PlayAnimation(Text)
  103. end)
  104. Animations:MakeButton("Freestylin'", function()
  105. PlayAnimation(4432024917, "GelatekHub/Animations/Freestylin.mp3")
  106. end)
  107. Animations:MakeButton("Floss", function()
  108. PlayAnimation(4812941481, "GelatekHub/Animations/Floss.mp3")
  109. end)
  110. Animations:MakeButton("Smooth Moves", function()
  111. PlayAnimation(4900539662, "GelatekHub/Animations/Smooth Moves.mp3")
  112. end)
  113. Animations:MakeButton("Aerostepping", function()
  114. PlayAnimation(4776588732, "GelatekHub/Animations/Aerostepping.mp3")
  115. end)
  116. Animations:MakeButton("Electro Swing", function()
  117. PlayAnimation(3485013176, "GelatekHub/Animations/Electro Swing.mp3")
  118. end)
  119. Animations:MakeButton("Minecraft Parrot", function()
  120. PlayAnimation(4300228160, "GelatekHub/Animations/Parrot.mp3")
  121. end)
  122. Animations:MakeButton("CaramellDansen", function()
  123. PlayAnimation(6607554805, "GelatekHub/Animations/CaramellDansen.mp3")
  124. end)
  125. Animations:MakeButton("Breakdown", function()
  126. PlayAnimation(4558409610, "GelatekHub/Animations/Breakdown.mp3")
  127. end)
  128. Animations:MakeButton("Orange Justice", function()
  129. PlayAnimation(3262592866, "GelatekHub/Animations/Orange Justice.mp3")
  130. end)
  131. Animations:MakeButton("Smug", function()
  132. PlayAnimation(3450125501, "GelatekHub/Animations/Smug.mp3")
  133. end)
  134. Animations:MakeButton("Crabby", function()
  135. PlayAnimation(3643129020, "GelatekHub/Animations/Crabby.mp3")
  136. end)
  137. Animations:MakeButton("Conga", function()
  138. PlayAnimation(4572096542, "GelatekHub/Animations/Conga.mp3")
  139. end)
  140. Animations:MakeButton("Dream Feet", function()
  141. PlayAnimation(4300218011, "GelatekHub/Animations/Dream Feet.mp3")
  142. end)
  143. Animations:MakeButton("Kazotsky Kick", function()
  144. PlayAnimation(4846209506)
  145. end)
  146. Animations:MakeButton("Radical", function()
  147. PlayAnimation(4686555525)
  148. end)
  149. Animations:MakeButton("Take The L", function()
  150. PlayAnimation(4827299133, "GelatekHub/Animations/Take The L.mp3")
  151. end)
  152. Animations:MakeButton("Laughing", function()
  153. PlayAnimation(4846000379, "GelatekHub/Animations/Laughing.mp3")
  154. end)
  155. Animations:MakeButton("Drip", function()
  156. PlayAnimation(4959380041, "GelatekHub/Animations/Drip.mp3")
  157. end)
  158. Animations:MakeButton("Pushups", function()
  159. PlayAnimation(4966881089)
  160. end)
  161. end
  162.  
  163. do -- [[ Scripts ]] --
  164. HatScripts:MakeButton("Dual Ultima", function()
  165. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/DualUltima.lua"))()
  166. end)
  167. HatScripts:MakeButton("The Hotline", function()
  168. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/TheHotline.lua"))()
  169. end)
  170. HatScripts:MakeButton("Attack Rifle", function()
  171. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/AttackRifle.lua"))()
  172. end)
  173. HatScripts:MakeButton("Carnage", function()
  174. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/TheCarnage.lua"))()
  175. end)
  176. HatScripts:MakeButton("Neptunian V", function()
  177. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/NeptunianV.lua"))()
  178. end)
  179. HatScripts:MakeButton("Zenith Battle Rifle-70", function()
  180. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/ZenithAttackRifle.lua"))()
  181. end)
  182. HatScripts:MakeButton("Chips", function()
  183. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/TheChips.lua"))()
  184. end)
  185. HatScripts:MakeButton("Void Scythe", function()
  186. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/VoidScythe.lua"))()
  187. end)
  188. HatScripts:MakeButton("Blue-Black Sniper", function()
  189. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/TheSniper.lua"))()
  190. end)
  191. HatScripts:MakeButton("Banzai Bazooka", function()
  192. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/BanzaiBazooka.lua"))()
  193. end)
  194. HatScripts:MakeButton("Voodoo Doll", function()
  195. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/VoodooDoll.lua"))()
  196. end)
  197. HatScripts:MakeButton("Quenox", function()
  198. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/Quenox.lua"))()
  199. end)
  200. HatScripts:MakeButton("Goner", function()
  201. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/Goner.lua"))()
  202. end)
  203. HatScripts:MakeButton("[BUGS] Lightning Cannon V4", function()
  204. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/LightningCannon.lua"))()
  205. end)
  206.  
  207. FreeScripts:MakeButton("Gale Fighter", function()
  208. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/GaleFighter.lua"))()
  209. end)
  210. FreeScripts:MakeButton("Ender.", function()
  211. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/Ender.lua"))()
  212. end)
  213. FreeScripts:MakeButton("Cadacus.", function()
  214. loadstring(game:HttpGet("https://raw.githubusercontent.com/Gelatekussy/GelatekHub/main/src/scripts/Cadacus.lua"))()
  215. end)
  216. end
  217.  
  218. do -- [[ Hats ]] --
  219. Hats:MakeButton("Copy R6 Bullet Hat", function()
  220. setclipboard("48474313")
  221. end)
  222. Hats:MakeButton("Copy R15 Bullet Hat", function()
  223. setclipboard("5973840187")
  224. end)
  225. Hats:MakeButton("Copy Dual Ultima Hats", function()
  226. setclipboard("4524991457,4820152700")
  227. end)
  228. Hats:MakeButton("Copy The Hotline Hat", function()
  229. setclipboard("4962455546")
  230. end)
  231. Hats:MakeButton("Copy Attack Rifle Hat", function()
  232. setclipboard("6202087882")
  233. end)
  234. Hats:MakeButton("Copy Carnage Hats", function()
  235. setclipboard("5134896593,5410674378")
  236. end)
  237. Hats:MakeButton("Copy Neptunian V Hat", function()
  238. setclipboard("4506945409")
  239. end)
  240. Hats:MakeButton("Copy Zenith Rifle Hats", function()
  241. setclipboard("4962510729,4962455546")
  242. end)
  243. Hats:MakeButton("Copy Chips Hat", function()
  244. setclipboard("4964938812")
  245. end)
  246. Hats:MakeButton("Copy Blue-Black Sniper Hat", function()
  247. setclipboard("5063578607")
  248. end)
  249. Hats:MakeButton("Copy Void Scythe Hat", function()
  250. setclipboard("5414429551")
  251. end)
  252. Hats:MakeButton("Copy Banzai Bazooka Hat", function()
  253. setclipboard("4466171123")
  254. end)
  255. Hats:MakeButton("Copy Voodoo Doll Hats", function()
  256. setclipboard("7218265043,7170689370")
  257. end)
  258. Hats:MakeButton("Copy Quenox Hats", function()
  259. setclipboard("4820152700,4794315940,4524991457,4315489767,4458601937,4506945409")
  260. end)
  261. Hats:MakeButton("Copy Goner Hat", function()
  262. setclipboard("6869866014")
  263. end)
  264. Hats:MakeButton("Copy Lightning Cannon V4 Hat", function()
  265. setclipboard("4623059912")
  266. end)
  267. end
  268.  
  269. do -- [[ Credits ]] --
  270. Credits:MakeLabel("Gui: Gelatek")
  271. Credits:MakeLabel("Reanimate: Gelatek")
  272. Credits:MakeLabel("Anim ID Player: Gelatek / Derek")
  273. Credits:MakeLabel("Converts: Gelatek / Emper")
  274. end
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328. local null = Main:MakeTab(" ")
  329. null:MakeTextBox("funny", function(value)
  330. if value == "kylesweep" then
  331. local screengui = Instance.new("ScreenGui")
  332. screengui.Parent = game:GetService("CoreGui")
  333. local r = math.random
  334. local function MiniRandom()
  335. local ABC0, ABC1 = r(1, 8), r(1, 9)
  336. return "0." .. ABC0 .. ABC1
  337. end
  338. for i = 0, 45 do
  339. local image = Instance.new("ImageLabel", screengui)
  340. image.Position = UDim2.new(MiniRandom(),0,1,0)
  341. image.Size = UDim2.new(0,150,0,150)
  342. image.BackgroundTransparency = 1
  343. image.Image = "http://www.roblox.com/asset/?id=8300658383"
  344. image.BackgroundColor3 = Color3.fromRGB(255,255,255)
  345. local function rotation(Object, Property)
  346. local Tween = game:GetService("TweenService"):Create(Object, TweenInfo.new(Property["Time"]), {Rotation= Property["Rotation"]}):Play()
  347. return Tween
  348. end
  349. rotation(image, {
  350. ["Time"] = 1.5,
  351. ["Rotation"] = math.random(-180,180)
  352. })
  353. local function returning()
  354. image:TweenPosition( image.Position + UDim2.new(0,0,0.6,0), Enum.EasingDirection.In, Enum.EasingStyle.Quad, 0.4 )
  355. end
  356.  
  357. image:TweenPosition( image.Position - UDim2.new(0,0,0.6,0), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, 0.4, false, returning)
  358. task.wait(0.05)
  359. end
  360. task.wait(5)
  361. screengui:Destroy()
  362. end
  363. if value == "nullwarehub" then
  364. if isfile and isfolder and writefile and (getsynasset or getcustomasset) then
  365. local getsynasset = getsynasset or getcustomasset or function() warn("no getcustomasset/getsynasset") end
  366. if not isfile("nw.png") then
  367. writefile("nw.png", game:HttpGet("https://github.com/Gelatekussy/GelatekHub/blob/main/image%5B1%5D.png?raw=true"))
  368. end
  369. if not isfile("jp.mp3") then
  370. writefile("jp.mp3", game:HttpGet("https://github.com/Gelatekussy/GelatekHubSongs/blob/main/ttsMP3.com_VoiceText_2022-11-30_20%2016%2026.mp3?raw=true"))
  371. end
  372. if not isfile("scream.mp3") then
  373. writefile("scream.mp3", game:HttpGet("https://github.com/Gelatekussy/GelatekHubSongs/blob/main/scream.mp3?raw=true"))
  374. end
  375.  
  376. local screengui = Instance.new("ScreenGui")
  377. screengui.Parent = game:GetService("CoreGui")
  378.  
  379. local sound = Instance.new("Sound")
  380. sound.SoundId = getsynasset("jp.mp3")
  381. sound.Volume = 3
  382. sound:Play()
  383. sound.Parent = screengui
  384.  
  385. task.spawn(function()
  386. task.wait(1.5)
  387. sound.SoundId = getsynasset("scream.mp3")
  388. sound.Volume = 10
  389. sound:Play()
  390. end)
  391.  
  392. local image = Instance.new("ImageLabel", screengui)
  393. image.Position = UDim2.new(0.5,0,0.5,0)
  394. image.AnchorPoint = Vector2.new(0.5,0.5)
  395. image.Size = UDim2.new(0.2,0,0.2,0)
  396. image.BackgroundTransparency = 1
  397. image.Image = getsynasset("nw.png")
  398. image.BackgroundColor3 = Color3.fromRGB(255,255,255)
  399. task.wait(0.2)
  400. image:TweenSize(UDim2.new(1.5,0,1.5,0))
  401. task.wait(5)
  402. screengui:Destroy()
  403. end
  404. end
  405. end)
  406.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement