Jump to content
UBot Underground

Search the Community

Showing results for tags 'new browser'.

  • 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 3 results

  1. Hi, Im currently building a large bot and i have reached the stage that i can hardly do anything, what i mean is that the lag has become ridiculous, im waiting around 20-30 seconds before anything visually is happening, an i have i7 32GBRam so this never happens really, anyway, Ive been reading alot about using external scripts to make the main bot lightweight, no problems there, easy enough to implement and indeed the lag has completely gone and a pleasure to work with again, ok, so now ive just discovered that i can not use "in new browser" when using an encrypted external script .
  2. I did a very poor job of asking this before so I wanted to try again. Often I will use code to span a new browser in a new thread. Once this is created, is it possible to later reference this new browser from other code? For example, from my main browser I create 3 new browsers in new threads. Later would it be possible to close one of those browsers from within my code running in the main browser?
  3. Occasionally I use the UI HTML Panel to display important information about that session but I can't seem to get it to work inside a new browser. Is this possible? If not, is there another method to display important info about the session in a new browser? For example: define runmain(#user, #pass) { thread { in new browser { ui html panel("<h2>{#user} - {#pass}</h2>", 150) wait(5) navigate("***site removed***", "Wait") wait for element($element offset(<email field>, 0), "", "Appear") type text($ele
×
×
  • Create New...