Cursor Types above 54 menu

User Tag List

Results 1 to 1 of 1
  1. #1
    counted's Avatar Contributor Authenticator enabled
    Reputation
    203
    Join Date
    Mar 2008
    Posts
    183
    Thanks G/R
    11/108
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Cursor Types above 54

    finally got around to figure out how to tell the difference between cursor type above 54.

    examples are:

    draenor mission table
    draenor architect table
    wild battle pets
    battle pet

    -counted

    Code:
      // 24931 CGUnit_C::GetCursorOverride sub 0x46d825
    
                    int cursor = Mem.Read<int>(Offsets.s_cursorMode);
    
                    if( cursor < 55)
                    {
                        return (eCGCursorType)cursor;
                    }
    
                    CGObject target = MouseOverGuid.ToObject;
    
                    if (target != null && target.IsUnit)
                    {
                        uint address = Mem.Read<uint>(target.Address + 0xc78);
                        if (address != 0)
                        {
                            uint address2 = Mem.Read<uint>(address + 0x18);
                            if (address2 != 0)
                            {
                                string name = Mem.Read<string>(address2);
                                switch(name)
                                {
                                    case "missions":
                                        return eCGCursorType.MISSION;
                                    case "architect":
                                        return eCGCursorType.ARCHITECT;
                                    case "wildpetcapturable":
                                        return eCGCursorType.WILDPETCAPTUREABLE;
                                    case "wildpet":
                                          return eCGCursorType.WILDPET;
                                    default:
                                        break;
                                }
                            }
                        }
                    }
    
                    return eCGCursorType.UNKOWN;

    Cursor Types above 54

Similar Threads

  1. Above and beyond Orgrimmar
    By Matt in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 12-30-2006, 08:37 PM
  2. Get Above Auctioneer Redmuse
    By =sinister= in forum World of Warcraft Exploits
    Replies: 4
    Last Post: 07-09-2006, 03:32 PM
  3. Some type of new ZG Exploit
    By Filipp in forum World of Warcraft Exploits
    Replies: 6
    Last Post: 07-08-2006, 02:53 AM
  4. Guide to levelling a Hunter 1-60 in 35 hours 54 minutes...
    By Lonsdale in forum World of Warcraft Guides
    Replies: 5
    Last Post: 06-18-2006, 05:04 AM
  5. [Exploit] Stand above alliance flag (WSG)
    By KuRIoS in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 05-29-2006, 06:14 AM
All times are GMT -5. The time now is 10:11 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