need some help on finding memory stuff and check my current offsets menu

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 71
  1. #46
    theplake's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how i can find health stamina or mana?

    I have search the value as 4 byte but i have no found addresses

    need some help on finding memory stuff and check my current offsets
  2. #47
    freitag's Avatar Member
    Reputation
    5
    Join Date
    Jun 2008
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you have followed defthacks advice then you would have noticed that displayed health isn't the same as in memory -> try *100 and + or - 1 i don't remeber.

  3. #48
    theplake's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx i have see your screenshot with the pointer and offsets address.

    The offsets are the same only the base address have change. In my thread you have give me the new. thx freitag.


    I have a another question.I wrote waypoints for farming.How i can turn the character TO the Waypoint.I mean the char can slide run.

  4. #49
    freitag's Avatar Member
    Reputation
    5
    Join Date
    Jun 2008
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    find the rotation i think it's 3 or 4 values (float), change them and you charakter will turn.

    0x02098bb4 +0x178
    0x02098bb4 +0x180
    0x02098bb4 +0x194
    0x02098bb4 +0x19c

    for sidesteps or running you should use some apis
    keyboardevent
    sendkeys
    etc

    ps: instead of using the values i'm providing to you, try to find them by yourself and then compare them.

  5. #50
    theplake's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is a possibility that the char watching to a certain point?

    for example i say look to (xcoord 234 ycoord 240)

  6. #51
    freitag's Avatar Member
    Reputation
    5
    Join Date
    Jun 2008
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you got 4 quadrants translate your coords to the quadrants and you can face any direction that you want. I don't know wether there is another way to do this.

  7. #52
    theplake's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so i will understand the address search-

    also i have scan the ycoord
    http://img122.imageshack.us/img122/1594/bild1c.jpg


    but what do i now?
    Last edited by theplake; 10-17-2009 at 11:50 AM.

  8. #53
    freitag's Avatar Member
    Reputation
    5
    Join Date
    Jun 2008
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by theplake View Post
    so i will understand the address search-

    also i have scan the ycoord
    http://img122.imageshack.us/img122/1594/bild1c.jpg


    but what do i now?
    what ever you want to do ^^

    I don't know what you are trying to do. be more specific.

    --
    Musst schon sagen was du genau machen willst damit dir jemand helfen kann.
    so nebenbei ist die adresse für deine koordinaten ein pointer also musst du noch ein wenig suchen. es gibt mehrere adressen wo deine loc zu finden ist aber eigentlich gibt es nur eine adresse die auch veränderbar ist.

  9. #54
    theplake's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay i want to come to adress 02098BB4.

    sry people first i ask in german.



    ----

    Also ich habe diese Adressen gefunden dort habe ich überall rechtsklick->find out what access...

    dort habe ich dann irgendwo dieses eax gefunden.Dort steht dann auch der Pointer.Diesen habe ich dann als HEx gesucht und bin tatsächlich auf die 02098BB4 gestoßen.So weit so gut.Aber wie hast du das gemacht mit den 2 Offsets??

    also für gesundheit z.b. brauchst du ja die 120 + 4a4.Die 4a4 habe ich direkt gefunden.

  10. #55
    swatbolish's Avatar Banned
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh, u r so smart... hard to understand

  11. #56
    theplake's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have found the address for gold kupfer zinn etc.

    http://img2.imageshack.us/img2/8200/bild2ii.jpg


    but when i search the pointer address he found nothing

    http://img32.imageshack.us/img32/9941/bild3lv.jpg

  12. #57
    freitag's Avatar Member
    Reputation
    5
    Join Date
    Jun 2008
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    that is possible, it can be static or you have found the wrong adress, restart aoc and you will see wether it stays the same or you wether you get wrong values if so then search again.

    did you try out the cheatengine tutorial? there it's explained with multilevel pointers.
    I just saw that it has more then one pointer (after restart -> wrong values) so i searched deeper and found the right one.

  13. #58
    theplake's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the adress change when i start aoc new but its the correct adress.when i sell on dealer an item.The value is exact the money value.
    also i have 3G 45S 70K the value is 34570.

    ps. when i start aoc new and search the new address is the same effect no pointer was found.

  14. #59
    freitag's Avatar Member
    Reputation
    5
    Join Date
    Jun 2008
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    then you got the wrong adress -_-
    there are 2 other adresses that changse when you get or lose money they are the adresse that you have found already -1 and -2

    for example:
    0x2C8230DC
    0x2C8230DB
    0x2C8230DA

  15. #60
    Sentello's Avatar Private
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    adresses or black ones?

Page 4 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Need Some Help With EMU Stuff!
    By LAFD in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 01-03-2008, 08:59 PM
  2. LTGH is back, And need some help
    By LTGH in forum World of Warcraft Emulator Servers
    Replies: 22
    Last Post: 11-07-2007, 10:38 AM
  3. need some help to find textures
    By bubblepwns in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 06-16-2007, 01:48 PM
  4. My Friend had gotten hack and need some help
    By krazy12766 in forum World of Warcraft General
    Replies: 5
    Last Post: 03-01-2007, 07:53 AM
All times are GMT -5. The time now is 07:45 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