Jump to content
UBot Underground

cybernoob

Members
  • Content Count

    26
  • Joined

  • Last visited

Community Reputation

1 Neutral

About cybernoob

  • Rank
    Member

System Specs

  • OS
    Windows Vista
  • Total Memory
    8Gb
  • Framework
    v3.5 & v4.0
  • License
    Professional Edition

Recent Profile Visitors

1494 profile views
  1. i'm trying to make a soundcloud play increaser and I've configured correct but browser never loads in time and if I multithread, it never ever loads no matter how good the proxy or whether i've got invisible or browser images disabled, tried multiple user agents no luck. It sucks ?
  2. I can't find the element href for facebook like? like you did for twitter but all it comes up with is <a class="single_like_button" onclick="openFbLWin_461704();">Like</a> which isn't a url target so how do I find the target url so I can scrape and navigate to it?
  3. So with youlikehits or addmefast in this instance how do I scrape the target url and open in new window. Can't figure out how.
  4. Because popups don't work scrape then navigate url is the option This is what I used but this didn't work. How do I scrape target url then navigate, no threads tell me. navigate("http://addmefast.com/free_points/facebook_likes.html", "Wait") set(#Scrapelike, $scrape attribute(<class="single_like_button">, "href"), "Global") navigate(#Scrapelike, "Wait") Also how do I keep facebook logged in in all windows? I need step by step with code and node view Popup always blank...
×
×
  • Create New...