Simple Basketball infinite money

MADE BY poopnoob

FEATURE:

  • INFINITE MONEY
  • .
  • https://www.roblox.com/games/9120036461/Simple-Basketball

SCRIPT:

local settings = {repeatamount = 99, exceptions = {"SayMessageRequest"}}

local mt = getrawmetatable(game)
local old = mt.__namecall
setreadonly(mt, false)

mt.__namecall = function(uh, ...)
  local args = {...}
  local method = getnamecallmethod()
  for i,o in next, settings.exceptions do
      if uh.Name == o then
          return old(uh, ...)
      end
  end
  if method == "FireServer" or method == "InvokeServer" then
      for i = 1,settings.repeatamount do
          old(uh, ...)
      end
  end
  return old(uh, ...)
end

setreadonly(mt, true)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!