World of warcraft auto login script menu

User Tag List

Results 1 to 13 of 13
  1. #1
    Ancathon's Avatar Member
    Reputation
    10
    Join Date
    Jul 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    World of warcraft auto login script

    Ok, so i did a search and it did not yield this, but if i overlooked something, please flame on.

    So I get tired of logging into my character all the time so I made this autoit script


    Run("C:Program FilesWorld of Warcraft/WOW")
    sleep(6000); this sleep command holds the rest of the commands for 6000, allowing time for the window to start up (you may have to adjust this to a larger number if your window takes longer to load up)
    MouseClick("left", 672, 470, 1, 2); this positions your mouse to the account name window and clicks on it
    Send("Account Name"); put your account name in the ""
    send("{tab}"); this hits your tab button bringing you to your password window
    send("Your Password Here"); put your password in the ""
    send("{enter}"); this hits enter for you to log on
    sleep(3000);this command holds the commands for 3000, just like the original sleep command, but allowing time for you to logon, this also may have to be readjusted
    Mouseclick("left", 1178, 234, 1, 2); this positions itself to the character you want to log in with, the first 2 numbers will have to be changed to the position your mouse is with your character, these numbers can easily be achieved with your autoit windowinfo program
    Mouseclick("left", 1178, 234, 1, 2); this is just a repeat of the above line so it double clicks and logs you on
    exit
    This helped me out alot. On my computer i made it so that I have a fille for all of my characters on my desktop, and I just click on the character I want to play when my WOW starts.
    Last edited by Ancathon; 11-22-2007 at 12:51 AM.

    World of warcraft auto login script
  2. #2
    Imakepigsfly's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    292
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: World of warcraft auto login script

    this is good +rep

  3. #3
    Toldorn's Avatar Contributor
    Reputation
    122
    Join Date
    Dec 2006
    Posts
    556
    Thanks G/R
    20/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: World of warcraft auto login script

    Im sorry, and im going to sound really dumb here, but I want to test this out, where do i copy that script to? Could you possibly upload one of your shortcuts/files [remember to edit your account name, password and char info!] so I could modify it and see?

    thanks a lot. If this works +rep from me.

  4. #4
    Quafe's Avatar Contributor

    Reputation
    158
    Join Date
    Oct 2007
    Posts
    440
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: World of warcraft auto login script

    MouseClick("left", 672, 470, 1, 2); this positions your mouse to the account name window and clicks on it
    this is not a very good thing to do... the location of the buttons depends on several things, like windowed/full-mode and even (im not absolutely sure) the resolution of the screen

  5. #5
    Darkone's Avatar Active Member
    Reputation
    24
    Join Date
    Jan 2007
    Posts
    251
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: World of warcraft auto login script

    Very nice! For Germans: Type C:\Programme\World of warcraft\WoW
    Thats a reputation Point for you!

    ~Darkone
    Last edited by Darkone; 11-22-2007 at 11:03 AM.
    Elite.... by Nature



  6. #6
    doomed461's Avatar Member
    Reputation
    2
    Join Date
    Jul 2007
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: World of warcraft auto login script

    nice imma start using that

  7. #7
    Ermok's Avatar Contributor
    Reputation
    212
    Join Date
    Jul 2007
    Posts
    447
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: World of warcraft auto login script

    not very good at all, I made one witch asked for your username and pass which then wrote a file with your username and pass also try using alot of different commands like send("tab") alot better than clicking also winwaitactive("World of Warcraft")
    also code to change the window name if its a german warcraft
    its not hard

    but sorry for being negative, just there is alot simpler ways and alot of flaws in your code

    o

  8. #8
    Erice's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: World of warcraft auto login script

    nice ... it wroks!

  9. #9
    Gothian's Avatar Member
    Reputation
    249
    Join Date
    Jul 2006
    Posts
    496
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: World of warcraft auto login script


    Soon you can find my projects at: www.termight.info

  10. #10
    Kappa's Avatar Member
    Reputation
    3
    Join Date
    Sep 2007
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: World of warcraft auto login script

    I'd give you a +rep if I could =P

  11. #11
    Phygar's Avatar ( ͡° ͜ʖ ͡°)
    Reputation
    443
    Join Date
    Nov 2007
    Posts
    1,591
    Thanks G/R
    7/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: World of warcraft auto login script

    I knew how to do this a while ago. I did not think it was very hard and considered it common knowledge as to how to mouseclick, send keys, sleep, and execute files in autoit.

  12. #12
    leoj's Avatar Contributor
    Reputation
    161
    Join Date
    Jun 2006
    Posts
    288
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: World of warcraft auto login script

    ..........
    Last edited by leoj; 06-17-2016 at 08:39 AM.

  13. #13
    Imakepigsfly's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    292
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: World of warcraft auto login script

    comon hes trying to contribute and that puts people down

Similar Threads

  1. [Addon] UPDATED World of Warcraft Auto-Responder [testers needed]
    By ev0 in forum World of Warcraft General
    Replies: 0
    Last Post: 01-29-2015, 05:21 PM
  2. Replies: 3
    Last Post: 02-02-2013, 06:30 AM
  3. World of warcraft AUTO-LEVEL hack
    By darknife in forum WoW Scam Prevention
    Replies: 36
    Last Post: 01-07-2013, 02:02 AM
  4. Easy script, Controll send world of warcraft.
    By niklas62 in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 08-17-2010, 04:54 PM
  5. World of Warcraft Boss scripting competition
    By hitman47 in forum World of Warcraft General
    Replies: 0
    Last Post: 08-15-2009, 07:44 AM
All times are GMT -5. The time now is 05:38 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search