Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Where it says the numbers you can change the "Bullet speed" & FireFreq --]]
- local newcclosure=newcclosure or function(w)return w end;local getreg=debug.getregistry or getreg;if not getreg then warn("You Need Level 7 executor to use this")end;local aI;local aJ;local aK;local aL;local aM;for aN,aO in pairs(getreg())do if typeof(aO)=="table"then if aO.Pistol then aI=aO.Pistol;aJ=aO.Rifle;aK=aO.RocketLauncher;aL=aO.Shotgun;aM=aO.AK47 end end end;if aI then aI.MagSize=math.huge;aI.FireAuto=true;aI.FireFreq=5000;aI.BulletSpread=0;aI.BulletSpeed=5000;warn("Modded the pistol")end;if aJ then aJ.MagSize=math.huge;aJ.FireAuto=true;aJ.FireFreq=5000;aJ.BulletSpread=0;aJ.BulletSpeed=5000;warn("Modded the rifle")end;if aK then aK.MagSize=math.huge;aK.FireAuto=true;aK.FireFreq=5000;aK.BulletSpread=0;aK.BulletSpeed=5000;warn("Modded the Rocket Launcher")end;if aL then aL.MagSize=math.huge;aL.FireAuto=true;aL.FireFreq=5000;aL.BulletSpread=0;aL.BulletSpeed=5000;warn("Modded the Shotgun")end;if aM then aM.MagSize=math.huge;aM.FireAuto=true;aM.FireFreq=5000;aM.BulletSpread=0;aM.BulletSpeed=5000;warn("Modded the AK5000")end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement