WoW Auto Login and enables WoWME! menu

User Tag List

Results 1 to 12 of 12
  1. #1
    Vex.'s Avatar Active Member
    Reputation
    35
    Join Date
    Feb 2007
    Posts
    172
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    WoW Auto Login and enables WoWME!

    This is my script for Autoit V3 that launches wow, logs you in AND enables WoWME!

    Controls:
    INS= Login
    DEL= Exit the script (press this after logging in!)

    Installation:
    1) Install Autoit V3 if you haven't already (Google search for it)

    2) After installing the program right click on your desktop and select new, then choose "AutoIt V3 Script".

    3) You can name it anything, it doesn't matter. After naming it, right click the Script and select "Edit Script"

    4) It should open up a window with some text in it, Replace the text in the window with this code:

    Code:
    Global 
    
    Run("C:Program Fileswow1WoWME.exe")
    HotKeySet("{INS}", "Go")
    HotKeySet("{DEL}", "terminate")
     
    while 1
     sleep (100)
    WEnd
     
    Func Go ()
     Send("Your Account Name")
      Send("{TAB}")
       Send("Your Account Password")
        Send("{ENTER}")
         Send("{F8}")
    EndFunc
     
    Func terminate ()
     Exit 0
    EndFunc

    For the :
    Code:
     Run("C:Program Fileswow1WoWME.exe")
    Edit this to where it selects either your WoWME.exe or your WoW.exe depending on if you use Model edits or not.

    5) After editing that to either WoWME.exe or WoW.exe , you need to now edit the part that says "Your Account Name" and "Your Account Password" to your current wow account name and password.

    6) Once you have completed that, you can now save the Script.
    IMPORTANT!!!: Make sure that after you save the script you put it into your WoW directory! (only applies to people using WoWME.exe!)

    7) After saving, right click the script and select Compile. It should make it into a .exe file! Then you can make a short cut from your desktop to the exe file that you just made!

    Hope this works for you!, it works perfect for me every time



    Please dont flame, i'm just trying to make model editing a little bit easyer.

    Last edited by Vex.; 12-27-2007 at 01:53 PM.

    WoW Auto Login and enables WoWME!
  2. #2
    Kartio's Avatar Contributor

    Reputation
    165
    Join Date
    Apr 2007
    Posts
    1,619
    Thanks G/R
    7/1
    Trade Feedback
    2 (50%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice job.
    +1rep

  3. #3
    Sirect's Avatar Banned
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  4. #4
    shadowbladex's Avatar Member
    Reputation
    145
    Join Date
    Apr 2007
    Posts
    948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sirect View Post

    Noob.. that script isnt WoWME friendly.


  5. #5
    Sirect's Avatar Banned
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah Great you Changed Run("C:\Program Files\wow1\WoWME.exe")

  6. #6
    Marlo's Avatar Banned
    Reputation
    84
    Join Date
    Jul 2006
    Posts
    2,453
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sirect View Post
    Yeah Great you Changed Run("C:Program Fileswow1WoWME.exe")
    Less Bitching and more contributing?

  7. #7
    maxaki's Avatar Active Member
    Reputation
    65
    Join Date
    Feb 2007
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My Anti-Virus says it Virus, With NOD32 - > PWNED V3X

  8. #8
    Sirect's Avatar Banned
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sometimes Compiled Scripts are detected cause its packed with UPX.
    At my Opinion this is a Repost...
    But who cares of my Opinion xD

  9. #9
    Tkreder123's Avatar Member
    Reputation
    5
    Join Date
    Aug 2007
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    didnt work for me

    Epic Phail for me...

  10. #10
    Despite's Avatar Banned
    Reputation
    29
    Join Date
    Jun 2007
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by maxaki View Post
    My Anti-Virus says it Virus, With NOD32 - > PWNED V3X

    This is a joke, right?

    He didn't even give anything to download, he gave you the source to enter in yourself by copying and pasting, you can check wtf you are putting in...

    And if you think that autoit is a virus...

  11. #11
    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)

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

  12. #12
    Vex.'s Avatar Active Member
    Reputation
    35
    Join Date
    Feb 2007
    Posts
    172
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i prefer mine because i don't have to mess with an interface just have to doubble click

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. [Wow] Auto Login - Made by me.
    By Ermok in forum World of Warcraft Bots and Programs
    Replies: 22
    Last Post: 02-17-2008, 05:17 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 08:48 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