Hey guys, you can use this tool I made to undetect hacks you have.
This tool is the _real_ deal, it won't simply add bytes to your hack, or scramble a few pieces of empty data, but it will actually encrypt your hack with a polymorphic stub each time you use this tool on a hack!
This means that the hack will, most likely, be fully undetectable by nexon. Each time your hack goes detected you can simply run this tool again!
[notes]
To all programmers:
If you want this tool to be able to work efficiently with your hack,
turn reallocation off! Also turn dynamic base address off! This is absolutely vital if you don't want the hack to crash when it's packed! Finally make sure all the code in your program is located in 1 section. The crypter can handle multiple executable sections, but I haven't tested it and it results in a much larger hack. Do not pack the hack before using this tool, multiple packers don't play nice with each other.
Sourcecode is included for you guys, if you can actually make sense of my spaghetti
To everyone:
If the tool should fail, and the hack doesn't work (crashes) run it again on a clean hack (not the one that just crashed). If the hack is still detected after trying a few times, then the programmer of that hack had multiple executable sections or hasn't turned reallocation or dynamic base addresses off. You can ask him to do so, or search for another packer.
[scans]
Crypter.rar - Jotti's malware scan
https://www.virustotal.com/file/cc48...is/1344948893/
[usage]
Extrac sCrypt.rar
Open cmd
Go to the folder with sCrypt.exe and your detected hack
Type sCrypt detected_hack.dll numbers-here
Example: sCrypt detected.dll 62362
All done