AutoLogin or EasyBgAFK menu

User Tag List

Results 1 to 7 of 7
  1. #1
    Kwapuzzi's Avatar Member
    Reputation
    12
    Join Date
    Apr 2007
    Posts
    62
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    AutoLogin or EasyBgAFK

    Hey Guyz.

    It could be that this is posted before a long time. Then excuse me....

    But 4 all with the same Problem like me it would be realy nice.

    You know this. You come back from ur work wanna start wow and login but you must go 4 toilet or take some food/drink.....

    This helps u 2 login and go 2 toilet without any illegal programm....

    Auto Login Script written in VBS. VBS is available on evey win 2k machine.

    Here is the Script:

    Create on ur hard drice C: a link to your wow.exe( in german verknüpfung )
    This link exe must exatly written like WoW.exe not only wow.exe or else....

    this is now the code:

    set ws = CreateObject("Wscript.shell")
    ws.run("C:\Wow.exe.lnk")
    wscript.sleep 80000
    ws.sendkeys("YOURACCNAME")
    ws.sendkeys("{TAB}")
    wscript.sleep 2000
    ws.sendkeys("YOURPASSWORT")
    wscript.sleep 2000
    ws.sendkeys("{ENTER}")
    wscript.sleep 2000
    ws.sendkeys("{ENTER}")



    If ur are not on the first char in ur char list then use this prgramm 2 switch automatic to the number you want

    in this example we switch one number down from the last logged in char


    set ws = CreateObject("Wscript.shell")
    ws.run("C:\Wow.exe.lnk")
    wscript.sleep 80000
    ws.sendkeys("EUERACCNAME")
    ws.sendkeys("{TAB}")
    wscript.sleep 2000
    ws.sendkeys("EUERPASSWORT")
    wscript.sleep 2000
    ws.sendkeys("{ENTER}")
    wscript.sleep 2000
    ws.sendkeys("{DOWN}")
    wscript.sleep 1000
    ws.sendkeys("{ENTER}")

    --------------------------STOP--------------

    ws.sendkeys("{DOWN}") emulates the drop down key

    If you want the third char from the first use this:

    set ws = CreateObject("Wscript.shell")
    ws.run("C:\Wow.exe.lnk")
    wscript.sleep 80000
    ws.sendkeys("EUERACCNAME")
    ws.sendkeys("{TAB}")
    wscript.sleep 2000
    ws.sendkeys("EUERPASSWORT")
    wscript.sleep 2000
    ws.sendkeys("{ENTER}")
    wscript.sleep 2000
    ws.sendkeys("{DOWN}")
    wscript.sleep 1000
    ws.sendkeys("{DOWN}")
    wscript.sleep 1000
    ws.sendkeys("{ENTER}")


    Just safe this with the name auto.vbs !!!!

    If you want 2 use this for short time in BGs and dont wannt 2 get afk

    set ws = CreateObject("Wscript.shell")
    wscript.sleep 2000
    wscript.sleep 2000
    ws.sendkeys("{DOWN}")
    wscript.sleep 1000
    ws.sendkeys("{DOWN}")
    wscript.sleep 30000
    ws.sendkeys("{DOWN}")
    wscript.sleep 30000
    ws.sendkeys("{DOWN}")
    wscript.sleep 30000
    ws.sendkeys("{DOWN}")
    wscript.sleep 30000
    ws.sendkeys("{DOWN}")
    wscript.sleep 30000
    ws.sendkeys("{DOWN}")
    wscript.sleep 30000
    ws.sendkeys("{DOWN}")
    wscript.sleep 30000


    just save this under bg.vbs und run it when u are @ bg and wanna be afk

    the script just press every 30 seconds the down key....


    the only problem is that u cant stop this script if its klicked once


    That means only for the bg script if you dont wanne be afk for more than this used thime just delte oder edit this lines

    "
    ws.sendkeys("{DOWN}")
    wscript.sleep 30000 || this is given in mili secons 1000 mili equals 1 second

    "

    i hope i can help you


    big sorry for my bad english

    this tutorial is written by me! dont copy oder reposte it!

    AutoLogin or EasyBgAFK
  2. #2
    simaxe91's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bnvmnmvnvnvn

  3. #3
    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)
    Originally Posted by simaxe91 View Post
    bnvmnmvnvnvn
    Absolutly useless. Onto the OP, Very nice script. Is there any possible way you could Processactive()?
    Or check if the wow process is already open?
    +2 rep for your contribution.

  4. #4
    simaxe91's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [IMG]file:///C:/Programfiler/Funcom/Conan%20Hyborian%20Adventures/screenshots/Cepheus_picture000.JPG[/IMG]niiiiiiiiiiiiiiiiiiiiiice i mean

  5. #5
    marmota's Avatar Member
    Reputation
    17
    Join Date
    Feb 2007
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice if you have done it by yourself, but sorry to say that it's useless

  6. #6
    Kwapuzzi's Avatar Member
    Reputation
    12
    Join Date
    Apr 2007
    Posts
    62
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes its no problem 2 check processes with vbs.

    with a bit more code you can write the simpelst wow bot ever xD

  7. #7
    GrooN's Avatar Banned
    Reputation
    7
    Join Date
    Sep 2006
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hehe, nice and usefull program

    Originally Posted by dermoeter View Post
    This helps u 2 login and go 2 toilet without any illegal programm....

Similar Threads

  1. Autologin not working ?
    By felheartx in forum Diablo 3 Bots and Programs
    Replies: 2
    Last Post: 05-14-2012, 05:52 PM
  2. [Help] Lua AutoLogin
    By maclof in forum WoW Memory Editing
    Replies: 2
    Last Post: 03-01-2010, 03:02 AM
  3. [MAC] Create your own AutoLogin
    By Jiat in forum World of Warcraft Bots and Programs
    Replies: 25
    Last Post: 07-27-2009, 08:54 AM
  4. Autologin Prog + Keylogger = Account + Password
    By Wilkey in forum WoW Scam Prevention
    Replies: 3
    Last Post: 11-09-2008, 06:45 AM
  5. [Program]*UPDATE* "Advanced" Autologin by Thidan (Source included)
    By Thidan in forum World of Warcraft Bots and Programs
    Replies: 16
    Last Post: 05-23-2008, 12:19 PM
All times are GMT -5. The time now is 08:01 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