Q: If i need something like clickbot python.
And run the bot on multiple machines I need several codes right? Or do i can use 1 bot on 10 machines?

RTILA
May 15, 2024A: If i need something like clickbot python. And run the bot on multiple machines I need several codes right? Or do i can use 1 bot on 10 machines?
>>>
If you compile your Standalone Executables (bots) using a License that does not have Reseller Rights (6 codes plan) then you can many of them at the same time but they can only run on the computer where they were compiled.
If you have a Reseller Rights license then the compiled bots will be "unlocked" so they can run on any other desktop. And here you can run multiple "unlocked" bots on a given computer, depending on the RAM/CPU and Internet speed of that computer, usually preferable to run less than 10 bots at the same time.
You can also launch and pass variables to your Standalone Bots using command lines, see here: https://rtila.com/docs/standalone-executable-bots/#command-lines-for-standalone-bots
And also may be of interest to you, you can also add a License Verification conditional logic into your bots, see a simple example/documentation here: https://rtila.com/docs/license-check-for-standalone-executables/