[Source] Yet another Blizzard Authenticator emulator menu

User Tag List

Page 3 of 6 FirstFirst 123456 LastLast
Results 31 to 45 of 84
  1. #31
    mrgneissguy's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Authenticator emulator in c#

    I converted Sednogmah's code to c# so for those of us not to familiar with java .

    You can download the Authenticator.cs from MediaFire.com

    To create a new authenticator...

    Code:
    using BlizzAuthenticator;
    
                MobileAuth newauth;
    
                if (new Authenticator().CreateAuthenticator("EU",out newauth))
                {
                    Console.WriteLine("Token:\t\t{0}", newauth.Token);
                    Console.WriteLine("Serial:\t\t{0}", newauth.Serial);
                    Console.WriteLine("Time Diff:\t{0}", newauth.TimeDifference);
    
                }
                else
                {
                    Console.WriteLine("Failed to create Emulator, check network");
                }
                Console.ReadLine();
    To Generate a new authentication Code...

    Code:
    using BlizzAuthenticator;
    
    //Automatically syncronizes your device with Blizz servers
    string key = new Authenticator().GenerateAuthenticatorCode("Serial", "Token");
    or

    Code:
    using BlizzAuthenticator;
    
    //Use a previous synchronization
    string key = new Authenticator().GenerateAuthenticatorCode("Serial", "Token", time_Difference);
    To retrieve the time Difference between your device and wow servers...

    Code:
    using BlizzAuthenticator;
                long dif;
                if (new Authenticator().GetTimeDifference("EU", out dif))
                {
                    Console.WriteLine("Time Diff:\t{0}", dif);
                }
                else
                {
                    Console.WriteLine("Synchronization Failed, check network");
                }
    Last edited by mrgneissguy; 07-02-2010 at 07:05 PM.

    [Source] Yet another Blizzard Authenticator emulator
  2. #32
    Foulwynd's Avatar Site Donator CoreCoins Purchaser
    Reputation
    10
    Join Date
    Jan 2008
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sednogmah View Post
    LOL. Thanks for pointing it out. I will fix it
    by this you mean that we should re-download it?

  3. #33
    mrgneissguy's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Foulwynd View Post
    by this you mean that we should re-download it?
    No, they're constants. Changing them will just make it more clear to someone reading the source code.

  4. #34
    Foulwynd's Avatar Site Donator CoreCoins Purchaser
    Reputation
    10
    Join Date
    Jan 2008
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mrgneissguy View Post
    No, they're constants. Changing them will just make it more clear to someone reading the source code.
    ok, so nothing i, as a user, should care about. cool

  5. #35
    taiguagua's Avatar Private
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Authenticator Gui Based on the previous work.

    Hi Folks,

    Ty all for sharing the code i have done a gui similar to the blizzard mobile authenticator using the library shared by you. The original source code from the c# port was changed a little bit to adjust to generics and some personal coding flavor. in the about box of the program there's credits to Sednogmah and mrgneissguy. I will work on a International version so if some of you can translate the strings to your language and send to me i will add to the culture info. WowAuthenticator.zip

    Inside the zip there's the project source code and in the Release folder there's the compiled exe for the non-programmers.

    cya all.

  6. #36
    Chiaki19's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    BTW: Can blizzard ban this? If so. It's possible to lose the acc o,o

  7. #37
    sendrome's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mrgneissguy View Post
    I converted Sednogmah's code to c# so for those of us not to familiar with java .

    You can download the Authenticator.cs from MediaFire.com

    To create a new authenticator...

    Code:
    using BlizzAuthenticator;
    
                MobileAuth newauth;
    
                if (new Authenticator().CreateAuthenticator("EU",out newauth))
                {
                    Console.WriteLine("Token:\t\t{0}", newauth.Token);
                    Console.WriteLine("Serial:\t\t{0}", newauth.Serial);
                    Console.WriteLine("Time Diff:\t{0}", newauth.TimeDifference);
    
                }
                else
                {
                    Console.WriteLine("Failed to create Emulator, check network");
                }
                Console.ReadLine();
    To Generate a new authentication Code...

    Code:
    using BlizzAuthenticator;
    
    //Automatically syncronizes your device with Blizz servers
    string key = new Authenticator().GenerateAuthenticatorCode("Serial", "Token");
    or

    Code:
    using BlizzAuthenticator;
    
    //Use a previous synchronization
    string key = new Authenticator().GenerateAuthenticatorCode("Serial", "Token", time_Difference);
    To retrieve the time Difference between your device and wow servers...

    Code:
    using BlizzAuthenticator;
                long dif;
                if (new Authenticator().GetTimeDifference("EU", out dif))
                {
                    Console.WriteLine("Time Diff:\t{0}", dif);
                }
                else
                {
                    Console.WriteLine("Synchronization Failed, check network");
                }

    Thanks a ton!

  8. #38
    woreczek's Avatar Private
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have huge question. I`m using mobile authenticator on my iPhone, but I want to use this authenticator(big possibility of that i will lost my phone) How do I can change serial nuber to that authenticator?

  9. #39
    taiguagua's Avatar Private
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Simplest way:

    Disassociate your current token in the Bnet Website.
    Associate a new one generated by the application.

  10. #40
    Sednogmah's Avatar Contributor
    Reputation
    129
    Join Date
    Oct 2009
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Added a cross-platform GUI authenticator that supports multiple auths and allows you to "import" existing ones.




    Check out the first post for more details & URL.
    Last edited by Sednogmah; 07-10-2010 at 10:46 PM.

  11. #41
    toazron1's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am trying to use the import key but it is not working correctly, giving me an error every time.

  12. #42
    Sednogmah's Avatar Contributor
    Reputation
    129
    Join Date
    Oct 2009
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by toazron1 View Post
    I am trying to use the import key but it is not working correctly, giving me an error every time.
    Are you sure you're using the correct values? You need all three:
    - Serial number, e.g. EU-1234-5678-4321
    - Token, 40 hexadecimal characters
    - Clock skew. Set it to 0 if you don't know it and use "Synchronize" later.

    I just tried it and successfully imported various authenticators, both EU and US.
    Make sure you don't accidentally add whitespace to the token. I will update the GUI to filter those.
    Last edited by Sednogmah; 07-11-2010 at 11:03 AM.

  13. #43
    toazron1's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It was the token. I was trying to import it from the PC Auth that someone else made, but the token was encrypted or something. I ended up removing the auth from bnet and creating a new one. Thanks

    Could you add an option to export a key into something like an xml file?

  14. #44
    Sednogmah's Avatar Contributor
    Reputation
    129
    Join Date
    Oct 2009
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by toazron1 View Post
    It was the token. I was trying to import it from the PC Auth that someone else made, but the token was encrypted or something. I ended up removing the auth from bnet and creating a new one. Thanks

    Could you add an option to export a key into something like an xml file?
    Done. Exports all authenticators to an XML file.



    Download: FooBMA GUI r10 (40 kB)
    Last edited by Sednogmah; 07-11-2010 at 10:54 PM.

  15. #45
    Cadua's Avatar Member
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Sednogmah.

    Can anyone port this onto WinMobile? Middlet or .Net.

Page 3 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [Tool] [Source] And-Yet-Another open-source Windows / Windows Mobile Authenticator
    By cdm in forum World of Warcraft Bots and Programs
    Replies: 54
    Last Post: 05-17-2012, 01:00 PM
  2. Blizzard Authenticator Emulator For A Mac
    By kigaro in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 09-06-2010, 04:55 PM
  3. [Library] Blizzard Authenticator Emulator
    By kynox in forum World of Warcraft Bots and Programs
    Replies: 45
    Last Post: 07-05-2010, 02:09 PM
  4. [Release] YAWL! (yet another wow launcher) (+source)
    By elmauro in forum WoW EMU Programs
    Replies: 7
    Last Post: 06-12-2010, 05:21 AM
  5. Yet Another Ony Guide
    By Amedis in forum World of Warcraft Guides
    Replies: 0
    Last Post: 06-04-2006, 10:14 AM
All times are GMT -5. The time now is 10:49 AM. 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