WoW v3.0.2 Information menu

Shout-Out

User Tag List

Page 6 of 11 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 155
  1. #76
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Treat addresses in WoW as a pointer and just dereference them.

    To modify a static address:
    float * Gravity = (float*)(0xDEADBEEF);
    *Gravity = 2.0f;

    To read a static address:
    float Gravity = *(float*)(0xDEADBEEF);

    To modify a class member:
    class Foo
    {
    public:
    int Bar1;
    int Bar2;
    }

    Foo * MyFoo = (Foo*)(0xDEADBEEF);
    MyFoo->Bar1 = 12;

    To read a class member:
    class Foo
    {
    int Bar1;
    int Bar2;
    }

    Foo * MyFoo = (Foo*)(0xDEADBEEF);
    int MyBar1 = MyFoo->Bar1;

    WoW v3.0.2 Information
  2. #77
    Functions's Avatar Banned
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    206
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks man I forgot about Dereferencing havent got fully back into c++ Hard for being 14, but it will come in handy. Thanks.

  3. #78
    apollo0510's Avatar Active Member
    Reputation
    18
    Join Date
    Aug 2008
    Posts
    53
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    About finding the player in the linked list:

    Am I completely wrong, or isn't the player ALWAYS the first object in the list ?

    Greetings

    Apollo

  4. #79
    mordok's Avatar Member
    Reputation
    11
    Join Date
    Oct 2007
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol, yes all adresses are dynamic(they change), so you have to generate them starting from the static one knowed + offset....then that one + offset....and so on. After all that it will give you a localGUID. THEN you are not done u have to compare that localGUID with ALL objects until they match. THAT WILL GIVE U YOUR PLAYERGUID. PlayerGUID + different offsets gives you different things like you hp. TRY TO UNDERSTAND THE CODE I POSTED UP HERE.
    Last edited by mordok; 11-24-2008 at 01:33 PM.

  5. #80
    kynox's Avatar Account not activated by Email
    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)
    PlayerGUID + different offsets gives you different things like you hp. TRY TO UNDERSTAND THE CODE I POSTED UP HERE.
    What the ****? It would be wise to check "your" code. What you just said makes no ****ing sense at all.

  6. #81
    Functions's Avatar Banned
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    206
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mordok your a ****ing fail thats not what you do at all you idiot. Your code is Dynamic, there are also static addresses. I am going to let cypher Explain. Btw Cypher heres the question. How would I find the memory value, like glider it doesnt have to be updated well I know when the new patches come out but like, it doesnt need to be update everyday, I need to create something that finds the health mana, and some other stuff inside the game, I know about dereferencing a Pointer into a integer. But I am curious how can I make the program know where to look everytime, Anyone have a clue.

  7. #82
    mordok's Avatar Member
    Reputation
    11
    Join Date
    Oct 2007
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ill explain........................................soon.
    Last edited by mordok; 11-24-2008 at 04:18 PM.

  8. #83
    mordok's Avatar Member
    Reputation
    11
    Join Date
    Oct 2007
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hahaha , Its coz I named like that my variables(in my code on page 5) + it was a reply to Functions post under mine! Anyway... The code works so it must make sence ¿no?
    I was trying to show somthing complex in an easy way, thou its obvious u(kynox) do know more than me on this subejct. Just trying to help..../cry I c that what u are doing function is making a dump similar to kynox find pattern. BY THE WAY FUCTION BEFORE CALLING ME AN IDIOT COMPILE MY CODE AND GUESS WHAT THERES UR CURRENT HP....anyway just be polite.
    ( I <3 kynox)

    Funtion my orange code on pg5 of this is the answer to
    , I need to create something that finds the health mana, and some other stuff inside the game
    I hope that u can c it (but no ofense i think is going to be hard to make u c further than ur nose.).

  9. #84
    Shynd's Avatar Contributor
    Reputation
    97
    Join Date
    May 2008
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Holy ****ing god my head hurts from reading these posts.

    I am noeing abt deferencing a pnointer into a integer!! mine code compliels so it ovbiossly is awesoem!!! on witch end of shottgun i kiss wen plul trigger 2help shnyds head not hrut??

  10. #85
    mordok's Avatar Member
    Reputation
    11
    Join Date
    Oct 2007
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    shynd i also <3 too, all what I learned (wich is very little) is from you, cypher and kynox. anyway. Im not saying my code was g8 i was saying it could help him. + I know how to difference a Int thanks. ...From now ill try not to reply a post to say BLLABLLALA...just to help...coz isnt that the goal? anyway GoodLuck Function, sorry shynd if im not as good as u, Im trying, whenever u feel like helping instead of BLBLALBLA(like im doing now.) ur welcome.
    Last edited by mordok; 11-24-2008 at 05:29 PM.

  11. #86
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Holy christ almighty theres a lot of retardation in this thread.

    WTB A new rule for this section:
    If you're not qualified to answer a certain question or give advice on a certain issue then DONT POST, you'll just confuse the people in need of help and infect them with your stupidity.

  12. #87
    mordok's Avatar Member
    Reputation
    11
    Join Date
    Oct 2007
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was waiting A CYPHER ZAS IN THE FACE.... you are the mmowned chuknorris u know? anyway ur right like always. Also I all ready managed to do what I wanted so why I should bother helping/confuseing ppl, im preatty shure the'll get furtherer with ur gaigantic sarcsm. Good luck.
    Last edited by mordok; 11-24-2008 at 05:42 PM.

  13. #88
    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 mordok View Post
    I was waiting A CYPHER ZAS IN THE FACE.... you are the mmowned chuknorris u know? anyway ur right like always. Also I all ready managed to do what I wanted so why I should bother helping/confuseing ppl, im preatty shure the'll get furtherer with ur gaigantic sarcsm. Good luck.
    RateMyMotivational.com - BAD GRAMMAR It's nuclear, not cucular. You fucking idiot - Rate Motivational and Demotivational Posters Pictures
    "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

  14. #89
    kynox's Avatar Account not activated by Email
    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)
    Originally Posted by Functions View Post
    Mordok your a ****ing fail thats not what you do at all you idiot. Your code is Dynamic, there are also static addresses. I am going to let cypher Explain. Btw Cypher heres the question. How would I find the memory value, like glider it doesnt have to be updated well I know when the new patches come out but like, it doesnt need to be update everyday, I need to create something that finds the health mana, and some other stuff inside the game, I know about dereferencing a Pointer into a integer. But I am curious how can I make the program know where to look everytime, Anyone have a clue.
    1) Glider is updated, it requests the offsets every time it loads.
    2) Google Signature Scanning. Its what you need to understand. Also, the health offsets are in every WoW.exe.. have you not seen what we dump? The descriptors?

    Seriously, open your eyes. Everything you need and then some is sitting right here on these very forums.

    Mordok your a ****ing fail thats not what you do at all you idiot
    Only insult someone if you have the credibility to backup what you're saying. kthx

  15. #90
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mordok View Post
    I was waiting A CYPHER ZAS IN THE FACE.... you are the mmowned chuknorris u know? anyway ur right like always. Also I all ready managed to do what I wanted so why I should bother helping/confuseing ppl, im preatty shure the'll get furtherer with ur gaigantic sarcsm. Good luck.

    You're an idiot. Notice how you grouped helping and confusing, helping is GOOD, confusing is BAD. You were CONFUSING. That is BAD. They're better off with no help then ending up worse than when they started.

    How about you stop being a retard and just leave this section now, you're neither needed nor wanted.

Page 6 of 11 FirstFirst ... 2345678910 ... LastLast

Similar Threads

  1. [WoW] [3.1.1] General Information
    By Cypher in forum WoW Memory Editing
    Replies: 59
    Last Post: 05-02-2009, 08:22 PM
  2. Get WoW acc information by hacked EQDKP emails.
    By Flashmoron in forum WoW Scam Prevention
    Replies: 5
    Last Post: 10-27-2008, 07:38 AM
  3. Need information on getting a machine for my wow server!
    By mafiaboy in forum World of Warcraft Emulator Servers
    Replies: 18
    Last Post: 12-12-2007, 10:02 PM
  4. Informative WoW Items Site
    By Lonsdale in forum World of Warcraft General
    Replies: 1
    Last Post: 05-31-2006, 12:17 AM
All times are GMT -5. The time now is 06:50 PM. 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