[Release]Mr Track It - Hunter/Resource Tracking hack menu

User Tag List

Page 2 of 18 FirstFirst 123456 ... LastLast
Results 16 to 30 of 259
  1. #16
    puppychow's Avatar Active Member
    Reputation
    43
    Join Date
    Feb 2007
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nesox View Post
    yes that's what i had in mind, so but i cant seem to get it to work when i add 2 of them the result is 0 ie.

    Code:
    case 666:
     
                                int tracking = 0x04;
                                tracking &= 0x20;
     
                                Memory.WriteMemory(hProcess, Memory.ReadUInt(hProcess, (Memory.ReadUInt(hProcess, (Memory.ReadUInt(hProcess,
                        (Memory.ReadUInt(hProcess, 0x0127E014)) + 0x30)) + 0x28)) + 0x08) + 0x576 * 4, tracking);
                                break;
    @Cypher: I dun no hav to do da hukz yet. But in a while maybe, i once did a tramopline for the datetime function in notepad
    Thats because you are using the bitmask AND operator &, you want the bitmask OR operator instead. use something like:

    int tracking = 0x04;
    int tracking |= 0x20;

    It will make tracking 0x24, ORing the two values together.

    [Release]Mr Track It - Hunter/Resource Tracking hack
  2. #17
    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)
    Originally Posted by puppychow View Post
    Thats because you are using the bitmask AND operator &, you want the bitmask OR operator instead. use something like:

    int tracking = 0x04;
    int tracking |= 0x20;

    It will make tracking 0x24, ORing the two values together.
    I'll give it a shot
    EDIT: It worked.
    Last edited by Nesox; 11-10-2008 at 06:11 PM.

  3. #18
    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)
    /updated !

  4. #19
    salsworn's Avatar Active Member
    Reputation
    22
    Join Date
    Apr 2008
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You should put find fish in it too.

  5. #20
    coldmrn's Avatar Member
    Reputation
    44
    Join Date
    Mar 2007
    Posts
    348
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok so i was wondering since i've been farming Netherwing Eggs, if this would track netherwing Eggs in the caves.. ect..

    Please reply if you know thanks..


  6. #21
    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)
    I dont think it will but not sure, just try and see it's safe to use on live.

  7. #22
    misterx's Avatar Active Member
    Reputation
    20
    Join Date
    May 2007
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very nice, but one problem/ i'm a miner and a herber. I tried to use this thing to track both nodes and herbs, but it doesn't work.

    Edit, i disabled some other tracking like track humanoids, and then i worked! THX
    Last edited by misterx; 11-18-2008 at 05:08 AM.

  8. #23
    igrek312's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you could post your old version (v1.0) that would be helpful, the old one was able to track quest item nodes which doesn't appear to be working in this version :P

  9. #24
    xsplicit's Avatar Member
    Reputation
    2
    Join Date
    Nov 2008
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if its works fine on live than thanks

  10. #25
    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 Nesox View Post
    I dont think it will but not sure, just try and see it's safe to use on live.
    Its possible and safe.

  11. #26
    igrek312's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone? I tried to revisit the old link but it says that the file is private.

  12. #27
    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)
    Originally Posted by igrek312 View Post
    Anyone? I tried to revisit the old link but it says that the file is private.
    i made it private because they put this prog on wowbootybay but the new link is working.

  13. #28
    igrek312's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I meant your old version, when you had the "Track All Resources" feature on v1.0, you probably set the value to something so high that it allowed you to track quest items and other interactable objects like Netherwing Eggs and such, and it was removed on your second version. I was wondering if I could have another link to download the old one since that feature was very helpful.

  14. #29
    jjaa's Avatar Contributor
    Reputation
    245
    Join Date
    Dec 2006
    Posts
    562
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by salsworn View Post
    You should put find fish in it too.

    TRACK_OBJECT_FISH = 0x40000

    ... i think

  15. #30
    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)
    Originally Posted by jjaa View Post

    TRACK_OBJECT_FISH = 0x40000

    ... i think
    thanx f0r the value ive been too lazy to look it up myself, ill add it in a while

Page 2 of 18 FirstFirst 123456 ... LastLast

Similar Threads

  1. Any working tracking hack?
    By hellokill11 in forum WoW Bots Questions & Requests
    Replies: 4
    Last Post: 03-16-2012, 12:31 PM
  2. [Release] PvPTracker - tracking hack for PvP
    By lwyjdgv in forum World of Warcraft Bots and Programs
    Replies: 4
    Last Post: 03-08-2011, 04:11 AM
  3. [Release] See This What Do - Tracking Hack
    By Xcron in forum World of Warcraft Bots and Programs
    Replies: 29
    Last Post: 01-13-2010, 02:18 AM
  4. [Hack] Open Source Track Hack
    By Jadd in forum World of Warcraft Bots and Programs
    Replies: 26
    Last Post: 04-21-2009, 12:29 AM
  5. WoW Track Hack
    By Innit in forum World of Warcraft Bots and Programs
    Replies: 63
    Last Post: 04-15-2008, 11:38 AM
All times are GMT -5. The time now is 06:59 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