Functions: INF ammo, Gun mode, No recoil, No Spread
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
-- Execute this prior to equipping your weapon
-- Once executed you'll have inf ammo so don't reload your firearm as it'll break the gun
for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack["MP5A3"]["ACS_Modulo"].Variaveis:GetChildren())do
if v.Name == "Ammo" then
v.Value = math.huge
end
end