Spa0x

Those Who Remains Script

Feb 11th, 2021
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. for i,v in next, getgc(true) do
  2. if typeof(v) == "table" and rawget(v, "VerticleRecoil") then
  3. v.VerticleRecoil = math.rad(0)
  4. v.HorizontalRecoil = math.rad(0)
  5. v.RecoilShake = 0
  6. v.AmmoPickup = 9e9
  7. v.Distance = 9e9
  8. v.Range = 9e9
  9. v.Type = "Auto"
  10. v.MaxPen = 100
  11. end
  12. end
  13.  
  14. for i,v in next, getgc(true) do
  15. if typeof(v) == "table" and rawget(v, "Time") then
  16. v.Time = 0.01
  17. v.Number = 0.01
  18. end
  19. end
Advertisement
Add Comment
Please, Sign In to add comment