[Guide] Auto-login creator menu

User Tag List

Results 1 to 13 of 13
  1. #1
    aboone's Avatar Active Member
    Reputation
    17
    Join Date
    May 2008
    Posts
    106
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] Auto-login creator

    This is a program that will let you make a custom auto-login. It will do the following:

    * Open up worldofwarcraft
    * Enter both your username and password
    * Login!


    This will be done by using an autoit script. It is very simple to use!

    First download Autoit v3 at AutoIt v3 - Automate and Script Windows Tasks - For Free!

    Then you need to open your Script Writer. It is located in your AutoIt3's folder, called SciTE. You can also go to start>programs>AutoitV3>SciTE Script Editor to access the editor. Then add this script:

    Code:
    Run("C:\Program Files\World of Warcraft\WoW.exe")
    # Put wherever your WoW is located here. Mine on default is C:
    
    
    Sleep("7500")
    # Waits for a while until it sends your account information
    
    Send("USERNAME")
    # Place your WoW account name inside of the parentheses
    
    Send("{Tab}")
    # Flips down to the password field
    
    Send("PASSWORD")
    # Enters in your password
    
    Send("{ENTER}")
    # Presses log-in for you!
    Now, press File -> Save As -> Login.au3
    ^ Make sure you add '.au3' or this will NOT work!

    Run it, and have a free Auto-Login! =)
    Rep People who you found helpful!

    [Guide] Auto-login creator
  2. #2
    Thidan's Avatar Contributor
    Reputation
    299
    Join Date
    Jan 2007
    Posts
    1,009
    Thanks G/R
    2/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'll let iradiation do my talking....


  3. #3
    iradiation's Avatar Banned
    Reputation
    88
    Join Date
    Mar 2008
    Posts
    625
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haha theres just to many of these dang things spammers and loggers. >>

  4. #4
    wac's Avatar Member
    Reputation
    35
    Join Date
    Jul 2008
    Posts
    342
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And by the time you've setup this, fixed all the bugs, the wowerrors and your computer crashes...

    Don't you think you would be able to login in that time?

    Roflmao.

  5. #5
    iradiation's Avatar Banned
    Reputation
    88
    Join Date
    Mar 2008
    Posts
    625
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wac View Post
    And by the time you've setup this, fixed all the bugs, the wowerrors and your computer crashes...

    Don't you think you would be able to login in that time?

    Roflmao.
    no stop thats mine and thidan's job to tell him if its good or not. btw there aren't any erros and it doesnt make wow crash you must be running like windows 95 if thats happening.

  6. #6
    Dek's Avatar Member
    Reputation
    4
    Join Date
    Jul 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol. I don't want my computer to explode.

  7. #7
    JoK8r's Avatar Member
    Reputation
    2
    Join Date
    Jan 2007
    Posts
    17
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you could add the cmd WinWaitActive("World of Warcraft") (hope it is right so..)
    with it the autoit.exe wait until the window is focused..

  8. #8
    Toxik the Spammer's Avatar Banned
    Reputation
    101
    Join Date
    Feb 2008
    Posts
    322
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WinActivate("World of Warcraft")

    -AND-

    WinWaitActive("World of Warcraft")

    Should help you.

    -ALSO-

    Instead of the C: running of World of Warcraft, use it so all drives can run it.


    Run (@ProgramFilesDir & "\World of Warcraft\WoW.exe", "")
    - If I Code it or Quote it the slashes get removed.


  9. #9
    natt_'s Avatar Contributor
    Reputation
    145
    Join Date
    Dec 2007
    Posts
    391
    Thanks G/R
    13/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Toxik the Spammer View Post
    WinActivate("World of Warcraft")

    Instead of the C: running of World of Warcraft, use it so all drives can run it.

    Run (@ProgramFilesDir & "\World of Warcraft\WoW.exe", "")
    - If I Code it or Quote it the slashes get removed.

    thats not true at all. my wow is in e:\wow

    so regread is the thing that should be used




    okay lets do this so much easier:

    opt('SendKeyDownDelay',100)
    RunWait(RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Blizzard Entertainment\World of Warcraft", "InstallPath")&'wow.exe')
    Send('username{tab}password{enter}')
    Last edited by natt_; 10-15-2008 at 03:06 AM.

  10. #10
    King Protos's Avatar Active Member
    Reputation
    40
    Join Date
    Sep 2007
    Posts
    516
    Thanks G/R
    2/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dek View Post
    Lol. I don't want my computer to explode.
    +rep cause I just love that post.


  11. #11
    Moaradin's Avatar Contributor
    Reputation
    163
    Join Date
    Feb 2008
    Posts
    439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cool
    +Rep

  12. #12
    Etna's Avatar Banned
    Reputation
    20
    Join Date
    Sep 2007
    Posts
    349
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well i like this Theard nice done +rep

  13. #13
    Willn21's Avatar Member
    Reputation
    6
    Join Date
    Jan 2008
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is useless logging in takes 2 seconds

Similar Threads

  1. [PC] WoW Auto-Login Manager (With MEFix support!)
    By Gothian in forum World of Warcraft Bots and Programs
    Replies: 131
    Last Post: 10-29-2011, 10:59 AM
  2. World of warcraft auto login script
    By Ancathon in forum World of Warcraft Bots and Programs
    Replies: 12
    Last Post: 11-25-2007, 12:21 AM
  3. Hate getting D/C?? -- Auto Login -- useful for bots and private servers
    By ADAMZY in forum World of Warcraft Bots and Programs
    Replies: 24
    Last Post: 11-05-2007, 05:06 PM
  4. [Mac] WoWAL (WoW Auto Login)
    By Quafe in forum World of Warcraft Bots and Programs
    Replies: 17
    Last Post: 10-29-2007, 03:53 PM
  5. Auto Login
    By Relz in forum World of Warcraft Bots and Programs
    Replies: 15
    Last Post: 12-27-2006, 10:56 AM
All times are GMT -5. The time now is 07:58 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search