Jump to content
UBot Underground

adsmith2929

Members
  • Content Count

    5
  • Joined

  • Last visited

Posts posted by adsmith2929

  1. Go like that if you want both the element if(both{existelement1},{existselement2}) 

    If you want one of them if(either{existelement1},{existselement2}) 

     

    What if it is the SAME element?  I want it to find the IMAGE that appears TWICE on the page and to then CLICK the SECOND ONE.

     

    But the image has to be selected with the camera because the elements and code are different for each.

     

    So it is the SAME image, but with different names.

     

    The FIRST image appears in the same spot every time.  The SECOND image appears in a different spot every time.

     

    What would you recommend for that?

     

    Here's what it looks like...

     

    https://pasteboard.co/JvmAxHa.png

     

    The first eight has code that looks like this...

     

    <img src="icon.php?ts=5577&openkey=76767">

     

    The second eight has code that looks like this...

     

    <img onclick="return click(3, 'bffedea5ca512');" src="clickicon.php?iconid=3&ts=5577&openkey=76767">

     

    The next time the location of the second eight will be different.

     

    So my thought was to take a pic of all the images using the camera tool, then have it click the second instance of that image if the second one exists.

     

    But there has to be a way to get the result I am after.

     

    Any other suggestions tinku?

  2. Don't use The camera instead of camera use element selector click on setting icon and then select the attribute.Hope it will help you

    I can't use the element selector on this because it is an image verification. The site uses it to stop people from using bots.

     

    So, it says, "Click the 8" then lists four images.  The element isn't the same and uses PHP.  They are pretty crafty with it.

     

    So the camera was the only way I could find to select the right one.  But it kinda sucks because it wasn't working.  But your other reply on my other post may make this work.  Just trying to figure out where to put what you said.

  3. Why isn't this code working for me?

    click
    ($element offset(<image="___IMAGE___0___IMAGE___">,1),"Left Click","Yes")

     

    I captured an element using the camera selector, then did a click command with an element offset to click on the second instance of the element I selected with the camera.

    But it isn't clicking the second instance.

    Any idea what is wrong with my code?

×
×
  • Create New...