Jump to content
UBot Underground

Search the Community

Showing results for tags 'pause script'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. I don't know why this happen but anytime i fire a alert (notification window) my bot will crash with "not responding" (only compiled bots) anyone knows what to do? A very simple example here: if($contains(#captcha, "Why did this happen?")) { then { alert("solve CAPTCHA!") pause script } } clicking on the window, it won't respond. Thanks in advance!
  2. Someone had posted this code that does great job showing how to incorporate a pause, start, stop, and unpause button in your UI if your using html. I was wondering if someone could show us how to use the same concept if we were using stock UI buttons? I have been beating my head against this and cant get it to work... any help would be arrrrsome!!! heres the code... thanks in advance DD ui html panel("<button onclick=\"ubot.runScript(\'run_bot()\')\">Start</button> <button onclick=\"ubot.runScript(\'stopbot()\')\">Stop</button> <button onclick=\"ubot.runS
×
×
  • Create New...