Advertisement
ben10keil5

Fat Hub Arsenal

May 21st, 2022
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.75 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("FatHub", "BloodTheme")
  3. local Tab = Window:NewTab("Local Player")
  4. local Section = Tab:NewSection("Walk speed")
  5. Section:NewSlider("Walkspeed", "Increases Your Walk speed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  6. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  7. end)
  8. local Section = Tab:NewSection("Jump Height")
  9. Section:NewSlider("JumpHeight", "Increases Your Jump Height", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  10. game.Players.LocalPlayer.Character.Humanoid.JumpHeight = s
  11. end)
  12. local Tab = Window:NewTab("Admin")
  13. local Section = Tab:NewSection("Admin")
  14. Section:NewButton("Infinite Yield", "Made by Edge#3467, Moon#6245 and many more", function()
  15. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  16. end)
  17. Section:NewButton("DomainX", "Made by shlex#0001 and many more devs", function()
  18. loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/DomainX/main/source',true))()
  19. end)
  20. Section:NewButton("CMD-X", "Made by pigeon#8951, fini#7057 and Curvn#2002", function()
  21. loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))()
  22. end)
  23. Section:NewButton("Fates Admin", "Made by fate#5647, Iaying#6564 and Shawn#2000", function()
  24. loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))();
  25. end)
  26. local Tab = Window:NewTab("Arsenal")
  27. local Section = Tab:NewSection("Arsenal")
  28. Section:NewButton("Arsenal Server Crasher", "Made by WetCheezit#4345", function()
  29. while task.wait() do
  30. for i,v in pairs(game.Players:GetPlayers()) do
  31. if (v.Character) then
  32. game:GetService("ReplicatedStorage").Events.Fire:FireServer(v.Character.HumanoidRootPart.Position)
  33. end
  34. end
  35. end
  36. end)
  37. Section:NewButton("Kill All Arsenal", "Made by ???", function()
  38. local a=0
  39. local b="AWP"
  40. for _,v in pairs(game.ReplicatedStorage.Weapons:GetChildren())do
  41. if v:FindFirstChild("DMG")then
  42. if v.DMG.Value>a then
  43. a=v.DMG.Value
  44. b=v
  45. end
  46. end
  47. end
  48. game.RunService.RenderStepped:Connect(function()
  49. if game.Players.LocalPlayer.Status.Team.Value~="Spectator"then
  50. if not(game.ReplicatedStorage.wkspc.Status.RoundOver.Value or game.ReplicatedStorage.wkspc.Status.Preparation.Value)then
  51. for _,v in pairs(game.Players:GetChildren())do
  52. if v.Team~=game.Players.LocalPlayer.Team or game.ReplicatedStorage.wkspc.FFA.Value then
  53. if v.Character and not v.Character:FindFirstChild("ShuckyHAX")and v.Character:FindFirstChild("Spawned")and v~=game.Players.LocalPlayer then
  54. game:GetService("ReplicatedStorage").Events.Burn:FireServer(
  55. {
  56. ["Parent"]=v.Character,
  57. ["CFrame"]=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  58. },
  59. game.ReplicatedStorage.Weapons["Golden Gun"],
  60. .99
  61. )
  62. game:GetService("ReplicatedStorage").Events.Burn:FireServer(
  63. {
  64. ["Parent"]=v.Character,
  65. ["CFrame"]=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  66. },
  67. b,
  68. 1
  69. )
  70. end
  71. end
  72. end
  73. elseif game.ReplicatedStorage.wkspc.Status.RoundOver.Value then
  74. local a=true
  75. for _,v in pairs(game.Players:GetChildren())do
  76. if v~=game.Players.LocalPlayer then
  77. if v.Character then
  78. if v.Character and getsenv(game.Players.LocalPlayer.PlayerGui.GUI.Client).gun and not v.Character:FindFirstChild("ShuckyHAX")and v.Character:FindFirstChild("Spawned")and v~=game.Players.LocalPlayer then
  79. if v.Team~=game.Players.LocalPlayer.Team or game.ReplicatedStorage.wkspc.FFA.Value then
  80. if not v.Character.HumanoidRootPart:FindFirstChild("Engulfed")then
  81. game.ReplicatedStorage.Events.Burn:FireServer(
  82. v.Character.Head,
  83. b,
  84. 1,
  85. v.Character.Head.Position)
  86. if a then
  87. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=v.Character.HumanoidRootPart.CFrame
  88. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  89. a=false
  90. end
  91. end
  92. end
  93. end
  94. end
  95. end
  96. end
  97. end
  98. end
  99. end)
  100. end)
  101. Section:NewButton("Dex Hub V3", "Made by DexNull", function()
  102. loadstring(game:HttpGet("https://raw.githubusercontent.com/HonestlyDex/DexHub/main/V3.lua"))()
  103. end)
  104. Section:NewButton("Snow Hub RED", "Made by trill#0008", function()
  105. loadstring(game:HttpGet("https://snowhub.dev/robloxscripts/Init", true))()
  106. end)
  107. local Tab = Window:NewTab("Credits")
  108. local Section = Tab:NewSection("Credits to xHeptc for Ui Lib")
  109. local Section = Tab:NewSection("Credits to all the script's creators")
  110. local Section = Tab:NewSection("Credits to Fat#3323 for putting this all together")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement