The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Aimblox BETA script pastebin roblox
By LINK GAME on 2024-09-20 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  for i,v in pairs(getgc(true)) do
  2.    if type(v) == "table" then
  3.        if rawget(v,"Ammo") then
  4.            rawset(v,"Ammo",9e+99)
  5.            rawset(v,"MaxAmmo",9e+99)
  6.            rawset(v,"FiringMode","Auto")
  7.            rawset(v,"MaxSpread",0)
  8.            rawset(v,"RPM",50000)
  9.            rawset(v,"Recoil",nil)
  10.            rawset(v,"Spread",0)
  11.            rawset(v,"VerticalRecoil",0)
  12.            rawset(v,"HorizontalRecoil",nil)
  13.        end
  14.    end
  15. end