Jump to content
UBot Underground

Xcemp

Fellow UBotter
  • Content Count

    5
  • Joined

  • Last visited

Posts posted by Xcemp

  1. So I am scraping the inner text of an email, but need to scrape a confirmation code.

     

    The confirmation code has its only line in this format

    password: (password deleted)
    
    confirmation code: TK28467851
    (please note: this is not your password)
    

    How do I isolate the confirmation code in this case TK28467851

     

    from the rest of the innertext? As the confirmation code changes on each email.

    Thanks
     

  2. Hi

     

    So I have put together a bot that creates account at a gaming forum that I found.

     

    So far I have got it:

    - Create table from csv file

    - Generate random username and save to file

    - Display random question (so user can enter)

    - Login to the hotmail account it was created with an confirm the account (made with unverified hotmails so there is extra steps to it)

     

    Problem I am having is that after the first email is scraped from the csv file it won't load the next. I have set a variable of #row and assigned email and email pass to those fields with columns 0 and 1 and with the starting row as 0, after every loop row is increased, but it wont load the next.

     

    I have attached the bot and if someone could help me out I would appreciate it.

     

    Thanks

×
×
  • Create New...