Jump to content
UBot Underground

skipper

Members
  • Content Count

    10
  • Joined

  • Last visited

Community Reputation

0 Neutral

About skipper

  • Rank
    Member

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Thanks that works... I was pulling my hair out trying to figure it out
  2. When I attempt to reset the username on Multi Threading its not working. When I run Multi Threading it repeats the same email for each thread is there away to make it use a unique email for each thread. Here is my code below. ui drop down("Thread Count", "2,3,4,5,6,7,8,9,10", #num threads) ui text box("Number of accounts", #number accounts) set(#num created, 0, "Global") set(#used threads, 0, "Global") loop(#number accounts) { loop while($comparison(#used threads, ">=", #num threads)) { wait(1) } loop process() } define loop process { increment(#used threads)
  3. I am attempting to duplicate email on page and cannot figure out how to do so. The account creation page wants you to confirm the email you typed above. Thanks for the help the page is here ticket master sign up I tried to scrape and paste and it did not work.
  4. I am attempting to scrape the url in email text and navigate to the url, however the text in the email is not showing the url and not clickable. Anyone know how you would scrape and visit the confirmation email from this email provider http://maildrop.cc/inbox/cloisteredvoodo
  5. for an example if you go to http://mailinator.com/inbox.jsp?to=agonizingdinner and you want to scrape the confirmation in the url its not showing in the Advance element editor . I have tried to also find it using the document text option and it also is not in the text. It appears as the confirmation url is hidden with mailinator
  6. I have watched some of the videos however in mailnator the confirmation link is missing when you try to find it with Advance element editor
  7. I am attempting to create a bot using mailinator but I cannot click the confirm email in ubot . Is there away around this and does any have the code for clicking the link. I tried to scrape url and and navigate to but i could not figure out how to code it. thanks for any help
×
×
  • Create New...