Auto Login menu

User Tag List

Thread: Auto Login

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Relz's Avatar Feed the trolls
    Reputation
    429
    Join Date
    May 2006
    Posts
    2,124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Auto Login

    well.... i made this for you people who are paranoid of your account getting hacked. What this is, is an Auto It script that will open wow and type in your password for you so that if you are keylogged/think you are and still want to play wow, then you wont have to type in your password and get ****ed over.
    just copy the script and replace "yourpasswordhere" with your password. and before you say im trying to steal accounts, this script doesnt send the password anywhere(i dont even think auto it can email or send things anywhere anyways) and you dont type your account in so yeah. For this to work correctly you must have WoW in the 'C\Program Files\World of Warcraft' directory.

    Code:
    ; ----------------------------------------------------------------------------
    ;
    ; AutoIt Version: 3.1.0
    ; Author:         Relz
    ;
    ; Script Function:
    ;	Relz's Auto It Thing v 0.9
    ;
    ; ----------------------------------------------------------------------------
    
    ; Script Start - Add your code below here
    MsgBox(64, "Relz's Auto It Thing v0.9", "Click OK to start")
    Run("notepad.exe")
    WinWaitActive("Untitled - Notepad")
    Send("Relz's Auto It Thing Loaded.")
    WinClose("Untitled - Notepad")
    WinWaitActive("Notepad", "The text in the Untitled file has changed")
    Send("!n")
    Run("C:\Program Files\World of Warcraft\WoW.exe")
    WinWaitActive("World of Warcraft")
    Send("yourpasswordhere")
    fairly simple i know, but i had fun making it and thought someone who is uber-paranoid could use it.
    Last edited by Relz; 12-24-2006 at 08:38 PM.
    "Step right up and shake hands with the devil"

    Auto Login
  2. #2
    Alkhara Majere's Avatar Account not activated by Email
    Reputation
    948
    Join Date
    Jul 2006
    Posts
    2,642
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Login

    Thats cool man!
    I dont do it often, but +rep.

  3. #3
    Liania's Avatar
    Liania
    Guest

    Re: Auto Login

    Hi Relz, merry x-mas <3

    And nice work. (:

  4. #4
    ziao's Avatar Banned
    Reputation
    234
    Join Date
    Apr 2006
    Posts
    657
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Login

    why do you open notepad and type text in there

    a MsgBox() would be ok, or maybe even a tooltip()

  5. #5
    Relz's Avatar Feed the trolls
    Reputation
    429
    Join Date
    May 2006
    Posts
    2,124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Login

    Originally Posted by ziao
    why do you open notepad and type text in there

    a MsgBox() would be ok, or maybe even a tooltip()
    this was purely for my fun =P you can change what you want seeing as its open source or w/e

    an merry xmas to you too liania =)
    "Step right up and shake hands with the devil"

  6. #6
    XxXLSXxX's Avatar Member
    Reputation
    2
    Join Date
    Dec 2006
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Login

    what do you copy it to?
    Most people that can understand my scams like them, but i guess im more of a Conman then a scammer Look up my posts currently only 1 con: click here to see my scam/cons

  7. #7
    Relz's Avatar Feed the trolls
    Reputation
    429
    Join Date
    May 2006
    Posts
    2,124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Login

    an auto it script (au3 file) you can download Auto It from download.com
    "Step right up and shake hands with the devil"

  8. #8
    Paperboi's Avatar Knight
    Reputation
    89
    Join Date
    Nov 2006
    Posts
    185
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Login

    could you use this to re-login if you get d/ced while, let's say, av botting?

  9. #9
    Relz's Avatar Feed the trolls
    Reputation
    429
    Join Date
    May 2006
    Posts
    2,124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Login

    if you want to open a new wow window and login.....
    "Step right up and shake hands with the devil"

  10. #10
    Darkbringer's Avatar Member
    Reputation
    6
    Join Date
    Sep 2006
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Login

    Too bad i cant get this to work :/ even tho i changed the distination for my wow.. and ofc the password. it only opens up nodepad and nothing happens.. any ideas?

  11. #11
    ziao's Avatar Banned
    Reputation
    234
    Join Date
    Apr 2006
    Posts
    657
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Login

    one more thing: this would not trick keyloggers, since autoit actualy does send the keys exactly the same as your keyboard would.

  12. #12
    hotwirenissanskyline's Avatar Member
    Reputation
    1
    Join Date
    Apr 2006
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Login

    it'd be sweet if it could click the connect button and log u right back in while afk honour botting. my internet has a wierd habit of d/c 'ing while honour botting so this would be of great help. thanks!

  13. #13
    karotojr's Avatar Member
    Reputation
    1
    Join Date
    Dec 2006
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Login

    wow that works

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

    Re: Auto Login

    Dont use autoit on wow you niblets :P or ban galore.

    Also
    After you type the pass you could add

    Code:
    sleep(500)
    send("{ENTER}")

  15. #15
    Relz's Avatar Feed the trolls
    Reputation
    429
    Join Date
    May 2006
    Posts
    2,124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Login

    its open source so you can edit it =P

    and it isnt bannable, it doesnt hook/inject to anything and they have no proof your using it on wow so its safe.
    "Step right up and shake hands with the devil"

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. WoW Auto Login and enables WoWME!
    By Vex. in forum World of Warcraft Bots and Programs
    Replies: 11
    Last Post: 12-29-2007, 03:48 AM
  3. World of warcraft auto login script
    By Ancathon in forum World of Warcraft Bots and Programs
    Replies: 12
    Last Post: 11-25-2007, 12:21 AM
  4. Hate getting D/C?? -- Auto Login -- useful for bots and private servers
    By ADAMZY in forum World of Warcraft Bots and Programs
    Replies: 24
    Last Post: 11-05-2007, 05:06 PM
  5. [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 05:03 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