hello123456 1 Report post Posted February 16, 2015 (edited) Hello, little script to automatically use vaal haste when you got enough souls, Vaal haste needs to be in first hotkey slot. Values are based on full windowed screen 1366x768 Autohotkey unicode 32. ²:: x:= 1027 ;x coordinate of pixel to check. y:= 743 ;y coordinate of pixel to check. targetcolor:= 0x293ACA ;color to be matched in hexadecimal blue-green-red (BGR) format. Loop { PixelGetColor, currentcolor, x, y if (currentcolor=targetcolor) { Send {a} } else { } } Edited February 16, 2015 by hello123456 1 Quote Share this post Link to post Share on other sites
jeromiz 1 Report post Posted November 22, 2015 where do I paste that and will 800x600 work? Quote Share this post Link to post Share on other sites
Juden 5 Report post Posted June 20, 2016 U can get auto vaal haste in combat section. Put ur main attack on 9 attack max 35 if ranged Walk 5 Put q, w, e or where u have the vaal haste on 8 Attack max 40 Cooldown 6000 or 9720 depending on ur cooldown I have ic+increased duration+vaal haste+vaalhaste in my 4l. This way i got my bot doing vaalhaste constantly. He never cast both at the same time, so there is a few short moments when its not activated Quote Share this post Link to post Share on other sites