[Question] Gold pointer c# menu

User Tag List

Results 1 to 8 of 8
  1. #1
    pookthetook's Avatar Banned CoreCoins Purchaser
    Reputation
    3
    Join Date
    Feb 2012
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Question] Gold pointer c#

    Hey folks.
    I'm wanting to make a simple program to read the amount of gold my character has in game and display it.

    I know how to program in C++ and C#, but I fail epicly with this memory stuff...
    Using Cheat Engine I can easily find the address where the value of gold is stored, but it changes every time a new game is made. From what I've read I need to find some pointer to it - and I've followed many tutorials on finding pointers using CE but always end up with something that doesn't work.

    I know how to read a value using ReadProcessMemory. I was finding the Diablo III process then process.MainModule.BaseAddress and adding the addresses from cheat engine in different ways trying to get one that matched and they never ever come close (like it saying I have 77 gold when I have millions).

    What kind of stupid noob mistakes am I making to keep messing this up? Or rather.. How would I go about doing this in a way that actually works?

    [Question] Gold pointer c#
  2. #2
    Shoruun's Avatar Member
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    39
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    removed.
    - Shoruun
    Last edited by Shoruun; 06-04-2012 at 03:39 PM.

  3. #3
    Yazuak's Avatar Active Member
    Reputation
    123
    Join Date
    Mar 2007
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If there's no data structure info publicly released, you'll have to traverse the pointer chain by yourself... Keep finding what points to your memory address until you hit a static address (it will be green in CE.) The CE multi-level pointer tutorial can help teach you how to do this.

  4. #4
    Nesox's Avatar ★ Elder ★
    Reputation
    1280
    Join Date
    Mar 2007
    Posts
    1,238
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Find the gold ACD then check the stack quantity attribute, it's your gold amount.

  5. #5
    larcerkev's Avatar Member
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    61
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm interested in doing this also. Nesox, this may sound noobish, but what exactly is the gold ACD?

  6. #6
    darthv's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm trying to do this also, but tracing back the pointers to a static address isn't working for me in CE. After 1-2 tracebacks I hit a loop, or an invalid offset.
    I've also tried using the built in Pointer finder, but after I restart the game and try to narrow them down I'm left with 0 results.
    I must be doing something wrong... but it works for me in other games.

    The only memory addresses working for me currently are:
    Health: FF2414, 18, C8, C, 2A0, 14
    Armor: FF2414, 2D, 97, 1, 6D, 8

    In the meantime I am getting other values I need through Optical character recognition.. but its a less than ideal solution :\

  7. #7
    djklesk's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    same problem cant find the gold pointer.... but im a totally noob in memory reading ...
    would be nice if somebody release.. im coding a autoit bot its would be nice to know how much gold / h
    gonna release the bot here

  8. #8
    mrdennis87's Avatar Member Authenticator enabled
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In Cheat Engine, you want to find the value of your gold. Once you find the first pointer that tells you your value, you want to see what accesses it. By doing this you will get your offset, and then search your new hex value to find the new pointer. You then add your new pointer, and offset to give you a new value, or pointer. keep going until you find your green one. Once you find your green pointer, dbl click it to add to the bottom of the list. Once it's in the bottom of the list, dbl click it again. You will see Game.exe+&h42788 or w/e your offset is.. this is your Static(Base) pointer. Your next step is going to be to find out what the base address is of that Game.exe process and add that to the offset. Once you do that you can add that final pointer to any offset to get your values.. Game.exe+&h42788 = &h40287685 .. then take the new value and add your offset &h40287685+&11CC to get your hp, mana etc.. I am learning myself..I have learned all of this in the past week by reading through the forums, and trial and error.. I hope this helps.

Similar Threads

  1. [Question] Gold-selling websites.
    By Solera in forum WoW Scams Help
    Replies: 11
    Last Post: 01-29-2009, 10:32 PM
  2. Quick Question(gold buying)
    By Sorfen in forum World of Warcraft General
    Replies: 1
    Last Post: 08-20-2008, 03:36 AM
  3. [Question] Gold Dupe?
    By Hildoz in forum Age of Conan Exploits|Hacks
    Replies: 12
    Last Post: 08-15-2008, 01:39 PM
  4. WoW gold Question
    By krazy12766 in forum World of Warcraft General
    Replies: 3
    Last Post: 03-26-2007, 11:53 PM
  5. Gold buying question.
    By Rendman in forum World of Warcraft General
    Replies: 16
    Last Post: 08-24-2006, 09:21 PM
All times are GMT -5. The time now is 01:19 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