Find any script for Roblox

Enter the name of the game or script.

Script – Prison Life

Thank you for using our website
Your script:

NO KEY

_G.loop = true
       while _G.loop == true do wait(0.5)
              for i, v in next, debug.getregistry() do
                  if type(v) == "table" then
                      if v.Bullets then
                      v.AutoFire = true
                      v.FireRate = 0.0001
                      v.Range = 9999999999
                      v.ReloadTime = 1
                    v.Spread = 0
                  end
              end
          end
      end