[Script] Logon WoW menu

Shout-Out

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    SnorlaxHF's Avatar Active Member
    Reputation
    76
    Join Date
    Apr 2007
    Posts
    304
    Thanks G/R
    1/3
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Script] Logon WoW

    So.. Nice one.. but how do i edit the script so i open wow with modeleditlive?

    +rep

    [Script] Logon WoW
  2. #17
    Eepi's Avatar Member
    Reputation
    12
    Join Date
    Nov 2006
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Script] Logon WoW

    Great script, thanks Sumsar_elleh for this and for help!

    +rep

  3. #18
    zaronz's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Script] Logon WoW

    Nice dude, how do people learn scripting?

  4. #19
    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: [Script] Logon WoW

    Just wait until my WoW Auto Login Manager is out of Alpha

    It will dominate ANY nooby Autoit Script, Muahahahahah!!

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

  5. #20
    thomas1994's Avatar Member
    Reputation
    6
    Join Date
    Sep 2007
    Posts
    89
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Script] Logon WoW

    Global $pause
    Run("C:\programfiler\World of Warcraft\WoW.exe")

    HotKeySet("{BS}", "Go")
    HotKeySet("{ESC}", "terminate")

    while 1
    sleep (100)
    WEnd

    func Go ()
    Send("Name")
    Send("{TAB}")
    Send("Pass")
    Send("{ENTER}")
    sleep (2000)
    Send("{ENTER}")
    EndFunc

    Func terminate ()
    Exit 0
    EndFunc

    logs u completely in

  6. #21
    L'Lawliet's Avatar Contributor
    Reputation
    212
    Join Date
    Jun 2007
    Posts
    1,765
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Script] Logon WoW

    sweet but can you make it for model edit so like it presses END and then later HOME and then log in fully?

  7. #22
    Zevx's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Script] Logon WoW

    How would i get rid of the HotKeySet("{BS}", "Go") so when it starts up wow it just goes maybe with a sleep in there so it doesnt go to fast but idk i have no idea with autoit so XD.

  8. #23
    dough's Avatar Active Member
    Reputation
    20
    Join Date
    Nov 2006
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Script] Logon WoW

    thats bomb, xD i get extremely lazy :P never thought of doin it like this tho.. xD

  9. #24
    crazymonk's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Script] Logon WoW

    instead of putting it on a timer or make it so you have to press a key

    just use the pixel scan to search for a specific color

    if your REALLY lazy, you can have it scan for a color before it starts WoW then after wow gets winactive (if you know how to autoit you know what i mean)

    and compare the colors thereafter

    thats what i would do ;d - i would also add a basic UI that allows people to have multiple accounts etc...

  10. #25
    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)

    Re: [Script] Logon WoW

    For model edit start:

    Global $pause
    Run("C:\Program Files\World of Warcraft\nameofyourmodeleditlive.exe")

    HotKeySet("{BS}", "Go")
    HotKeySet("{ESC}", "terminate")

    while 1
    sleep (100)
    WEnd

    func Go ()
    Send("Name")
    Send("{TAB}")
    Send("Pass")
    sleep (300)
    Send("{END}")
    sleep (300)
    Send("{ENTER}")
    sleep (380)
    Send("{HOME}")
    sleep (2000)
    Send("{ENTER}")
    EndFunc

    Func terminate ()
    Exit 0
    EndFunc

  11. #26
    lopolop's Avatar Member
    Reputation
    49
    Join Date
    May 2006
    Posts
    124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Script] Logon WoW

    the above is a really lame way to do it >.<
    try pixelgetcolor()
    or something i could do it easily but i havent played wow in a month :/ nor is my account up.

  12. #27
    5tktajblackbelt's Avatar Member
    Reputation
    2
    Join Date
    Mar 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    kool i like this...

  13. #28
    Nonominator's Avatar Banned
    Reputation
    30
    Join Date
    Apr 2007
    Posts
    489
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WoW this is nice. I want to make it work for me in the way I think I can. But I need to work on my editing skills.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Selling] Xewl's Trading Post - Custom Scripts & Misc WoW Services!
    By Xewl in forum World of Warcraft Buy Sell Trade
    Replies: 7
    Last Post: 09-22-2015, 08:05 PM
  2. Looking for AUTOHOTKEY script for WoW
    By mcglolmmo in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 12-08-2013, 05:02 AM
  3. [Request Guide]how to im start at c++ scripting for wow?
    By vittwow in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 08-07-2008, 10:09 AM
  4. [Program] WoW Jumper AntiAFK Script
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 5
    Last Post: 06-23-2006, 10:38 PM
All times are GMT -5. The time now is 10: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