- Nibbits
- StarCraft 2
- Forums
- Tools
- Need a Battlenet Loader
- New Reply
Post Reply
If you were logged in you would gain 3 XP for posting a reply.
You are replying to:
Support Nibbits by linking to us:
If you were logged in you would gain 3 XP for posting a reply.
Support Nibbits by linking to us:
A program like this is possible. What you would first have to do is to check out whether sc2 has command line parameters that allows you to insert a username and password and then start the game with the user logged in and in the menus. This would make the program easier to create.
If sc2 does not have this kind of functionality you would have to break into the process and directly inject the username and password (while the process was at the login screen), then press the login button. However Blizzard may find this as against their EULA, so i would advise against it.
Another thing you can do is create a program which will run in the background and simulate keystrokes when the login screen is active. However, this method would expose the username to your client. It may also be prone to glitches.
Your biggest problem would be clients attempting to find the text file that contains your sc2 accounts and passwords, however a clever programmer would be able to protect against this.
A programmer who did this would find themselves without a job, and unable to find any other job in the future.