3.0.2 Addresses menu

Shout-Out

User Tag List

Page 6 of 6 FirstFirst ... 23456
Results 76 to 90 of 90
  1. #76
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Easy to find. Just look for a function in 3.0.2 that uses it and find that function in the beta build. If you don't have it by the time i'm feeling less lazy I'll fire up IDA and check for you. Its a 2 minute job max but i'm REEEEAAAALY lazy.

    3.0.2 Addresses
  2. #77
    Dearleader's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    Easy to find. Just look for a function in 3.0.2 that uses it and find that function in the beta build. If you don't have it by the time i'm feeling less lazy I'll fire up IDA and check for you. Its a 2 minute job max but i'm REEEEAAAALY lazy.
    I wouldn't have the foggiest idea how to go about doing that, yet :confused: I'm still learning as I go, but I'm learning fast :wave:

  3. #78
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dearleader View Post
    I wouldn't have the foggiest idea how to go about doing that, yet :confused: I'm still learning as I go, but I'm learning fast :wave:
    Lol, you couldn't be learning that fast if you can't do what I suggested. That's like one of the most basic things to do.

  4. #79
    natt_'s Avatar Contributor
    Reputation
    145
    Join Date
    Dec 2007
    Posts
    391
    Thanks G/R
    13/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xarg0 View Post
    Well, first you should check if your lvl1pointer is valid, I don't know what memoryreading UDF you're using but if it's NomandMemory your calling _MemoryRead() wrong, the first argument is the process handle(not the window handle obtained by FindWindow()!!!), the second argument is the adress to read from and the last one is a string that specifices the data type to read.
    To open a valid process handle you'll need to enable SeDebugPrivilege.

    Once you've got the $PlayerBase you can read values out of the player struct like this
    Code:
     $xCoord=_MemoryRead($processhandle, $PlayerBase+0x7D4, "float")
    I'm not shure if the x offset is correct cause I wrote it from memory :-)
    Func _MemoryRead($iv_Address, $ah_Handle, $sv_Type = 'dword')

    :/. are you really sure? just looked in NomadMemry, and yes i have DebugPriv 1

    i can retrive the X cordinate with that offset, but with the nomadMemory i have i call it like this and it worked

    $xCoord=_MemoryRead($PlayerBase+0x7D4
    ,$WH, "float")
    Last edited by natt_; 10-31-2008 at 02:44 AM.

  5. #80
    Xarg0's Avatar Member
    Reputation
    61
    Join Date
    Jan 2008
    Posts
    389
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    NomadMemory changed a bit since my last autoit programm, might be because my last autoit programm is about a year old.
    Ofcourse use the the function header you found in your NomadMemory file ^^
    I hacked 127.0.0.1

  6. #81
    Dearleader's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    http://www.filedropper.com/wow_2


    New WotLK 3.0.3 (build 9115) .exe.

    Still looking for anyone to confirm changes to ClientConnection.

  7. #82
    kynox's Avatar Member
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ClientConnection will change every patch >_>. It's a static address, offsets move. Furthermore, the objmgr is part of a huge class; resulting in a move if _any_ piece of data before it is added/removed.

  8. #83
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kynox View Post
    ClientConnection will change every patch >_>. It's a static address, offsets move. Furthermore, the objmgr is part of a huge class; resulting in a move if _any_ piece of data before it is added/removed.

    Thats a lie. Stuff doesn't change. Updates are actually just the same binary rereleased constantly, they don't actually make any modifications, that would be silly.

  9. #84
    Dearleader's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kynox View Post
    ClientConnection will change every patch >_>. It's a static address, offsets move. Furthermore, the objmgr is part of a huge class; resulting in a move if _any_ piece of data before it is added/removed.
    Thanks for that Kynox but I know it changes every patch. I was asking how to go about finding the offset to get to the first object pointer & was hoping someone would shed some light on it. In my previous posts in the thread you'd see what I was talking about.

    Originally Posted by Cypher View Post

    Thats a lie. Stuff doesn't change. Updates are actually just the same binary rereleased constantly, they don't actually make any modifications, that would be silly.
    Cypher I don't know why you choose to be such a tool all the time; were you fondled as a child or something? Acting like a douchebag every posts (even if you post something meaningful) isn't funny, in fact, it makes you look like an adopted red headed angry step-child. Stop being some emo about threads on public forums, if you don't want to answer a question w/ something meaningful just don't reply for christs sake. In fact, I believe Tragidy summed up exactly how the community as a whole feels about your angst, grow up already.

    tXbot 1.0.3c
    Cypher all you do is run your mouth in the development board and now you do it in public, so let me put you in your place in a public place, shut the **** up talking shit to people that is not what these boards are for.

    Honestly your pretty usless, you leech my code and freely use it, then act like you made it so seriously stop the bullshit and like the old saying goes, if you got nothing good to say don't say it.

  10. #85
    r3deemer's Avatar Contributor
    Reputation
    89
    Join Date
    Mar 2008
    Posts
    328
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dearleader View Post
    Cypher I don't know why you choose to be such a tool all the time; were you fondled as a child or something? Acting like a douchebag every posts (even if you post something meaningful) isn't funny, in fact, it makes you look like an adopted red headed angry step-child. Stop being some emo about threads on public forums, if you don't want to answer a question w/ something meaningful just don't reply for christs sake. In fact, I believe Tragidy summed up exactly how the community as a whole feels about your angst, grow up already.
    Made me lol... People do enjoy the way he talks to others, I do at least. And im sure people come from other forums just to see his flame posts...


    --- Thanks Enfeebleness

  11. #86
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dearleader View Post
    Thanks for that Kynox but I know it changes every patch. I was asking how to go about finding the offset to get to the first object pointer & was hoping someone would shed some light on it. In my previous posts in the thread you'd see what I was talking about.
    I have already posted how to update the ObjMgr pointer stored in the ClientConnection class, if you bothered to browse around you'd see that.

    Note: Knowledge of using a disassembler required.

    Originally Posted by Dearleader View Post
    Cypher I don't know why you choose to be such a tool all the time; were you fondled as a child or something? Acting like a douchebag every posts (even if you post something meaningful) isn't funny, in fact, it makes you look like an adopted red headed angry step-child. Stop being some emo about threads on public forums, if you don't want to answer a question w/ something meaningful just don't reply for christs sake. In fact, I believe Tragidy summed up exactly how the community as a whole feels about your angst, grow up already.
    Lots of people find it funny actually, and I myself enjoy it. It makes me laugh when people like you come in and cry because you got called out on a stupid comment you made.

    The fact you then start saying things like "adopted red headed angry step-child" is even more amusing and simply points out you've got nothing to actually go on against me but rather you're just flinging poo around the monkey cage, which whilst entertaining, is inevitably pointless. At least I contribute.

    PS. For one example see the post below you. Quoted here too.

    Originally Posted by r3deemer View Post
    Made me lol... People do enjoy the way he talks to others, I do at least. And im sure people come from other forums just to see his flame posts...

    Haha yes, many people do, I get lots of encouraging comments on MSN, people even link threads to me they think needs more flaming.

  12. #87
    Demonshade's Avatar get in da van, i got epix

    Reputation
    494
    Join Date
    Mar 2007
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dude, Cypher is awesome. I love the way he puts ppl down
    /AFK shower

  13. #88
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Demonshade View Post
    Dude, Cypher is awesome. I love the way he puts ppl down

    ^_^ <3

    Fillah.

  14. #89
    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)
    Haha i aperciate cyphers work making sure this forum stays "clean" also it's very amusing

  15. #90
    kynox's Avatar Member
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cypher I don't know why you choose to be such a tool all the time; were you fondled as a child or something? Acting like a douchebag every posts (even if you post something meaningful) isn't funny, in fact, it makes you look like an adopted red headed angry step-child. Stop being some emo about threads on public forums, if you don't want to answer a question w/ something meaningful just don't reply for christs sake. In fact, I believe Tragidy summed up exactly how the community as a whole feels about your angst, grow up already.
    If you can't take it, don't dish it. Nuff said.

Page 6 of 6 FirstFirst ... 23456

Similar Threads

  1. IP address question.
    By spongebob7 in forum World of Warcraft General
    Replies: 4
    Last Post: 07-03-2007, 06:57 AM
  2. ce adding address(plz help noob)
    By kirby12 in forum World of Warcraft General
    Replies: 1
    Last Post: 05-31-2007, 09:30 PM
  3. [Guide] Change you IP address
    By Nitroglycerin in forum World of Warcraft Guides
    Replies: 14
    Last Post: 02-09-2007, 04:02 PM
  4. How To: Find put ur IP address by clicking on an icon
    By ttttllllrrrr in forum Community Chat
    Replies: 1
    Last Post: 01-27-2007, 08:47 PM
  5. Anyone got new WC address?
    By Battlemidge in forum World of Warcraft General
    Replies: 0
    Last Post: 12-07-2006, 09:01 PM
All times are GMT -5. The time now is 12:36 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