Jump to content
UBot Underground

smdietrich

Fellow UBotter
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

About smdietrich

  • Rank
    Newbie

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 7
  • Total Memory
    2Gb
  • Framework
    v4.0
  • License
    Developer Edition

Recent Profile Visitors

1565 profile views
  1. I just upgraded to Ubot 6 and I'm trying to use the new "in external browser" command with Chrome. It looks like when you start Chrome via webdriver that Chrome starts with a fresh profile each time. I'd like to use the existing extensions that I currently have on my regular version of Chrome with Ubot. How do I permanently load an extension into "Test Chrome", or alternatively make the "in external browser" command launch my regular version of Chrome? This was the closest thing I could find similar to my issue, but I'm not sure how to apply it: https://stackoverflow.com/questions/165314
  2. Hi everyone, I just wanted to get some feedback from some experienced Ubotters... What do you think is the best User Agent to use for multi-threading (best meaning fastest and most stable User Agent)? I usually just go with what's displayed at "http://whatsmyuseragent.com/",but I'm wondering if there are better options. Right now I'm running a bot that uses 5 threads within a loop and the loop repeats itself about every 10 seconds. Any thoughts or suggestions?
  3. Thanks so much, guys! Both excellent solutions. pftg4 that was EXACTLY what I needed. Thank you!
  4. Hi, Can anybody tell me the best way to output a random number of Zero's? I need anywhere between 10 to 100 "Zero's" output per text type input, randomized. So something like.... Line 1 output - 000000000000000000000000000000000000 Line 2 output - 0000000000000000000000000 Line 3 output - 00000000000000000000000000000000000000000000000000 and so on... So, every time it's a random number of Zero's that are output from 10 to 100. What's the best (or easiest) way to do this? Any help would be greatly appreciated. Thanks!
×
×
  • Create New...