PoeHUD Plugin: Inventory Items Analyzer menu

User Tag List

Page 2 of 14 FirstFirst 123456 ... LastLast
Results 16 to 30 of 204
  1. #16
    kSacred's Avatar Contributor
    Reputation
    124
    Join Date
    Feb 2017
    Posts
    110
    Thanks G/R
    13/107
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    also, X,Y positions of mouse I am sending isn't working...

    I am using PostMessage/SendMessage.
    Use WinApi and "SetCursorPos"
    Look how it is done here, I use a similar code:
    bjarkeck/PathOfExileStashSorter

    Originally Posted by zaafar View Post
    I am stuck where I "try to send Shift+Mouse Input"
    yet I have not tried to use the Shift


    Originally Posted by Treasure_Box View Post
    Why not work together, you are a good programmer, but more brain power is always better.
    I'd love to, but I do not know spoken English :confused:
    I have to translate from Russian
    Last edited by kSacred; 03-05-2017 at 02:28 AM.

    PoeHUD Plugin: Inventory Items Analyzer
  2. #17
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2424
    Join Date
    Jun 2015
    Posts
    3,039
    Thanks G/R
    452/2169
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Yeah I can always use "SetCursorPos" and mouse_event but I was trying to achieve next level shit.
    Basically if you use SendMessage/PostMessage you can do crafting while game is minimized.
    Hack won't use your mouse at all. It will send the game with fake mouse clicks/movements.



    but I drop that idea for now.

    EDIT: Found it, moving mouse without even using mouse.
    Implementation is still in progress.
    Last edited by GameHelper; 03-05-2017 at 04:35 AM.
    If I did not reply to you, it mean the question you are asking is stupid.

  3. #18
    rowxs's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    160
    Thanks G/R
    35/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does this work with the directx 9 32 bit?

  4. #19
    snor4pro's Avatar Member
    Reputation
    1
    Join Date
    Feb 2017
    Posts
    5
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No it don't work with dx9

  5. #20
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Yeah I can always use "SetCursorPos" and mouse_event but I was trying to achieve next level shit.
    Basically if you use SendMessage/PostMessage you can do crafting while game is minimized.
    Hack won't use your mouse at all. It will send the game with fake mouse clicks/movements.



    but I drop that idea for now.

    EDIT: Found it, moving mouse without even using mouse.
    Implementation is still in progress.
    Mind sharing the code for that?
    Been trying to look for that for so long its not funny

  6. #21
    histachii's Avatar Member
    Reputation
    2
    Join Date
    Mar 2012
    Posts
    146
    Thanks G/R
    7/0
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2vWXkS0.jpg

    why isnt it marking the shield? is there a hotkey or something ?

  7. #22
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2424
    Join Date
    Jun 2015
    Posts
    3,039
    Thanks G/R
    452/2169
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Sithylis View Post
    Mind sharing the code for that?
    Been trying to look for that for so long its not funny

    I thought it did work but it didn't....
    when i minimized the game it stop working...
    it's very difficult.


    btw @ kSacred are you going to release auto crafter (with source) or you want me to develop my own.
    Last edited by GameHelper; 03-07-2017 at 03:32 PM.
    If I did not reply to you, it mean the question you are asking is stupid.

  8. #23
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    I thought it did work but it didn't....
    when i minimized the game it stop working...
    it's very difficult.


    btw @ kSacred are you going to release auto crafter (with source) or you want me to develop my own.
    Having the game minimized is not a deal breaker for me :P

  9. #24
    kSacred's Avatar Contributor
    Reputation
    124
    Join Date
    Feb 2017
    Posts
    110
    Thanks G/R
    13/107
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by histachii View Post
    2vWXkS0.jpg

    why isnt it marking the shield? is there a hotkey or something ?
    Because life and shield are not considered to be affix on things, this is a prerequisite, without it a thing will not be displayed at all. At you in setting there is a sum affix 2, and there is only 1.



    Originally Posted by zaafar View Post

    btw @ kSacred are you going to release auto crafter (with source) or you want me to develop my own.
    Yes, with source. But I do not know when, so far I have stopped working.

  10. #25
    Treasure_Box's Avatar Contributor
    Reputation
    155
    Join Date
    Sep 2014
    Posts
    189
    Thanks G/R
    63/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There are some small things that could/should be added to your plugin code. I will work on them after my exam tomorrow and submit them for you to review.

  11. #26
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2424
    Join Date
    Jun 2015
    Posts
    3,039
    Thanks G/R
    452/2169
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by kSacred View Post
    Yes, with source. But I do not know when, so far I have stopped working.
    okay, let me know if there is anything I and Treasure can do to speed up the process?
    If I did not reply to you, it mean the question you are asking is stupid.

  12. Thanks toadskin (1 members gave Thanks to GameHelper for this useful post)
  13. #27
    kSacred's Avatar Contributor
    Reputation
    124
    Join Date
    Feb 2017
    Posts
    110
    Thanks G/R
    13/107
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by histachii View Post
    2vWXkS0.jpg

    why isnt it marking the shield? is there a hotkey or something ?
    i fixed it, update plugin.

  14. Thanks toadskin (1 members gave Thanks to kSacred for this useful post)
  15. #28
    pwnz000r's Avatar Member
    Reputation
    1
    Join Date
    Dec 2015
    Posts
    22
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    as much as i love all this i think it will raise red flags and we will all get banned real soon :c

  16. #29
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pwnz000r View Post
    as much as i love all this i think it will raise red flags and we will all get banned real soon :c
    go be a spastic elsewhere

  17. Thanks Kronix (1 members gave Thanks to Sithylis for this useful post)
  18. #30
    arbifoolish's Avatar Member
    Reputation
    1
    Join Date
    Jan 2017
    Posts
    18
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Love it! Actually saves me a lot of time to check every item after each map!

Page 2 of 14 FirstFirst 123456 ... LastLast

Similar Threads

  1. PoeHUD Plugin: Flask Manager
    By Treasure_Box in forum PoE Bots and Programs
    Replies: 1138
    Last Post: 03-05-2018, 08:48 PM
  2. PQR Use inventory items~
    By Profesar in forum WoW Bot Maps And Profiles
    Replies: 0
    Last Post: 11-25-2016, 01:23 AM
  3. [Trading] TF2 inventory items of your choice for beta key (up to $35)
    By botofcoffee in forum Hearthstone Buy Sell Trade
    Replies: 0
    Last Post: 11-15-2013, 09:45 PM
  4. Replies: 5
    Last Post: 10-25-2008, 10:27 PM
  5. [d2loader plugin] item drop notifier!
    By jim3021 in forum Diablo 2
    Replies: 0
    Last Post: 09-24-2008, 02:02 AM
All times are GMT -5. The time now is 02:53 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