Kibor Bot Autoclicker » Kibor - Integrated development environment for bots » About Kibor » Version 3.23 Sendkey's workflow and adding features to the value of the imported cookbook

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

1. Kibor - 24 Июля, 2018 - 03:05:56 - перейти к сообщению
individualcode - returns string in which there is an individual key of the machine on which it is running. The one that can be found in the About window.

Syntax
 Цитата:
individualcode ();


Example
CODE:
messagebox (individualcode ());


An example of how to find out the key when starting a ready exe
CODE:
CREATE_INTERFACE
{
DIALOG "Window name" 237 180
BUTTONSCRIPT "Run" 125 121 100 25
EDIT_0 "" 105 8 120 18
STATIC_0 "code" 10 10 90 18
}

INITDIALOG
{
sendcontrol (EDIT_0, individualcode ());
}


Link for this example
The code block that runs before the graphical shell is created.

-------------------------------------------------- ------------------

Also finalize sendkey based on of this theme.

Powered by ExBB FM 1.0 Final