too old
Printable View
too old
approved
finally someone do something usefull for mu.
talk to me on msn bro :)
very nice, finally a good anti hack release. Does it block port sniffers? :P
nice :) very good
Hook Main ?
hey boy, maybe it works in season II mains?
it does, if you add the sniffer packets to it :rolleyes:
not if you bundle the dll to the main, encrypt it and then make checksum - atleast none lame ass hackers wont try :P:
OFFTOP: you should make [Release] Working MiniMap Source xD
yea but if we inject it into the main it should be good..
:rolleyes:
here is download :
http://rapidshare.com%2Ffiles%2F1858...Guard.rar.html
it works for any main
i just need to Load the dll using LoadLibrayA
and find the Loaded Proc using GetProcAddress..
protection uses user mode api to get process list, there are severel tools that can hide any program from user mode apis, so target hack program won't be visible for dll, even if it's encrypted \=
Please Put A guide to how the DLL Hook
Plzzzzzz
Nice MuGuard Please guide
Compiler VS 2005 ?
How i configure this:
What is "Temp[9]"?? I dont understand GetCommandLine, Temp[9].Code:char* Temp = GetCommandLine();
if(Temp[9] != 0x63)
{
MessageBoxA(0,"Please use lancher.","MuGuard V1.0 by leo123",0);
ExitProcess(0);
}
I think it's good.