Advertisement
simplemoney

inf ammo roblox script (free use)

Jul 14th, 2022
749
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. function SCRIPT_YJKA67_FAKESCRIPT() -- INFAMMO.Script
  2. local script = Instance.new('Script')
  3. script.Parent = INFAMMO
  4. local newcclosure = newcclosure or function(f)
  5. return f
  6. end
  7.  
  8. local getreg = debug.getregistry or getreg
  9.  
  10. if not getreg then
  11. warn("Your exploit does not support the functions required for this script")
  12. end
  13.  
  14. local make_writeable = setreadonly or make_writeable or changereadonly or change_writeable
  15.  
  16. function hax()
  17. for _,o in pairs(getreg()) do
  18. if typeof(o) == "table" then
  19. make_writeable(o,false)
  20. o.FireRate = 0
  21. o.AutoFire = true
  22. o.Range = 10000
  23. o.ReloadTime = 0
  24. o.Damage = 500
  25. o.MaxAmmo = math.huge
  26. o.CurrentAmmo = math.huge
  27. o.StoredAmmo = math.huge
  28. end
  29. end
  30. end
  31.  
  32. hax()
  33.  
  34. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  35. hax()
  36. end)
  37.  
  38. end
  39. coroutine.resume(coroutine.create(SCRIPT_YJKA67_FAKESCRIPT))
  40. function SCRIPT_KVSB72_FAKESCRIPT() -- INFAMMO.LocalScript
  41. local script = Instance.new('LocalScript')
  42. script.Parent = INFAMMO
  43. local newcclosure = newcclosure or function(f)
  44. return f
  45. end
  46.  
  47. local getreg = debug.getregistry or getreg
  48.  
  49. if not getreg then
  50. warn("Your exploit does not support the functions required for this script")
  51. end
  52.  
  53. local make_writeable = setreadonly or make_writeable or changereadonly or change_writeable
  54.  
  55. function hax()
  56. for _,o in pairs(getreg()) do
  57. if typeof(o) == "table" then
  58. make_writeable(o,false)
  59. o.FireRate = 0
  60. o.AutoFire = true
  61. o.Range = 10000
  62. o.ReloadTime = 0
  63. o.Damage = 500
  64. o.MaxAmmo = math.huge
  65. o.CurrentAmmo = math.huge
  66. o.StoredAmmo = math.huge
  67. end
  68. end
  69. end
  70.  
  71. hax()
  72.  
  73. game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
  74. hax()
  75. end)
  76.  
  77. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement