-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
hi, I'm playing games on the chromium browser using clickermann. can I run the clickermann script so that it is exclusive to the chromium browser only? i want clickermann to run in the background in the chromium browser while I'm doing my work. here is the script I used
GETSCREEN(510, 576, 1220, 680)
IF($l < $_ms)
IF_PIXEL_IN(510, 576, 530, 680, 16121600) //влево
KEYPRESS(#a)
$l = $_ms + 80
END_IF
END_IF
IF($d < $_ms)
IF_PIXEL_IN(615, 576, 650, 680, 16121600) //вниз
KEYPRESS(#s)
$d = $_ms + 80
END_IF
END_IF
IF($u < $_ms)
IF_PIXEL_IN(715, 576, 750, 680, 16121600) //вверх
KEYPRESS(#w)
$u = $_ms + 80
END_IF
END_IF
IF($k < $_ms)
IF_PIXEL_IN(835, 576, 850, 680, 16121600) //вправо
KEYPRESS(#d)
$k = $_ms + 80
END_IF
END_IF
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels