Skip to content

please help me #1

@huseyin0072

Description

@huseyin0072

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions