Pa plugin that allows you to block dangerous functions that are used for stealers, filters them, and if the request turned out to be dangerous, it blocks them. Has no dependencies, can work with SAMPFuncs and won't break it. Works on any scripts/plugins: .sf, .lua, .luac, .dll, .asi, .cs, .cleoetc. The whole process is logged and can be read in the file: "!0AntiStealerByDarkP1xel.LOG". Do not change the name of the plugin to load first and catch all events.
The log file has sections with different names. Each section is different: [OK] - Ordinary situation. [ERROR] - An error has been detected. [WARNING] - Warns about a dangerous function, but does not block it for the purposes of most scripts. In most cases, these data are needed by advanced users. [PATCHED] - The feature has been patched. This means that most likely you have a stealer in your game folder that wanted to send data to an attacker, but AntiStealer prevented him.
If your game crashes after installing this plugin, then this may not be an AntiStealer problem. This is most likely due to the fact that the stealer that you have installed failed to send data to the server, but did not check it and continued to work with empty data. I noticed these errors in the stealer from Karabawka.
Show SpoilerHide Spoiler
V1.4 * Database update. * Detachment from Wininet.DLL and Urlmon.DLL libraries. * Added display of file name in URLDTF function.
V1.3 * Database update. * Added patch for URLDTF. * Added Ex functions. * Improved catching method in some functions.
V1.2 * Database updated. * Added support for Unicode functions. * The plugin no longer floods. * Minor fixes.
V1.1 * Added plugin loading patch with database of known stealer files.