Close
Showing results 1 to 10 of 28

Hybrid View

  1. #1

    Default

    I dont know why blizz cant allow us to use the same authenticator code 5 times on 1 bnet account. If someone is that desperate to hack my account that they will install keyloggers and a monitor for the authenticator code then Id rather they hack the account than have all this unnecessary security in place. After all im going to get the accounts back in a few days anyway (Quite often with a ton of gold and items that I didnt have before).
    I have heard of people getting hacked, using an authenticator, when it was the old way so they shortened the time a code is good
    RAF Tour Guide files are obsolete, I went to Zygor
    MultiBoxers play with themselves

  2. #2
    Member
    Join Date
    Dec 2007
    Location
    Southend, Essex, UK
    Posts
    204

    Default

    Quote Originally Posted by alcattle View Post
    I have heard of people getting hacked, using an authenticator, when it was the old way so they shortened the time a code is good

    Its not the shortening of the time that bothers me its the fact that I have to use 5 different codes to log into my accounts if I have them all in 1 battlenet account.

    EDIT: Just took the time to do the keyclone setup wizard and it appears im stupid and have been wasting a lot of time logging in my accounts. Id reccomend anyone that hasnt set up keyclone properly yet to go through the 30 second setup wizard and save yourself a lot of time
    Last edited by Clone : 11-13-2009 at 12:29 PM

  3. #3

    Default

    Quote Originally Posted by Clone View Post
    Its not the shortening of the time that bothers me its the fact that I have to use 5 different codes to log into my accounts if I have them all in 1 battlenet account.
    No wonder I cannot login to all 5 accounts at once. This has been driving me crazy.

    FYI you can have keyclone or octopus or whatever multiboxing software you use automatically select the different accounts from the dropdown without having seperate configs or anything special. All you have to do is pass a new config option via keyclone or octopus called "accountList". You then pass it the accounts to show in the dropdown and put an exclamation next to the one you want to be selected by default. I've only tested this with Octopus but I assume it works just fine in keyclone.

    Example (ACCOUNT2 will be the default selected account):
    ACCOUNT1|!ACCOUNT2|ACCOUNT3|ACCOUNT4|ACCOUNT5|

  4. #4

    Default

    i had to slightly modify my HKN script to allow login. I have each config.wtf setup with the username and account to login to.
    only downside is that i have to log them in 1 by one (authenticator) but this is no great issue.

    script attached below if anyone wants to use it

    Code:
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
        <SendPC %1%>
             <Run %2%>
             <RenameTargetWin %3%>
             <RemoveWinFrame>
             <SetWinRect %4% %5% %6% %7%>
     
    //-----------------------------------------------------------
    // DEFINE A MAIL LABEL FOR EACH WOW
    //-----------------------------------------------------------
    <Label w1 192.168.0.20 SendWinM WoW1>
    <SetAffinity all>
    <Label w2 192.168.0.25 SendWinM WoW2>
    <Label w3 192.168.0.25 SendWinM WoW3>
    <Label w4 192.168.0.25 SendWinM WoW4>
    <Label w5 192.168.0.25 SendWinM WoW5>
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME ALL OF THE WOW WINDOWS.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn ctrl alt z>
    <LaunchAndRename 192.168.0.20 "e:\wow-single\wow.exe" WoW1 0 0 1920 1200>
    <LaunchAndRename 192.168.0.25 "c:\wow2\wow.exe" WoW2 14 101 1024 640>
    <LaunchAndRename 192.168.0.25 "c:\wow3\wow.exe" WoW3 14 941 1024 640>
    <LaunchAndRename 192.168.0.25 "c:\wow4\wow.exe" WoW4 1064 101 1024 640>
    <LaunchAndRename 192.168.0.25 "c:\wow5\wow.exe" WoW5 1064 941 1024 640>
    //-----------------------------------------------------------
    // HOTKEY TO INDIVIDUALLY LAUNCH AND RENAME THE WOW WINDOWS.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn ctrl alt q>
    <LaunchAndRename 192.168.0.20 "e:\wow-single\wow.exe" WoW1 0 0 1920 1200>
    <Hotkey ScrollLockOn ctrl alt w>
    <LaunchAndRename 192.168.0.25 "c:\wow2\wow.exe" WoW2 14 101 1024 640>
    <Hotkey ScrollLockOn ctrl alt e>
    <LaunchAndRename 192.168.0.25 "c:\wow3\wow.exe" WoW3 14 941 1024 640>
    <Hotkey ScrollLockOn ctrl alt r>
    <LaunchAndRename 192.168.0.25 "c:\wow4\wow.exe" WoW4 1064 101 1024 640>
    <Hotkey ScrollLockOn ctrl alt t>
    <LaunchAndRename 192.168.0.25 "c:\wow5\wow.exe" WoW5 1064 941 1024 640>
     
    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO ALL FIVE WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn A-Z, 0-9, F1-F6, F9-F12, minus, plus, insert, backspace, delete, pgup, pgdn, home, end, enter, oem2, esc>
    //<Hotkey ScrollLockOn AllMainKeys>          
    <SendLabel w1, w2, w3, w4, w5>
                       <Key %Trigger%>
     
    <Hotkey ScrollLockOn Shift AllMainKeys; Alt AllMainKeys; ctrl AllMainKeys>
              <SendLabel w1, w2, w3, w4, w5>
                       <Key %Trigger%> 
     
    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO ALL FIVE WOW'S.
    // ADD MORE KEYS IF YOU WANT.
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn up, down, left, right, space, F7, F8, Numpad0 - Numpad9>
             <SendLabel w1, w2, w3, w4, w5>
                     <Key %Trigger%>
    //-----------------------------------------------------------
    // BROADCAST MOUSE CLICKS. HOLD DOWN OEM8 (top left corner the ¬ key) WHEN YOU WANT TO BROADCAST.
    //-----------------------------------------------------------
    <UseKeyAsModifier Oem8>
    <Hotkey ScrollLockOn Oem8 LButton, MButton, RButton, Button4, Button5>
            <SendLabel w1, w2, w3, w4, w5>
                     <ClickMouse %TriggerMainKey%>

Posting Rules

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