Quote:
BYTE JmpShortMnemonic = 0xEB;
MemcpyEx(0x0050502e,(DWORD)&JmpShortMnemonic,1);
|
Use with Thiesius' Easy DLL creation tutorial, can't be that hard.
..or not.
You can also unpack engine.exe (or make your own (recommanded)) and hex edit it
the offset remains 0x0050502e - 0x00400000 anyway.
This just jumps all the way over all that "client iz already runningz nubz" ****, right after the Mutex check.
Good luck with it.
..or not.