1. local old
  2. for i,v in next, getgc(true) do
  3. if typeof(v) == 'function' and debug.getinfo(v).name == "OwnsGamepass" then
  4. old = hookfunction(v, function()
  5. return true
  6. end)
  7. end
  8. end