Jump to content
UBot Underground

natural_cg

Members
  • Content Count

    1
  • Joined

  • Last visited

Posts posted by natural_cg

  1. Hello,

     

    I'm having trouble with my script. I'm cycling through a bunch of "ads" and navigating and capturing the "redirect" url. 

     

    However, one site is causing me problems. It's http://www.yac.mx/ssc/yac.php?pt=mat

     

    If you click on the link, you'll see it has some javascript or something blocking my script to capture the $url. Therefore my whole script is "stuck".

     

    Here's the basic code i have: 

     

    allow javascript("No")
                                    navigate(#redirect_url_good"Don\'t Wait")
                                    wait(2)
                                    add item to list(%redirect_url$url, "Don\'t Delete""Global")

     

    As you can see, i have tried disabling javascript but still having the problem.

     

    NOTE: the #redirect_url_good variable would be the ad network url which would redirect to http://www.yac.mx/ssc/yac.php?pt=mat (example www.adserver.com?site=xxx&placement=234r3g etc.)

     

    Does anyone have any ideas?

    Thanks in advance.

     

    Thanks,

    Natural_cg

×
×
  • Create New...