Udobot source code? Or VB login code for DO Bot?

06/25/2011 21:16 NeX##1
Hey guys so I made a rly good do tool. Its like all in one tool.. But i have some problems: o need the login part and dont know how. Im noob at setbers etc so it could be nice if someone could give me a source code for the login part into a darkorbit acc. Thx
06/25/2011 21:18 Serraniel#2
You declerate a tcp client. then you let hiom connetc to server. Teh login Packet is
Code:
LOGIN|UID|SID|Clientversion
06/25/2011 22:05 x_Ulli_x#3
Code Snips
=Imports=
Imports System
Imports System.IO
Imports System.Net
Imports System.Net.Sockets
=TCP Client=
Client.Connect("ServerIP", 8080)
=Packets=
LOGIN|UID|SID|Clientversion
PNG
LAB|UPD|GET
RDY|MAP

Use this in your Script.
But if you are a noob in Visual Basic, you have to learn the basix first!
06/25/2011 22:10 b4u#4
[Only registered and activated users can see links. Click Here To Register...] do you need that source?
06/26/2011 10:32 NeX##5
@b4u:
Could you give me the source code? It would be rly great!!

@Ulli:
I know the basics and mouch more, but I'm a noob at Server-things and general at Topic Internet or things like this. I'm good a programs and all this stuff ;)