Jump to content

hello123456

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

1 Neutral

About hello123456

  • Rank
    Noobie
  1. 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 { } }
×
×
  • Create New...