Jump to content
UBot Underground

Run Two Browsers At The Same Time?


Recommended Posts

hello you can open two browsers without waiting hidden one ends the other one to run.

 

example:

in new browser {
    set visibility("Invisible")
    navigate("https://m.facebook.com/", "Wait")
    wait(90)
}
navigate("https://m.facebook.com/", "Wait")
wait(90)

I want Asher is the first browser without having to wait 90 seconds to run.
 
2 that run simultaneously.
any way to do
thanks
 
something like this:
plugin command("Advanced Shell.dll", "shell batch", "doon", "No")

 

Link to post
Share on other sites

thread command

thanks

examples:

thread {
    in shared browser {
        set visibility("Visible")
        navigate("https://m.facebook.com/", "Wait")
        wait(90)
    }
}
navigate("https://m.facebook.com", "Wait")
wait(90)
Edited by vendeta30
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...