Jump to content
UBot Underground

wait for the site to finish loading before the script run?


Recommended Posts

hey guys i tried to make youtube uploader my only problem is how can i make my bot wait until it finished uploading?

 

edit: ok i found a solution..i just need to use the "wait for" command... but have a new question :D can i use a list in script1 to script2 ?

Link to post
Share on other sites

Hey ryan. I do this all the time. Here is the trick. Depending on what exactly you want to do with it, information can be pulled from one script to another.

 

For example, I have a bot that sets all the login credentials in the first script...that's all it does. In the second script it creates accounts on several sites using the information from the first script. The ONLY way this script will work, however, is by running the first script prior to running the second script. So in other words, if I open uBot and load this bot I cannot go to the second script and run it first. If I do there won't be any information to fill the registration forms.

 

BUT, if you are looking to use a file, for example, you can place those nodes related to the file in a sub and run it from anywhere in your bot. That way, anytime you want to use that particular file you just use the "run sub" node (regardless of which script you stored the sub in). I hope that makes sense.

 

John

Link to post
Share on other sites

Hey ryan. I do this all the time. Here is the trick. Depending on what exactly you want to do with it, information can be pulled from one script to another.

 

For example, I have a bot that sets all the login credentials in the first script...that's all it does. In the second script it creates accounts on several sites using the information from the first script. The ONLY way this script will work, however, is by running the first script prior to running the second script. So in other words, if I open uBot and load this bot I cannot go to the second script and run it first. If I do there won't be any information to fill the registration forms.

 

BUT, if you are looking to use a file, for example, you can place those nodes related to the file in a sub and run it from anywhere in your bot. That way, anytime you want to use that particular file you just use the "run sub" node (regardless of which script you stored the sub in). I hope that makes sense.

 

John

 

 

great information thanks you very much

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...