Valhalla Legends Forums Archive | Battle.net Bot Development | Here is my example of a Visual Basic 6 War3:FT login bot

AuthorMessageTime
djuhn
The purpose of my bot is to
1. download a list of cdkeys from an internet page
2. check the availability of a cdkey (using bnls to encrypt the key)
3. 1-click cdkey changing of both warcraft 3 and frozen throne keys.

Why did I code this? sick of all my keys being in use all the time and having to change them manually.

Posting this just so people can see a (dirty) implementation of a logon sequence. I know I would have appreciated it when I made this.

I don't know how much there is by way of error catching as I never really intended this to go public.

What's needed to get it to work:
A text file containing cdkeys in pairs, a War3 key and an FT key then a War3 key then an FT key, etc, with hyphens in appropriate places and each key on a new line,  and a new line at the end of the file eg

-----------file starts below this-----------------------
ABCDEF-1234-ABCDEF-1234-ABCDEF
GHIJKL-5678-GHIJKL-5678-GHIJKL
MNOPQR-9012-MNOPQR-9012-MNOPQR
STUVWX-3456-STUVWX-3456-STUVWX

-----------file ends above this-----------------------
put this file on a webserver somewhere and change
Const sURL = "http://www.mywebserver.com/folder/keys.dat"
to point appropriately.

To change keys, put the cdkey changers (included) in the same folder as the project.

http://members.optusnet.com.au/djuhn/keychanger.zip

Ask here if you have any questions or if you want to tell me off for my dirty code.
(Possibly used the worst possible method to handle byte data, but hey, thats what you get from self teaching VB)
October 18, 2006, 2:15 PM
Myndfyr
[quote author=djuhn link=topic=15891.msg159976#msg159976 date=1161180925]
Why did I code this? sick of all my keys being in use all the time and having to change them manually.[/quote]
How about you just go BUY the game and then you don't need to worry about your key being in use?
October 18, 2006, 6:27 PM
Brandon
[quote author=MyndFyre[vL] link=topic=15891.msg159980#msg159980 date=1161196054]
[quote author=djuhn link=topic=15891.msg159976#msg159976 date=1161180925]
Why did I code this? sick of all my keys being in use all the time and having to change them manually.[/quote]
How about you just go BUY the game and then you don't need to worry about your key being in use?
[/quote]
That doesn't always work.  I bought my game and my key for my client is always in use by some bot and I have never given out my key and/or put my key in a bot.  So eh?
October 18, 2006, 6:36 PM
Myndfyr
[quote author=AntiVirus link=topic=15891.msg159982#msg159982 date=1161196602]
[quote author=MyndFyre[vL] link=topic=15891.msg159980#msg159980 date=1161196054]
[quote author=djuhn link=topic=15891.msg159976#msg159976 date=1161180925]
Why did I code this? sick of all my keys being in use all the time and having to change them manually.[/quote]
How about you just go BUY the game and then you don't need to worry about your key being in use?
[/quote]
That doesn't always work.  I bought my game and my key for my client is always in use by some bot and I have never given out my key and/or put my key in a bot.  So eh?
[/quote]So eh what?  That's when you call Blizzard and say, "WTF???"
October 18, 2006, 7:36 PM
Topaz
[quote author=AntiVirus link=topic=15891.msg159982#msg159982 date=1161196602]
[quote author=MyndFyre[vL] link=topic=15891.msg159980#msg159980 date=1161196054]
[quote author=djuhn link=topic=15891.msg159976#msg159976 date=1161180925]
Why did I code this? sick of all my keys being in use all the time and having to change them manually.[/quote]
How about you just go BUY the game and then you don't need to worry about your key being in use?
[/quote]
That doesn't always work.  I bought my game and my key for my client is always in use by some bot and I have never given out my key and/or put my key in a bot.  So eh?
[/quote]

Whine much?
October 18, 2006, 10:43 PM
MyStiCaL
You can buy CDKeys for 10$ each, no wonder the nerdy rich kids are loadin
October 18, 2006, 11:34 PM
Maddox
[quote author=Mystical link=topic=15891.msg159990#msg159990 date=1161214443]
You can buy CDKeys for 10$ each, no wonder the nerdy rich kids are loadin
[/quote]
they probably disable the old one, you idiot
October 19, 2006, 1:13 AM
rabbit
[quote]If the CD case is missing then there will be a fee of $10 for your key replacement. In this instance, the existing key will not be disabled. You can send the manual or game CD with a $10 US dollar money order for each CD-Key replacement, no personal check or cash will be accepted. If it has been less than 90 days since you have purchased the game and you include a copy of the sales receipt showing the purchase date within 90 days, the $10 fee will be waived.[/quote]lern2rid
October 19, 2006, 1:25 AM
MyStiCaL
[quote author=Maddox link=topic=15891.msg159995#msg159995 date=1161220437]
[quote author=Mystical link=topic=15891.msg159990#msg159990 date=1161214443]
You can buy CDKeys for 10$ each, no wonder the nerdy rich kids are loadin
[/quote]
they probably disable the old one, you idiot
[/quote]

If i only was in this situation. =\
October 19, 2006, 1:30 AM
leax
very nice
appreciate it heaps
thanks!!
November 1, 2006, 12:55 AM

Search