Jump to content
UBot Underground

tahoecale

Fellow UBotter
  • Content Count

    47
  • Joined

  • Last visited

Posts posted by tahoecale

  1. <span class="MuiButton-label">Follow</span>
    <span class="MuiButton-label">Following</span>

    thats the button i want to click but this 

    x://span[contains(text(),"Follow")]

    doesnt work because it clicks following also i only want it to click follow not following

  2. 14 minutes ago, pacbotter said:

    Sorry to bump, but It's happening again... anyone else getting this?

     

    Unable to connect to license server.  

    The remote server returned an error (502) Bad Gateway

    Yep been down all day it’s super annoying we pay so much for this program and they can’t even have a working phone number or live chat they probably won’t fix anything for a day or so 

  3. <div class="card-header d-flex flex-row"><ch-profile-avatar type="medium" _nghost-cwh-c99=""><div _ngcontent-cwh-c99="" class="avatar medium ng-star-inserted"><img _ngcontent-cwh-c99="" alt="Avatar" class="rounded-circle mx-auto" src="../assets/default-avatar.jpeg"><!----><!----></div><!----></ch-profile-avatar><div class="user ng-star-inserted"><h5>Bee17</h5><p>@Bee17</p></div><!----><div class="ml-auto"><div class="d-flex flex-row justify-content-end"><p class="time">21m ago</p><i class="fas options fa-ellipsis-h ng-star-inserted"></i><!----></div><!----></div><!----></div>

     

    Thats the div i need scraped as you can see it says @bee17 thats what I want to scrape but everything i do gives a error (Object reference not set to an instance on an object)  im using Exbrowser btw 

    add item to list(%gdfdgf,$plugin function("ExBrowser.dll", "$ExBrowser Scrape Element Attribute", "x://div[@class=\"user ng-star-inserted\"]", "innertext"),"Don\'t Delete","Global")

     

  4. http://i.imgur.com/kbYgu1a.jpeg

     

    Hey everyone i just made this Instagram bot its really simple all it does is follows people using a list of keywords. 

     

    I ran it over night and followed about 1000 people and got 200 followers in return. Not bad for being on full auto. 

     

    If you would like to try it out i posted a download link on my blog.

     

    http://sourceplanet.net/tech/free-auto-instagram-follow-bot-get-followers/

    • Like 2
  5. Problem signature:

      Problem Event Name: APPCRASH

      Application Name: Browser.exe

      Application Version: 0.0.0.0

      Application Timestamp: 514ce6db

      Fault Module Name: awesomium.dll

      Fault Module Version: 1.7.0.5

      Fault Module Timestamp: 512d17d3

      Exception Code: c0000005

      Exception Offset: 004106e0

      OS Version: 6.1.7601.2.1.0.256.48

      Locale ID: 1033

      Additional Information 1: 0a9e

      Additional Information 2: 0a9e372d3b4ad19135b953a78882e789

      Additional Information 3: 0a9e

      Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

     

    Read our privacy statement online:


     

    If the online privacy statement is not available, please read our privacy statement offline:

      C:\Windows\system32\en-US\erofflps.txt

     

     

    I keep getting this everytime i go to tumblr

     

    Anyone know what the issue is? 

  6.  

     

                add list to list(%info, $list from file("{$special folder("Application")}\\yourfilehere.txt"), "Delete", "Global")
                set(#randomlist, $random list item(%info), "Global")
                set(#temp, $replace regular expression(#randomlist, ";.*", $nothing), "Global")
                set(#firstpart, $replace regular expression(#temp, ":.*", $nothing), "Global")
                set(#secondpart, $replace regular expression(#temp, ".*:", $nothing), "Global")

    Lets say yourfilehere.txt has the following:

    firstemail@yahoo.com:pass1
    secondemail@yahoo.com:pass2
    thirdemail@yahoo.com:pass3

    The top code will read the file, create a list using the yourfilehere.txt.

    Then pick a random LIST line..

     

    Then turn "firstemail@yahoo.com" into #firstpart

    and pass1 to #secondpart

     

    I know this is an old thread, but seeing how it got bumped, figured id show an easy example.

     

     

    Could anyone show me this but with photos? as i can not view the code view. 

×
×
  • Create New...