Path of Exile: Chicken Script (Any Resolution) Don't Die

Post gaming related scripts

How many times have I saved you from dying?

Too many times to count
45
28%
Many Times
20
13%
Few Times
13
8%
Once
14
9%
Never, R.I.P :(
68
43%
 
Total votes: 160
Sanctus
Posts: 2
Joined: 07 Apr 2014, 08:35

Path of Exile: Chicken Script (Any Resolution) Don't Die

07 Apr 2014, 08:45

Chicken Script 2.0 (03.04.2014)
Works with any Resolution
 
Any Resolution Chicken Script (HP Based | Updated 03.04.2014)
RQanyres.rar
(443.46 KiB) Downloaded 1794 times
Any Resolution Chicken Script (Shield Based | Updated 03.04.2014)
RQanyresES.rar
(443.33 KiB) Downloaded 736 times
Includes F1 Instant Logout + Ctrl-X /oos + Alt-C /itemlevel

Code: Select all

#IfWinActive, Path of Exile
menu, tray, add 
menu, tray, add, Windowed (Borders), Border
menu, tray, add, Windowed (Borderless), Borderless
Menu, Tray, Tip, PoE Chicken Script v2.0`nMade by Sanctus
Menu, Tray, Icon, Images\ChickenOff.ico
;i = bordertop+bottom, j = borderleft+right, l=bordertop, k=borderleft
toggle = 0
IniRead, i, borderonoff.ini, border, i
IniRead, j, borderonoff.ini, border, j
IniRead, k, borderonoff.ini, border, k
IniRead, l, borderonoff.ini, border, l
return

F1::
WinGetPos,,, w, h, A
SendInput, 1112345
SendInput, {Esc}
MouseClick, Left, % Round(962 / (1920 / (w - i))) + l, % Round(432 / (1080 / (h - j))) + k, Fast
return

F4::
WinGetPos,,, w, h, A
HX := % Round(127 / (1920 / (w - i))) + l
HY := % Round(983 / (1080 / (h - j))) + k
CX := % Round(16 / (1920 / (w - i))) + l
CY := % Round(882 / (1080 / (h - j))) + k
PixelGetColor, hpcolor , %HX%, %HY%
PixelGetColor, hpcolorrgb , %HX%, %HY%, RGB
PixelGetColor, chaticon , %CX%, %CY% 
PixelGetColor, chaticonrgb , %CX%, %CY%, RGB
OBX := % Round(4 / (1920 / (w - i))) + l
OBY := % Round(873 / (1080 / (h - j))) + k
OBXX := % Round(25 / (1920 / (w - i))) + l
OBYY := % Round(894 / (1080 / (h - j))) + k
DHX := % Round(60 / (1920 / (w - i))) + l
DHY := % Round(872 / (1080 / (h - j))) + k
DHXX := % Round(170 / (1920 / (w - i))) + l
DHYY := % Round(972 / (1080 / (h - j))) + k
HQX := % Round(60 / (1920 / (w - i))) + l
HQY := % Round(872 / (1080 / (h - j))) + k
HQXX := % Round(170 / (1920 / (w - i))) + l
HQYY := % Round(991 / (1080 / (h - j))) + k

gui, new
gui, Default
gui, +LastFound +LabelMyGui
gui, add, groupbox, w205 h100, Colors found:
gui, add, text, yp+25 xp+10, ChatIcon Color:
gui, add, Progress, xp+80 yp-5 w100 h20 c%chaticonrgb%,100
gui, add, text, yp+25 xp-80, HP Color:
gui, add, Progress, xp+80 yp-5 w100 h20 c%hpcolorrgb%,100
gui, add, button, xp-80 yp+25 w25 h25 gDone, OK
gui, show,, Chicken Script Activated
Menu, Tray, Icon, Images\ChickenOn.ico
Loop {
IfWinActive, Path of Exile
{
	;Find the Orange chat Icon (makes sure you are on a character)
	PixelSearch, FoundoX, FoundoY, %OBX%, %OBY%, %OBXX%, %OBYY%, %chaticon%, 10, Fast
	if ErrorLevel = 0
	{
		;Just under 50% start drinking pots
		PixelSearch, FoundhX, FoundhY, %DHX%, %DHY%, %DHXX%, %DHYY%, %hpcolor%, 10, Fast
		if ErrorLevel = 1
		{
			SendInput, 12345
		}
		;If HP goes to 35%~ or below quit
		PixelSearch, FoundhX, FoundhY, %HQX%, %HQY%, %HQXX%, %HQYY%, %hpcolor%, 10, Fast
		if ErrorLevel = 1
		{
			SendInput, 1112345
			SendInput, {Esc}
			MouseClick, Left, % Round(962 / (1920 / (w - i))) + l, % Round(432 / (1080 / (h - j))) + k
		}
	}
}
Sleep, 100
}
return

Border:
MsgBox, Windowed (Borders all around)
;For Windowed (with Borders all round)
i = 16
j = 38
l = 8
k = 30
IniWrite, %i%, borderonoff.ini, border, i
IniWrite, %j%, borderonoff.ini, border, j
IniWrite, %l%, borderonoff.ini, border, l
IniWrite, %k%, borderonoff.ini, border, k
return

Borderless:
MsgBox, Borderless (No Borders)
;For Fullscreen Borderless
i = 0
j = 0
l = 0
k = 0
IniWrite, %i%, borderonoff.ini, border, i
IniWrite, %j%, borderonoff.ini, border, j
IniWrite, %l%, borderonoff.ini, border, l
IniWrite, %k%, borderonoff.ini, border, k
return

Done:
gui,submit,nohide
gui, destroy
return

^x::
SendInput, {Enter}
sleep, 20
SendInput, {/}oos
SendInput, {Enter}
return

!c::
MouseClick, Left
SendInput, {Enter}
SendInput, {/}itemlevel
SendInput, {Enter}
Sleep, 100
MouseClick, Left
return

F7::Reload
F8::ExitApp 
How to Setup:
First time you turn it on you need to go to the bottom of the right corner and right click the .ahk icon
Turn on Windowed (Borders)
or Turn on Windowed (Borderless)
 
Default is Windowed (Borderless) if you download the .rar file
 
Image
 
IF YOU DONT GET COLORS SIMILAR TO THIS SOMETHING IS WRONG
Image
If running shield character(and shield script) then color should be light blue at shield color
Image
This popup indicates the script is ON
 
At anytime you can F7 to Reload the script (turns off ChickenScript)
F8 To Crash
F1 to Instantly Logout
F4 to turn on Chicken Script
Ctrl+X to /oos
Alt+C to /itemlevel
 
You only need to set it up once, it will remember your settings next time you turn it on.

Older Version (HP / Shield)
Spoiler
Heed the warnings above. ;) Have fun.
Xavi
Posts: 1
Joined: 04 Feb 2016, 10:27

Re: Path of Exile: Chicken Script (Any Resolution) Don't Die

06 Feb 2016, 16:37

will i get banned by using that scrypt?
NameWithheld
Posts: 2
Joined: 14 Jul 2019, 17:25

Re: Path of Exile: Chicken Script (Any Resolution) Don't Die

14 Jul 2019, 17:29

I'm interested in altering the ES version to include activation of Vaal Discipline at 70% shield. I've messed with some very simple AHK scripts in the past, but this one is beyond me- has anyone done something similar and mind sharing your script?
User avatar
tidbit
Posts: 1272
Joined: 29 Sep 2013, 17:15
Location: USA

Re: Path of Exile: Chicken Script (Any Resolution) Don't Die

24 Jul 2019, 18:41

this is against the TOS and can/will get you banned as it spams potions. it's NOT just a chicken script (quick exit), which is allowed.
rawr. fear me.
*poke*
Is it December 21, 2012 yet?
NameWithheld
Posts: 2
Joined: 14 Jul 2019, 17:25

Re: Path of Exile: Chicken Script (Any Resolution) Don't Die

30 Jul 2019, 17:48

Good to know, thanks. Can you recommend a chicken script that isn't bannable?
marzuk
Posts: 7
Joined: 26 Jun 2019, 09:45

Re: Path of Exile: Chicken Script (Any Resolution) Don't Die

28 Aug 2020, 11:24

NameWithheld wrote:
30 Jul 2019, 17:48
Good to know, thanks. Can you recommend a chicken script that isn't bannable?
No such thing if you are talking about one that detects life etc.

Return to “Gaming Scripts (v1)”

Who is online

Users browsing this forum: No registered users and 113 guests