local g=getgc(true)
for _,t in next,g do
if type(t)=="table" then
if rawget(t,"Global") then
t.Global.HeadshotMultiplier=100
t.Global.LimbMultiplier=50
end
if rawget(t,"Name") and rawget(t,"Damage") then
t.Damage=9999
t.FireRate=0.030
t.MagazineSize=999
t.Range=1e6
t.MaxRange=1e6
t.ReloadTime=0
t.ImpactForce=1e6
t.Spread=0
t.AimSpread=0
t.AimRecoilMult=0
if rawget(t,"Recoil") then
t.Recoil.Kick=Vector3.new(0,0,0)
t.Recoil.Rot=Vector3.new(0,0,0)
t.Recoil.CameraKick=0
end
t.FireMode="Auto"
end
end
end
Comments
No comments yet
Be the first to share your thoughts!