Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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

WowIwasSuperCringeB4
Loyal Member
Joined
Jun 21, 2008
Messages
1,297
Reaction score
226
What exactly do these two programs, "InjeX" and "AC Tools" do?

If you really want to detect cheats.. like a real anticheat.. you're going to need a lot more work/knowledge than "FindWindow" searching.

If you know what they do.. I can better help you write code that will beat them. But if you're trying to stop memory editing tools like trainers, good luck doing much without a rootkit of some kind.

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:
 
Back
Top