Fiesta Fan Forums

Fiesta Fan Forums (http://www.fiestafan.com/forums/index.php)
-   Fiesta General (http://www.fiestafan.com/forums/forumdisplay.php?f=6)
-   -   [RELEASE] Fiesta Auto-Login Tool (http://www.fiestafan.com/forums/showthread.php?t=9107)

ThievingSix 06-01-2008 08:14 PM

[RELEASE] Fiesta Auto-Login Tool
 
Not sure exactly where goes; please move to a different section if need be!

For my return to FiestaFan.com I had to do something for the masses. I made a small program that will automatically log you in when you start the Fiesta Launcher.

This is a not GUI program so there is nothing to look at. All it does is sit in the background using a miniscule ammount of system resources and waits for the launcher to run. When it does it automatically fills in your username and password and hits the login button.

Note: It WILL wait for all updates to complete first, so no violation of TOS =)

Source code included and please read the readme!

If you have any questions please let me know.

Version 1:
http://filebeam.com/da9d1e6b913df07798bf21339d6abe7a

Version 2:
http://filebeam.com/2dc33926dc4b15ea8d4e6d30ca26e321

Version 3:
http://filebeam.com/5439eb26072131c16aa6053db2cf55b4


Code:

Scan Started Sun Jun 01 13:09:24 2008
-------------------------------------------------------------------------------


----------- SCAN SUMMARY -----------
Known viruses: 301201
Engine version: 0.93
Scanned directories: 0
Scanned files: 2
Infected files: 0
C:Documents and SettingsThievingSix.THIEVING-DAGANDesktopDelphi ProjectsFiesta AutologinFiesta Auto-Login.exe
C:Documents and SettingsThievingSix.THIEVING-DAGANDesktopDelphi ProjectsFiesta AutologinFiesta Auto-Login.zip
Data scanned: 2.15 MB
Time: 11.328 sec (0 m 11 s)
--------------------------------------
Completed
--------------------------------------


Ownage 06-01-2008 08:24 PM

Eh.
Someone else try it first :$

Hyper 06-01-2008 08:31 PM

Awesome! Extremely useful.

Belaslav 06-01-2008 09:13 PM

Can you post the code here first? And what language did you use?

ThievingSix 06-01-2008 09:31 PM

I code in delphi, and the source code is in the zip file.

Belaslav 06-03-2008 03:18 AM

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?

Hessah 06-03-2008 03:26 AM

This may be a stupid question.. but bare with a programming noob...

where does it get your login and password from?

Belaslav 06-03-2008 03:27 AM

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.

Ninja_Medic 06-03-2008 03:49 AM

Quote:

Originally Posted by Belaslav (Post 156657)
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.

How do you input it into the program?

ThievingSix 06-03-2008 04:07 AM

OK, let us take each question one at a time =)

Quote:

Originally Posted by Belaslav (Post 156644)
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.

Quote:

Originally Posted by Hessah (Post 156656)
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. =)

Quote:

Originally Posted by Belaslav (Post 156657)
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=".

Quote:

Originally Posted by Ninja_Medic (Post 156679)
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


All times are GMT. The time now is 09:58 AM.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.