Close
Showing results 1 to 2 of 2
  1. #1

    Smile WoW HotKeyNet AutoLogin script

    First of all
    Hi !

    This is my first post in this forum, after reading mostly the newbie starting guide about dual/multi - boxing i decided to use HotKeyNet (HKN) for my software solution.
    While reading some of the post and looking up on Google, i cant seem to find a definite guide on how to make an auto-login script using HotKeyNet (HKN), thats why i post this small script i made.
    Please bear with me as im a totally new on this whole dual/multi - boxing on WoW.
    Im using the basic 4 wow on 1 pc script and made some changes.
    so im going to keep some of the 'title' inside the script the same as the original, to avoid confusion

    Code:
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
        <LaunchAndRename Local WoW1>
        <LaunchAndRename Local WoW2>
        <LaunchAndRename Local WoW3>
        <LaunchAndRename Local WoW4>
    What i did is, i add a couple lines to the above code :

    Code:
    <Hotkey ScrollLockOn Alt Ctrl L>
        <LaunchAndRename Local WoW1>
        <wait 1000>
        <text YourAccountName1>
        <wait 500>
        <key Tab>
        <text YourAccountPassword1>
        <wait 500>
        <key enter>
        <wait 500>
    
    
        <LaunchAndRename Local WoW2>
        <wait 1000>
        <text YourAccountName2>
        <wait 500>
        <key Tab>
        <text YourAccountPassword2>
        <wait 500>
        <key enter>
        <wait 500>
    
    
    
        <LaunchAndRename Local WoW3>
        <wait 1000>
        <text YourAccountName3>
        <wait 500>
        <key Tab>
        <text YourAccountPassword3>
        <wait 500>
        <key enter>
        <wait 500>
    
    
    
        <LaunchAndRename Local WoW4>
        <wait 1000>
        <text YourAccountName4>
        <wait 500>
        <key Tab>
        <text YourAccountPassword4>
        <wait 500>
        <key enter>
        <wait 500>
    Ok Great ! now i can press
    Alt + Ctrl + L
    leave the keyboard for a cup of coffe, and when im back all 4 of my account will be logged in, all i have to do is click the "Enter World" button
    and i only need to click the button once if im holding the Squiggle key

    so far so good...
    u leave the keyboard for a pee... and when ure back... wtf... all 4 account are Disconnected...
    and for this event i have added this list of small code

    Code:
    //-----------------------------------------------------------
    // PRESS CTRL O to Auto Login in case of Disconnected
    // Make Sure that ALL account Username and Password box are Empty
    // And ALL the blinking Cursor are IN the Username box 
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Ctrl O>
        <SendWinM WoW1>
            <wait 1000>
            <text YourAccountName1>
            <wait 500>
            <key Tab>
            <wait 500>
            <text YourAccountPassword1>
            <wait 500>
            <key enter>
            <wait 500>
    
    
        <SendWinM WoW2>
            <wait 1000>
            <text YourAccountName2>
            <wait 500>
            <key Tab>
            <wait 500>
            <text YourAccountPassword2>
            <wait 500>
            <key enter>
            <wait 500>
    
    
    
        <SendWinM WoW3>
            <wait 1000>
            <text YourAccountName3>
            <wait 500>
            <key Tab>
            <wait 500>
            <text YourAccountPassword3>
            <wait 500>
            <key enter>
            <wait 500>
    
        <SendWinM WoW4>
            <wait 1000>
            <text YourAccountName4>
            <wait 500>
            <key Tab>
            <wait 500>
            <text YourAccountPassword4>
            <wait 500>
            <key enter>
            <wait 500>
    Ok, i thinks thats it, if anyone wants to add something please do

  2. #2

    Default

    I posted a login setup for Nikita not long ago. http://www.dual-boxing.com/threads/4...een-resolution

    The problem with auto login is that if you have all your WoW accounts on the same Battle.net you need to select the individual WoW account from the dropdown, or you need to run from different folders to get individual Config.wtf''s for each account - in which case, you don't need to fill in the account email every time. Just select Remember Account Name on the login screen. The individual Config.wtf's will store the email address and last accessed account from the dropdown, so all you need to input is the password.
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •