Issue with displaying correct value menu

Shout-Out

User Tag List

Results 1 to 6 of 6
  1. #1
    Serpious's Avatar Contributor CoreCoins Purchaser
    Reputation
    134
    Join Date
    Jul 2011
    Posts
    364
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Issue with displaying correct value

    I am trying to display the XP on my toon, but I do not seem to be getting the correct value.

    And I've tried a few times to get it to work.

    I tried to print the dynamic address, I tried to print the pointer address. To me it seems like I've tried everything.

    Code:
    #include <iostream>
    #include <Windows.h>
    
    using namespace std;
    
    int main()
    {
    	HWND hWnd = FindWindow(0, "World of Warcraft");
    	DWORD dwTA;
    
    	if (hWnd == 0)
    	{
    		cerr << "Open WoW first!" << endl;
    	}
    	else
    	{
    		DWORD pId;
    		GetWindowThreadProcessId(hWnd, &pId);
    		HANDLE hProc = OpenProcess(PROCESS_ALL_ACCESS, FALSE, pId);
    
    		if (!hProc)
    		{
    			cerr << "Process is not active!" << endl;
    		}
    		else
    		{
    			while (true)
    			{
    				ReadProcessMemory(hProc, (void *) 0x1BEC9FF0, &dwTA, sizeof(DWORD), 0);
    				printf("Stored Value: %d\n",dwTA & 0x000FFFF);
    				Sleep(1000);
    				system("cls");
    			}
    		}
    	}
    }
    Anyone got any ideas?

    I'm kinda tired so that might be it too.

    Issue with displaying correct value
  2. #2
    hamburger12's Avatar Contributor CoreCoins Purchaser
    Reputation
    87
    Join Date
    Jan 2010
    Posts
    297
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you run it as Admin?

  3. #3
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1627
    Join Date
    May 2010
    Posts
    1,846
    Thanks G/R
    193/539
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hamburger12 View Post
    Do you run it as Admin?
    Lolz... I dont think that will help

    I dont have wow installed to test this but,

    Break at 0x1B8DB9 and look at the ESI register... take that address or value from the ESI register and add 0x9D0 to it... Should = XP.. who knows lolz
    Last edited by DarkLinux; 11-08-2011 at 06:20 PM.

  4. #4
    bad6oy30's Avatar Member Authenticator enabled
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I see:
    Code:
    *(double *)(*(int *)((int *)playerPtr + 4712) + 1928)
    Last edited by bad6oy30; 11-08-2011 at 08:36 PM.

  5. #5
    LogicWin's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Mar 2011
    Posts
    103
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As bad6oy30 said + you forgot the base address of wow..

  6. #6
    Serpious's Avatar Contributor CoreCoins Purchaser
    Reputation
    134
    Join Date
    Jul 2011
    Posts
    364
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LogicWin View Post
    As bad6oy30 said + you forgot the base address of wow..
    I just remembered I made this thread, lol.

    My bad. I figured it out quickly ^^

Similar Threads

  1. [MODIFICATION] AC repack WITH display ID integrated
    By Fridgecritter in forum WoW EMU Programs
    Replies: 5
    Last Post: 10-14-2007, 02:11 PM
  2. [Question] Camera Issue with Model Editing.
    By Frombehind in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 10-12-2007, 03:57 PM
  3. am having issues with Chrispee's antrix
    By krisfahnz in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 09-09-2007, 01:32 PM
  4. Issue with starting Antrix.exe
    By LampShade in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 08-30-2007, 04:00 AM
  5. Issues with Deeprun Tram exploit
    By shade599 in forum World of Warcraft Exploration
    Replies: 3
    Last Post: 03-25-2007, 08:01 AM
All times are GMT -5. The time now is 11:03 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search