Jump to content
UBot Underground

hard2code

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral

About hard2code

  • Rank
    Newbie

System Specs

  • OS
    Windows 7
  • Total Memory
    4Gb
  • Framework
    unsure
  • License
    Professional Edition

Recent Profile Visitors

995 profile views
  1. This was my results with this loop counter set(#row,0,"Global") loop(1000) { plugin command("Advanced Screen and Windows.dll", "capture screen specific area", 1390, 310, 15, 15, "{$special folder("Desktop")}\\test.jpg", "False") increment(#row) save to file("C:\\Users\\E440\\Desktop\\testrow.txt",#row) }
  2. Hi there, I got an issue regarding saving a file at a specific location. It fails after the first loop saying " file is being used by another process". Im taking a shot in the dark but is it possible that the "image 2 base64" conversion is locked in some way preventing me from continuously looping? "loop while($comparison($table total rows(&name),"> Greater than",#row)) { plugin command("WindowsCommands.dll", "type keys", "Bluestacks App Player", "WindowsForms10.Window.20008.app.0.3e799b_r15_ad1", 557, 318, $table cell(&name,#row,0)) wait(3) plugin command("Advanced
  3. Hi Pash My code cant work after the 1st loop, says file is being used by another process "loop while($comparison($table total rows(&name),"> Greater than",#row)) { plugin command("WindowsCommands.dll", "type keys", "Bluestacks App Player", "WindowsForms10.Window.20008.app.0.3e799b_r15_ad1", 557, 318, $table cell(&name,#row,0)) wait(3) plugin command("Advanced Screen and Windows.dll", "capture screen specific area", 1390, 310, 15, 15, "C:\\Users\\E440\\Desktop\\test.jpg", "False") if($comparison($plugin function("File Management.dll", "$image 2 base64", "C:\\Users
  4. Hi Im trying to do mass image authentication using image 2 base64 comparisons. I'm getting errors after ~100 loops. I think the source is the "Save Path" for the screen capture. Any Fix?
×
×
  • Create New...