View difference between Paste ID: 3sPDsX4A and j8kgLTBG
SHOW: | | - or go back to the newest paste.
1
local getreg = debug.getregistry or getreg
2
3
if not (getreg) then
4
   error("Ur exploit is mega loser.");
5
end
6
--made by shit manz (magik manz) legit the most easy system you could ever make a script for. 
7
for i,v in pairs(getreg()) do 
8
    if typeof(v) == "table" then
9
        if v.Pistol then
10
            local gun = v.Pistol
11
            gun.CamShakeMagnitude = 0
12
            gun.FireAuto = true
13
            gun.MagSize = math.huge
14
            gun.FireFreq = 100
15
            gun.BulletsPerShot = 5
16
            gun.BulletSpread = 0
17
            gun.BulletSpeed = 900
18
            gun.Damage = 100
19
        end
20
    end
21
end