OK, let us take each question one at a time =)
Originally Posted by Belaslav
|
So what I understand from your code (although I've never seen that language before), you launch your window, look for the Outspark login window, find the textfields, wait for 1 second, and input the data if no updates are available, or if the window closes for updates.
Seems legit. One question, maybe I'm wrong, but you seem to code the program to run at windows startup. Why?
|
The program runs like so:
- Waits for the fiesta launcher to run
- Finds the Email text box, Password text box, and the Login Button
- Inputs the Email and Password into the correct edit boxes.
- Waits until the Login button isn't disabled(No more updates).
- Clicks the login button.
- Closes the launcher once fiesta is running.
Also, the reason it runs at startup is so it will always be ready to auto log you in whenever you want to play. Easier than starting the Auto-Login Tool every time you want to login, that defeats the purpose.
Originally Posted by Hessah
|
This may be a stupid question.. but bare with a programming noob...
where does it get your login and password from?
|
When the program first starts up it reads from an INI file that is in the same folder as the program itself, download it and read the readme to know what I mean. =)
Originally Posted by Belaslav
|
You input it in the program and then it stores it.
One more thing: Why do you set both email and password to lower case? People might have upper case letters in both.
|
It doesn't set the password to lowercase, it sets the whole INI file lowercase so that when it finds the
"email=" to find your email for example, it won't matter whether its
"Email=" or
"email=" or
"EmAiL=".
Originally Posted by Ninja_Medic
|
How do you input it into the program?
|
Like stated above you put it into the INI file that accompanies the file. If you read the Readme.txt included you would know what I am talking about. =X