Valhalla Legends Forums Archive | Visual Basic Programming | VB OSCAR Socket Help

AuthorMessageTime
sk8terboi360
I need some help with making a socket... if anybody can be kind enough to help please im me at sk8terb0i360 and please dont flame like some other forums have

Any sites for OSCAR Protocol tutorials for vb? and yes i have seached google and i found an explination on how it works not now to program it in vb, im not a n00b i am just a n00b in oscar :P im good in programing vb.
August 6, 2005, 5:31 AM
R.a.B.B.i.T
You're a newb.  You can't figure out how to add sockets.  Please try reading a tutorial, then come back and check the AIM/Oscar Client/Bot Development Board.
August 6, 2005, 6:23 AM
Yegg
Why can't you just use Winsock control?
August 6, 2005, 1:23 PM
Quarantine
..because he doesn't know how even?
August 6, 2005, 4:44 PM
Myndfyr
[quote author=Warrior link=topic=12451.msg123327#msg123327 date=1123346695]
..because he doesn't know how even?
[/quote]

That's presumptuous.  I'm not a noob fan, you all know, but there's a difference between not knowing how and not knowing what.  Who's to say the guy doesn't actually have a legit version of VB that doesn't come with the Winsock control license?
August 6, 2005, 6:34 PM
R.a.B.B.i.T
Google.
August 6, 2005, 7:55 PM
Tontow
Or he could look at https://davnit.net/bnet/vL/phpbbs/index.php?topic=11582.0 .  (note: start->run->regedit)
August 6, 2005, 10:07 PM
Mangix
Set sckAIM = CreateObject("MSWinsock.Winsock")
August 6, 2005, 10:10 PM
Grok
[quote author=rabbit link=topic=12451.msg123344#msg123344 date=1123358106]
Google.
[/quote]

You're too useful a community member to post useless replies such as this one Rabbit.  If you're going to reference someone towards a search engine, give them the keywords you used to find their answer.  Naturally, you have googled and reviewed the results, as well as viewed the actual web page(s) on which you believe the answer is found.
August 8, 2005, 2:11 AM
R.a.B.B.i.T
Googling 'OSCAR Protocol tutorials for vb' (direct quote from our mystery guest), yeilds the following as the top 5:
http://meltingwax.net/?page=programmingresources
http://bot-depot.com/phpBB2/viewforum.php?f=2&
http://www.bleepingcomputer.com/startups/Cat-G.html (not really useful)
http://www.codeproject.com/cs/miscctrl/
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=61943&lngWId=1

He gave me everything, quite plainly, to find what he needed.  I would assume he would try the same thing I did, or similar, as he was quite specific as to what he wanted.
August 8, 2005, 2:39 AM
Quarantine
Okay, I'm sorry for making assumptions.

Here:
I'd suggest learning about how sockets are handled in VB6 (either control or by using something like CSocket, whatever) and once you have done and are confident (make some simple client <> server apps) you can move on to invesitating the Oscar protocol by means of reversing or packetlogging or finding an online documentation, whatever you're confortable with.
I'd assume Oscar being the more complicated protocol would be a binary one you'd learn the packets and any method of sending secure data such as passwords they use and implement them in VB6 (I believe it's MD5, not sure) . I think once you're done with the logon sequence it should start to get pretty easy (for a lack of words) from there.

This forum has a (generally unused) AIM development forum but I'm sure people here have some knowledge on the area.

I've compiled links for things you may need:

Ethereal, a packet logger that might come in handy
An example of a simple Server and Client Chat application.
A Winsock tutorial
Information on the OSCAR protocol
More information on the OSCAR protocol

*Note: I simply found these by using google, you may find more if these arn't what you need
since I didn't take the time to go over them

Good luck.
August 8, 2005, 4:36 AM
Twix
I just found this aim server on pscode lol just came out today it might help you test stuff so u dont risk getting ipbanned on the aim server
[url]http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=62118&lngWId=1[/url]
August 8, 2005, 4:40 AM
Grok
Very nice helping.  Now that's what I'm talking about!
August 9, 2005, 12:52 AM
Quarantine
That AIM server looks cool.
August 9, 2005, 2:24 PM
TehUser
There's also CupHead's source for his AIM control.
August 9, 2005, 3:39 PM
Networks
Which can be found:
http://www.zeroforce.net/pafiledb/pafiledb.php?action=file&id=204
August 9, 2005, 7:24 PM

Search