Advertisement
CREONIX

TCB: Ammo Dispenser | EXPLOIT

Aug 2nd, 2017
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. /*
  2.  
  3. TCB: Ammo Dispenser
  4. Exploit free ammo
  5.  
  6. */
  7.  
  8. for k,v in pairs(GAMEMODE.AmmoTypes) do
  9.  
  10.     net.Start("TCBBuyAmmo")
  11.  
  12.     net.WriteTable( {nil,v.ammoType,nil,"0","999999"} )
  13.  
  14.     net.SendToServer()
  15.  
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement