MADE BY wal1
FEATURE:
- AVOID ANTI-BAN TO UR ALT
- .
- NOTE FROM DEV:
- If you get banned in this game they can detect if you’re on an alt and your other account has been banned, so this script bypasses that.
- .
- put this script in your auto execute
GAME LINK:
UNDERTALE TEST PLACE REBORN
SCRIPT:
local Old; Old = hookfunc(pcall, function(f, ...)
if not checkcaller() and islclosure(f) and table.find(getconstants(f), "UserSettings") then
hookfunc(pcall, Old)
return false
end
return Old(f, ...)
end)