Advertisement
Guest User

Enzy Exploits | Nerf FPS V5.65 Script | Inf Ammo | Rapid Fire | Unlock All Attachment & More

a guest
Apr 16th, 2021
3,067
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. for i, v in pairs(getgc(true)) do
  2. if type(v) == "table" and rawget(v,"firemode") then
  3. v.firemode = 2
  4. v.weight = 0
  5. v.spread = Vector3.new()
  6. v.aimspread = Vector3.new()
  7. v.damage = 900
  8. v.recoily = 0
  9. v.recoilx = 0
  10. v.rate = .05
  11. v.maxclip = 9e9
  12. v.stored = 9e9
  13. v.range = 9e9
  14. end
  15. if type(v) == "table" and rawget(v,"dur") then
  16. v.dur = 0
  17. v.speedweaponleft = 0
  18. v.speedweaponright = 0
  19. v.weaponleft = CFrame.new()
  20. v.weaponright = CFrame.new()
  21. end
  22. if type(v) == "table" and rawget(v,"price") then
  23. v.price = 1
  24. end
  25. end
  26.  
  27. game:GetService("RunService").RenderStepped:Connect(function()
  28. pcall(function()
  29. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  30. end)
  31. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement