Advertisement
Honansik

Mad City Infinite Ammo Script

Nov 25th, 2021
1,011
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. for i, v in pairs(getgc()) do
  2.     if type(v) == "function" and getinfo(v).name == "Reload" then
  3.         debug.setupvalue(v, 2, math.huge)
  4.     end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement