My 3.0.3 Radar experiment menu

Shout-Out

User Tag List

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 52
  1. #31
    alek900's Avatar Contributor
    Reputation
    103
    Join Date
    Nov 2007
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sym View Post
    This is a very nice concept.

    I have a question though. Is it possible to read in game names of every object that creates a circle (sort of like the WoW radar, where it creates the dots on the map but doesn't show the name until you mouse over it)? I'm not asking for you to add this to the program, I just want to know if it's doable in general.
    yes, its doable, the hardest bit is to find the name of the object (I'm trying to figure it out).

    I do have a private version which show game objects as a yellow dot :P
    19+4 that means i score

    My 3.0.3 Radar experiment
  2. #32
    Vladinator's Avatar Banned
    Reputation
    252
    Join Date
    Feb 2007
    Posts
    516
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This would be incredibly helpful to find those pesky Dalaran books for the achievement -lol! This addon (same core) only showing game objects with their name, perhaps filter it down to all object that include the string "The Schools of Arcane Magic" in their name, this way finding Dalaran books will be easy-peacy when ever they are spawned! If you could do that, I would love you.. would probably let you have sex with me RL for free if you lived in Norway.

  3. #33
    alek900's Avatar Contributor
    Reputation
    103
    Join Date
    Nov 2007
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vladinator View Post
    This would be incredibly helpful to find those pesky Dalaran books for the achievement -lol! This addon (same core) only showing game objects with their name, perhaps filter it down to all object that include the string "The Schools of Arcane Magic" in their name, this way finding Dalaran books will be easy-peacy when ever they are spawned! If you could do that, I would love you.. would probably let you have sex with me RL for free if you lived in Norway.
    proberly kinda akward....I do live in Norway xD
    19+4 that means i score

  4. #34
    Sym's Avatar Contributor
    Reputation
    187
    Join Date
    Jul 2006
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alek900 View Post
    yes, its doable, the hardest bit is to find the name of the object (I'm trying to figure it out).

    I do have a private version which show game objects as a yellow dot :P

    Mmmmm, if you do figure this out, I'd be much obliged if you gave me a clue :-D

    +Rep

  5. #35
    Vladinator's Avatar Banned
    Reputation
    252
    Join Date
    Feb 2007
    Posts
    516
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That sure is ankward... hope you are a girl at least (doubt it though)

  6. #36
    100100100's Avatar Member
    Reputation
    -3
    Join Date
    Feb 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Some body can tell me why this code show my level and not the level of my target?

    backgroundWorker1.ReportProgress(7, Player_Level);

    Thx for reply

  7. #37
    alek900's Avatar Contributor
    Reputation
    103
    Join Date
    Nov 2007
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 100100100 View Post
    Some body can tell me why this code show my level and not the level of my target?

    backgroundWorker1.ReportProgress(7, Player_Level);

    Thx for reply
    Code:
    backgroundWorker1.ReportProgress(7, Player_Level); //How can you not see that?!
    19+4 that means i score

  8. #38
    100100100's Avatar Member
    Reputation
    -3
    Join Date
    Feb 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    backgroundWorker1.ReportProgress(7, Player_Level);


    i just want too see the level of my target .
    If i try with that its not work = show again my level

    backgroundWorker1.ReportProgress(7, TargetGUID = Player_Level);

  9. #39
    Kiaos's Avatar Member
    Reputation
    3
    Join Date
    Jun 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Good job

    Originally Posted by alek900 View Post
    I thought i migth share my radar program for 3.0.3

    was a test project for learning to get information from WoWs memory using
    clientConnection.

    I'm Still trying to figure out how to get the players current mapID/Name by reading memory.
    I think this will help make better bots. +Rep for you man gratz

  10. #40
    alek900's Avatar Contributor
    Reputation
    103
    Join Date
    Nov 2007
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    updated, added some stuff
    19+4 that means i score

  11. #41
    Hawker's Avatar Active Member
    Reputation
    55
    Join Date
    Jan 2009
    Posts
    214
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Great work!

    Any chance you would release the source code to this improvement to your radar? If yes, are there any areas of it you'd like some contribution towards?
    Last edited by Hawker; 01-14-2009 at 04:11 PM.

  12. #42
    Zepez's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its failing to launch for me, just wondering do i need another prog installed to run it? <3

  13. #43
    alek900's Avatar Contributor
    Reputation
    103
    Join Date
    Nov 2007
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zepez View Post
    Its failing to launch for me, just wondering do i need another prog installed to run it? <3
    .net framework 2.0

    do you get any errors or does it just not start??

    if it wont start at all (only shows the windows error) then im guessing you didnt extract the dll files that came with it or you don't have .net framework 2.0 installed.
    19+4 that means i score

  14. #44
    Zepez's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah yeah nice 1, it'll be .net framework then... cheers

  15. #45
    jumboaffe's Avatar Active Member
    Reputation
    17
    Join Date
    Nov 2008
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is great,thank you

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. anyone have a Radar hack
    By bait in forum World of Warcraft General
    Replies: 12
    Last Post: 09-03-2006, 03:52 AM
  2. Exploaterus - Some Exploits based on my own experience + some tips
    By Wilderness in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 08-31-2006, 03:31 AM
  3. Easy Experience (Level 8 - Nightelf)
    By =sinister= in forum World of Warcraft Exploits
    Replies: 16
    Last Post: 07-12-2006, 04:11 PM
  4. Massive Experience for low levels
    By Matt in forum World of Warcraft Exploits
    Replies: 17
    Last Post: 06-06-2006, 05:59 AM
All times are GMT -5. The time now is 10:35 AM. 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