hat das mal jemand ausprobiert?Quote:
:) Wie man aber an dem openDat sieht bleiben sie nicht immer gleich :o
Finde grad meine Source nicht, nur ne txt datei...
Zwar nicht viel aber immerhin etwas :D...
gibt einem die aktuell anvisierte ID wieder...nützlich für Rush :D oder auch als ic im pvp/cw :D
aaaach noch ne frage...gehn die pattern für chat auch mit kocp/koem?Code:BYTE pAID[] = {0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x2D, 0x03, 0x30, 0x03, 0x13, 0x30, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x33, 0x03, 0x36, 0x03, 0x54}; const char * mAID = "???xxxxxxxxx???????xxxx";
habe immer nen gui benutzt & sowas nicht gebraucht..
0070EAEC+94
// Log
BYTE pKChatLog[] = {0x55,0x8B,0xEC,0x83,0x3D,0x00,0x00,0x00,0x00,0x00,0x74,0x17,0x8B,0x45,0x10,0x50};
char * cKChatLog = "xxxxx?????xxxxxx";
// Chat
BYTE pKChat[] = {0x55,0x8B,0xEC,0x83,0x3D,0x48,0x2B,0x86,0x00,0x00,0x74,0x17,0x8B,0x45,0x10,0x50};
char * cKChat = "xxx????????xxxx";
KChat_v = dwFindPattern( 0x00400000,0x00700000,pKChat,cKChat);
printf("[KChat Address]: 0x%x\n",KChat_v);
KChatLog_v = dwFindPattern( KChat_v+1,0x00700000,pKChatLog,cKChatLog);
printf("[KChatLog Address]: 0x%x\n",KChatLog_v);
void PrintfLog(char* msg,int color,...){
((KChatLog)KChatLog_v)(msg,color,1);
}
bau ich mal ein ;)Quote:
is ganz simpel mit searchpattern =/
Hier für den ChatLog also die box dadrüber^^
Und wird so benutzt...PHP Code:// Log
BYTE pKChatLog[] = {0x55,0x8B,0xEC,0x83,0x3D,0x00,0x00,0x00,0x00,0x00,0x74,0x17,0x8B,0x45,0x10,0x50};
char * cKChatLog = "xxxxx?????xxxxxx";
// Chat
BYTE pKChat[] = {0x55,0x8B,0xEC,0x83,0x3D,0x48,0x2B,0x86,0x00,0x00,0x74,0x17,0x8B,0x45,0x10,0x50};
char * cKChat = "xxx????????xxxx";
KChat_v = dwFindPattern( 0x00400000,0x00700000,pKChat,cKChat);
printf("[KChat Address]: 0x%x\n",KChat_v);
KChatLog_v = dwFindPattern( KChat_v+1,0x00700000,pKChatLog,cKChatLog);
printf("[KChatLog Address]: 0x%x\n",KChatLog_v);
Edit: wenn ihr es hooked wäre es auch ganz nützlich glaube =o, zb. könnte man dann speichern zb. was gedroppt ist...PHP Code:void PrintfLog(char* msg,int color,...){
((KChatLog)KChatLog_v)(msg,color,1);
}
Wäre ganz gut wenn man Kal minimiert hat, maximieren nach paar Stunden MEGAAAAAAAAAA LAGGGGG Xd
DWORD pHeight = SearchPattern("55 8B EC 81 EC 94 00 00 00 D9 45 08 D8 35 x x x x D9 5D 08",0x00400000,0x007FFFFF);
typedef float (__cdecl * oHeight)(float X, float Y);
int Height(int X, int Y)
{
return (int)((oHeight)pHeight)(X-262144,Y-262144)*10;
}
gonna add it tommorow and reupload source , thanks for youre contribution..Quote:
I just released this.. [Only registered and activated users can see links. Click Here To Register...] go add it to your collection ;)
PHP Code:DWORD pHeight = SearchPattern("55 8B EC 81 EC 94 00 00 00 D9 45 08 D8 35 x x x x D9 5D 08",0x00400000,0x007FFFFF);
typedef float (__cdecl * oHeight)(float X, float Y);
int Height(int X, int Y)
{
return (int)((oHeight)pHeight)(X-262144,Y-262144)*10;
}