Jump to content
UBot Underground

ZackP

Moderators
  • Content Count

    4
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ZackP

  1. Hey Learjet, This link is a bit old, but it may help with your customization needs. http://network.ubotstudio.com/forum/index.php/topic/5568-customising-bots-with-your-own-icon/
  2. Hi jipeanu, I went to make a Gmail account to test if this code may work. loop(100) { wait(1) run javascript("window.scrollBy(0,50); // horizontal and vertical scroll increments scrolldelay = setTimeout(\'pageScroll()\',100); // scrolls every 100 milliseconds") wait(1) } Found here - http://network.ubotstudio.com/forum/index.php/topic/10245-scroll-to-bottom/ However, I was unable to get Google to give me a Terms and Conditions popup when attempting to create an account.
  3. Hey CJ, It looks like those pages are back up and running, in tip-top shape! Sorry for any inconvenience this may have caused.
  4. Hi spa3212, In this position, use the "If" flow command after every action that may cause the element to appear. if($exists(<innertext="Video Training in Ten Minutes or Less!">)) { then { click(<innertext=" Video Training in Ten Minutes or Less! ">, "Left Click", "No") } } In the above example, taken off of the Wiki - http://wiki.ubotstudio.com/wiki/If, if the element in line one (<innertext="Video Training in Ten Minutes or Less!">) exists, then the actions outlined below are completed. Here it is in node view. For now, you can likely ignore the "
×
×
  • Create New...