Jump to content

Help Auto-Login


 Share

Recommended Posts

I've pretty much found out that guild wars scripting is frowned upon on this website, but if someone is willing to help improve my auto-login script by teaching me how to add a LogIn and password GUI and then proceed to input that information into the guild wars login i would be very grateful. This is what I have so far. Keep in mind i've only been scripting with autoit for about 2hours so it's really newbie, but you gotta start out somewhere.

#cs ----------------------------------------------------------------------------

AutoIt Version: 3.2.12.1

Author: Naric

Script Function:

Guild Wars Auto-Login

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here

#NoTrayIcon

$answer = MsgBox(36, "Made by Naric", "Would you like to start up guild wars?")

if $answer = 6 Then

Run ("C:\Program Files\Guild Wars\Gw.exe")

Elseif $answer = 7 Then

dim $rawr = MsgBox(0, "Error", "Please use this script to start up guild wars.")

Endif

Sleep (9000)

WinWaitActive("Guild Wars")

MouseClick("left", 597, 268, 1)

Send("Insert Username Email Here")

Sleep (3000)

MouseClick("Left", 525, 320, 1)

Send("Insert password here")

SEND("{Enter}")

Link to comment
Share on other sites

Bump, can anyone help me?

To be more specific I'm looking to learn how to make a GUI that has a username and password box with a login button, and when they click the login button it switches to the guild wars window and proceeds to type in the e-mail and password in the guild wars screen, then logs in.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...