Memory addresses menu

User Tag List

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 49
  1. #16
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,943
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by asdfx123 View Post
    so i have to find the same values but they are located somewhere else in memory?
    Basically. Think of it like this... you could be editing the coordinates that store the location of your player read by the lighting (or shadow) part of the engine. It uses this coordinate to determine where to place your shadow. You editing this value will only change the position of your shadow, but not your player. You need to find the set of coordinates that effect where your character is actually placed. This will likely be a similar value (but quite possibly not the same exact value) in a different memory location.

    Memory addresses
  2. #17
    asdfx123's Avatar Elite User
    Reputation
    455
    Join Date
    Jan 2009
    Posts
    344
    Thanks G/R
    39/36
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Basically. Think of it like this... you could be editing the coordinates that store the location of your player read by the lighting (or shadow) part of the engine. It uses this coordinate to determine where to place your shadow. You editing this value will only change the position of your shadow, but not your player. You need to find the set of coordinates that effect where your character is actually placed. This will likely be a similar value (but quite possibly not the same exact value) in a different memory location.
    ah ok i understand thank you

  3. #18
    Azmodeus's Avatar Banned
    Reputation
    0
    Join Date
    Nov 2008
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Exactly, the position that you have could be the location of your head, camera, etc.. and the position of the player might be based on where his feet are.. so it might be a little off but not by much. And the values might change a little as your player rocks around when idle, etc (if you say had the location of the players head). As you get familiar with cheat engine, and finding offsets, you will notice these little things, and you will start finding faster and faster.

  4. #19
    asdfx123's Avatar Elite User
    Reputation
    455
    Join Date
    Jan 2009
    Posts
    344
    Thanks G/R
    39/36
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Azmodeus View Post
    Exactly, the position that you have could be the location of your head, camera, etc.. and the position of the player might be based on where his feet are.. so it might be a little off but not by much. And the values might change a little as your player rocks around when idle, etc (if you say had the location of the players head). As you get familiar with cheat engine, and finding offsets, you will notice these little things, and you will start finding faster and faster.
    Hehe thanks alot guys!

  5. #20
    Wesk.'s Avatar Contributor
    Reputation
    190
    Join Date
    Dec 2006
    Posts
    537
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im looking to find something to find what Map you are on anyone found anything?,
    Like MAPID or something, can't seem to find anything useful...

  6. #21
    asdfx123's Avatar Elite User
    Reputation
    455
    Join Date
    Jan 2009
    Posts
    344
    Thanks G/R
    39/36
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hm it seems that i am doing something wrong. The value of z-coordinate is for example 17.59328498342 something like that. So what i do is, i search value between 10.0 and 25.0. Then i move the hill up -> increased value, move down -> decreased and so on. After repeating it 10 times i have like 100 addresses left. I have tried to change all addresses, but none moves me up. Could you guys help me out? :P Would be awesome.

  7. #22
    Wesk.'s Avatar Contributor
    Reputation
    190
    Join Date
    Dec 2006
    Posts
    537
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by asdfx123 View Post
    hm it seems that i am doing something wrong. The value of z-coordinate is for example 17.59328498342 something like that. So what i do is, i search value between 10.0 and 25.0. Then i move the hill up -> increased value, move down -> decreased and so on. After repeating it 10 times i have like 100 addresses left. I have tried to change all addresses, but none moves me up. Could you guys help me out? :P Would be awesome.
    I just did this(don't do it in your ship it seems to me that the Map cord are strange there),
    I just took ex, X=4700 / 10 then searched between 468 - 472, then searched for exact, there are several of the same value but if you check after the decimal you can disern which one you should use.
    Always find X and then +4 = z, +8 = y to save yourself some work.

  8. #23
    asdfx123's Avatar Elite User
    Reputation
    455
    Join Date
    Jan 2009
    Posts
    344
    Thanks G/R
    39/36
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wesk. View Post
    I just did this(don't do it in your ship it seems to me that the Map cord are strange there),
    I just took ex, X=4700 / 10 then searched between 468 - 472, then searched for exact, there are several of the same value but if you check after the decimal you can disern which one you should use.
    Always find X and then +4 = z, +8 = y to save yourself some work.
    Ok gonna try it with x in Belmorra. Hopefully it will work

    [Edit] Well I have found about 35 addresses including the ones which always change (because char moves around a little bit) but none of these 35 adresses move my character, after i changed it. If you modify your address does your character move?
    Last edited by asdfx123; 12-27-2011 at 03:58 AM.

  9. #24
    Azmodeus's Avatar Banned
    Reputation
    0
    Join Date
    Nov 2008
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is an easier way to test...

    In cheat engine, freeze all of the addresses that you find, and then move yoru char.. or if you are doing z, jump, etc.

    If one of the addresses are the correct one, you char wont move, or will move slightly and then jump back to where the offset is froze too.

    I hope that helps.

  10. #25
    asdfx123's Avatar Elite User
    Reputation
    455
    Join Date
    Jan 2009
    Posts
    344
    Thanks G/R
    39/36
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Azmodeus View Post
    Here is an easier way to test...

    In cheat engine, freeze all of the addresses that you find, and then move yoru char.. or if you are doing z, jump, etc.

    If one of the addresses are the correct one, you char wont move, or will move slightly and then jump back to where the offset is froze too.

    I hope that helps.
    Thanks for your help!

  11. #26
    sh00k's Avatar Member
    Reputation
    9
    Join Date
    Apr 2007
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I never thought id learn so much clicking on a random thread...

  12. #27
    gameroz's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow thanks Azmodeus id rep you if i can. Dont know why other members havent. You have totally helped me out.

  13. #28
    Seifer's Avatar Site Donator
    Reputation
    129
    Join Date
    Apr 2007
    Posts
    270
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Azmodeus View Post
    Here is an easier way to test...

    In cheat engine, freeze all of the addresses that you find, and then move yoru char.. or if you are doing z, jump, etc.

    If one of the addresses are the correct one, you char wont move, or will move slightly and then jump back to where the offset is froze too.

    I hope that helps.
    Good to see people are sharing their methods. Took you out of negative rep.

  14. #29
    Azmodeus's Avatar Banned
    Reputation
    0
    Join Date
    Nov 2008
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Seifer, yes I find that the easiest way to find the "teleport" locs.

  15. #30
    jacrazy's Avatar Corporal
    Reputation
    3
    Join Date
    Dec 2011
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quick question... Im a newbie to this stuff but I found player coordinates, health value easily, how exactly do you find mob coordinates and stuff liek IsAggro? any tips would be great! (Beyond "scan for them" pleae )

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [VB.NET] Send value of a memory address via SMTP?
    By Y R U A NUB ? in forum Programming
    Replies: 3
    Last Post: 07-09-2009, 06:05 PM
  2. [3.0.9] Memory Address
    By JuJuBoSc in forum WoW Memory Editing
    Replies: 18
    Last Post: 04-15-2009, 12:18 PM
  3. And what does one do with all these memory addresses?
    By Nonominator in forum WoW Memory Editing
    Replies: 6
    Last Post: 03-23-2008, 06:52 PM
  4. where is that guide to finding the memory-address which Enables model editing
    By mikesanders in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 07-12-2007, 11:19 PM
All times are GMT -5. The time now is 08:22 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