thread crash may be caused by super fast loops or infinite loops
if ur program lags and you cant interact with bot instance during execution it likely also means one of these
@niceusername said in Type text is so slow:
@rekaa0251 you can use clipboard and then press control V to paste it.
really smart! thank you!
Brilliant to use set and get clipboard, Issue with using clipboard is that it won't work in multi-thread, things get's mixed up.
Any ideas on what to do in multi-threads?
On set clipboard and get clipboard it says "Clipboard is global to whole system and should be locked in multithreaded mode."
How can it be locked in multithreaded mode?
how do i lock it in multithreaded mode, so it doesn't mixup copied contents with other threads?
@bobbyonforum said in Type text is so slow:
On set clipboard and get clipboard it says "Clipboard is global to whole system and should be locked in multithreaded mode."
How can it be locked in multithreaded mode?
how do i lock it in multithreaded mode, so it doesn't mixup copied contents with other threads?
https://community.bablosoft.com/topic/4672/hello-need-a-little-help/5
@bobbyonforum You can also use different file names like 1.txt 2.txt which contains text and then read file with thread number, example : [[THREAD_INDEX]].txt if this way fits your requirements.