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!

Simple MuGuard Soruce (not finished)

Junior Spellweaver
Joined
Jul 24, 2007
Messages
139
Reaction score
30
Re: [Release] Simple MuGuard Soruce (not finished)

The best way is memory checking. Hacks must edit some value in main for make it work.
For example WPE PRO is very easy to detect, no Windows Title Name or proccess name, just
need to see WSARecv() API.

WPE PRO injects his module in WSARecv() API, so its very easy to detect it.
 
iNewLegend , Leo123
Joined
Apr 26, 2006
Messages
296
Reaction score
81
Re: [Release] Simple MuGuard Soruce (not finished)

yea the best method it compare memory of running process and check who run the main.exe
for exampe if it isnt the explorer.exe so give a msg.. like f1x one.. this is anti hack noob version
 
Newbie Spellweaver
Joined
Sep 17, 2007
Messages
49
Reaction score
3
Re: [Release] Simple MuGuard Soruce (not finished)

Help !!!

============== MuGuard - Debug ==============

Assembling: Module1
Module1.asm(147) : error A2006: undefined symbol : TextOut

Errors ocurred.

Complier Easy Code Asm T_T Help
 
Joined
Oct 8, 2006
Messages
446
Reaction score
27
Re: [Release] Simple MuGuard Soruce (not finished)

mmm yeah but some of the problem of the people is when they try to compile that....and i need how to find the offsets or just someone have the same main used on this proyect?
 
iNewLegend , Leo123
Joined
Apr 26, 2006
Messages
296
Reaction score
81
Re: [Release] Simple MuGuard Soruce (not finished)

Help !!!

============== MuGuard - Debug ==============

Assembling: Module1
Module1.asm(147) : error A2006: undefined symbol : TextOut

Errors ocurred.

Complier Easy Code Asm T_T Help

you need add GDI to your project..
 
Experienced Elementalist
Joined
Apr 15, 2008
Messages
256
Reaction score
0
Re: [Release] Simple MuGuard Soruce (not finished)

gj leo! Hope someone finishes it
 
Back
Top