Valhalla Legends Forums Archive | Visual Basic Programming | code works but does not work o.O

AuthorMessageTime
botmaster
My Battle.net Bot works on my computer and other windows 2000 computers, it does not work on anything else I have even put the code on to a windows2003/xp computer and it does not connect to battle.net any ideas why this might happen?
March 16, 2004, 4:41 PM
Dante
Why doesn't it work?
March 16, 2004, 4:44 PM
botmaster
no idea works on my pc but on any other computer it fails to connect that run xp/2003 that is
March 16, 2004, 6:15 PM
Dante
Oh, so it doesn't connect?
March 16, 2004, 6:19 PM
LoRd
Missing/Corrupt/Outdated runtimes, perhaps?
March 16, 2004, 7:25 PM
botmaster
nothings missing and im guessing since it's windows 2003 server all the runtimes are uptodate.
March 17, 2004, 7:55 AM
LoRd
[quote author=botmaster link=board=31;threadid=5825;start=0#msg50014 date=1079510156]
nothings missing and im guessing since it's windows 2003 server all the runtimes are uptodate.
[/quote]

Windows does not come equipped with Visual Basic runtimes.
March 17, 2004, 8:45 AM
botmaster
well it does connect it just does not display things in the rtbchat dunno why tho
March 17, 2004, 9:42 AM
hismajesty
Possibly they're there you just can't see them? Perhaps a theme conflict.
March 17, 2004, 10:13 AM
UserLoser.
Are you blocking connections on port 6112? What error message & number are you receiving? Are you connected to the Internet on that computer? Is the server you're trying to connect to up and running?
March 18, 2004, 12:54 AM
botmaster
when i try to connect to west i get this
[code]
[04:33:38] Connecting to Battle.net server uswest.battle.net...
[04:33:38] Connected to Battle.net!
[04:33:38] info: FF 25 08 00 9F 99 75 29 FF 50 63 00 00 00 00 00 A4 3A 10 1E F7 20 2A 00 00 95 2E 62 91 E7 C3 01 49 58 38 36 76 65 72 30 2E 6D 70 71 00 41 3D 34 31 36 36 38 32 34 39 33 20 42 3D 35 36 39 39 36 34 35 36 33 20 43 3D 35 32 34 35 33 38 32 33 38 20 34 20 41 3D 41 2B 53 20 42 3D 42 5E 43 20 43 3D 43 2B 41 20 41 3D 41 2D 42 00
[/code]
and then i open telnet and try and it works fine
March 20, 2004, 10:34 AM
UserLoser.
[quote author=botmaster link=board=31;threadid=5825;start=0#msg50561 date=1079778870]
when i try to connect to west i get this
[code]
[04:33:38] Connecting to Battle.net server uswest.battle.net...
[04:33:38] Connected to Battle.net!
[04:33:38] info: FF 25 08 00 9F 99 75 29 FF 50 63 00 00 00 00 00 A4 3A 10 1E F7 20 2A 00 00 95 2E 62 91 E7 C3 01 49 58 38 36 76 65 72 30 2E 6D 70 71 00 41 3D 34 31 36 36 38 32 34 39 33 20 42 3D 35 36 39 39 36 34 35 36 33 20 43 3D 35 32 34 35 33 38 32 33 38 20 34 20 41 3D 41 2B 53 20 42 3D 42 5E 43 20 43 3D 43 2B 41 20 41 3D 41 2D 42 00
[/code]
and then i open telnet and try and it works fine
[/quote]

Now parse that data
March 20, 2004, 1:34 PM
St0rm.iD
I remember when I used to use VB that I had some stupid problem when I would compile a program on win98 and run it on 2000.

Try a compatibility mode on 2003/xp?
March 20, 2004, 3:34 PM
GoSuGaMING
make sure you have your hash files also unless your using BNLS
March 22, 2004, 1:14 PM
Rich
[quote author=GoSuGaMING link=board=31;threadid=5825;start=0#msg50838 date=1079961246]
make sure you have your hash files also unless your using BNLS

[/quote]
If he where connecting and missing hash files then he would get a check revision error.
Do what UserLoser sais Parse that data.
April 2, 2004, 1:28 AM
Newby
I do not know if this would work.

But if it is a bot that doens't do chat then make sure you have all the .dll's in the folder.

That fixes my problems :(
April 2, 2004, 3:18 AM

Search