mki u dont understand what he want tell u? There's no way with UCE to make an pick hack...he showed u some ways for it and there are alot topics for it how u need to do it..
Quote:
Well o.O Pick bot with UCE it's not my Problem if he has understand something wrong? He Should read the Threads better..
Pick Bot's are Based on Packets and not Cheat Engine ~.~...
U have 2 Ways.
1. Write your own DLL with Send/Recv Hooked Function's.
2. Hook the 'GM' Bot..
EDIT:
If someone asks me seriously I will give him an Answer.
but if he writes he want to do with UCE a Pick Hack, what should i answer?
Here are 1000 threads on this topic.
ok I respect everyone's job here, so forget I asked that, and thank the one who Timos min gave at least one support, or at least tried;)Quote:
mki u dont understand what he want tell u? There's no way with UCE to make an pick hack...he showed u some ways for it and there are alot topics for it how u need to do it..
if (buf[2] == 0x36)
{
DWORD itemid,x,y;
itemid=*(DWORD*)&buf[5];
x=*(DWORD*)&buf[9];
y=*(DWORD*)&buf[13];
PacketSend(0x1D,"ddd",itemid,x/32,y/32);
//fout << "Pick Up Item" << endl;
}
Ty u and Timos but i dont know how to make :p, I tryed to learn packets but nothing xDQuote:
Hook Recv and Hf.
PHP Code:if (buf[2] == 0x36)
{
DWORD itemid,x,y;
itemid=*(DWORD*)&buf[5];
x=*(DWORD*)&buf[9];
y=*(DWORD*)&buf[13];
PacketSend(0x1D,"ddd",itemid,x/32,y/32);
//fout << "Pick Up Item" << endl;
}