Jump to content
UBot Underground

Recommended Posts

  • 2 weeks later...

I had this issue a while back and LazyBotter helped me with this code:

download file("http://techpatterns.com/downloads/firefox/useragentswitcher.xml", "{$special folder("Desktop")}\\useragentswitcher.xml")
wait(1)
clear list(%Useragents)
add list to list(%Useragents, $list from text($find regular expression($read file("{$special folder("Desktop")}\\useragentswitcher.xml"), "(?<=useragent=\").*?(?=\")"), "
"), "Delete", "Global")
save to file("{$special folder("Desktop")}\\Useragents.txt", %Useragents)
  • Like 2
Link to post
Share on other sites

I used this before Kev123's Large Data plugin

 

set(#uesr_agent$random list item($list from file("{$special folder("Desktop")}\\User-Agents.txt")), "Global")

 

that way you take up less memory in Ubot by not adding to a list.

 

the reason I am using large data now and to avoid threading conflicts when accessing file

 

used with proxies too

thanks cmmorris1

HTHelps,

TC

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