.ahk | auto flask | auto chicken | only pixel search !!!no memory!!! menu

User Tag List

Page 2 of 6 FirstFirst 123456 LastLast
Results 16 to 30 of 81
  1. #16
    fonillius's Avatar Active Member WINNER OF THE BEST BOT DEVELOPER COMPETITION
    CoreCoins Purchaser
    Reputation
    55
    Join Date
    May 2007
    Posts
    248
    Thanks G/R
    5/33
    Trade Feedback
    4 (75%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qmwr View Post
    Thanks for the script, works for me but I have to tweak all the mouse coordinates to my resolution.

    One more thing that can be improved is to check if the flasks are empty.
    If it keeps on spamming even the flasks are empty (and ur hp is < 50%), that is gonna look like bot.
    You are welcome,
    This is kind of programming guide for newbs also.

    Checking flasks empty requires memory reading because of different colour flasks and i dont want that.

    The randomized pushes prevent it from looking like a bot.

    ps. I appreciate your opinions!! Dont be afraid guys to compliment/complain.
    Last edited by fonillius; 09-06-2017 at 11:46 AM.
    -fonillius

    .ahk | auto flask | auto chicken | only pixel search !!!no memory!!!
  2. #17
    fonillius's Avatar Active Member WINNER OF THE BEST BOT DEVELOPER COMPETITION
    CoreCoins Purchaser
    Reputation
    55
    Join Date
    May 2007
    Posts
    248
    Thanks G/R
    5/33
    Trade Feedback
    4 (75%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Updated to 3.9

    Originally Posted by qmwr View Post
    Thanks for the script, works for me but I have to tweak all the mouse coordinates to my resolution.

    One more thing that can be improved is to check if the flasks are empty.
    If it keeps on spamming even the flasks are empty (and ur hp is < 50%), that is gonna look like bot.

    If you could post your modifications for other dimension i'd appreciate, so others can do it too
    -fonillius

  3. #18
    qmwr's Avatar Member
    Reputation
    3
    Join Date
    Apr 2014
    Posts
    5
    Thanks G/R
    1/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fonillius View Post
    Updated to 3.9




    If you could post your modifications for other dimension i'd appreciate, so others can do it too
    I have a very unusual screen resolution (1424x822), but here it is if somebody wants it. (I only have 123 as hp pot, don't have utility keys configured)
    Code:
    #IfWinActive, Path of Exile
    return
    
    
    F1::
    SendInput, 1112345
    SendInput, {Esc}
    MouseClick, Left, 962, 432,,Fast
    return
    
    
    
    
    ;top of health pool 115 872
    ;bottom of health pool 115 1072
    ;THESE ARE LIMITS OF THE HP DETECTION: 85% HP=892  ,82%=900 , 70% HP=889, 65%HP=925, 45%hp=961, 10%=1002
    
    
    
    
    F4::
    PixelGetColor, hpcolor , 92, 722
    PixelGetColor, chaticon , 19, 702
    
    
    
    
    MsgBox, Press OK to Activate Chicken Script (values found : %hpcolor% , %chaticon%)
    Loop {
    IfWinActive, Path of Exile
    {
        ;Find the Orange chat Icon (makes sure you are on a character)
        PixelSearch, FoundoX, FoundoY, 15, 697, 22, 705, %chaticon%, 5, Fast
        if ErrorLevel = 0
        {
            ;HP 50% POTS =44, 698, 126, 750, 85%hp = 44, 698, 126, 725
            PixelSearch, FoundhX, FoundhY, 44, 698, 126, 725, %hpcolor%, 5, Fast
            if ErrorLevel = 1
            {
                SendInput, 2
        Sleep = rand(3,300)
            }
    
    
    
    
            ;HP 85% POTS
            PixelSearch, FoundhX, FoundhY, 44, 698, 126, 725, %hpcolor%, 5, Fast
            if ErrorLevel = 1
            {
                SendInput, 1
        Sleep = rand(230,450)
            } 
    
    
            ;HP 85% POTS
            PixelSearch, FoundhX, FoundhY, 44, 698, 126, 725, %hpcolor%, 5, Fast
            if ErrorLevel = 1
            {
                SendInput, 2
        Sleep = rand(230,450)
            } 
    
    
            ;HP 85% POTS
            PixelSearch, FoundhX, FoundhY, 44, 698, 126, 725, %hpcolor%, 5, Fast
            if ErrorLevel = 1
            {
                SendInput, 3
        Sleep = rand(230,450)
            } 
    		
        ;HP 20% POTS
            PixelSearch, FoundhX, FoundhY, 44, 698, 126, 795, %hpcolor%, 5, Fast
            if ErrorLevel = 1
            {
                SendInput, 123
        Sleep = rand(400,540)
            }
    
    
    
    
        ;HP 20% POTS
            PixelSearch, FoundhX, FoundhY, 44, 698, 126, 795, %hpcolor%, 5, Fast
            if ErrorLevel = 1
            {
                SendInput, 1
        Sleep = rand(400,540)
            }
    
    
    
    
        ;HP 20% POTS
            PixelSearch, FoundhX, FoundhY, 44, 698, 126, 795, %hpcolor%, 5, Fast
            if ErrorLevel = 1
            {
                SendInput, 23
        Sleep = rand(400,540)
            }
    
    
    
    
    
    
    
    
            ;HP AND CHICKEN 10% HP
            PixelSearch, FoundhX, FoundhY, 44, 698, 126, 810, %hpcolor%, 5, Fast
            if ErrorLevel = 1
            {
                SendInput, 112233
                SendInput, {Esc}
                MouseClick, Left, 725, 358,,Fast
        Sleep = rand(400,540)
            }		
    		
    		
    	}
    }
    Sleep, 100
    }
    return
    
    
    
    
    ^x::
    SendInput, {Enter}
    sleep, 20
    SendInput, {/}oos
    SendInput, {Enter}
    return
    
    
    
    
    F7::Suspend
    F8::ExitApp

    I use this code to find the coordinates of my mouse for anybody who wants to tweak to their resolution
    Code:
    CoordMode, Pixel, Screen 
    CoordMode, Mouse, Screen
    SetTimer, Check, 20
    return
     
    Check:
    MouseGetPos, xx, yy
    PixelGetColor, Color, %xx%, %yy%, RGB
    ToolTip, %xx%`, %yy%`, %Color%
    ;Tooltip %xx%`, %yy%
    return
     
    Esc::ExitApp

  4. Thanks fonillius, toadskin (2 members gave Thanks to qmwr for this useful post)
  5. #19
    fonillius's Avatar Active Member WINNER OF THE BEST BOT DEVELOPER COMPETITION
    CoreCoins Purchaser
    Reputation
    55
    Join Date
    May 2007
    Posts
    248
    Thanks G/R
    5/33
    Trade Feedback
    4 (75%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Added to the first message Thanks for contribution!
    -fonillius

  6. #20
    fonillius's Avatar Active Member WINNER OF THE BEST BOT DEVELOPER COMPETITION
    CoreCoins Purchaser
    Reputation
    55
    Join Date
    May 2007
    Posts
    248
    Thanks G/R
    5/33
    Trade Feedback
    4 (75%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Update 4.0 - HP Potion control and quick button
    -fonillius

  7. #21
    Monika von Zadel's Avatar Member
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    whow, this looks very interesting.
    will test it out today. big thks from a disabled player! (only able to barely use two fingers of my left hand).

  8. #22
    fonillius's Avatar Active Member WINNER OF THE BEST BOT DEVELOPER COMPETITION
    CoreCoins Purchaser
    Reputation
    55
    Join Date
    May 2007
    Posts
    248
    Thanks G/R
    5/33
    Trade Feedback
    4 (75%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Update 4.1 - HP Potion control and quick button
    -fonillius

  9. #23
    fonillius's Avatar Active Member WINNER OF THE BEST BOT DEVELOPER COMPETITION
    CoreCoins Purchaser
    Reputation
    55
    Join Date
    May 2007
    Posts
    248
    Thanks G/R
    5/33
    Trade Feedback
    4 (75%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Monika von Zadel View Post
    whow, this looks very interesting.
    will test it out today. big thks from a disabled player! (only able to barely use two fingers of my left hand).
    Im lazy with left hand, we got problems mate

    Also, Thank you and you're welcome
    -fonillius

  10. #24
    walauwess's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PixelSearch, OutputVarX, OutputVarY, X1, Y1, X2, Y2, ColorID [, Variation, Fast|RGB]

    Hi. How do you define ColorID to 5?
    Last edited by walauwess; 09-12-2017 at 02:23 AM.

  11. #25
    fonillius's Avatar Active Member WINNER OF THE BEST BOT DEVELOPER COMPETITION
    CoreCoins Purchaser
    Reputation
    55
    Join Date
    May 2007
    Posts
    248
    Thanks G/R
    5/33
    Trade Feedback
    4 (75%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    updated to 4.645735647
    -fonillius

  12. #26
    fonillius's Avatar Active Member WINNER OF THE BEST BOT DEVELOPER COMPETITION
    CoreCoins Purchaser
    Reputation
    55
    Join Date
    May 2007
    Posts
    248
    Thanks G/R
    5/33
    Trade Feedback
    4 (75%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by walauwess View Post
    PixelSearch, OutputVarX, OutputVarY, X1, Y1, X2, Y2, ColorID [, Variation, Fast|RGB]

    Hi. How do you define ColorID to 5?
    Iiii am not sure, what the purpose maybe i can visualize it.
    -fonillius

  13. #27
    fonillius's Avatar Active Member WINNER OF THE BEST BOT DEVELOPER COMPETITION
    CoreCoins Purchaser
    Reputation
    55
    Join Date
    May 2007
    Posts
    248
    Thanks G/R
    5/33
    Trade Feedback
    4 (75%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Updated to final version
    -fonillius

  14. Thanks toadskin (1 members gave Thanks to fonillius for this useful post)
  15. #28
    fonillius's Avatar Active Member WINNER OF THE BEST BOT DEVELOPER COMPETITION
    CoreCoins Purchaser
    Reputation
    55
    Join Date
    May 2007
    Posts
    248
    Thanks G/R
    5/33
    Trade Feedback
    4 (75%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    bump for remember this guys! no pixel reading!
    -fonillius

  16. #29
    leros174's Avatar Member
    Reputation
    1
    Join Date
    Feb 2017
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fonillius View Post
    Updated to final version
    Where? I don't see.

  17. #30
    fonillius's Avatar Active Member WINNER OF THE BEST BOT DEVELOPER COMPETITION
    CoreCoins Purchaser
    Reputation
    55
    Join Date
    May 2007
    Posts
    248
    Thanks G/R
    5/33
    Trade Feedback
    4 (75%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Huge update made

    Added downloadable .exe

    (See the first post, this attached .rar doesn't have most updated version of the program)
    Attached Files Attached Files
    Last edited by fonillius; 10-23-2017 at 06:29 AM.
    -fonillius

Page 2 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [Selling] (AUTO BTC ONLY) 2 Account lv.33&30 Just 4$!!! With 2900cp Pokes , 600k Stardust !!!
    By AzzraelJr in forum Pokemon GO Buy Sell Trade
    Replies: 0
    Last Post: 09-13-2016, 06:32 AM
  2. [Selling] (AUTO BTC ONLY) 2 Account lv.33&30 Just 4$!!! With 2900 Pokes , 600k Stardust !!!!
    By AzzraelJr in forum Pokemon GO Buy Sell Trade
    Replies: 0
    Last Post: 09-13-2016, 12:43 AM
  3. [Selling] (AUTO BTC ONLY) 2 Account lv.33&30 Just 5$!!! With 2900 Pokes , 600k Stardust
    By AzzraelJr in forum Pokemon GO Buy Sell Trade
    Replies: 0
    Last Post: 09-12-2016, 11:11 AM
  4. [Selling] (AUTO BTC ONLY) 2 Account lv.33&30 Just 6$!!! With 2900 Pokes , 600k Stardust
    By AzzraelJr in forum Pokemon GO Buy Sell Trade
    Replies: 0
    Last Post: 09-12-2016, 09:47 AM
  5. [Selling] lvl 30 / 10$ / Auto Buy / Only rares high CP/IV Inside// ID Verified
    By Miuobyshi in forum Pokemon GO Buy Sell Trade
    Replies: 58
    Last Post: 08-26-2016, 09:11 AM
All times are GMT -5. The time now is 10:56 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