• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

RESOLVED[c++]how to Kill Processes containing word like Injector.exe

WowIwasSuperCringeB4
Loyal Member
Joined
Jun 21, 2008
Messages
1,297
Reaction score
226

uhh those are injectors lol
 
Master Summoner
Joined
Oct 7, 2008
Messages
580
Reaction score
15
That's nice.

"Injectors".. that's a pretty bad term.... those are actually strings, which match the window titles of some open windows on someone's machine and they may or may not inject things into other software.
Omg
i already coded an Anti injection as well as CE detector
i just needed this to block Macros such as ACTools its hard to detect.
 
Junior Spellweaver
Joined
Oct 29, 2004
Messages
102
Reaction score
0
what if the user hex the actools exe and changes the title of the window?...
 
Legendary Battlemage
Joined
Dec 26, 2008
Messages
609
Reaction score
14
uh... I need help.. when i hit compile it has a red line on.. " void CloseHack()
{
PostMessage (FindWindow(0,"InjeX"),WM_CLOSE,0,0);
PostMessage (FindWindow(0,"AC Tools"),WM_CLOSE,0,0);
}
"
how do we fix this? D: