yea i just found it out.Quote:
Cause it's try to start the dll like a .exe, but normally the compilation is done, just press ok and inject the dll.
nice rainbow "unknow command"Quote:
yea i just found it out.
works perfectly now, thanks!
[Only registered and activated users can see links. Click Here To Register...]
if(strstr(Command, "/mycommand1"))
{
// Do ur stuff
}
else if(strstr(Command, "/mycommand2"))
{
// Do ur stuff
}
else if(strstr(Command, "/mycommand3"))
{
// Do ur stuff
}
// You can repeat the elseif how many as you want
else
{
// For unknow command
}
else if(...) {}
Thanks..Quote:
What you do:
What you need to do:Code:if (...) { else if (...) { } }
Code:if(...) { } else if(...) { }
WriteASM((DWORD)GetModuleHandle(0) + 0x11E142, (DWORD)"\xD9", 1);
WriteASM((DWORD)GetModuleHandle(0) + 0x11E142, (DWORD)"\xDB\x90\x90\x90\xE5\x5D\x83", 7);