Jump to content
UBot Underground

Recommended Posts

for clicking on the bottom featured videos (ads)

http://alturl.com/hxxzh

The problem is I can use allow popups, in new window

However it always pops up the same site, and its not directing properly

 

if you view the above link in a normal browser, and click on the videos you will see it opens without any issues to the properly redirected sites.

 

 

THIS IS AN ADULT SITE...  ADULT CONTENT!

Link to post
Share on other sites

I think I got this working. Hopefully they are not your affiliate links lol. :)

 

However, bellow is the code that will click a random banner, and I think it opens them all: http://screencast.com/t/SYBD0rDysB

allow popups("In New Window")
clear list(%URLS)
add list to list(%URLS, $scrape attribute(<href=w"http://widget.plugrush.com/*">, "href"), "Delete", "Global")
click($element offset(<href=$random list item(%URLS)>, 0), "Left Click", "No")
in popup {
    set(#HTML, $scrape attribute(<tagname="html">, "outerhtml"), "Global")
}

I noticed that UBot's Advanced Element Editor has problems finding the elements, since they are actually placed in an iframe.

 

Hope that helps.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...