Jump to content
UBot Underground

ZafyTv

Members
  • Content Count

    5
  • Joined

  • Last visited

Posts posted by ZafyTv

  1. Don't try on that way try to select element with element selector if browser crashes.Watch the video i have created for you it will help you.

    https://www.screencast.com/users/tinkusingh8t6/folders/Default/media/fae28618-08fd-4713-a97d-ccb9e52d0cca

    I think you misunderstood me. It does work on twitch.tv but not on twitch.tv/login 

     

    Would u mind adding me on skype or discord so we can talk? Skype: thetrollking56

    Discord: Hamburger#8548

     

    Thanks!

  2. So im trying to create a bot but it seems like the bot/browser will freeze on certain sites such as twitch.tv/login when you try to select an element to click etc. Ive concluded that it has nothing to do with memory being used too much. I would appreciate it if someone could help me out with a way to fix this, I just wanna click the button on the page but it will freeze :(. Thanks in advance!

  3. So I wanna goto this page which will help me access my emails all in HTML/XML format. So theres no CSS Design or whatever, its plain text. (so theres like <p = class"whwsujsfg">wedfd</p> and so on)

     

    But what i wanna do is scrape info that will change whenever i visit different emails. 

    The process is: Amazon sends verification code to email

    I open the email link where all the emails are in, in XML format.

    The verification code is in this format:

        <title></title>
      </head>
      <body><img width="1" height="1" src="https://www.amazon.com/gp/r.html?C=PEZFBQGDUNSN&M=urn:rtn:msg:20180419140936a14238344d9f406a988242416d80p0na&R=CZMLD9JUU0YS&T=O&U=https%3A%2F%2Fimages-na.ssl-images-amazon.com%2Fimages%2FG%2F01%2Fnav%2Ftransp.gif&H=4VUNE5KOILSXGDGKGOIMAAPWRHGA&ref_=pe_1568390_127719720_opens" />
      <table align="center" cellspacing="0" id="container" cellpadding="0">
        <tbody>
        <tr>
          <td>
            <table cellspacing="0" id="content" cellpadding="0">
              <tbody>
              <tr>
                <td id="header">
                  <table cellspacing="0" cellpadding="0">
                    <tbody>
                    <tr>
                      <td width="250" id="logo">
    <img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/cs/te/logo._CB152417367_.png" id="amazonLogo"/>                  </td>
                      <td width="250" id="title" valign="top" align="right"><p></p></td>
                    </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
    
              <tr>
                <td id="verificationMsg">
                  <p>Hello,<br/> We noticed that there was an attempt to sign in to your Amazon account. If you were prompted for a verification code, please enter the following to complete your sign-in.</p>
                  <p class="otp">754158</p>
                </td>
              </tr>
    
              <tr>
                <td id="accountSecurity">
                  <p>This code will expire in 10 minutes. 
    <br/><br/>
    If you did not try to sign in to your account, please change your password immediately by visiting your account settings on Amazon. We also recommend changing password on other non-Amazon websites if you use the same password. 
    <br/><br/>
    If you have additional questions about account security, please visit amazon.com/security. 
                  </p>
                </td>
              </tr>
    
              <tr>
                <td id="closing">
                  <p>Thanks for visiting Amazon!
                  </p>
                </td>
              </tr>
              </tbody>
            </table>
          </td>
        </tr>
        </tbody>
      </table>
      <img width="1" height="1" src="https://www.amazon.com/gp/r.html?C=PEZFBQGDUNSN&M=urn:rtn:msg:20180419140936a14238344d9f406a988242416d80p0na&R=CZMLD9JUU0YS&T=E&U=https%3A%2F%2Fimages-na.ssl-images-amazon.com%2Fimages%2FG%2F01%2Fnav%2Ftransp.gif&H=EARQZZC7GYLHQZFGFBWTGUMD3IYA&ref_=pe_1568390_127719720_open" /></body>
      </html>
    

    So the code: <p class="otp">754158</p> is what i wanna sceape however the number 754158 changes with each email, so how can i scrape that value which will change to a variable. Thanks so much in advance, please also give like a full script since im very new to botting.

  4. Hey guys! So im new here and need some help. If you try to log in on twitch, you will need to solve recaptcha before loggin in. Can someone please teach me how to do it. I wanna use it with 2captcha. I tried looking at the API Page but i still dont know how to do it in uBot. I hope somebody could help me out with the code. Thank you so much!

×
×
  • Create New...