Jump to content
UBot Underground

How to make Maximum Browser?


Recommended Posts

Hi,

 

how to make maximum browser?

 

 

 

ui save file("Save to File", #save)
define a {
    thread {
		    in new browser {
				    navigate("google.com", "Wait")
				    wait(5)
				    save to file("{#save}.txt", $url)
				    wait(5)
				    close page
		    }
    }
}
define b {
    thread {
		    in new browser {
				    navigate("yandex.com", "Wait")
				    wait(5)
				    save to file("{#save}.txt", $url)
				    wait(5)
				    close page
		    }
    }
}
define d {
    thread {
		    in new browser {
				    navigate("bing.com", "Wait")
				    wait(5)
				    save to file("{#save}.txt", $url)
				    wait(5)
				    close page
		    }
    }
}
a()
b()
d()

Link to post
Share on other sites

can you explain maximum browser?

 

seems from the code your wanting to save a screenshot of the browser..

 

my english very bad, ım sory, add to pic.

 

http://s12.postimage.org/u5aabrjkd/Ads_z.png

Link to post
Share on other sites

So what is it not doing?

 

as i see it, its saving the url to file.

 

but each opened browser is over writing the same file.

So it might be better if you add item to list

adding $url to that list from each browser

 

 

then save the %list to the #save file

Link to post
Share on other sites

No save, problem maximum browser.

 

ı have 20 different sites account creator. (wordpress, tumblr, my opera).

Run bot - open 20 browser, and bot is stoping.

 

my problem maximum browser.

Link to post
Share on other sites

Open less threads/browsers...

 

20 seems too much, given the fact that each one of them opens a new Browser.exe process...

Soon, you will deplete your computer's resources.

 

Also, IF you plan to make such a bot and sell it, keep in mind that most regular users may have an even less powerful machine than your own, so in light of the two arguments above, try to keep the parallel threads to a minimum...

 

I know, I know, we ALL would like to have UBot run 100s of parallel threads with no flaw, but it simply doesn't happen... so keep it real here, people!

  • Like 1
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...