[MOD] TurboHUD <-- The very first thread TurboHUD had ever menu

User Tag List

Page 116 of 233 FirstFirst ... 1666112113114115116117118119120166216 ... LastLast
Results 1,726 to 1,740 of 3482
  1. #1726
    Macchia's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just for the record, downloaded the file via the mediafire link and found a keylogger.

    [MOD] TurboHUD <-- The very first thread TurboHUD had ever
  2. #1727
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3696
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3338
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Macchia View Post
    Just for the record, downloaded the file via the mediafire link and found a keylogger.
    just for the record, you are nuts

    somebody already analyzed (trust, guys, trust...) it 3 weeks and 2 days ago, and it is clean.


    EDIT: you are no nuts, somebody replaced the download link in the OP somehow. Sorry for being offensive...
    Last edited by KillerJohn; 07-25-2013 at 01:01 PM.
    Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...

  3. #1728
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3696
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3338
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    WARNING!
    Somebody edited the first post in this topic, and replaced the download link with a trojan one!

    ORIGINAL LINK:
    Code:
    http://www.mediafire.com/TurboHUD
    TROJAN LINK:
    Code:
    http://www.mediafire.com/download/2sxaajh446styjs/TurboHUD+13.7.1.0.zip
    uploaded 2013-07-17 04:47:38

    Everybody who downloaded TurboHUD from the link in the OP after that time, make a virusscan and reinstall TurboHUD.

    I'll contact an admin in the next minutes... link from the OP is temporarily removed.


    I changed my password and edited the OP...

    virustotal report for the VALID version: LINK
    virustotal report for the INFECTED version: LINK
    Last edited by KillerJohn; 07-26-2013 at 06:12 AM.
    Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...

  4. #1729
    PgSDI30DZiVu8P's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    look like that inventory highlight not work right way :
    Code:
    	<inventory_highlight>
    		<!-- highlight the items in your inventory which evaluates to 'keep' by pickit.ini -->
    		<keep enabled="1" color="128,0,255,0" thickness="4" />
    		<!-- highlight the items in your inventory which evaluates to 'force sell' by pickit.ini -->
    		<force_sell enabled="1" color="96,255,0,0" thickness="4" />
    	</inventory_highlight>
    If i am right KEEP color have to be 8000FF ( or #8000ff hex color ) and SALE color have to be 60ff00(or #60ff00 hex color ).
    If i change field color TurboHud complitely ignore values i entered and use hardcoded palette. Sale box not showed at all. Keep box use completely another color.
    Last edited by PgSDI30DZiVu8P; 07-26-2013 at 02:44 AM.

  5. #1730
    R3peat's Avatar Site Donator while(true) CoreCoins Purchaser
    Reputation
    216
    Join Date
    Aug 2012
    Posts
    429
    Thanks G/R
    0/156
    Trade Feedback
    141 (99%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PgSDI30DZiVu8P View Post
    look like that inventory highlight not work right way :
    Code:
    	<inventory_highlight>
    		<!-- highlight the items in your inventory which evaluates to 'keep' by pickit.ini -->
    		<keep enabled="1" color="128,0,255,0" thickness="4" />
    		<!-- highlight the items in your inventory which evaluates to 'force sell' by pickit.ini -->
    		<force_sell enabled="1" color="96,255,0,0" thickness="4" />
    	</inventory_highlight>
    If i am right KEEP color have to be 8000FF ( or #8000ff hex color ) and SALE color have to be 60ff00(or #60ff00 hex color ).
    If i change field color TurboHub complitely ignore values i entered and use hardcoded palette. Sale box not showed at all. Keep box use completely another color.
    U have to use color Code as intended

  6. #1731
    PgSDI30DZiVu8P's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by R3peat View Post
    U have to use color Code as intended
    I mean that if you enter
    <keep enabled="1" color="255,0,0,0" thickness="4" />
    <force_sell enabled="1" color="255,255,255,0" thickness="4" />

    keep color = red ( http://www.colorhexa.com/ff0000 )
    sale color = white ( http://www.colorhexa.com/ffffff )

    TurboHud will ignore entered values
    Last edited by PgSDI30DZiVu8P; 07-26-2013 at 03:06 AM.

  7. #1732
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3696
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3338
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PgSDI30DZiVu8P View Post
    I mean that if you enter
    <keep enabled="1" color="255,0,0,0" thickness="4" />
    <force_sell enabled="1" color="255,255,255,0" thickness="4" />

    keep color = red ( Red / #ff0000 hex color (#f00) )
    sale color = white ( White / #ffffff hex color (#fff) )

    TurboHud will ignore entered values
    255,0,0,0 means BLACK (the first number is the opacity
    255, 255, 255, 0 means opacity = full, R = 255, G = 255, B = 0 (yellow)

    default values:
    Code:
    	<inventory_highlight>
    		<!-- highlight the items in your inventory which evaluates to 'keep' by pickit.ini -->
    		<keep enabled="1" color="128,0,255,0" thickness="4" />
    		<!-- highlight the items in your inventory which evaluates to 'force sell' by pickit.ini -->
    		<force_sell enabled="1" color="96,255,0,0" thickness="4" />
    	</inventory_highlight>
    and if I change the keep color to "128,255,255,0" then it works, and the green border will change to yellow (tested 1 minute ago)
    Last edited by KillerJohn; 07-26-2013 at 04:36 AM.
    Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...

  8. #1733
    PgSDI30DZiVu8P's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    .Was confused about it because thought that numbers in format RGBA . But appeared that numbers in format ARGB.

  9. #1734
    aussenliegend's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there any solution yet for the multiple item count? because well....why counting items when it counts them all again once you are near them again. for example in crypt runs, if you clear everything upstairs, than going downstairs clear. if you are going upstairs again it counts all items again, so you have a 2,0k blue/yellow count per hour, which is totally crap. same for fields of misery where you cant avoid coming to the same point again from time to time.

    any solution? because thats the only useful thing, counting items, for optimizing routes for your chars build.

  10. #1735
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3696
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3338
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aussenliegend View Post
    is there any solution yet for the multiple item count? because well....why counting items when it counts them all again once you are near them again. for example in crypt runs, if you clear everything upstairs, than going downstairs clear. if you are going upstairs again it counts all items again, so you have a 2,0k blue/yellow count per hour, which is totally crap. same for fields of misery where you cant avoid coming to the same point again from time to time.

    any solution? because thats the only useful thing, counting items, for optimizing routes for your chars build.
    1) the only useful things?
    2) the items has no IDs. Even the client is unable to recognize that an item was already there. Items has SEEDs, which is a weak ID, and ActorIDs which is changing all the time they appear/disappear. For example when you pick up and drop and pick up again, the Actor for the item just disappears from the inventory, appears on ground, then disappers again and appears in your inv - with different ActorID every time. SEED is constant for an item, but multiple items (can) share the same SEED. For example all gems (within the same type) has the same SEED...
    Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...

  11. #1736
    aussenliegend's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    item counting

    Originally Posted by KillerJohn View Post
    1) the only useful things?
    2) the items has no IDs. Even the client is unable to recognize that an item was already there. Items has SEEDs, which is a weak ID, and ActorIDs which is changing all the time they appear/disappear. For example when you pick up and drop and pick up again, the Actor for the item just disappears from the inventory, appears on ground, then disappers again and appears in your inv - with different ActorID every time. SEED is constant for an item, but multiple items (can) share the same SEED. For example all gems (within the same type) has the same SEED...
    wow, ok, that was really fast. thank you for that.
    to bad it doesnt work.
    the only chance would be to pickup everything i guess, right? but that would be only possible if i filter on yellows only. but the statistic amount is to less then if you dont wanna do 100 test runs.


    but at least people posting statistics of their runs or trying to do diagrams etc out of this data is a bit stupid . haha.

  12. #1737
    enigma32's Avatar Legendary
    Reputation
    912
    Join Date
    Jan 2013
    Posts
    551
    Thanks G/R
    4/738
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KillerJohn View Post
    1) the only useful things?
    2) the items has no IDs. Even the client is unable to recognize that an item was already there. Items has SEEDs, which is a weak ID, and ActorIDs which is changing all the time they appear/disappear. For example when you pick up and drop and pick up again, the Actor for the item just disappears from the inventory, appears on ground, then disappers again and appears in your inv - with different ActorID every time. SEED is constant for an item, but multiple items (can) share the same SEED. For example all gems (within the same type) has the same SEED...
    It's doable (at least in theory)! Unique for every world item (items on the ground) would be seed + world coordinate. I'm basing that uniqueness on the guess that items will never be stacked directly on top of each other. That solves untouched items, but what about items that the player drops? Well, one could track all items in inventory, and when something is detected on ground, verify that inventory is still intact, otherwise count as an previously seen item if inventory lost one just like it. Regarding shared seed, I believe this is for stackable items only. That means handling everything else possibly could be done using only seed.

    ezmode

  13. #1738
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3696
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3338
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by enigma32 View Post
    It's doable (at least in theory)! Unique for every world item (items on the ground) would be seed + world coordinate. I'm basing that uniqueness on the guess that items will never be stacked directly on top of each other. That solves untouched items, but what about items that the player drops? Well, one could track all items in inventory, and when something is detected on ground, verify that inventory is still intact, otherwise count as an previously seen item if inventory lost one just like it. Regarding shared seed, I believe this is for stackable items only. That means handling everything else possibly could be done using only seed.

    ezmode
    easy, yeah
    Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...

  14. #1739
    aussenliegend's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    another thing to suggest would be:

    if you turn off functions in the config, they should be turned off completely from reading the memory, instead of just made invisible. this would increase the performance a lot.
    performance issues are one of the reasons i use it only for some tests instead of having it always enabled.

  15. #1740
    enigma32's Avatar Legendary
    Reputation
    912
    Join Date
    Jan 2013
    Posts
    551
    Thanks G/R
    4/738
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aussenliegend View Post
    if you turn off functions in the config, they should be turned off completely from reading the memory, instead of just made invisible. this would increase the performance a lot.
    What do you base that statement on and how do you know that isn't what's already happening? If your computer can handle Diablo without looking terrible then the memory reading TurboHUD does should be no biggie. The main problem is instead that GDI is used for drawing, a technology that is quite inefficient since Windows Vista introduced a new composition model. Obviously it has been causing performance issues for TurboHUD and a few suggestions for solving them has already been presented several times in this thread. I'm afraid an implementation of your suggestion would have minimal impact on performance as GDI is the most likely culprit.

Similar Threads

  1. More in-depth Auctioneer Mod Guide
    By Matt in forum World of Warcraft Guides
    Replies: 5
    Last Post: 08-26-2006, 11:34 PM
  2. <- Mod
    By janzi9 in forum OC News
    Replies: 13
    Last Post: 08-20-2006, 02:46 PM
  3. De modded /drama
    By janzi9 in forum Community Chat
    Replies: 7
    Last Post: 05-06-2006, 04:45 PM
  4. Mod
    By Cypher in forum Community Chat
    Replies: 9
    Last Post: 05-04-2006, 02:54 PM
  5. Exploit the Gatherer Mod
    By Matt in forum World of Warcraft Guides
    Replies: 5
    Last Post: 04-25-2006, 06:04 AM
All times are GMT -5. The time now is 12:56 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