Valhalla Legends Forums Archive | Battle.net Bot Development | Stealth Authorization Coding

AuthorMessageTime
GoKiLLa
Hey, I was just wondering where i can find the coding of the stealth athorization. If any of u guys have it, can u play post it in this topic.
December 16, 2003, 10:20 PM
Kp
[quote author=GoKiLLa link=board=17;threadid=4288;start=0#msg35787 date=1071613254]
Hey, I was just wondering where i can find the coding of the stealth athorization. If any of u guys have it, can u play post it in this topic.[/quote]

Specifically what are you referring to? Offhand, I don't recall any way to do authorizations in a fashion that I would classify as "stealthy".
December 16, 2003, 10:38 PM
Crypticflare
I think he's trying to refer to the way stealthbot checks to see if the user can operate the bot. I believe Stealth uses a file stored on the internet to see if the user is banned or not. If he's banned the bot exits, or something along those lines.
December 16, 2003, 11:28 PM
Stealth
MSINET.OCX pulls a textfile from my webhost (http://cold-chaos.net/stealth/sbauth.txt), splits its content by line break, and only connects to Battle.net if that username is present on the list.

It's quick, dirty, and easy to fool, but it suits my purposes.
December 16, 2003, 11:41 PM
iago
Or you can just map the domain (www.cold-chaos.net) to 127.0.0.1, then run a webserver on your own computer that supplies it with your name :)
December 17, 2003, 12:47 AM
Grok
This all makes me laugh.

*remembers when Adron's supersecret website password was hacked*
December 17, 2003, 12:53 AM
iago
[quote author=Grok link=board=17;threadid=4288;start=0#msg35841 date=1071622429]
This all makes me laugh.

*remembers when Adron's supersecret website password was hacked*
[/quote]

haha yeah, I heard about that one. L33t people, they were :)
December 17, 2003, 2:32 AM
Stealth
[quote author=iago link=board=17;threadid=4288;start=0#msg35838 date=1071622058]
Or you can just map the domain (www.cold-chaos.net) to 127.0.0.1, then run a webserver on your own computer that supplies it with your name :)
[/quote]

That's how I was thinking it could be fooled pretty easily. It helps that I release superior, public versions soon after my beta releases.
December 17, 2003, 3:35 AM
iago
[quote author=Stealth link=board=17;threadid=4288;start=0#msg35897 date=1071632106]
[quote author=iago link=board=17;threadid=4288;start=0#msg35838 date=1071622058]
Or you can just map the domain (www.cold-chaos.net) to 127.0.0.1, then run a webserver on your own computer that supplies it with your name :)
[/quote]

That's how I was thinking it could be fooled pretty easily. It helps that I release superior, public versions soon after my beta releases.
[/quote]

I would recommend connecting by ip - it's a little harder to trick, I think.
December 17, 2003, 4:38 AM

Search