Advertisement
Anonymouse10101

War Simulator [Free Script]

Sep 7th, 2020
20,790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. --[[
  2. Scripts: Frefen
  3. War Simulator
  4. Exploit Supported:
  5. -1-.Sirhurt
  6. -2-.Synapse X
  7. -3-.Sentinel
  8. ]]
  9.  
  10. for i, v in pairs(getgc(true)) do
  11. if type(v) == 'table' then
  12. if rawget(v, 'mag') and rawget(v, 'recoil') then
  13. v.mag = 100;
  14. v.fire_rate = 1600;
  15. v.fire_mode = "auto";
  16. v.pellets = 7;
  17. v.fire_distance = 300;
  18. v.spread = 1
  19. v.recoil = function() end
  20. end
  21. end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement