Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local getreg = debug.getregistry or getreg
- if not (getreg) then
- error("Ur exploit is mega loser.");
- end
- --made by shit manz (magik manz) legit the most easy system you could ever make a script for.
- for i,v in pairs(getreg()) do
- if typeof(v) == "table" then
- if v.Pistol then
- local gun = v.Pistol
- gun.CamShakeMagnitude = 0
- gun.FireAuto = true
- gun.MagSize = math.huge
- gun.FireFreq = 100
- gun.BulletsPerShot = 5
- gun.BulletSpread = 0
- gun.BulletSpeed = 900
- gun.Damage = 100
- end
- end
- end
Add Comment
Please, Sign In to add comment