Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 12/27/22 in all areas

  1. @myubo You could move your code into a loop, then make the loop value to zero. Good luck! loop(0) { wait(5) navigate("https://google.com","Wait") wait(5) }
    1 point
  2. It's wildly impractical and even just nightmarish to attempt to use the "comment" command to temporarily block out a section of code. This is especially true if one is working directly in "Code View" and are reluctant to copy-paste the code you want to avoid running into a comment command from within "Node View" where any/all quotation mark escaping will happen automatically. While neither perfect nor optimal, here's another option that you can deploy directly from within "Code View": define skipcode { navigate("http://content.ubotstudio.com/resources/","Wait") click($element offs
    1 point
×
×
  • Create New...