Dx11 Auto-Flask No pixels! menu

User Tag List

Page 4 of 11 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 162
  1. #46
    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)
    Originally Posted by zaafar View Post
    Try sending rst (reset) packet rather than fin packet. It will close from the server immediately.
    I know this is supposed to destroy the TCP season instantly, but i think the problem is, does the server try to allow for some time, so that the client can re-enumerate the connection? Because some times you die when you should not, and i think that is a result of the server trying to give the client connection some time to resend a syn before it truly kicks your client from the instance.

    Dx11 Auto-Flask No pixels!
  2. #47
    rlwjr's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    22
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I hate to sound like a complete idiot (possibly) but what is "Chicken Mode" exactly?

  3. #48
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    543
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rlwjr View Post
    I hate to sound like a complete idiot (possibly) but what is "Chicken Mode" exactly?
    auto logout on certain HP/CI %
    github.com/vadash/EZVendor

  4. #49
    rlwjr's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    22
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gotcha, thanks!

  5. #50
    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)
    Originally Posted by rlwjr View Post
    I hate to sound like a complete idiot (possibly) but what is "Chicken Mode" exactly?


    or maybe its just an auto quit for when your really low on life. You decide.

  6. Thanks dlr5668 (1 members gave Thanks to Treasure_Box for this useful post)
  7. #51
    moniesforyou's Avatar Member
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    18
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dlr5668 View Post
    auto logout on certain HP/CI %
    so, put 100 for hp, and like 20 for ES (CI build)

  8. #52
    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)
    Originally Posted by moniesforyou View Post
    so, put 100 for hp, and like 20 for ES (CI build)
    no normally you want to pick one or the other, depending on build. Also you don't want to set it too low as you will guarantee a death as it takes a few milliseconds to process the request. Normally between 15%-30% of your Life/ES depending on build.

  9. #53
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    543
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    For HC I use 40% ES. Life is barely playable in HC btw. Only cheesy builds like with 200% life, 80k EV, elemental status immmune and huge secodnary defences (MoM, curses, leech, fortify, good flasks).
    github.com/vadash/EZVendor

  10. #54
    moniesforyou's Avatar Member
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    18
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Treasure_Box View Post
    no normally you want to pick one or the other, depending on build. Also you don't want to set it too low as you will guarantee a death as it takes a few milliseconds to process the request. Normally between 15%-30% of your Life/ES depending on build.
    Hmm I had it set for 30% and tested w/ dot didnt work.

    Should the value be a percentage or actual hp threshold?

    Currently I have it set with health box empty, and "30" in the shield box. Shield selected from dropdown

  11. #55
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,049
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Treasure_Box View Post
    I know this is supposed to destroy the TCP season instantly, but i think the problem is, does the server try to allow for some time, so that the client can re-enumerate the connection? Because some times you die when you should not, and i think that is a result of the server trying to give the client connection some time to resend a syn before it truly kicks your client from the instance.
    No, that's not possible. RST packets mean client is dead and wouldn't re-enumerate the connection. It's an OS level thing ( Windows/Linux ) POE server cannot control this.
    You say sometimes char dies even after sending RST packet. Only reason this can happen is that
    1: There is a lag between you and server.
    2: Packet was dropped in between due to network congestion
    3: Server is overloaded due to lots of users and took some time to process your request
    All of these are not in our control, so best option is to send the RST packet. A better approach would be to send 2-5 reset packets. In that case server will ignore other reset packets if first packet has done it's job.


    Other than that I have seen that cports.exe does send the RST packet after closing the socket. So I think cports.exe (version: 2.3) would be save bet in chicken mode. Screenshots as proof of RST packet in cports.exe (Packet in Red color).

    Attachment 48115
    Last edited by GameHelper; 01-15-2017 at 10:06 PM.
    If I did not reply to you, it mean the question you are asking is stupid.

  12. #56
    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)
    Originally Posted by zaafar View Post
    No, that's not possible. RST packets mean client is dead and wouldn't re-enumerate the connection. It's an OS level thing ( Windows/Linux ) POE server cannot control this.
    You say sometimes char dies even after sending RST packet. Only reason this can happen is that
    1: There is a lag between you and server.
    2: Packet was dropped in between due to network congestion
    3: Server is overloaded due to lots of users and took some time to process your request
    All of these are not in our control, so best option is to send the RST packet. A better approach would be to send 2-5 reset packets. In that case server will ignore other reset packets if first packet has done it's job.


    Other than that I have seen that cports.exe does send the RST packet after closing the socket. So I think cports.exe (version: 2.3) would be save bet in chicken mode. Screenshots as proof of RST packet in cports.exe (Packet in Red color).

    Attachment 48115
    Yes i know, I've also captured with Wire Shark. I think its mostly number 3. I live right next to my gateway so my ping is around 10ms and max 20ms (there is about 5 hops to the server for me and most of that is just moving along my ISP to the route aggregator).

    The other possibility is number 2, and that would cause the server to go into a time-wait until it got an RST
    Last edited by Treasure_Box; 01-15-2017 at 10:21 PM.

  13. #57
    moniesforyou's Avatar Member
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    18
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Definitely think there's something amiss with energy shield. Tested with %s and actual values, doesnt dc me

  14. #58
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,049
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Treasure_Box View Post
    Yes i know, I've also captured with Wire Shark. I think its mostly number 3. I live right next to my gateway so my ping is around 10ms and max 20ms (there is about 5 hops to the server for me and most of that is just moving along my ISP to the route aggregator).

    The other possibility is number 2, and that would cause the server to go into a time-wait until it got an RST
    for 2 and 3 just send more than 1 RST. I don't know if that is possible with cports.exe.
    If I did not reply to you, it mean the question you are asking is stupid.

  15. #59
    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)
    Originally Posted by zaafar View Post
    for 2 and 3 just send more than 1 RST. I don't know if that is possible with cports.exe.
    LOL, just DOS yourself with RST Flood.

  16. #60
    datz's Avatar Active Member
    Reputation
    22
    Join Date
    Aug 2013
    Posts
    532
    Thanks G/R
    166/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    still dont work at all for me.. deleted settings and redid my stuff and still nothing dx11

Page 4 of 11 FirstFirst 12345678 ... 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 05:29 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