Advertisement
Tree_hub

Arsenal Uniware

Feb 3rd, 2023 (edited)
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 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("UniWare Hub V2", "Synapse")
  3.  
  4. local Tab = Window:NewTab("Supported Scripts")
  5.  
  6. local Section = Tab:NewSection("Tower Of Hell | Status 🟢")
  7.  
  8. local Section = Tab:NewSection("Prison Life | Status 🟢")
  9.  
  10. local Section = Tab:NewSection("Bedwars | Status 🔴")
  11.  
  12. local Section = Tab:NewSection("Flag Wars | Status 🟢")
  13.  
  14. local Section = Tab:NewSection("Be A Parkour Ninja | Status 🟢")
  15.  
  16. local Section = Tab:NewSection("Doors | Status 🟢")
  17.  
  18. local Tab = Window:NewTab("Misc")
  19.  
  20. Section:NewToggle("Bunny Hop", "ToggleInfo", function(state)
  21. if state then
  22. if value then
  23. game:GetService("Players")["LocalPlayer"].PlayerGui.GUI.Client.Variables.thirdperson.Value = true
  24. game:GetService('Players').LocalPlayer.DevEnableMouseLock = true
  25. else
  26. game:GetService("Players")["LocalPlayer"].PlayerGui.GUI.Client.Variables.thirdperson.Value = false
  27. game:GetService('Players').LocalPlayer.DevEnableMouseLock = false
  28. end
  29. else
  30. if value then
  31. game:GetService("Players")["LocalPlayer"].PlayerGui.GUI.Client.Variables.thirdperson.Value = false
  32. game:GetService('Players').LocalPlayer.DevEnableMouseLock = true
  33. else
  34. game:GetService("Players")["LocalPlayer"].PlayerGui.GUI.Client.Variables.thirdperson.Value = false
  35. game:GetService('Players').LocalPlayer.DevEnableMouseLock = false
  36. end
  37. end
  38. end)
  39.  
  40. Section:NewToggle("Bunny Hop", "ToggleInfo", function(state)
  41. if state then
  42. J = K;
  43. spawn(function()
  44. while wait()
  45. and J do game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Jump = true
  46. end
  47. end)
  48. else
  49. J = K;
  50. spawn(function()
  51. while wait()
  52. and J do game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Jump = false
  53. end
  54. end)
  55. end
  56. end)
  57.  
  58. local Section = Tab:NewSection("Buttons")
  59.  
  60. Section:NewButton("RGB Gun", "ButtonInfo", function()
  61. local c = 1 function zigzag(X) return math.acos(math.cos(X * math.pi)) / math.pi end game:GetService("RunService").RenderStepped:Connect(function() if game.Workspace.Camera:FindFirstChild('Arms') then for i,v in pairs(game.Workspace.Camera.Arms:GetDescendants()) do if v.ClassName == 'MeshPart' then v.Color = Color3.fromHSV(zigzag(c),1,1) c = c + .0001 end end end end)
  62. end)
  63.  
  64. Section:NewButton("ESP", "ButtonInfo", function()
  65. getgenv().enabled = true --Toggle on/off
  66. getgenv().filluseteamcolor = true --Toggle fill color using player team color on/off
  67. getgenv().outlineuseteamcolor = true --Toggle outline color using player team color on/off
  68. getgenv().fillcolor = Color3.new(0, 0, 0) --Change fill color, no need to edit if using team color
  69. getgenv().outlinecolor = Color3.new(1, 1, 1) --Change outline color, no need to edit if using team color
  70. getgenv().filltrans = 0.7 --Change fill transparency
  71. getgenv().outlinetrans = 0.3 --Change outline transparency
  72.  
  73. loadstring(game:HttpGet("https://raw.githubusercontent.com/zntly/highlight-esp/main/esp.lua"))()
  74. end)
  75. local Tab = Window:NewTab("Main")
  76. Section:NewButton("Rapid Fire", "ButtonInfo", function()
  77. local replicationstorage = game.ReplicatedStorage
  78.  
  79. for i, v in pairs(replicationstorage.Weapons:GetDescendants()) do
  80. if v.Name == "Auto" then
  81. v.Value = true
  82. end
  83. if v.Name == "RecoilControl" then
  84. v.Value = 0
  85. end
  86. if v.Name == "MaxSpread" then
  87. v.Value = 0
  88. end
  89. if v.Name == "ReloadTime" then
  90. v.Value = 0
  91. end
  92. if v.Name == "FireRate" then
  93. v.Value = 0.05
  94. end
  95. if v.Name == "Crit" then
  96. v.Value = 20
  97. end
  98. end
  99. end)
  100. Section:NewButton("Infinite Ammo", "ButtonInfo", function()
  101. while wait() do
  102. game:GetService("Players").LocalPlayer.PlayerGui.GUI.Client.Variables.ammocount.Value = 999
  103. game:GetService("Players").LocalPlayer.PlayerGui.GUI.Client.Variables.ammocount2.Value = 999
  104. end
  105. end)
  106.  
  107. Section:NewButton("Jump Infinitly", "ButtonInfo", function()
  108. loadstring(game:HttpGet'https://pastebin.com/raw/3UfBYaiu')()
  109. end)
  110. end
  111. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement