Valhalla Legends Forums Archive | Battle.net Bot Development | Bot in REALbasic?

AuthorMessageTime
SoB-PoS
I was wondering if anyone can help me with my bot I can't get it to login.
February 25, 2004, 6:00 AM
o.OV
[quote author=SoB-PoS link=board=17;threadid=5449;start=0#msg45939 date=1077688800]
I was wondering if anyone can help me with my bot I can't get it to login.
[/quote]

You can't get it to login..
For anyone to help you..
you will need to post
more information about your problem.

For example..
How far into the login sequence
did you manage to get before you ran into problems?
February 25, 2004, 9:06 AM
LoRd
[quote author=SoB-PoS link=board=17;threadid=5449;start=0#msg45939 date=1077688800]
I was wondering if anyone can help me with my bot I can't get it to login.
[/quote]

You can use CleanSlateBot, which can be downloaded at http://www.valhallalegends.com/cuphead/.

[quote author=o.OV link=board=17;threadid=5449;start=0#msg45950 date=1077699972]
[quote author=SoB-PoS link=board=17;threadid=5449;start=0#msg45939 date=1077688800]
I was wondering if anyone can help me with my bot I can't get it to login.
[/quote]

You can't get it to login..
For anyone to help you..
you will need to post
more information about your problem.

For example..
How far into the login sequence
did you manage to get before you ran into problems?
[/quote]

Out of curosity, o.OV, why are all of your posts in poem form? I always get confused and try to sing them. :(
February 25, 2004, 7:00 PM
Forged
wow I tryed that it was fun. :)
February 25, 2004, 7:04 PM
Kp
[quote author=LoRd[nK] link=board=17;threadid=5449;start=0#msg45991 date=1077735608]
You can use CleanSlateBot, which can be downloaded at http://www.valhallalegends.com/cuphead/.[/quote]

I don't think so. REALBasic (stupid name, btw) is a really lousy Basic-ish language for Macs, and I don't think an OCX would work on a Mac. Of course, REALBasic has some other serious problems (in particular, it seems unable to tell you to what host you have connected!)
February 25, 2004, 8:03 PM
LoRd
[quote author=Kp link=board=17;threadid=5449;start=0#msg45999 date=1077739435]
[quote author=LoRd[nK] link=board=17;threadid=5449;start=0#msg45991 date=1077735608]
You can use CleanSlateBot, which can be downloaded at http://www.valhallalegends.com/cuphead/.[/quote]

I don't think so. REALBasic (stupid name, btw) is a really lousy Basic-ish language for Macs, and I don't think an OCX would work on a Mac. Of course, REALBasic has some other serious problems (in particular, it seems unable to tell you to what host you have connected!)

[/quote]

In that case, would you even be able to design a binary bot in Real Basic? ... and if so, it seems it would be pretty difficult for a beginner, especially if it was non-BNLS.
February 25, 2004, 8:59 PM
Kp
[quote author=LoRd[nK] link=board=17;threadid=5449;start=0#msg46011 date=1077742759]In that case, would you even be able to design a binary bot in Real Basic? ... and if so, it seems it would be pretty difficult for a begginner, especially if it was non-BNLS.[/quote]

Beginner, yes. It's been done though. Talk to tA-Kane (aka kanezor, tA-Kane@Texas (forum account), MacBinaryBot@USEast) if you're interested in the details.
February 25, 2004, 9:08 PM
tA-Kane
[quote author=LoRd[nK] link=board=17;threadid=5449;start=0#msg45991 date=1077735608]You can use CleanSlateBot, which can be downloaded at http://www.valhallalegends.com/cuphead/.[/quote]REALbasic has ewwish++ support of Windows OCXs, as well as no support for OCX when compiling for Macintosh (REALbasic compiles for Win32 and Macintosh).


It's very possible to connect to Battle.net using REALbasic; just as much possible as using Visual Basic.

However, there are no public ways of using CheckRevision with REALbasic on the Macintosh, so you would be required to use BNLS or develop your own way.

Have you developed other software for REALbasic? In particular, have you worked with raw binary data using the string data type, and know how to convert that data between the other types of datas (integer, boolean, cstrings, etc)? If you've answered no to either of those questions, then I recommend you not write a Battle.net client with REALbasic yet.
February 26, 2004, 8:44 PM

Search