Skip to content

Commit

Permalink
change delay time
Browse files Browse the repository at this point in the history
  • Loading branch information
ufo22940268 committed Feb 14, 2017
1 parent 5ef43de commit 394ad40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
heropicker.exe
heropicker.exe
heropicker.ahk.bak
2 changes: 1 addition & 1 deletion heropicker.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Loop
{
MouseClick, left, x, y
MouseClick, left, 980, 1000
Sleep, 500
Sleep, 200
}
else if Compare(ToRGB(colorSelected), ToRGB(0xffffff))
{
Expand Down

0 comments on commit 394ad40

Please sign in to comment.