- 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:
You could also try WinApi messages. If SC2 use "normal" edit and button controls for their login window than it shouldn't be that hard to make application that would first wait till login window would be created and than put into it login data using only winapi messages , not emulating pressing keys.
I don't have time right now to try it out through.
To make this all you would need is a bit of knowledge about winapi edit and button controls , winapi functions that look for window/control handle and functions to send pressed button event or string input + program that would show you all window handles used by SC2 (to know what to look for).
Ofc Blizzard could have used their own custom controls that would not allow that.