Request on Map Click and autoblock

09/18/2013 09:22 VirusBastard#1
Huhu can anyone Support me with the right Pattern for onmapclick. Last Pattern i found didnt get to a right Adress. Also anyone knows what Kind of packets give autoblock? Not talking about impmixing but running attacking etc.
09/20/2013 00:36 meak1#2
autoblock = trade packets, imp packet and 0x0F(character information error) packet.

Code:
DWORD OnMap = SearchPattern("55 8B EC 81 EC x x x x 83 3D x x x x x 0F 85 x x x x",0x00400000,0x007FFFFF);
09/20/2013 02:07 katze123#3
oder geons mit preis senden :-D
09/20/2013 22:19 VirusBastard#4
Hatte ich alles nicht^^ hab dem Support nochmal geschrieben. Konnte es bisher auch nicht rekonstruieren:/ danke für die Pattern. Test ich morgen mal.
Nachtrag:
Meine send sieht folgend aus:
__declspec( naked ) int SendPacket(BYTE Header,LPCSTR szFormat,...)
{
__asm push ebp;
__asm mov ebp, esp;
__asm sub esp, 18h;
__asm jmp dwEngineBack;
}
Ist die andere fürn int besser?