I have something I'm writing and I also could use some subs to help. Here's what I want to do:
1 - log in
2 - do stuff
3 - do more stuff
4 - log out
All I need is some subs that will:
1 - log in
2 - do stuff
3 - do more stuff
4 - log out
Anyone help me out here?
Cerv is a bad Boy

@Author:
I dunno if people here just share their Code and then you can easy combine it and work with it. If you want to use you should check existing scripts and use the Code.
Else you mustr Code by yourself. I will try to give you the hint how to Code;)
1) Login:
You have 3 Screens to do:
-Account Login : You will need to do 1 Click to Accountname, use a loop to delete old Data and insert your Accountdata from a Variable. Second Click you need to Click on Password, when old **** are in , a secure way would be all the time autodelete via Loop to clean the Field, then enter Password. Last Click will be the Green Arrow to Login.
-Choose Shard Login : IF Selected Account want to Connect to Freeshard, select World 1, else Have a Variable or something to prefer your liked select world. Then you should have an Algoratmh to Calculate the World to be selected. Select World Click on Green Arrow.
-Char Choosing: Have an Algorythm for Freeshards and OSI how to select the right char Press Green Arrow to Login.
Login is Done.
@@Hints: -You could use Msg %Accountname for Save entering the Account name and Password, but dont forget some waitdelays else you never will be able to enter the right info
- Test your 3 Screens seperate to get a perfect Sub each part and Combine each other to 1 Minor Sub for Login.
Okay think this should help you to get a Login. Feel free to post your Version and we may help you to perfectionate it. When that Task is done, we could analyze next...
Crome