i'm a good coder with c#, but i don't know nothing about bots. I downloaded Udobot source code and now i have a general idea about a bot works but.. i need help. My first step was to convert the Udobot c++ source code in c# code but the program is blocked in the receive function probably because the sendPacket function don't work well.
I retrieved useful information here:

and here:

Now i have some question to you:
1)The login packet have this form?
'0033000700000' + userid + '00000020' + dosid + '0005352e342e33'
2)if yes the first part (0033000700000) what mean? and this (00000020)?
3)dosid must be converted in hex?
4)where and how i can extract clientversion?
I know that i annoying you... I'm sorry!
Thanks in advance!






