AutoIT Auto Login for WoW menu

Shout-Out

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 33
  1. #1
    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)

    AutoIT Auto Login for WoW

    Hey guys i was browsing the internet looking for a way to make my own autologin script when i found this

    copy from post or AutoIt pastebin - collaborative debugging tool

    ;Login info;
    $Path = "C:\Program Files\World of Warcraft\WoW.exe";Default path
    $Accountname = "Account Name"; Put your WoW account name there..
    $Pass = "Account Password";Put your WoW password there...
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

    Logon()

    Func Logon()
    If WinExists("World of Warcraft") Then
    $hWnd = WinGetHandle("World Of Warcraft");Handle of WoW, for controlsend
    Sleep(100)

    ControlSend($hWnd, "", "", $Accountname);Sends it to the game, wether your in game or not. Account name.
    Sleep(100)

    ControlSend($hWnd, "", "", "{TAB}");Moves down to the password field.
    Sleep(100)

    ControlSend($hWnd, "", "", $Pass);Sends it to the game, wether your in game or not.
    Sleep(100)

    ControlSend($hWnd, "", "", "{ENTER}");Moves down to the password field.
    Sleep(100)

    Else
    Run($Path, "")
    Sleep(8000);25 seconds is a bit much...
    $hWnd = WinGetHandle("World Of Warcraft");Handle of WoW, for controlsend
    Sleep(100)

    ControlSend($hWnd, "", "", "Accountname");Sends it to the game, wether your in game or not. Account name.
    Sleep(100)

    ControlSend($hWnd, "", "", "{TAB}");Moves down to the password field.
    Sleep(100)

    ControlSend($hWnd, "", "", "AccountPassword");Sends it to the game, wether your in game or not.
    Sleep(100)

    ControlSend($hWnd, "", "", "{ENTER}");Moves down to the password field.
    Sleep(100)
    EndIf

    EndFunc


    just simply type your Account name and Password where its suppose to go. also if you have wow installing another place change the Path thats highlighted in red also. Now once you've edit the script whether you put it in notepad or AutoIT you must save it so lets save it as login.au3 then run it and voila you now have a script that will open wow and login for you.

    ;Login info;
    $Path = "C:\Program Files\World of Warcraft\WoW.exe";Default path
    $Accountname = "Account Name"; Put your WoW account name there..
    $Pass = "Account Password";Put your WoW password there...
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

    REQUIREMENTS
    AutoIt v3 - Downloads
    A Working Keyboard
    A Brain

    Please post feedback on my post
    Last edited by iradiation; 08-17-2008 at 07:16 PM.

    AutoIT Auto Login for WoW
  2. #2
    theawpspy's Avatar Site Donator
    Reputation
    46
    Join Date
    May 2008
    Posts
    382
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Like a girl once said, AutoIT is the most fail scripting language ever,

    Well good works i guess

  3. #3
    KuddleBear's Avatar Banned
    Reputation
    4
    Join Date
    Jul 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sweet, ty

    logging in so much gets annoying

  4. #4
    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 theawpspy View Post
    Like a girl once said, AutoIT is the most fail scripting language ever,

    Well good works i guess
    heh o well :P

  5. #5
    pullapasi's Avatar Sergeant
    Reputation
    5
    Join Date
    Nov 2007
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is great! nice work

  6. #6
    wimby's Avatar Member
    Reputation
    7
    Join Date
    Jun 2008
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice I haven't seen much like this on here, would +rep but i useded it


    "God is dead." - Nietzsche
    "Nietzsche is dead" - God

  7. #7
    Tom__'s Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by theawpspy View Post
    Like a girl once said, AutoIT is the most fail scripting language ever,

    Well good works i guess
    WoW infinity has been coded in AutoIT, alot of madx stuff were coded in AutoIT, Frostmourne stuff were also coded in AutoIT,...

    So they are all fail?


    Also, could you post your code in a textdump, the BB-code tags is killing your codes.

  8. #8
    Xelex's Avatar Banned
    Reputation
    37
    Join Date
    Aug 2008
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice script .

  9. #9
    theawpspy's Avatar Site Donator
    Reputation
    46
    Join Date
    May 2008
    Posts
    382
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tom__ View Post
    WoW infinity has been coded in AutoIT, alot of madx stuff were coded in AutoIT, Frostmourne stuff were also coded in AutoIT,...

    So they are all fail?


    Also, could you post your code in a textdump, the BB-code tags is killing your codes.
    Malu is a incredible good, if you know who that is, and there is surley some other incredible coders out there,
    but may i say c++ all the way?,

  10. #10
    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)
    http://www.mmowned.com/forums/bots-p...n-manager.html
    There ya go.
    Though my tutorial sux, in others opinion, you might learn something atleast, if you use your logical thinking.

    Nice find though.


  11. #11
    Swiftassasin's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yay :wave:

  12. #12
    Swiftassasin's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im gunna try this out =)

    hope it works

  13. #13
    hans_wurst123's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tested + Worked -> Thanks!

  14. #14
    Jericho's Avatar Knight
    Reputation
    50
    Join Date
    May 2007
    Posts
    212
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice script, thanks for the post.

  15. #15
    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 Thidan View Post
    http://www.mmowned.com/forums/bots-p...n-manager.html
    There ya go.
    Though my tutorial sux, in others opinion, you might learn something atleast, if you use your logical thinking.

    Nice find though.
    thanks dude!

Page 1 of 3 123 LastLast

Similar Threads

  1. Auto-Login in WoW (not AutoIt)
    By attn in forum World of Warcraft Bots and Programs
    Replies: 10
    Last Post: 10-29-2011, 11:04 AM
  2. Replies: 12
    Last Post: 04-07-2009, 06:40 AM
  3. Remember the Autoit for WoW Glider?
    By Kashfox in forum World of Warcraft General
    Replies: 11
    Last Post: 07-20-2006, 06:15 PM
  4. Remember the Autoit for WoW Glider?
    By Kashfox in forum World of Warcraft Bots and Programs
    Replies: 4
    Last Post: 07-19-2006, 08:58 AM
  5. AutoIt Macro for WoW AFK Bot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 04-06-2006, 06:01 AM
All times are GMT -5. The time now is 01:00 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