- Joined
- Apr 26, 2006
- Messages
- 296
- Reaction score
- 81
too old
Last edited:
very nice, finally a good anti hack release. Does it block port sniffers?![]()
very nice, finally a good anti hack release. Does it block port sniffers?![]()
good, but easy to bypass =(
good, but easy to bypass =(
char* Temp = GetCommandLine();
if(Temp[9] != 0x63)
{
MessageBoxA(0,"Please use lancher.","MuGuard V1.0 by leo123",0);
ExitProcess(0);
}
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 \=
How i configure this:
Code:char* Temp = GetCommandLine(); if(Temp[9] != 0x63) { MessageBoxA(0,"Please use lancher.","MuGuard V1.0 by leo123",0); ExitProcess(0); }
What is "Temp[9]"?? I dont understand GetCommandLine, Temp[9].
Please Put A guide to how the DLL Hook
Plzzzzzz
Nice MuGuard Please guide
Compiler VS 2005 ?
yea , hmmm maybe we can code a function that use ASM to get list of running programs ?
anyway you want help me to make some good AntiHack ?
Server = Mu Server = Where you clients can't get access.when you say sever said what u mean ?
main send to server process list ? or whatxD
or server send packet to check is is there exist 3rd tool ?
or for example how can ServerSide know if the main use WPE PRO or someting?:?: