Working MuGuard Source

Re: [Release] Working MuGuard Source

when you say sever said what u mean ?
main send to server process list ? or what :D xD
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 :D?:?:

i mean fixing GS code mistakes,
for example jewelmix bug, server sied code just accepts jewel mixing and unmixing packets without full check, just checks for use of chaos box


or take a look at RecvPositionSetProc - it's a crazy one function :D


i don't know about new versions of gs, but old gses don't check attack distance, attack mobs in tarkan from lorencia :D


what about attacking in non-attack area? gs has check for map attribute, but it's wrong, some bytes to fix and will never be able to attack in non-attack area =)


a lot of examples =) and this things can easily be fixed =)


PS talking about muguard
here is a cute bot :D

zolamu - Working MuGuard Source - RaGEZONE Forums
 
Re: [Release] Working MuGuard Source

i mean fixing GS code mistakes,
for example jewelmix bug, server sied code just accepts jewel mixing and unmixing packets without full check, just checks for use of chaos box


or take a look at RecvPositionSetProc - it's a crazy one function :D


i don't know about new versions of gs, but old gses don't check attack distance, attack mobs in tarkan from lorencia :D


what about attacking in non-attack area? gs has check for map attribute, but it's wrong, some bytes to fix and will never be able to attack in non-attack area =)


a lot of examples =) and this things can easily be fixed =)


PS talking about muguard
here is a cute bot :D

zolamu - Working MuGuard Source - RaGEZONE Forums

LOL :lol: thanks for info dude
maybe some day some guy will make Keyboard Guard XD :D
 
Re: [Release] Working MuGuard Source

How can I use it to my launcher?
//
char* Temp = GetCommandLine();
if(Temp[9] != 0x63)
{
MessageBoxA(0,"Please use lancher.","MuGuard V1.0 by leo123",0);
ExitProcess(0);
// }
 
Re: [Release] Working MuGuard Source

i understanded this char* Temp = GetCommandLine(); that if you try to use command line to launch main.exe it says that eh? correct me if im wrong

I thought so too but even I'm running with launcher it is still giving me the pop message that I should run it with launcher and I dont want to remove this funtion coz my launcher is also my updater.

This I dont know how to get ==> 'Temp[9] != 0x63'
 
Re: [Release] Working MuGuard Source

any pro can make a video how to get 32 bytes of the offset
it wll help many dont know how to do
like me hehe
hope some one can make for newbi
thx
 
Re: [Release] Working MuGuard Source

If Run as Hack Program with Administrator and main+dll run normal. DLL can't find hack!
How to fix it!

Yes, all work fine, but if we run hack programm with administrator , muguard don't work (

Can you fix that?


Thx for this GREAT RELEASE i'm very glad , but ...
 
Re: [Release] Working MuGuard Source

Use your brain and search function.

It's allready post all the guids and hacks offsets.


Sorry, but I am noobie to, I working on it 1 week and done)
 
Back