Advertisement
JacobRoblox

Untitled

Apr 27th, 2020
947
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. --// Written by Unverified
  2.  
  3. for i, v in next, (getgc(true)) do
  4. if (type(v) == "table" and rawget(v, "damage")) then
  5. v.firerate = 0.00001 -- Fast Fire
  6. v.damage = math.huge -- Insta Kill / I'm aware that some guns instant-kill but some don't so I just made this it does kill them instantly
  7. v.automatic = true -- Automatic Weapon
  8. v.velocity = 50000 -- No Spread
  9. v.gadgetDamage = math.huge -- Insta Gadget Damage
  10. v.additionalspeed = 10 -- Fast Bullets
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement