Tell me more ×
Arqade is a question and answer site for passionate videogamers on all platforms. It's 100% free, no registration required.

StarCraft 2 requires me to enter my password every time I launch the game. Is there a way to bypass this inconvenience, for example by making it remember the password somehow?

share|improve this question

3 Answers

up vote 23 down vote accepted

No, Starcraft II itself cannot remember your Battle.net password.

However, you can use keyboard macros or macro/hotkey programs to enter it for you. People (including myself) have been using scripts to automatically launch, enter passwords, and log into various Blizzard games. This is NOT a violation of Blizzard's terms of use, because it does not affect the actual game.

It's only illegal if your macro/hotkey scripts are actually performing actions within the game itself.

If you're looking for some tools to automate the launch process, you can look into AutoHotkey or HotkeyNet.

To be more exact, follow the one action, one keystroke rule. Which means that any character action or UI input must be the immediate result of a human pressing a key. So while I can have a single key macro to press multiple hotkeys simultaneously, it would be illegal to make it so that when I press a button, keystrokes would be sent to the game client 5 seconds later. Any sort of "wait" action in your macros are against the ToU. As a multiboxer, I can personally affirm that it is fine to have me press '1' on my keyboard and have all 5 of my shamans cast lightning bolt. It's not fine for me to have a macro that sends 'D' (unload) on a Nydus network every 20 seconds for remote Drone mining.

share|improve this answer
I stand corrected. – LessPop_MoreFizz Aug 31 '10 at 19:05
2  
"It's only illegal if..." and I doubt even then it's actually against the law – LordScree May 16 '12 at 14:07
@LordScree Protoss high council would disagree with you – Xitcod13 Nov 11 '12 at 21:16

Once upon a time, there was a way to make World of Warcraft (Blizzard's other giant game) remember your password. You could edit certain files to have your password be filled in automatically.

Blizzard specifically disabled this ability, by removing all ability to change the login screens. They did this in part to prevent spyware/viruses from editing them (to steal your password), and in part because many people play Blizzard games on shared computers in cyber-cafes, where saved passwords could lead to all sorts of mischief.

So, you can't directly save your password for a Blizzard game. At least not until 2027 when you can install ActivisFaceBlizzTwitterBook directly into your cerebral cortex.

Carl's answer mentions some ways to get around this; however, save your password into a macro hotkey program at your own risk.

share|improve this answer
1  
+1 for explaining the security concerns, especially "save your password into a macro hotkey program at your own risk". – WillfulWizard Aug 31 '10 at 20:46
15  
+1 for ActivisFaceBlizzTwitterBook – Greg Domjan Aug 31 '10 at 22:10

I suggest that you use a keyboard macro software like AHK to help you :

1) Start SC2 2) Connect to Battle.net 3) Input your password.

It might take you a while to learn AHK or something similar, but if you are a programmer, you will like.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.