Pick Hack

07/30/2010 03:34 LaithalDeen#16
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..
07/30/2010 04:43 mki#17
Quote:
Originally Posted by bloodx View Post
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.
Quote:
Originally Posted by LaithalDeen View Post
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..
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;)
07/30/2010 09:35 pamz12#18
tho timo is wrong.... lawl picking with uce Oo ^^^^^^
07/30/2010 13:52 LaithalDeen#19
Mistakes happen..not every1 is the best..
07/31/2010 00:19 Lawliet L#20
This is the problem of this board, people who know how to do things, don't share.
Although with bloodx you chose a bad example, because he indeed helps if you atleast try something ( even if it's just searching for something and then say you need help because you don't understand xyz ;) Money later, kevin! :p )
No but really, search for what you are looking for, gather information and THEN ask for constructive help.
No1 will help some1 who expects to get what he is looking for by opening a Thread saying: "ME WANTZZS HACKZ BLLLLLLLLLLLLLLLEEEEEEEEEEEEEEEEEEEEEEZZZZZ!!!" <- yes, this is basically you .. :p


AND @ all:
LEARN FKING ENGLISH! :p
07/31/2010 01:35 mki#21
I only asked for a simple hack, Pick lol... and no for 1hh -.-, im not indiot or kid to ask for this, i know i never will get this shit,and yes I had already looked for the forum, and not found anything specified.
07/31/2010 06:53 mercenarioo7#22
mki, you must look for a guy with name Bakabug XD

Maybe is dead, maybe is in Jail BUT maybe is free and he can help you XD

(maybe for free or maybe for some $$$)

^_^
08/01/2010 12:09 Timo264#23
pick hack isn't that simple
you have to hook the incoming packets server->client
to know, if a drop is there to pick
and you have to know the sendfunction, to send your packet to the server
client -> server
and if you want to pick items, which are not next to you you
you have to send some walk packets too

the easy way is to press or to lock Space ;)



btw. Bakabug is Back
08/01/2010 14:53 meak1#24
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;

08/01/2010 18:31 mki#25
Quote:
Originally Posted by meak1 View Post
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;

Ty u and Timos but i dont know how to make :p, I tryed to learn packets but nothing xD