Search the Community
Showing results for tags 'Command'.
-
Hello to all I am getting a little frustrated, and wondered if someone can confirm is working or not?! Ubot 4 and normal multithread is fine and working for me. Ubot 4 and Smart Threading is also working fine. Now I want to move to Ubot 5, mainly due to the fact it is faster to work with.... Up until now I have been writing bots in Ubot 5, and moving code to ubot 4 after written most code... So with the new Spawn Thread thought would do some testing... And testing not too good There is no designated thread ID, meaning can not control the threads properly Setting thread ID within t
-
Hey all, Just a quick tip or tutorial,I guess this has been covered somewhere,and probably in more detail,if it has please leave a comment showing where,and I will close this thread,just done a quick search for callback function on ixquick,no results Wrong Way and the Right Way of creating Callback functions ie piloting your code from top to bottom or bottom to the top To save extra loops,and as a new user you have probably come across the following dilemma, Problem your script is near the end and if something you require happens you want the script to go back to the beginning,or most im
-
in version 5.0, list commands changed syntax/semantics?
tee3141 posted a topic in General Discussion
I have a following code that were working when on 4.2.16, but once upgrade to 5.0, not work anymore. add list to list(%lines, $list from file(#pidsFile), "Delete", "Local") set(#line, $list item(%lines, 0), "Local") I changed to do the following instead and it works set(#line, $read file(#pidsFile), "Global") I was not able to find any documentation about the change, anyone can help here? Also, for the following code, what shall I do to make it work? clear list(%pids) add list to list(%pids, $find regular expression(#line, "[0-9]+"), "Delete", "Local") set(#pi -
Hello again, I have a problem I have a bot that is fairly large, with about 5 tabs each tab has it's own action like searching and following, and a different tab would be Searching and liking, I have taken the code in each tab and put it into define commands and then run a single UI from one tab hiding the rest of them, each tab also has error handling through out the code, and I have placed all the error handling in it's own tab and in define commands also to not clutter up the main code. So I end up running Define From Define From Define and now the bot just stops working after a while for n
-
The command will create a small thumbnail browser window along side the main browser window, the thumbnail window is so small such that the content within the window is hardly to be seen. Is there a way to make it bigger?