3D WoW Radar for 6.03.19116 32bit menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 26
  1. #1
    KcDan's Avatar Active Member
    Reputation
    53
    Join Date
    May 2007
    Posts
    39
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    3D WoW Radar for whatever version its on right now, 32bit

    Eye candy of it drawing everything (well the types it cares about)


    I hate doing posts explaining how stuff works, so pardon me if it sucks.

    So I lost my source code to my old radar and decided to write a new one since I've started playing again. While I was making it I thought it would be pretty cool if I got it to do a 3d over lay of stuff I'm looking for on the screen so I could, for example, mine faster, or just be aware of any enemy ****s trying to gank (or if I wanted to do some ganking).

    The radar window with its settings.


    It creates a layered window fullscreened, and it renders the 3d objects to that window (which is topmost hence why you can see it while you're playing). Crucial to the 3d rendering is the X scale and Y scale variables (that you can change with the slide bars bottom left of the window). For my screen the values x:755, y:775 put the 3d points to where they need to be for me. So if you're having issues on your screen, play with theses values to get it setup correctly.

    My codes pretty messy right now, but after probably 16 hours of typing/troubleshooting time, I'm not too worried about it. I'm planning on spending probably another 16 hours cleaning up the source code, streamlining it, little features like saving settings between executions, making easier to update, and making it more "correct" to c standards.

    I heavily used you're guys's offsets threads for current patch (mainly torpedo (well last patch for him, just did math for the current patch from evil2, thanks guys) information. Which is mainly why I'm releasing the source code.

    Attached is the .zip with the binary, and the pelles c project file and source code.

    Edit: Updated to current wow version. Added a new slider to set the draw size of the boxes and shit.
    Attached Files Attached Files
    Last edited by KcDan; 08-10-2015 at 07:54 PM.

    3D WoW Radar for 6.03.19116 32bit
  2. Thanks razer86, para_ (2 members gave Thanks to KcDan for this useful post)
  3. #2
    [IAMS]'s Avatar Established Member
    Reputation
    50
    Join Date
    Aug 2014
    Posts
    203
    Thanks G/R
    2/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So, can this thing find chests on timeless isle?

  4. #3
    KcDan's Avatar Active Member
    Reputation
    53
    Join Date
    May 2007
    Posts
    39
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes. To only see chests, uncheck all the boxes and just type in chest in the edit control and it will show them to you.

    http://www.zptr.net/i/692.png
    Last edited by KcDan; 11-03-2014 at 07:59 PM.

  5. #4
    [IAMS]'s Avatar Established Member
    Reputation
    50
    Join Date
    Aug 2014
    Posts
    203
    Thanks G/R
    2/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KcDan View Post
    Yes. To only see chests, uncheck all the boxes and just type in chest in the edit control and it will show them to you.
    Wow, thats the coolest thing ever, kinda like the chestfinder hack in minecraft. +rep, going to use this for mining, chests and a ton of other stuff
    Last edited by [IAMS]; 11-03-2014 at 08:00 PM.

  6. #5
    [IAMS]'s Avatar Established Member
    Reputation
    50
    Join Date
    Aug 2014
    Posts
    203
    Thanks G/R
    2/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  7. #6
    KcDan's Avatar Active Member
    Reputation
    53
    Join Date
    May 2007
    Posts
    39
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, a false alarm.

  8. #7
    Limam551's Avatar Site Donator
    Authenticator enabled
    Reputation
    7
    Join Date
    Dec 2011
    Posts
    44
    Thanks G/R
    8/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How is the detection? Is it easy go get banned for this? Know that Vitalic uses a esp overlay and no bans there I think Will try this to find rep-eggs

  9. #8
    Midi12's Avatar Contributor
    Reputation
    90
    Join Date
    Sep 2012
    Posts
    182
    Thanks G/R
    6/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Limam551 View Post
    How is the detection? Is it easy go get banned for this?
    As any third party tool you can get banned (there is always a risk), depends on what the anti-cheat is focusing.
    92izii !

  10. #9
    KcDan's Avatar Active Member
    Reputation
    53
    Join Date
    May 2007
    Posts
    39
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It only uses readprocessmemory, so if the warden doesnt scan outside of its own process then their shouldnt be any risk, but I'm no warden expert.

  11. #10
    KcDan's Avatar Active Member
    Reputation
    53
    Join Date
    May 2007
    Posts
    39
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well I've detected and fixed two memory leaks (it ate up about 1mb every 5min or so it was hard to detect at first) and pretty much redid my wow.c file and main.c. Trimmed a lot of fat, made it more readable, and reduced the amount of RPMs per drawing iteration.

    Added a new feature if a unit or player is dead,it will draw a grayed out/faction color X instead of a box so its alot easier to detect alive units.

    It only uses 1mb or ram and cpu load for me is about 3% (and im on a shitty laptop).


    Attached is the new source code+binary. 32bit client only.
    Attached Files Attached Files
    Last edited by KcDan; 11-08-2014 at 10:14 PM.

  12. Thanks para_ (1 members gave Thanks to KcDan for this useful post)
  13. #11
    sdsadasdsa3's Avatar Private
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    only english client can use it plz add noenglish client tks

  14. #12
    KcDan's Avatar Active Member
    Reputation
    53
    Join Date
    May 2007
    Posts
    39
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yah, not going to do that, sorry. Source is included so you can make all the changes you want.

  15. #13
    KcDan's Avatar Active Member
    Reputation
    53
    Join Date
    May 2007
    Posts
    39
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So Im making more changes to it, and Im just playing around. Instead of doing a direct read of the current objects WoW can see, it adds it to my own cache. From their, every time it updates it updates the objects i have in my cache with what wow can see, and if you can no longer see it, it will still draw its last known location.

    Heres a view of the entire (maybe a block or two missing) of timeless isle with all its objects, npcs, and players.



    I'm going to add an entry to my Object struct for time since last update, and if its been more than like 2 seconds or so it will draw a very basic flat triangle so as not to clutter the screen to much and also reduce the processors load by calculating only 3 points instead of like 8.

    This way, you can exit wow, log on later to go mine some nodes or some shit, and you just put "deposit, vein" in the text filter, and it will draw every one of those objects anywhere its been recorded at one point before.

    My only question is, can I rely on every object keeping their GUID between sessions? I'd imagine so being the GUID is 4 dwords, but I dont know.

  16. #14
    s2h's Avatar Member
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    imgur: the simple image sharer
    Nice app! How can i fix this? i've tried playing witch X Y - nothing helps. Same problem with Yeti Sonar.

  17. #15
    homer91's Avatar Active Member CoreCoins Purchaser
    Reputation
    79
    Join Date
    Oct 2008
    Posts
    259
    Thanks G/R
    59/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Really loving this, wanted to do it myself but I've never had the time, greatly appreciated! Gonna test it tonight.

Page 1 of 2 12 LastLast

Similar Threads

  1. [REQUEST] WoW Radar or similar for 2.4.3
    By gibbitygob in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 04-16-2016, 01:37 PM
  2. [Release] [BETA] WRadar - Windows Radar (for WoW)
    By LaoArchAngel in forum World of Warcraft Bots and Programs
    Replies: 83
    Last Post: 01-13-2012, 04:07 PM
  3. *NEW*Get Multiple WOW's for the price of 1.
    By Roflcopterzzz in forum WoW Scam Prevention
    Replies: 15
    Last Post: 01-16-2007, 03:33 PM
  4. Replies: 25
    Last Post: 11-28-2006, 11:23 PM
  5. WoW Acc for testing
    By Gapo in forum World of Warcraft General
    Replies: 0
    Last Post: 11-18-2006, 10:35 AM
All times are GMT -5. The time now is 11:05 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