Advertisement
AndreisScript

wiuehgiuwehgiuwehgiuwhgiuwhiueghwuighwgh

Oct 21st, 2023
1,589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Clojure 10.89 KB | Fixit | 0 0
  1. --Z3NO HUB - V2
  2. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  3. local Window = Library.CreateLib("[~~Z3NO HUB V2~~]", "LightTheme")
  4.  
  5.  
  6. --//Scripts\\--
  7.  
  8. local MainTab = Window:NewTab("BLADE BALL (+)")
  9. local Section = MainTab:NewSection("GUI AND PARRIES")
  10. Section:NewButton("Visual Parry", "Visualising Balls.", function()
  11.     getgenv().visualizer = true
  12. loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/main/RedCircleBlock"))()
  13. end)
  14. Section:NewButton("Inferno Hub", "OP GUI", function()
  15.     loadstring(game:HttpGet("https://github.com/SadlekAski/Scripts/raw/main/Blade%20Ball/Equip%20any%20ability.lua"))()
  16. end)
  17. Section:NewButton("Bedol Hub", "OP GUI", function()
  18.     loadstring(game:HttpGet("https://raw.githubusercontent.com/3345-c-a-t-s-u-s/SourceLua/main/Blade_Ball.lua"))()
  19. end)
  20. Section:NewButton("LHYT Hub", "OP GUI", function()
  21.     loadstring(game:HttpGet("https://raw.githubusercontent.com/LOLking123456/Blade231/main/Baller"))()
  22. end)
  23. Section:NewButton("Blox Hub ", "OP GUI", function()
  24.     loadstring(game:HttpGet(('https://raw.githubusercontent.com/malicious-dev/RobloxScripting/main/bladeball.lua'),true))()
  25. end)
  26. Section:NewButton("BladeBallR3THt", "OP GUI", function()
  27.     loadstring(game:HttpGet("https://raw.githubusercontent.com/scriptpastebin/raw/main/BladeBallR3TH"))()
  28. end)
  29.  
  30.  
  31. --//GUI & PlAYER\\--
  32.  
  33.  
  34. local GUITab = Window:NewTab("GUI & PLAYER")
  35. local Section = GUITab:NewSection("GUI'S AND PLAYER MODIFICATIONS")
  36. Section:NewButton("Dex V4", "Dex", function()
  37.     loadstring(game:HttpGet("https://pastebin.com/raw/qnSwENh3"))()
  38. end)
  39. Section:NewButton("Remote Spy", "Remote Spy", function()
  40.     loadstring(game:HttpGet("https://pastebin.com/raw/Z9cG8qEJ"))()
  41. end)
  42. Section:NewSlider("WalkSpeed", "Flash", 999, 16, function(v) -- 999 (MaxValue) | 16 (MinValue)
  43.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = v
  44. end)
  45. Section:NewSlider("JumpPower", "NASA!", 1998, 50, function(v) -- 1998 (MaxValue) | 50 (MinValue)
  46.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = v
  47. end)
  48. Section:NewButton("Infinite Jump", "NO STAMINA", function()
  49.     loadstring(game:HttpGet("https://pastebin.com/raw/V3DKCQTT"))()
  50. end)
  51.  
  52.  
  53. --//Client-Sided-Inf-Cash\\--
  54.  
  55. local CashTab = Window:NewTab("CS-inf-cash")
  56. local Section = CashTab:NewSection("Client-Sided-inf-cash")
  57. Section:NewSlider("A Literal Baseplate", "TIME TRAVELLER!", 99999, 0, function(v) -- 99999 (MaxValue) | 16 (MinValue)
  58.     game.Players.LocalPlayer.leaderstats["Minutes"].Value = v
  59. end)
  60. Section:NewSlider("Blade Ball Wins", "Dam", 99999, 0, function(v) -- 99999 (MaxValue) | 16 (MinValue)
  61.     game.Players.LocalPlayer.leaderstats["Wins"].Value = v
  62. end)
  63. Section:NewSlider("Blade Ball kills", "Dam", 99999, 0, function(v) -- 99999 (MaxValue) | 16 (MinValue)
  64.     game.Players.LocalPlayer.leaderstats["Kills"].Value = v
  65. end)
  66. Section:NewSlider("Hulk Sim 2 Rebths", "A LOTTA REBIRTHS!", 6942021, 0, function(v) -- 6942021 (MaxValue) | 16 (MinValue)
  67.     game.Players.LocalPlayer.leaderstats.Rebirths.Value = v
  68. end)
  69. Section:NewSlider("Hulk Sim 2 Strength", "STRONG BOI!", 6942021, 0, function(v) -- 6942021 (MaxValue) | 16 (MinValue)
  70.     game.Players.LocalPlayer.leaderstats.Strength.Value = v
  71. end)
  72. Section:NewSlider("TSB Kills", "SERIAL KILLER!", 100000, 0, function(v) -- 100000 (MaxValue) | 16 (MinValue)
  73.     game.Players.LocalPlayer.leaderstats.Kills.Value = v
  74. end)
  75. Section:NewButton("Southwest Florida inf-cash (CS!)", "RICH BOI", function()
  76.     game.Players.LocalPlayer.leaderstats.Money.Value = 999999999999999999
  77.  local args = {
  78.         [1] = "Rich BOI",
  79.         [2] = "All"
  80.     }
  81.      
  82.     game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  83. end)
  84. Section:NewButton("1+ Fly Sec (Coins)", "RICH BOI", function()
  85.     game.Players.LocalPlayer.leaderstats.Coins.Value = 1000000000000000000
  86.  local args = {
  87.         [1] = "Rich BOI",
  88.         [2] = "All"
  89.     }
  90.      
  91.     game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  92. end)
  93. Section:NewButton("1+ Fly Sec (Wins)", "Trophy Collector!", function()
  94.     game.Players.LocalPlayer.leaderstats.Wins.Value = 1000000000000000000
  95.  local args = {
  96.         [1] = "[Collector]: I Hold All Trophies!",
  97.         [2] = "All"
  98.     }
  99.      
  100.     game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  101. end)
  102. Section:NewSlider("PLS DONATE", "CHARITY GOD!", 1000000000000000000, 0, function(v) -- 10000000000000 (MaxValue) | 0 (MinValue)
  103.     game.Players.LocalPlayer.leaderstats.Donated.Value = v
  104. end)
  105. Section:NewSlider("PLS DONATE", "RIZZ FOR MONEY!", 1000000000000000000, 0, function(v) -- 10000000000000 (MaxValue) | 0 (MinValue)
  106.     game.Players.LocalPlayer.leaderstats.Raised.Value = v
  107. end)
  108. Section:NewSlider("Car DealerShip", "RIZZ FOR MONEY!", 1000000000000000000, 0, function(v) -- 10000000000000 (MaxValue) | 0 (MinValue)
  109.     game.Players.LocalPlayer.leaderstats.Money.Value = v
  110. end)
  111.  
  112.  
  113. --//Aimbot\\--
  114.  
  115.  
  116. local AimTab = Window:NewTab("Aimbot")
  117. local Section = AimTab:NewSection("Aimbot And Silent Aim")
  118. Section:NewButton("Aimbot Script", "Best aimer", function()
  119.     loadstring(game:HttpGet("https://pastebin.com/raw/Fekc7mgW"))()
  120. end)
  121. Section:NewButton("UnNamed ESP", "Best ESP", function()
  122.     loadstring(game:HttpGet("https://pastebin.com/raw/5EpLgBsA"))()
  123. end)
  124. Section:NewButton("Aimbot V2", "Best Aimer", function()
  125.     loadstring(game:HttpGet("https://github.com/xChonkster/RobloxScripts/blob/main/Misc/aimsp%20v2.lua?raw=true", true))()
  126. end)
  127.  
  128.  
  129. --//Auto Farm's!\\--
  130.  
  131. local AFTab = Window:NewTab("Auto Farm")
  132. local Section = AFTab:NewSection("Auto Farms")
  133. Section:NewToggle("JailBreak", "Auto Farm", function(state)
  134.     if state then
  135.         loadstring(Game:HttpGet("https://raw.githubusercontent.com/RedWirePlatinumTwo/RobloxScripts/main/JailbreakGUI.lua"))()
  136.     else
  137.         loadstring(Game:HttpGet("https://raw.githubusercontent.com/RedWirePlatinumTwo/RobloxScripts/main/JailbreakGUI.lua"))():Destroy()
  138.     end
  139. end)
  140. Section:NewToggle("Blox Fruits", "Auto Farm", function(state)
  141.     if state then
  142.         loadstring(game:HttpGet(("https://raw.githubusercontent.com/koonpeatch/PeatEX/master/BKHAX/BloxFruits"),true))()
  143.     else
  144.         loadstring(game:HttpGet(("https://raw.githubusercontent.com/koonpeatch/PeatEX/master/BKHAX/BloxFruits"),true))():Destroy()
  145.     end
  146. end)
  147. Section:NewToggle("Blox Burg", "Auto Farm", function(state)
  148.     if state then
  149.         loadstring(game:HttpGet("https://raw.githubusercontent.com/PainfulDestroyer/Roblox/main/Scar%20Hub"))()
  150.     else
  151.         loadstring(game:HttpGet("https://raw.githubusercontent.com/PainfulDestroyer/Roblox/main/Scar%20Hub"))():Destroy()
  152.     end
  153. end)
  154. Section:NewToggle("Pet Sim X", "Auto Farm", function(state)
  155.     if state then
  156.         loadstring(game:HttpGet("https://raw.githubusercontent.com/ScriptRUs/Banana/main/PetSimulatorX.lua"))()
  157.     else
  158.         loadstring(game:HttpGet("https://raw.githubusercontent.com/ScriptRUs/Banana/main/PetSimulatorX.lua"))():Destroy()
  159.     end
  160. end)
  161. Section:NewToggle("Greenville", "Auto Farm", function(state)
  162.     if state then
  163.         getgenv().DealerAutoFarm = true
  164.  
  165.         loadstring(game:HttpGet("https://raw.githubusercontent.com/Mstir16/legocheats/main/archive/Greenville/Roadmap%20Dealership%20Autofarm"))()
  166.     else
  167.         getgenv().DealerAutoFarm = true
  168.  
  169.         loadstring(game:HttpGet("https://raw.githubusercontent.com/Mstir16/legocheats/main/archive/Greenville/Roadmap%20Dealership%20Autofarm"))():Destroy()
  170.     end
  171. end)
  172. Section:NewToggle("Legends Of Speed (OP)", "Auto Farm", function(state)
  173.     if state then
  174.         loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Legends%20Of%20Speed/Script.lua"))()
  175.     else
  176.         loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Legends%20Of%20Speed/Script.lua"))():Destroy()
  177.     end
  178. end)
  179.  
  180.  
  181. --//Universal\\--
  182.  
  183. local UniTab = Window:NewTab("Universal GUI")
  184. local Section = UniTab:NewSection("Universal GUI'S")
  185. Section:NewButton("Spanish Hub", "Universal", function()
  186.     loadstring(game:HttpGet("https://pastebin.com/raw/cq01Qm7F"))()
  187. end)
  188. Section:NewButton("Ice Hub", "Universal", function()
  189.     loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
  190. end)
  191. Section:NewButton("Infinite Yield", "Universal", function()
  192.     loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  193. end)
  194. Section:NewButton("Reviz", "Universal", function()
  195.     loadstring(game:HttpGet("https://pastebin.com/raw/9dsrirD5"))()
  196. end)
  197. Section:NewButton("NameLess Admin", "Universal", function()
  198.     loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))()
  199. end)
  200. Section:NewButton("CMD-X", "Universal", function()
  201.     loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))()
  202. end)
  203. Section:NewButton("CMD-X", "Universal", function()
  204.     loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))()
  205. end)
  206. Section:NewButton("Skidded V2", "Universal", function()
  207.     loadstring(game:HttpGet("https://pastebin.com/raw/FHMmgu3f", true))()
  208. end)
  209.  
  210. --//Other\\--
  211.  
  212. local OtTab = Window:NewTab("Other (+)")
  213. local Section = OtTab:NewSection("Others (+)")
  214. Section:NewButton("Harked V2", "Universal", function()
  215.     loadstring(game:HttpGet("https://raw.githubusercontent.com/JxcExploit/Harkedv2-script/main/Leaked-v2hardked"))()
  216. end)
  217. Section:NewButton("Ro-Xploit 6.0", "Universal", function()
  218.     loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()
  219. end)
  220. Section:NewButton("Faded (Da Hood)", "Universal", function()
  221.     _G.Toggles = "V"
  222.      loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded/main/YesEpic", true))()
  223. end)
  224. Section:NewButton("BackDoor SS", "Universal", function()
  225.     loadstring(game:HttpGet(('https://raw.githubusercontent.com/iK4oS/backdoor.exe/master/source.lua'),true))()
  226. end)
  227. Section:NewButton("TOPK3K", "Universal", function()
  228.     loadstring(game:HttpGet("https://pastebin.com/raw/AXwTMNCm"))()
  229. end)
  230. Section:NewButton("SuperHuman", "Universal", function()
  231.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
  232.     game.Players.LocalPlayer.Character.humanoid.WalkSpeed = 600
  233.     --Can Change This!!
  234.     --To Go To Default Change Speed to --16 and jump to --50!
  235. end)
  236.  
  237. --//Credits\\--
  238.  
  239. local CrTab = Window:NewTab("~~Credits~~")
  240. local Section = CrTab:NewSection("Owner - TribalChief1945")
  241. local Section = CrTab:NewSection("Owner Discord - immortal.man")
  242. local Section = CrTab:NewSection("GUI Code - Kavo UI")
  243. local Section = CrTab:NewSection("Thank You For Using")
  244. local Section = CrTab:NewSection("BELONGS TO MANTI V1!")
  245. local Section = CrTab:NewSection("BELONGS REAPERSPLOIT X!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement