Hey, i just tried to get tradehack to work with pservers that have koemv2, i tried to send
Quote:
|
SendP(0x1c,"bbbbbbbbb", 0x01, 0x20, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x00);
|
But i got expelled, so i searched for some answers and i found this:
Quote:
Trade Hack Private/Int Server
(I T E M) (SLOT)
BYTE REAL[] = {0x1c, 0x01, 0x20, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00};
BYTE FAKE[] = {0x1c, 0x01, 0x20, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x00};
by bloodx,
|
So i tried to:
Quote:
{
SendP(0x1c,"bbbbbbbbb", 0x01, 0x20, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00);
}
{
SendP(0x1c,"bbbbbbbbb", 0x01, 0x20, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x00);
}
|
But still nothing.. So i'm wondering if anyone got any hints or tips?? to a poor fella like me...