• Welcome to Valhalla Legends Archive.
 

Will you help me with this? Just wondering..

Started by BaDDBLooD, December 21, 2003, 11:55 PM

Previous topic - Next topic

BaDDBLooD

I'm decent in vb, or atleast i think so.  so far i've only made programs that don't use winsocks.  If i want to make a bot, i'm gonna need a winsock tutorial.  Could some of you people start a Basic demo, with some comments?  The packets, Explain the packet buffer class, etc...  Thanks alot!
There are only two kinds of people who are really fascinating: people who know absolutely everything, and people who know absolutely nothing.

effect

#1
You should probally look into parsing a 'CHAT' connection first , it will give u a good insight into the procedures used to connect to battle.net aswell as the Winsock Events.


Reference : www.valhallalegends.com/pub (Thanks to Userloser) . your looking for Groks Vbchat example.
Quote from: Mangix on March 22, 2005, 03:03 AM
i am an expert Stealthbot VBScript. Recognize Bitch.

hismajesty

I made a CHAT bot example the other day for a friend if you want it I'd be happy to get the link. But, UserLoser also posted a tutorial a few threads down.

BaDDBLooD

#3
did not see a post by UserLoser, about a chat tutorial.  Majesty, does yours have Comments?
There are only two kinds of people who are really fascinating: people who know absolutely everything, and people who know absolutely nothing.

effect

Quote from: Mangix on March 22, 2005, 03:03 AM
i am an expert Stealthbot VBScript. Recognize Bitch.

BaDDBLooD

There are only two kinds of people who are really fascinating: people who know absolutely everything, and people who know absolutely nothing.

hismajesty

Yeah, mine does. But it' does the same thing as UL's and such so...

Maddox

Quote from: BaDDBLooD on December 21, 2003, 11:55 PM
I'm decent in vb, or atleast i think so.  so far i've only made programs that don't use winsocks.  If i want to make a bot, i'm gonna need a winsock tutorial.  Could some of you people start a Basic demo, with some comments?  The packets, Explain the packet buffer class, etc...  Thanks alot!

Try http://www.winsockvb.com
asdf.

MrRaza

What I've found to make my Visual Basic learning experience a little more easier was to work your way up with the different controls. What I did was make an imaginary "ATM" banking system with different controls on the form, aswell as using different programming techniques just to try them out. Once I was confrotable with that I made a CHAT bot and memorized how to make one by heart. Then started to add some of the controls(CooolBar, listview, etc) to that bot from my "ATM" banking program and it made it twice as easy because of my previous programming experience.


Just something to think about.