Jump to content
UBot Underground

Compiled bot - several scripts


Recommended Posts

I have a bot with three scripts (1. go to the site and log in 2. Do the stuff at the site 3. Tidy-up and log out). I compiled the bot and ran it. It looks like only the first script ran. Is this the case? i.e. that only the first script in a compiled bot runs? Or have I got that wrong?

 

It's fine if it is the case - I'll call the other scripts from the first script.

Link to post
Share on other sites

What I do to handle this is:

 

1) I do a "wait finish" at the end of script 1 to make certain script one has completed

2) Immediately below that, also on script 1, I add a "run script" and call on script 2

 

post-439-12739376605844_thumb.gif

Link to post
Share on other sites

I created a template which loops through a list of username/passwords in a text file, logs into a site, does the stuff and then logs out. Most of these functions are very similar so they fit a template. It looks like this:

post-183-12739616918783_thumb.jpg

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...