Dx11 Auto-Flask No pixels! menu

Shout-Out

User Tag List

Page 8 of 11 FirstFirst ... 4567891011 LastLast
Results 106 to 120 of 162
  1. #106
    Xcesiuss's Avatar Contributor CoreCoins Purchaser
    Reputation
    119
    Join Date
    Mar 2008
    Posts
    135
    Thanks G/R
    14/85
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReadyToKill View Post
    hmmm, weird it is still not working for me.
    Remember to enable Steam checkbox if you are using steam version (and restart the AHK)

    Dx11 Auto-Flask No pixels!
  2. #107
    ReadyToKill's Avatar Banned
    Reputation
    13
    Join Date
    Sep 2012
    Posts
    395
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am not using steam, so i don't have that check marked, but i always reload the script after any changes, etc.

  3. #108
    Xcesiuss's Avatar Contributor CoreCoins Purchaser
    Reputation
    119
    Join Date
    Mar 2008
    Posts
    135
    Thanks G/R
    14/85
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReadyToKill View Post
    I am not using steam, so i don't have that check marked, but i always reload the script after any changes, etc.
    Oh haha, I see why it's not working.. gimme 5mins

    *Should be fixed on latest now (non-steam version)

  4. Thanks ReadyToKill (1 members gave Thanks to Xcesiuss for this useful post)
  5. #109
    ReadyToKill's Avatar Banned
    Reputation
    13
    Join Date
    Sep 2012
    Posts
    395
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey everything seem to be working again. Thx!

    hmmm, this is really weird, it was working the first time i d/led it, but after playing for a bit, it is no longer working. Even after i delete the setting.ini file and reconfigure it, or even after i deleting the whole folder and unzip and try the file again, it will not work.

    Nevermind got it working again, had to restart the game it seems.


    Hey alexsteh, sometimes i notice that the script will not be active in a map or area after u zone through the wp, not sure what triggers it, but i have come across it a couple of times right after zoning.
    Last edited by ReadyToKill; 01-18-2017 at 10:28 PM.

  6. #110
    LeHeupOfSoup's Avatar Member
    Reputation
    2
    Join Date
    Dec 2014
    Posts
    37
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +1 to what ReadyToKill said, came here to write the exact same thing!

  7. #111
    Xcesiuss's Avatar Contributor CoreCoins Purchaser
    Reputation
    119
    Join Date
    Mar 2008
    Posts
    135
    Thanks G/R
    14/85
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just move around for 1-2 seconds and it will be updated. I don't know what's causing it, but the value for IsInGame turns to -2480000000 after doing a teleport or changing area

  8. #112
    TehCheat's Avatar ★ Elder ★
    Reputation
    2563
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2265
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by alexsteh View Post
    Just move around for 1-2 seconds and it will be updated. I don't know what's causing it, but the value for IsInGame turns to -2480000000 after doing a teleport or changing area
    Read one byte there instead of 4 or 8.

  9. Thanks toadskin (1 members gave Thanks to TehCheat for this useful post)
  10. #113
    Xcesiuss's Avatar Contributor CoreCoins Purchaser
    Reputation
    119
    Join Date
    Mar 2008
    Posts
    135
    Thanks G/R
    14/85
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    Read one byte there instead of 4 or 8.
    Ahh thanks! I had to change it to UInt

    Fixed IsInGame

  11. Thanks toadskin (1 members gave Thanks to Xcesiuss for this useful post)
  12. #114
    kisapl's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    32
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alexsteh View Post
    Ahh thanks! I had to change it to UInt

    Fixed IsInGame
    seems like it works much more stable now. ty

  13. #115
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by alexsteh View Post
    Ahh thanks! I had to change it to UInt

    Fixed IsInGame
    shouldn't it be unsigned char (in C++) or byte (in C#) if you want to read 1 byte rather than unsigned int? Uint is 4bytes.
    If I did not reply to you, it mean the question you are asking is stupid.

  14. #116
    TehCheat's Avatar ★ Elder ★
    Reputation
    2563
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2265
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by zaafar View Post
    shouldn't it be unsigned char (in C++) or byte (in C#) if you want to read 1 byte rather than unsigned int? Uint is 4bytes.
    Yeah, he's using Kalamity's classMemory.ahk to read memory, so he should be doing a read(poeProcess, "UChar", ...) or read(poeProces, "Char", ...).

  15. Thanks Xcesiuss, toadskin (2 members gave Thanks to TehCheat for this useful post)
  16. #117
    Razzko's Avatar Active Member
    Reputation
    15
    Join Date
    Oct 2007
    Posts
    103
    Thanks G/R
    15/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What does "Normal" mode actually imply? Just timer spam?
    Last edited by Razzko; 01-21-2017 at 01:28 AM.

  17. #118
    Razzko's Avatar Active Member
    Reputation
    15
    Join Date
    Oct 2007
    Posts
    103
    Thanks G/R
    15/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And just for the sake of feedback, I tried this script now and it works for me. The only thing I'm doing with it is press life flask at a certain hp threshold.

    There are, however, some weird UI things with it. The chicken and error tabs look like this: https://i.imgur.com/7K6o51i.png (every field is "ERROR")

    I manually selected "Disabled" just to be sure those are all off, but 'out of the box' they were just empty fields too.

    I think the config UI needs some polish. A tooltip for fields would help a lot (I still don't know what those fields with "4000" are for), and I think most people have flasks binded to 12345 (as per default) so it should be mapped to those hotkeys rather than to RButton (is that right mouse button? who has flasks on RMB?..). "Normal" mode is probably better renamed to "Timer" or something more descriptive (still not sure what exactly it does either).

    And in my opinion, the chicken script and Blade Flurry script is all unnecessary fluff/bloat. Blade Flurry deserves its own script (not everyone is running that skill), and chicken script is something that already has a ton of variants floating about. I think it's better to keep it strictly focused on that one thing - flasks. I'd even say the abilities thing is bloat, since Vaal Discipline has a cast time and makes you stop, but I can definitely see the appeal in doing that as it's otherwise similar to a flask so it's somewhat consistent with the theme.

    But regardless, thanks a lot for this. 64bit runs like a dream for me and makes my character/build A LOT less laggy than it is on 32bit, and the flask script was the main reason I stuck to 32bit.
    Last edited by Razzko; 01-21-2017 at 04:08 AM.

  18. #119
    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)
    For me the "normal mode" / key trigger mode is the most needed feature so you dont have to pop every flask using 1,2,3,4 on every mob pack, now I can use 1 button for 4 flasks, .
    Also the chicken script for freezes and dumb mistakes is quite awesome and not needing to open 232 different ahk scripts.
    The autoflask for HP/Mana is a bloat feature if you play on HC IMO, I can however agree on using autoflask to remove Bleed, shock etc that can be very helpful.

    Love the work, please try to get this implemented in PoEhud

  19. #120
    Xcesiuss's Avatar Contributor CoreCoins Purchaser
    Reputation
    119
    Join Date
    Mar 2008
    Posts
    135
    Thanks G/R
    14/85
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Razzko View Post
    And just for the sake of feedback, I tried this script now and it works for me. The only thing I'm doing with it is press life flask at a certain hp threshold.

    There are, however, some weird UI things with it. The chicken and error tabs look like this: https://i.imgur.com/7K6o51i.png (every field is "ERROR")

    I manually selected "Disabled" just to be sure those are all off, but 'out of the box' they were just empty fields too.

    I think the config UI needs some polish. A tooltip for fields would help a lot (I still don't know what those fields with "4000" are for), and I think most people have flasks binded to 12345 (as per default) so it should be mapped to those hotkeys rather than to RButton (is that right mouse button? who has flasks on RMB?..). "Normal" mode is probably better renamed to "Timer" or something more descriptive (still not sure what exactly it does either).

    And in my opinion, the chicken script and Blade Flurry script is all unnecessary fluff/bloat. Blade Flurry deserves its own script (not everyone is running that skill), and chicken script is something that already has a ton of variants floating about. I think it's better to keep it strictly focused on that one thing - flasks. I'd even say the abilities thing is bloat, since Vaal Discipline has a cast time and makes you stop, but I can definitely see the appeal in doing that as it's otherwise similar to a flask so it's somewhat consistent with the theme.

    But regardless, thanks a lot for this. 64bit runs like a dream for me and makes my character/build A LOT less laggy than it is on 32bit, and the flask script was the main reason I stuck to 32bit.

    The "bloatware" doesn't get fired unless you enable the setting, it doesn't halt the AHK script at all. It doesn't require more cpu usage, yes it does need to check the setting if it's enabled or not but that's about it. I have a random sleep between every key and everything that gets executed so it doesn't hug up ur cpu too much

    If you get "ERROR" in the interface, that means you have an outdated Settings.ini. Simply copy ur old keys from Settings.ini and delete the file so it can be regenerated, then paste your old keys back into the Settings.ini. I'm updating the generating settings.ini with IniWrite hopefully very soon so you don't need to do this. Thank you for your feedback


    Originally Posted by arbifoolish View Post
    For me the "normal mode" / key trigger mode is the most needed feature so you dont have to pop every flask using 1,2,3,4 on every mob pack, now I can use 1 button for 4 flasks, .
    Also the chicken script for freezes and dumb mistakes is quite awesome and not needing to open 232 different ahk scripts.
    The autoflask for HP/Mana is a bloat feature if you play on HC IMO, I can however agree on using autoflask to remove Bleed, shock etc that can be very helpful.

    Love the work, please try to get this implemented in PoEhud
    PoEHUD lacks the detection of flasks with mod1,mod2 and flasktypestr (required for detecting what type of flask it really is). So it's limited to detecting charges only right now

  20. Thanks toadskin (1 members gave Thanks to Xcesiuss for this useful post)
Page 8 of 11 FirstFirst ... 4567891011 LastLast

Similar Threads

  1. Looking for a working DX11 auto flask
    By tenaciouzd in forum PoE Bots and Programs
    Replies: 35
    Last Post: 01-10-2017, 01:39 PM
  2. Replies: 27
    Last Post: 12-19-2016, 07:57 AM
  3. Auto rez, if u die u only lose 10%
    By bloodofwar in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 05-20-2006, 04:08 PM
  4. Fishing Bot! (Auto-It)
    By janzi9 in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 05-18-2006, 10:23 PM
  5. Auto Responder
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 0
    Last Post: 04-06-2006, 06:12 AM
All times are GMT -5. The time now is 12:21 PM. 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