Ok after my bot gets d/c it never reconnects this is the code:
Private Sub Winsock_Close()
AddChat "Server closed connection" & vbCrLf, vbRed
Battlenet.Disconnect Winsock
AntiIdle.Enabled = False
End Sub
now how do i make it reconnect fast like every 2 seconds
Private Sub Winsock_Close()
AddChat "Server closed connection" & vbCrLf, vbRed
Battlenet.Disconnect Winsock
AntiIdle.Enabled = False
Winsock.Connect
End Sub
ReconnectTimer.Enabled = true
i personally find it sad that anyone can make a bot like this in vb anyways, sorry for the ot
My Grandma can't make a bot... :-X
With CSB sure she could.