Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 12/24/14 in all areas

  1. http://i.imgur.com/gdb2wGV.png I made this script for a client and I decided to share with UBot members. This script requires two plugins: This first plugin is the Http Post Plugin which is a paid plugin and can be found here. The second plugin is the Threads Counter plugin which is a free plugin and can be found here. We are not allowed to list EXE's so if you want the compiled bot PM me. Small Demo Video: http://www.screencast.com/t/hpY5fHeKI On the Proxy Scraper the bot will hang at the very end. This is due to a small bug in the Threads Counter plugin. So just make sure to a
    1 point
  2. hi all I'm creating a bot for account creation everything is working fine but I stacked at submitting same email address in two form.for first one I'm using $next list item which pull email address from a texT file but I can not figure out how to submit the same email address in next one which is confirm email from
    1 point
  3. I am going to be replying to PM's and emails today - I got sent a lot on the 22nd - sorry for not replying to everyone straight away but I wanted to finish sorting out the next update; it is nearly done now. The next update is mostly focused on reducing the memory usage which in several 1 hour tests I did between the old version and this new one the memory usage has been reduced 20-30% after an hour (in shorter tests it is not as noticeable so hopefully in longer tests it will save more; this might make sense because many of the lists have been replaced by a plugin which handles them better)
    1 point
  4. Here is the fix, add list to list must be out side of the loop add list to list(%emaill, $list from file("D:\\email.txt"), "Delete", "Global") Loop(100) { set(#username, $account data("Username"), "Global") type text($element offset(<username field>, 1), #username, "Standard") change dropdown(<birth month dropdown>, "Random - Skip First Choice") change dropdown(<birth day dropdown>, "Random - Skip First Choice") change dropdown(<birth year dropdown>, "Random - Skip First Choice") type text($element offset(<password field>, 1), "
    1 point
  5. 1 point
  6. Store "$next list item" into a variable first (set command), then fill the fields with that variable...
    1 point
×
×
  • Create New...