This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| task.wait(1) | |
| -- ============================================ | |
| -- ЗАЩИТА ОТ АНТИЧИТА | |
| -- ============================================ | |
| if not getgenv().__UNIVERSAL_AC_BYPASS then | |
| local old_debug_info = clonefunction and clonefunction(debug.info) or debug.info | |
| local old_debug_getinfo = clonefunction and clonefunction(debug.getinfo) or debug.getinfo | |
| if hookfunction and newcclosure then |