Jump to content
UBot Underground

dipswitch

Members
  • Content Count

    15
  • Joined

  • Last visited

Community Reputation

1 Neutral

About dipswitch

  • Rank
    Member

Profile Information

  • Gender
    Male

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    v3.5 & v4.0
  • License
    Professional Edition

Recent Profile Visitors

1791 profile views
  1. Hey everyone, I have a question relating to how Ubot handles clearing cookies and .sol flash cookies. In my bot, I'm using a multi-threaded approach to login to a list of accounts and perform instructions that deal with flash cookies. These accounts use their own proxies as well. My question is, if I tell Ubot to clear cookies and delete .sol cookies (using a script I made) before any account logs in, once accounts start logging in and navigate to pages with flash cookies, will they be effected by on-going .sol cookies being stored onto the computer from other accounts? The process that I'm
  2. Hey guys, I'm looking into building a botting machine that I hope will be able to run 24/7. My bot is set to run in an infinite loop so I want to make sure that there will be no shortcomings that will hinder its process. What do you guys recommend? For memory, I'm thinking at least 12 gigs. I need it to handle around 10-20 threads and a lot of scraping. Thanks for your time.
  3. Thank you so much! It works perfectly. I added a delay before each thread created just to be safe lol
  4. Hey everyone, I'm been trying to create this for the past couple of days and didn't get anywhere. I tried TJ's script but couldn't get it working. I'm trying to create a script that cycles through an accounts file and have them run in separate threads. The problem with my current script is that if I run 2 threads, it checks the first account on those two threads instead of checking two separate account on those 2 threads. Could somebody please help me? Here's my code: ui open file("Accounts", #login) clear table(&login) create table from file(#login, &login) set(#account position, 0
  5. Hello, I would like to know how can I make my script to wait for an element to be clicked and then continue its process? Is there a special function or parameter? Thanks
  6. Solved, my bad. This can be deleted.
  7. Hi, I'm writing a bot that if it reaches a certain url which contains a part of the url which I load in the $contain function, to pause the bot and wait on my input. The problem is that the when the bot reaches this circumstance, it does not pause. Could someone help me out? This is what I have so far: if($contains($url, "https://accounts.google.com/b/0/PlusPageSignUpIdvChallenge")) { then { pause script } else { } }
  8. Hi Kreatus, I was wondering if you are going to add a feature that automatically checks a posted comment and if it's down, repost and re-vote. Also, if the comment is getting downvoted, to automatically add votes to that comment? Thanks
×
×
  • Create New...