Objekt Createt By menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    hamburger12's Avatar Contributor CoreCoins Purchaser
    Reputation
    87
    Join Date
    Jan 2010
    Posts
    297
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Objekt Createt By

    Hello i want to find my bobber. The problem is its work perfektly if i'am a lone.
    But if i fish in Dalaran where more then one Bobber, then he get the status from the fist bobber of the list.. Now i want to try to get the bobber that was created by me.. I tray also curobjekt+0x28 but the Value is difrent from my Guid. Does annyone know an way to get my bobber?

    Objekt Createt By
  2. #2
    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)
    OBJECT_FIELD_CREATED_BY and/or GameObject::IsUsable (not sure if this function has been publicly posted anywhere, if not, forget i mentioned it, and just use the field i mentioned)

    Search next time please.

  3. #3
    hamburger12's Avatar Contributor CoreCoins Purchaser
    Reputation
    87
    Join Date
    Jan 2010
    Posts
    297
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok build my own programm to find the offset^^ the offset is currently 0x230

  4. #4
    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 hamburger12 View Post
    Ok build my own programm to find the offset^^ the offset is currently 0x230
    What the ****?

    It's one of the fields which you can dump from the client. The pointer to the field array/structure has never changed. It's always at 0x8... Simply dereference and go to the correct index...

  5. #5
    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)
    Cypher, lots of people have problems dereferencing twice...
    Don't believe everything you think.

  6. #6
    EmilyStrange's Avatar Active Member
    Reputation
    34
    Join Date
    Jul 2009
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pointers separate the "I written you a "Hello World" app. I can has job now as programmer?" from the people who actually know the difference between C++ and "Microsoft Visual Studio."

    More than one de-reference easily confuses the people who think that running their proxies on ring 0 is the answer to anything.

  7. #7
    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)
    Originally Posted by EmilyStrange View Post
    Pointers separate the "I written you a "Hello World" app. I can has job now as programmer?" from the people who actually know the difference between C++ and "Microsoft Visual Studio."

    More than one de-reference easily confuses the people who think that running their proxies on ring 0 is the answer to anything.
    I run my proxies in ring -1. Your statement is void.

  8. #8
    EmilyStrange's Avatar Active Member
    Reputation
    34
    Join Date
    Jul 2009
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kynox View Post
    I run my proxies in ring -1. Your statement is void.

    Noob. Proxies are an enum so they must start at zero.

  9. #9
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by EmilyStrange View Post
    Noob. Proxies are an enum so they must start at zero.
    Not sure if you're trolling... or if that was a semi-serious statement.

  10. #10
    EmilyStrange's Avatar Active Member
    Reputation
    34
    Join Date
    Jul 2009
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apoc View Post
    Not sure if you're trolling... or if that was a semi-serious statement.
    Trolling? Moi?

    Multi-choice pop-quiz question-answer time-thing!

    Question #1: Which statement is false?
    Enums in C/C++/C# start at zero.
    Enums in C/C++/C# must start at zero.

    Question #2: Which statement is true?
    Enums in C/C++/C# must start at zero.
    Enums in C/C++/C# can be assigned values that do not start at zero.

    It wouldn't be called "Ring0" if enums didn't start at zero, would it? D'uh!

  11. #11
    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)
    Oh, I thought Ring0 referred to the least talented Beatle. Now I just feel dumb.
    Don't believe everything you think.

  12. #12
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by EmilyStrange View Post
    Trolling? Moi?

    Multi-choice pop-quiz question-answer time-thing!

    Question #1: Which statement is false?
    Enums in C/C++/C# start at zero. They start at C.
    Enums in C/C++/C# must start at zero. Obviously not true.

    Question #2: Which statement is true?
    Enums in C/C++/C# must start at zero. THEY START AT C GOD DAMNIT!
    Enums in C/C++/C# can be assigned values that do not start at zero. C......

    It wouldn't be called "Ring0" if enums didn't start at zero, would it? D'uh!
    I get an A+ right?

  13. #13
    EmilyStrange's Avatar Active Member
    Reputation
    34
    Join Date
    Jul 2009
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    C? Is that hex or are you just happy to C me?

  14. #14
    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
    I run my proxies in ring -1. Your statement is void.
    I run my proxies in Ring -3.

    Resources

  15. #15
    wraithZX's Avatar Active Member
    Reputation
    43
    Join Date
    May 2007
    Posts
    122
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I made my rings out of cheese.
    Camembert, in fact.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Selling] [Hiring] : tutor for createting a big Gold Farm
    By shark30 in forum World of Warcraft Buy Sell Trade
    Replies: 1
    Last Post: 12-12-2012, 03:38 AM
  2. Look For Objekt Scan Macro or Addon ?
    By morenagirl in forum WoW Items & Quests
    Replies: 0
    Last Post: 11-25-2012, 06:36 PM
  3. Mounts > World objekts
    By Gabbabobgabgab in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 03-04-2010, 07:08 AM
  4. Objekt Guid offset
    By lustikus12 in forum WoW Memory Editing
    Replies: 2
    Last Post: 08-10-2009, 07:27 PM
  5. This is my first photo createt. Like it ?
    By EmiloZ in forum Art & Graphic Design
    Replies: 14
    Last Post: 09-23-2007, 03:16 PM
All times are GMT -5. The time now is 12:35 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