Advertisement
SUGARHILLCODING

FREE Roblox arsenal silent aim and esp script

Jan 16th, 2023
3,310
2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.69 KB | Gaming | 2 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Keems Arsenal Hub", "Midnight")
  3. -- MAIN
  4. local Main = Window:NewTab("Aim Functions")
  5. local MainSection = Main:NewSection("Silent Aim")
  6.  
  7.  
  8. MainSection:NewButton("Silent Aim", "When you miss an enemy it still counts as a kill/hit", function()
  9.     loadstring(game:HttpGet('https://pastebin.com/raw/EnSX9RiH'))()
  10. end)
  11.  
  12. local Main = Window:NewTab("WallHacks")
  13. local MainSection = Main:NewSection("ESP")
  14.  
  15. MainSection:NewButton("Wall Hacks", "See enemys threw walls", function()
  16.     loadstring(game:HttpGet('https://pastebin.com/raw/ATR43CCt'))()
  17. end)
  18.    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement