can you please explain what is this 'process name' as in a source code of an application ? I still don't know what that really is and been asking it for ages without getting a satisfying answer
For example MHS Bot, if I run the source code of the script raw without any changes via autoIT, there is no ban happened, but the exe file comes with it which I assumed it's compiled directly from the same distributed source code, got banned.
and also when I wrote this SmurfIT, I didn't put any process name or whatever it is in the source, or is it handled automatically by the compiler I dunno, but I didn't put any process name in it.
What I got from digging google and answers from people I asked, a ban will happen if they detect the same MD5 generated by the exe file, it's like an ID for a file, so if we run a script directly from the compiler they won't find anything, but the exe file is already blacklisted by detecting the MD5 of the file. cmiiw and please educate me on this.