[PROGRAM] WoW Auto-Login menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    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)

    [PROGRAM] WoW Auto-Login

    I know someone will tell me it's a repost, but yeah. Anyhow..

    AutoIt3 is needed so you can edit the script. So, go to AutoIt v3 - Automate and Script Windows Tasks - For Free!, get that then you gonna wanna download the script here. Now right click launch.au3 press 'edit script'. You need to edit the following lines.


    Send("ACCOUNT")
    ; Put you account name there

    Send("PASSWORD")
    ; Put you password there

    Run("C:\Program Files\World of Warcraft\WoW.exe")
    OPTIONAL!!! If you have WoW in a different place you got to change it!

    If it's a repost, I apologize, sorry! :O

    SOURCE CODE

    Run("C:\Program Files\World of Warcraft\wow.exe")

    Sleep("7000")
    ; ^ Can be changed, 7000 = 6-7 sec's
    Send("Account")
    Send("{Tab}")
    Send("Password")
    Sleep("15")
    Send("{ENTER}")
    Last edited by Toxik the Spammer; 06-01-2008 at 10:50 PM.

    [PROGRAM] WoW Auto-Login
  2. #2
    majinbuu1023's Avatar Contributor
    Reputation
    89
    Join Date
    Mar 2007
    Posts
    380
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you post the fullsource code here pls?

    thanks

  3. #3
    darkware's Avatar Member
    Reputation
    17
    Join Date
    Sep 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well it's nice but what if the player's WoW did not start in 7 sec? Then the program is completely useless. Just like the one I wrote. I'm playing on a dual core with 2 gig RAM and my WoW sometimes doesn't start in 6-7 sec. I would say a check function would be needed to implement, like to Wait until the World of Warcraft window is active. But still +rep for trying

  4. #4
    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)
    Well it's nice but what if the player's WoW did not start in 7 sec? Then the program is completely useless. Just like the one I wrote. I'm playing on a dual core with 2 gig RAM and my WoW sometimes doesn't start in 6-7 sec. I would say a check function would be needed to implement, like to Wait until the World of Warcraft window is active. But still +rep for trying
    Well, this was for my computer. Which takes approx. 4 secs to start, and types fast for me.

  5. #5
    jdismeuc's Avatar Contributor
    Reputation
    125
    Join Date
    May 2007
    Posts
    542
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have made an auto login and I would suggest:


    Run("C:\Program Files\World of Warcraft\wow.exe")

    Winwaitactive("WoW")
    Send("Account")
    Sleep(100)
    Send("{Tab}")
    Send("Password")
    Sleep(100)
    Send("{ENTER}")


  6. #6
    skero's Avatar Member
    Reputation
    5
    Join Date
    Mar 2007
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its really helpful for me, very helpful

  7. #7
    Frankymouse's Avatar Member
    Reputation
    17
    Join Date
    May 2007
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jdismeuc View Post
    I have made an auto login and I would suggest:


    Run("C:Program FilesWorld of Warcraftwow.exe")

    Winwaitactive("WoW")
    Send("Account")
    Sleep(100)
    Send("{Tab}")
    Send("Password")
    Sleep(100)
    Send("{ENTER}")

    exactly...when i made a program like this it used to mess up...but when u u put like a half a sec wait before it going to password it doesn't mess up

    BTW change Winwaitactive("WoW")

    To: Winwaitactive("World of Warcraft")

    also make it click on the character

  8. #8
    Frankymouse's Avatar Member
    Reputation
    17
    Join Date
    May 2007
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    also add a sleep before Send("Account")

    so it would be

    Run("C:\Program Files\World of Warcraft\wow.exe")

    Winwaitactive("World of Warcraft")
    Sleep(3000)
    Send("Account")
    Sleep(100)
    Send("{Tab}")
    Send("Password")
    Sleep(100)
    Send("{ENTER}")

    ====Update=====
    well this one selects character

    Run("C:\Program Files\World of Warcraft\wow.exe")

    Winwaitactive("World of Warcraft")
    Sleep(3000)
    Send("account")
    Sleep(100)
    Send("{Tab}")
    Send("password")
    Sleep(100)
    Send("{ENTER}")
    Sleep(5000)
    Send("{Down}") ;add another down or take it out depending on selection of character
    Sleep(200)
    Send("{ENTER}")
    Last edited by Frankymouse; 06-02-2008 at 07:14 AM.

  9. #9
    Shadshadow's Avatar Banned
    Reputation
    18
    Join Date
    Jun 2007
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is not a scam?Who test it?

  10. #10
    wacko338's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice program!

  11. #11
    bilarasgr's Avatar Member
    Reputation
    6
    Join Date
    Apr 2008
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shadow92 View Post
    This is not a scam?Who test it?
    its not scam,the script doesnt say about email or something.I tried it and worked.I knew this alrdy

  12. #12
    Flipt's Avatar Member
    Reputation
    52
    Join Date
    May 2007
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Not bad..
    What is its point though?
    It's not hard to type in a user and pass.
    Considering you can just select "Save Username".

  13. #13
    virreK's Avatar Member
    Reputation
    3
    Join Date
    Apr 2008
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It seems nice but I kinda agree with Yoshmitsu, what's the point in having this program?

  14. #14
    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)
    Well, if you are a slow typer, or lazy, like me, it's helpful.

  15. #15
    wacko338's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this +Rep

Page 1 of 2 12 LastLast

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. [Program] WoW Auto Login
    By wat-u-doin in forum World of Warcraft Bots and Programs
    Replies: 39
    Last Post: 11-17-2008, 02:15 AM
  3. [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
All times are GMT -5. The time now is 02:36 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