View Single Post
Old 06-03-2008, 04:07 AM   #10
ThievingSix
Apeopex/Millenium
 
ThievingSix's Avatar
 
Tournaments Won: 4

In-Game Name: Thieving
Current Level: 51
Server: Epith
Posts: 769
ThievingSix is on a distinguished road
Send a message via AIM to ThievingSix Send a message via MSN to ThievingSix Send a message via Yahoo to ThievingSix
OK, let us take each question one at a time =)

Originally Posted by Belaslav View Post
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:
  1. Waits for the fiesta launcher to run
  2. Finds the Email text box, Password text box, and the Login Button
  3. Inputs the Email and Password into the correct edit boxes.
  4. Waits until the Login button isn't disabled(No more updates).
  5. Clicks the login button.
  6. 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 View Post
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 View Post
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 View Post
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
__________________


"Do or do not, there is no try." - Yoda
"Put off today what you can do tomorrow." - Anon
"The secret to creativity is knowing how to hide your sources." - Einstein
"Life is a long lesson in humility." - James M. Barrie

Epith
Thieving(Hawk Archer) - 51
ThievingSix(Wiz Mage) - 39
ThievingSix is offline