[Hack] Open Source Track Hack menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    [Hack] Open Source Track Hack

    Well, anyone who wants to start learning AutoIT code, I'd probably start by taking a look at this example.

    It's a verrrrry simple tracking hack which I made for WoW 3.0.9.

    It comes with the program, source and readme. The source is all neatly set out and labeled so it doesn't make your eyes bleed.

    Any questions you have, please post in this thread


    Download:
    JetlagJad's TrackHack
    Last edited by Jadd; 03-06-2009 at 08:44 AM.

    [Hack] Open Source Track Hack
  2. #2
    UnknOwned's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    583
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JetlagJad View Post
    Sarcasm? I really can't tell. :S
    No... it does sound cool.. its like the flow in

    Jet Lag Jad's Track Hack

  3. #3
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by UnknOwned View Post
    Is the RAR file corrupted?
    I don't think so...

    It's not a legacy type .zip, what version of WinZip do you have?

    Edit: I uploaded it again, it now supports Winzip 2.0 :P

  4. #4
    UnknOwned's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    583
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    ahh... seem like Filebeam messed up your file.
    Its fine now after the reupload.

  5. #5
    Pulpo's Avatar Member
    Reputation
    2
    Join Date
    Nov 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i create this for C#, using BlackMagic


    BlackMagic wowtrack = new BlackMagic();

    private void Track_Humanoids()
    {
    if (wowtrack.OpenProcessAndThread(SProcess.GetProcessFromProcessName("Wow")))
    {

    uint base1 = wowtrack.ReadUInt(0x127F13C);
    uint base2 = wowtrack.ReadUInt(base1 + 0x30);
    uint base3 = wowtrack.ReadUInt(base2 + 0x2;

    uint pointer = 0x3C40;

    //64 = humanoids

    wowtrack.WriteUInt(base3 + pointer, 64);
    }
    }
    for use in a button

    private void button1_Click(object sender, EventArgs e)
    {
    Track_Humanoids();
    }

  6. #6
    tarantula's Avatar Active Member
    Reputation
    24
    Join Date
    Jan 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you very much for sharing!
    +rep if i can.

  7. #7
    blackfang500's Avatar Member
    Reputation
    35
    Join Date
    Apr 2007
    Posts
    491
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice program, thanks for contributing.

  8. #8
    Oconline's Avatar Active Member
    Reputation
    21
    Join Date
    Mar 2007
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, for me it says that it can't find my NomadMemory.au3...
    Old version or what?

  9. #9
    Thidan's Avatar Contributor
    Reputation
    299
    Join Date
    Jan 2007
    Posts
    1,009
    Thanks G/R
    2/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Oconline View Post
    Hmm, for me it says that it can't find my NomadMemory.au3...
    Old version or what?
    Latest NomadMemory, put it in your Includes folder insite the AutoIt installfolder.

    http://f1.bashfile.net/gb6l.rar


  10. #10
    Oconline's Avatar Active Member
    Reputation
    21
    Join Date
    Mar 2007
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Thidan View Post
    Latest NomadMemory, put it in your Includes folder insite the AutoIt installfolder.

    http://f1.bashfile.net/gb6l.rar
    Thanks!
    Works better now.
    +rep Of course.

  11. #11
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Forgot to include that, sorry :P

  12. #12
    Op7ima's Avatar Active Member
    Reputation
    17
    Join Date
    Feb 2009
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice! I like this! Make it much easier to track Time-Lost

  13. #13
    Leenotrio's Avatar Member
    Reputation
    12
    Join Date
    Aug 2007
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it meant to be in a specific folder? Because nothing happens when i have WoW open, have logged in and entered world, and type in any of the numbers listed in the readme. Doesnt work with letters either.

  14. #14
    Oconline's Avatar Active Member
    Reputation
    21
    Join Date
    Mar 2007
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a very nice guide while learning the memory functions. I have a problem though. I used

    $read = _MemoryRead("0x" & hex(0x00528E14), $program)
    MsgBox(0, "Test", "Points: " &$read)

    And this worked, but if I want to use the

    _MemoryWrite-function

    to change that value, what do I have to do?
    Thanks.
    Last edited by Oconline; 03-13-2009 at 05:16 PM.

  15. #15
    Hunterplay's Avatar Contributor
    Reputation
    158
    Join Date
    Jun 2008
    Posts
    927
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice looks gd
    Former News Team Member

Page 1 of 2 12 LastLast

Similar Threads

  1. Wow hack for 2.3.3 [Open Source] Delphi
    By robotkid in forum WoW Memory Editing
    Replies: 15
    Last Post: 05-23-2018, 10:53 PM
  2. Any open source hacks for 3.3.5/4/.3.4/5.4.8?
    By Chas3down in forum WoW Memory Editing
    Replies: 0
    Last Post: 10-03-2016, 11:46 PM
  3. [Hack] Found a open source Map/Zoom hack that needs updated
    By dtmajors in forum PoE Bots and Programs
    Replies: 1
    Last Post: 03-09-2016, 01:16 AM
  4. [C#] NWOHack - An open-source in-process memory hack for NeverWinter
    By Jadd in forum Neverwinter Bots and Programs
    Replies: 23
    Last Post: 06-28-2013, 10:01 AM
  5. [Hack] Z Hack (Open Source)
    By FuryExploiting in forum World of Warcraft Bots and Programs
    Replies: 34
    Last Post: 10-06-2012, 07:40 AM
All times are GMT -5. The time now is 10:29 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