Kibor Bot Autoclicker » Kibor - Integrated development environment for bots » About Kibor » Version 3.01 Modification of the format. Search for pixels of a specific color. Modify the pop-up menu.

Страниц (1): [1]
 

1. Kibor - 24 Июля, 2018 - 02:52:08 - перейти к сообщению
The function of finding the coordinates of pixels of a certain color is added: findcolor . Description findcolor .

//////////////////////////////////////////////////////////////////////////////////////////

The format function is improved.
Since in Kibor you can not directly equate char to int and int to char formatting functions have been introduced.

formatic - returns the char of the chisel value in the parameter:

char a = formatic (78);

formatci - returns int char 'and the values ??in the parameter:

int a = formatci ('b');

/////////////////////////////////////////////

Modification of the menu on the right button:
In the Variables menu, the structure of the win pointer is added

/////////////////////////////////////////////

Adding the function key, keydown and keyup the option of specifying not only char and string, but also the key code in int:

key (65) is similar to key ('A');

////////////////////////////////////////////////////////////////////////////////////////////// //

Internal refinement of some functions ...

Powered by ExBB FM 1.0 Final