Jump to content
UBot Underground

flexboj

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral

About flexboj

  • Rank
    Newbie

System Specs

  • OS
    Windows 8
  • Total Memory
    6Gb
  • Framework
    v3.5
  • License
    Professional Edition

Recent Profile Visitors

1839 profile views
  1. flexboj

    If Exists

    sometimes the same image exists in different size but the image url doesn't change. I need the bot to click the image url that exists twice for example: url.com/image/captcha1.png I attached 3 examples of those images http://s27.postimg.org/6nfpp7j7n/Screenshot_2015_01_05_10_34_00.png http://s29.postimg.org/idzy2ttyv/Screenshot_2015_01_05_10_34_50.png http://s2.postimg.org/wynmx7ttl/Screenshot_2015_01_05_10_39_46.png
  2. flexboj

    If Exists

    Hi guys.. how do I set up my bot to click on a specified image that exists twice? It's an captcha image. The site presents 4 images which 2 of them are identical and I have to click one of the identical ones
  3. Thanks man! Got it to work now
  4. I've played with stat monitor before but I don't how to assign a variable to clicks with different offsets and then calculate them here's an example.. loop(30) { click($element offset(<class="btn btn-default btn-xs Post">, 1), "Left Click", "No") wait($rand(20, 30)) click($element offset(<class="btn btn-default btn-xs Post">, 2), "Left Click", "No") wait($rand(20, 30)) click($element offset(<class="btn btn-default btn-xs Post">, 3), "Left Click", "No") wait($rand(20, 30)) click($element offset(<class="btn btn-default btn-
  5. Hi guys, How do I make stat monitor calculate my specific clicks? Like if i make a script that clicks on links with a text "Post" and it would calculate all those clicks. I hope that makes any sense lol
×
×
  • Create New...