Jump to content
UBot Underground

Recommended Posts

Hi,

i read in the ubot wiki that the stop script command is generally used for debugging purposes.

What does it mean? Can it come to problems, when i use this command in my compiled bots?

With the stop script and ui button commands i can created an ui element that is similar as a "go to" function. i.e. i click on button bing - browser navigate to bing and stops. i click on google - bot jump back to the begin of the code and navigate to google and stops. Do you think there comes to problems when i run the bot or give it a better solution to build the code for this example.

Thanks


ui button("google") {
navigate("http://www.google.de/","Wait")
stop script
}
ui button("ubot") {
navigate("http://www.ubotstudio.com/resources","Wait")
stop script
}
ui button("bing") {
navigate("http://www.bing.com","Wait")
stop script
}
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...