S
S
sue1323242021-02-15 15:10:14
Macros
sue132324, 2021-02-15 15:10:14

How does Clicermann work?

I want to write a small code for the Minecraft game, namely working with Clickermann, here's the idea:
GETSCREEN
IF_PIXEL_IN (heart coordinates, heart color) - when the color that I wrote down is in this place, the following command will be executed:
KEYPRESS (# 3)
RLICK()
KEYPRESS(#1)

How can I do this? I write everything correctly, I go into the game I activate the script, nothing works
Here is the script itself (Playing in full screen mode):

GETSCREEN
IF_PIXEL_IN(heart coordinates, heart color)
KEYPRESS(#3)
RCLICK($_xmouse, $_ymouse)
KEYPRESS(#1)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question