[Health Autopot & AutoChicken] Soothe your wounds until PoEHUD is safe again menu

User Tag List

Page 3 of 8 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 107
  1. #31
    tarm_'s Avatar Member
    Reputation
    1
    Join Date
    Jun 2018
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    llllllllllllllll
    Last edited by tarm_; 11-23-2018 at 12:13 AM.

    [Health Autopot & AutoChicken] Soothe your wounds until PoEHUD is safe again
  2. #32
    FrEeMaNlav's Avatar Member
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    62
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deltr View Post
    In my experience, you need to run the script as an administrator so it can execute cports. Try that and let me know how it goes, cause it fixed the issue for me.
    Also: DX11 is required
    with admin only autopot work(but bad,very bad delay)
    vf4 version autoquit extreeme(client closes)
    2352353yhtb_v2 work,but probblem with trade and mercury trade(need stop script at trade)

  3. #33
    tarm_'s Avatar Member
    Reputation
    1
    Join Date
    Jun 2018
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    fuck cheating in poe retards ban me please get rid of my account
    Last edited by tarm_; 11-23-2018 at 12:13 AM.

  4. #34
    deltr's Avatar Member
    Reputation
    12
    Join Date
    Apr 2007
    Posts
    17
    Thanks G/R
    4/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tarm_ View Post
    Thanks for updating but you replaced PathOfExile.exe with PathOfExile_64.exe when the correct path is PathOfExile_x64.exe. :P sorry

    EDIT: I think I found the reason for random logging out - it seems that when you use the waypoint and it goes to the loading screen the script reads it as your health going below the threshold.
    lol, thanks for that! BTW the script going off while porting went away when I switched to DX11.

  5. #35
    TGillou's Avatar Member
    Reputation
    6
    Join Date
    Feb 2018
    Posts
    23
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi exiles

    here is my contribution

    part of my own script, here is the speed potion and autogoloem. raw programming, no ini file, just what i use. feel free to use and/or add to yours
    .
    key2pressed := false
    key2cooldown := 0
    .
    .
    SetTimer, checkspeedPotion, 250
    SetTimer, autogolem, 1000

    .
    .
    .
    checkspeedPotion: ; overlay map ON NEEDED !! no overlay -> no purple lines on the right
    if (key2pressed = true) ; press 2 for speed potion
    {
    key2cooldown++
    if (key2cooldown = 17) ; 17 * 250 mseconds for 4s potion duration
    {
    key2cooldown := 0
    key2pressed := false
    }
    }
    else
    {
    IfWinActive, Path of Exile
    {
    GetKeyState, checkedinput, LButton
    if (checkedinput = "D") ; walking ??
    {
    PixelSearch, Px, Py, 1900, 90, 1910, 215, 0xE57272, 20, Fast
    if (ErrorLevel = 0) ; purple line ??
    {
    send {2}
    key2pressed := true
    }
    }
    }
    }
    return

    autogolem:
    IfWinActive, Path of Exile
    {
    PixelSearch, Px, Py, 24, 80, 24, 80, 0x19177E, 10, Fast ; golem alive ?? color goes darker on golem low life
    if (ErrorLevel = 1)
    {
    PixelSearch, Px, Py, 32, 80, 32, 80, 0x181680, 10, Fast ; golem some pixels shifted on right ??
    if (ErrorLevel = 1)
    {
    PixelSearch, Px, Py, 690, 78, 690, 78, 0x2025B3, 5, Fast ; stash, challenge, or else opened ??
    if (ErrorLevel = 1)
    {
    PixelSearch, Px, Py, 259, 56, 259, 56, 0x61A4CE, 5, Fast ; item pop up in stash opened and hiding the pixel ??
    if (ErrorLevel = 1)
    {
    PixelSearch, Px, Py, 903, 65, 903, 65, 0x6CA9CB, 5, Fast ; skill tree, atlas opened ??
    if (ErrorLevel = 1)
    {
    GetKeyState, checkedinput, RButton
    GetKeyState, checkedinput2, LButton
    if (checkedinput = "U" and checkedinput2 = "U") ; fighting or moving ??
    send {q}
    }
    }
    }
    }
    }
    }
    return
    Last edited by TGillou; 07-23-2018 at 05:45 PM.

  6. #36
    SponGGe's Avatar Member Authenticator enabled
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Run as admin + dx11 ofc.
    Manual logout and chicken from this script do not work. At the same time with the usual Lutbot all okay.

  7. #37
    Dark_F's Avatar Member
    Reputation
    1
    Join Date
    Jul 2018
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can not configure auto exit for the shield?

  8. #38
    deomexuathe's Avatar Member
    Reputation
    3
    Join Date
    Sep 2017
    Posts
    48
    Thanks G/R
    35/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you make the ahk file to drink mana flask too?

  9. #39
    excel's Avatar Member
    Reputation
    1
    Join Date
    Jun 2006
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to have the potions to pop at different levels, have tried to edit to the following but it doesnt seem to work. (Yes i don't know what im doing)..

    [potion]
    hpremain=85
    flask=1

    [potion]
    hpremain=60
    flask=2

    [potion]
    hpremain=40
    flask=12

    Thanks

  10. #40
    rvgnjaga's Avatar Member
    Reputation
    1
    Join Date
    Aug 2018
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    unfortunately random dc's and some delays while using flasks ruins everything

  11. #41
    Akerus's Avatar Member
    Reputation
    1
    Join Date
    Oct 2015
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to only use the autopot feature without the autochicken?

  12. #42
    FirebrandXL's Avatar Member
    Reputation
    2
    Join Date
    Jul 2018
    Posts
    9
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please bro I need your help.

    Your script is working as I want it to be but the F1 logout is not working.
    Instead every time i press ESC im getting logged out.
    It is really instant and working really well but its the wrong key.

    So there seems to be a wrong keybinding?
    How do i change it, i tried looking at the code but i have no clue.

    Please tell me at least how to disable the logout with ESC or better replace it with F1.

    The script also totally kills my FPS, like its spamming something non stop. (from 60 to 30)

    edit:
    i figured out how to make F1 logout,
    but it still logs me out everytime i press ESC.
    I think that is because there are still parts in the script that say press "exit to logoutscreen button" as soon as the ESC menu shows up.

    Is there any way to disable that?
    Last edited by FirebrandXL; 08-23-2018 at 10:17 AM.

  13. #43
    polo1093's Avatar Member
    Reputation
    1
    Join Date
    Aug 2018
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    supp, is useless

    `::
    run, cports.exe /close * * * * PathofExile_x64.exe
    return

  14. #44
    FirebrandXL's Avatar Member
    Reputation
    2
    Join Date
    Jul 2018
    Posts
    9
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by polo1093 View Post
    supp, is useless

    `::
    run, cports.exe /close * * * * PathofExile_x64.exe
    return
    Yeah i figured that out,
    my question was if its possible to use the autologout without having the perma DCs once u press ESC to bring up the menu and the constant framerate drops.

    If u enable this script it searches for the "exit to menu" button all the time, once u bring up the menu it clicks it automatically.
    really annoying.

  15. #45
    asa22's Avatar Member
    Reputation
    1
    Join Date
    Jun 2018
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why am I constantly dcing ? Logout is at 15%

    edit: i deleted logout part of script and now no more DC
    Last edited by asa22; 09-02-2018 at 05:34 PM.

Page 3 of 8 FirstFirst 1234567 ... LastLast

Similar Threads

  1. [Selling] RANK1 WoW-Accounts-SCARAB LORD-INVINCIBLE-TIER 3-Get Your Account Now! MoP is Near !
    By V1rTualMMO in forum WoW-US Account Buy Sell Trade
    Replies: 4
    Last Post: 09-13-2012, 08:29 PM
  2. [Selling] RANK1 WoW-Accounts-SCARAB LORD-INVINCIBLE-TIER 3-Get Your Account Now! MoP is Near !
    By V1rTualMMO in forum WoW-EU Account Buy Sell Trade
    Replies: 0
    Last Post: 09-13-2012, 02:37 AM
  3. [Buying] Buying your gold, fast easy and safe!
    By Zergdude in forum Diablo 3 Buy Sell Trade
    Replies: 9
    Last Post: 07-16-2012, 06:05 PM
  4. [How To] Keep your World of Warcraft Account Safe
    By Energizer Rabbit in forum WoW Scam Prevention
    Replies: 17
    Last Post: 03-10-2010, 03:39 PM
  5. Replies: 43
    Last Post: 02-16-2009, 08:13 PM
All times are GMT -5. The time now is 02:19 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