Account E-mail read menu

User Tag List

Results 1 to 13 of 13
  1. #1
    Mr.Sergey's Avatar Contributor
    Reputation
    113
    Join Date
    Apr 2009
    Posts
    195
    Thanks G/R
    5/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Account E-mail read

    Hi, help me please get account e-mail from game memory.

    I try read:

    Memory.ReadUTF8String(Memory.ReadUInt(Memory.BaseAddress + 0xED4B5C) + 0x50d, 50); // 19103

    and it work, but if I run game directly, without BNet launcher.

    How I can get account email if I run game from BNet launcher.
    Last edited by Mr.Sergey; 11-01-2014 at 09:57 AM.

    Account E-mail read
  2. #2
    Sacred's Avatar Contributor
    Reputation
    207
    Join Date
    Dec 2007
    Posts
    152
    Thanks G/R
    3/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    CVar accountName. Yes it's so easy.

  3. #3
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Note to self: moderate any software uploads from Mr.Sergey

  4. #4
    Mr.Sergey's Avatar Contributor
    Reputation
    113
    Join Date
    Apr 2009
    Posts
    195
    Thanks G/R
    5/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sacred View Post
    CVar accountName. Yes it's so easy.
    It work if "Remember Account Name" is checked. I need to get the е-mail regardless of how game was run and ingame settings.

    Originally Posted by Jadd View Post
    Note to self: moderate any software uploads from Mr.Sergey
    why?
    Last edited by Mr.Sergey; 11-02-2014 at 01:37 PM.

  5. #5
    RobertoSageto's Avatar Member
    Reputation
    7
    Join Date
    May 2014
    Posts
    14
    Thanks G/R
    1/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mr.Sergey View Post
    It work if "Remember Account Name" is checked. I need to get the е-mail regardless of how game was run and ingame settings.


    why?
    Haha, he's making a joke that you're trying to steal account names / info.

    Like without assuming very specific API / web interface / auto login etc usage, the first thing that comes to mind is a backdoor.

  6. #6
    Mr.Sergey's Avatar Contributor
    Reputation
    113
    Join Date
    Apr 2009
    Posts
    195
    Thanks G/R
    5/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I’ve almost finished a free Gold Manager, which will help tracking gold on different realms with the info about account/toon/guild it is stored on. It monitors all opened WoW windows and places gold amount into database. The only problem left is obtaining e-mail current window belongs to independent on the way it was started.


    Can’t believe no one will help me...

  7. #7
    Wildbreath's Avatar Contributor
    Reputation
    162
    Join Date
    Feb 2012
    Posts
    121
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    btw, if he wanted to steal, and he knew how - would have long ago stole and no any antivirus has not detected it -_-
    but he dont know how to read email - so trust him

  8. #8
    natt_'s Avatar Contributor
    Reputation
    145
    Join Date
    Dec 2007
    Posts
    391
    Thanks G/R
    13/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mr.Sergey View Post
    I’ve almost finished a free Gold Manager, which will help tracking gold on different realms with the info about account/toon/guild it is stored on. It monitors all opened WoW windows and places gold amount into database. The only problem left is obtaining e-mail current window belongs to independent on the way it was started.


    Can’t believe no one will help me...
    You already got your answer from Sacred:

    Originally Posted by Sacred View Post
    CVar accountName. Yes it's so easy.
    In the latest offset dump JuJuBoSc posted this:

    http://www.ownedcore.com/forums/worl...ml#post3187858 ([WoW] [6.0.3 19116] Release Info Dump Thread)


    the rest you have to figure out yourself

  9. #9
    Mr.Sergey's Avatar Contributor
    Reputation
    113
    Join Date
    Apr 2009
    Posts
    195
    Thanks G/R
    5/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by natt_ View Post
    You already got your answer from Sacred
    I wrote above that CVar accountName returns not empty value only if "Remember Account Name" on login screen is checked. You can test this trying read Memory.ReadUTF8String(Memory.ReadUInt(Memory.ReadUInt(Memory.BaseAddress + 0xC18570) + 0x2c), 50) // 19116

    I need to get the е-mail regardless of ingame settings.
    Last edited by Mr.Sergey; 11-07-2014 at 11:21 AM.

  10. #10
    Mr.Sergey's Avatar Contributor
    Reputation
    113
    Join Date
    Apr 2009
    Posts
    195
    Thanks G/R
    5/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Since people often ask about found solution, i decided to share it:

    string Email = [[[[BaseAddress + accountEmailPtr] + accountEmailOff1] + accountEmailOff2] + accountEmailOff3]

    where (for 20338 build):

    accountEmailPtr = 0xF9478C;
    accountEmailOff1 = 0x108;
    accountEmailOff2 = 0x20;
    accountEmailOff3 = 0x1f18;

  11. #11
    Uks's Avatar Member
    Reputation
    1
    Join Date
    Jan 2015
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the information! I also needed it.

  12. #12
    zys924's Avatar Active Member
    Reputation
    20
    Join Date
    Nov 2009
    Posts
    113
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mr.Sergey View Post
    Since people often ask about found solution, i decided to share it:

    string Email = [[[[BaseAddress + accountEmailPtr] + accountEmailOff1] + accountEmailOff2] + accountEmailOff3]

    where (for 20338 build):

    accountEmailPtr = 0xF9478C;
    accountEmailOff1 = 0x108;
    accountEmailOff2 = 0x20;
    accountEmailOff3 = 0x1f18;
    I am digging this grave just because it seems this BattlenetAPI stuff is removed. So is there anyone still knowing how to read the login account info, in the current retail client? email & account names (WoW1, 2, ...)

  13. #13
    Mr.Sergey's Avatar Contributor
    Reputation
    113
    Join Date
    Apr 2009
    Posts
    195
    Thanks G/R
    5/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WowAccount = 0x2BA6678 + 0x18

Similar Threads

  1. [Legendary] Account Trading Scam [READ]
    By dUcKyDrEaMeRx3 in forum WoW Scam Prevention
    Replies: 27
    Last Post: 12-16-2008, 01:33 AM
  2. Need Help/Advice on Getting an account Unlocked ...please read in..
    By PuffDank in forum World of Warcraft General
    Replies: 1
    Last Post: 12-30-2007, 08:14 PM
  3. Account Suspended (Please Read) Not a flame or crap just need info
    By Remko01 in forum World of Warcraft Bots and Programs
    Replies: 22
    Last Post: 11-23-2006, 05:02 AM
All times are GMT -5. The time now is 06:53 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