Mem Read - Gold Stand menu

User Tag List

Results 1 to 14 of 14
  1. #1
    nopaxx's Avatar Banned
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Mem Read - Gold Stand

    Hello Community,

    iam not new, but i allways watched till now these forums without havin an own account

    Since 2 days iam experimenting with autoit(ya .. sorry but its okay for my purposes)

    All i want to do with this is to read out the gold amout standing from my main char. I only read today some things about the whole theme.


    My question is, is the memory part which includes the gold standing a fixed field or does it change with every startup?


    Do i need to find out the pointer or offset ?

    is
    Global $PlayerBaseStatic = 0x00CF7C00
    Global $PlayerBaseOffsA = 0x34
    Global $PlayerBaseOffsB = 0x24

    what i need?

    I would be glad if s1 want to spend some of his time for me

    Mem Read - Gold Stand
  2. #2
    snigelmannen's Avatar Member
    Reputation
    27
    Join Date
    Jul 2007
    Posts
    318
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Id go deeper and use lua
    " Spy sappin mah sentry! "

  3. #3
    nopaxx's Avatar Banned
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there a way to read out a lua variable and to give it to some autoit var?

  4. #4
    WannaBeProgrammer's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you going to create a gold hack? Gold is server side depended.

  5. #5
    nopaxx's Avatar Banned
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not rly

    i just want to create some kind of tool which shows me how much gold i own on my main char iam writing some desktop gadget where i want to show up my gold status

  6. #6
    nopaxx's Avatar Banned
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not rly

    i just want to create some kind of tool which shows me how much gold i own on my main char iam writing some desktop gadget where i want to show up my gold status

  7. #7
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Purge the 10231231254th descriptor thread please
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  8. #8
    Flowerew's Avatar Master Sergeant
    Reputation
    72
    Join Date
    Oct 2009
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Robske: These mortal infidels, my lord! They have invaded your sanctum and seek to steal your secrets!
    Apoc: FOOL! YOU ALLOWED THESE INSECTS TO RUN RAMPANT THROUGH THE HALLOW CORE? AND NOW YOU LEAD THEM TO MY VERY LAIR? YOU HAVE FAILED ME, ROBSKE! JUSTICE SHALL BE MET, INDEED!

  9. #9
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Flowerew View Post
    Robske: These mortal infidels, my lord! They have invaded your sanctum and seek to steal your secrets!
    Apoc: FOOL! YOU ALLOWED THESE INSECTS TO RUN RAMPANT THROUGH THE HALLOW CORE? AND NOW YOU LEAD THEM TO MY VERY LAIR? YOU HAVE FAILED ME, ROBSKE! JUSTICE SHALL BE MET, INDEED!
    Would be fitting if they actually were secrets.
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  10. #10
    nopaxx's Avatar Banned
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry for creating the 123235253th descriptor thread.

    can u robske or s1 other code autoit or lua and are you maybe interested into earn some money? pm me ..


    greetings chris

  11. #11
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I wasn't kidding when I said enough was enough.

    Enjoy your 2 week ban.

  12. #12
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You still don't want to search and use your brain?

    Code:
    PLAYER_FIELD_COINAGE = 0x0492,
    Ingame currency expressed in copper is at [[pObject + 0x8] + PLAYER_FIELD_COINAGE * 4]

    Edit: Apoc, how does mmowned banning actually work? Denied access to their account or entire site?
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  13. #13
    flo8464's Avatar Active Member
    Reputation
    30
    Join Date
    Apr 2009
    Posts
    434
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit: Apoc, how does mmowned banning actually work? Denied access to their account or entire site?
    First.
    Second just could be bypassed by deleting cookies + getting a new dynamic IP. :P
    Hey, it compiles! Ship it!

  14. #14
    amadmonk's Avatar Active Member
    Reputation
    124
    Join Date
    Apr 2008
    Posts
    772
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Don't cross the streams!
    Don't believe everything you think.

Similar Threads

  1. How do i read my standing state?
    By yeahlol in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 12-18-2010, 06:37 AM
  2. Mem Read with Java
    By iknowuwantme in forum Programming
    Replies: 1
    Last Post: 09-19-2009, 05:07 PM
  3. mem-reading fishbot - state of bite ?
    By ninar1 in forum WoW Memory Editing
    Replies: 10
    Last Post: 09-08-2009, 11:33 AM
  4. Small contrib: C++ mem reading class
    By Overflow in forum WoW Memory Editing
    Replies: 2
    Last Post: 04-10-2009, 06:38 AM
  5. Grimwow Elite funserver. instant 70, easy gold, READ
    By Equ1N0X in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 02-06-2008, 09:05 PM
All times are GMT -5. The time now is 09:59 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