TradeHack Pserver..

05/08/2012 05:02 zcore#1
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...
05/08/2012 08:05 pamz12#2
[Only registered and activated users can see links. Click Here To Register...]

tradehack is implented...
05/08/2012 10:47 broksen#3
Quote:
Originally Posted by pamz12 View Post
[Only registered and activated users can see links. Click Here To Register...]

tradehack is implented...
Do u know megaupload has been closed?
05/08/2012 12:14 zcore#4
Quote:
Originally Posted by pamz12 View Post
[Only registered and activated users can see links. Click Here To Register...]

tradehack is implented...
Hankmoody´s hack is detected... And i wanna make it work with my code!
05/08/2012 12:31 MoepMeep#5
Ye, find out what actually happens there and then try again.
05/08/2012 12:32 zcore#6
Quote:
Originally Posted by MoepMeep View Post
Ye, find out what actually happens there and then try again.
If your not helpful, why even bother posting something?

/Ignored
05/08/2012 12:33 Roronoa Z.#7
Aylen fixed that. I fixed that in NWK also.
poor guy no Public Tradehack available :(
05/08/2012 12:40 zcore#8
Quote:
Originally Posted by Roronoa Z. View Post
Aylen fixed that. I fixed that in NWK also.
poor guy no Public Tradehack available :(
Im not interested in a "public" tradehack.. I'm interested in just knowing the way tradehack can be done.
05/08/2012 13:03 mohm195#9
Try with trading much items, you won't get&see some items.
05/08/2012 13:14 Roronoa Z.#10
Quote:
Originally Posted by zcore View Post
Im not interested in a "public" tradehack.. I'm interested in just knowing the way tradehack can be done.
Your first packets contains the real item, this is the packet which your target gets.
The second packet contains the fake item, which the target won't get :p
The second overwrites the first, end. That's how it work.
05/08/2012 14:21 zcore#11
Thanks :)