Jump to content
UBot Underground

Recommended Posts

Hello pash

Thank you for update

But it's the problem with pageant

 

 run python("from subprocess import *

call(\'Start  {$special folder("Application")}\\pageant.exe\', shell=True)")
plugin command("Advanced Screen and Windows.dll", "window restore from system tray", "Pageant (PuTTY authentication agent)")

 

http://s18.postimg.org/9h6xkm5ax/image.png

Edited by v_ladimir
Link to post
Share on other sites
  • Replies 248
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Ubotplugin.com End of Business Good day Ubot community. Over the last 9 years I invested a lot of time in developing the plugins. I hope that it was of good use for all of you. Only in the last

V2.0.3.0 Add C/F: get color code mouse jiggle mouse move mouse scroll mouse action mouse drag and drop append text to notepad Add Sample File Mouse Control get color code append text to note

V3.0.1.0 Add new command window restore from system tray: by name   Add new sample file Sample/window restore from system tray/window restore from system tray.ubot

Posted Images

Hello pash

Thank you for update

But it's the problem with pageant

 

 run python("from subprocess import *

 

call(\'Start  {$special folder("Application")}\\pageant.exe\', shell=True)")

plugin command("Advanced Screen and Windows.dll", "window restore from system tray", "Pageant (PuTTY authentication agent)")

 

http://s18.postimg.org/9h6xkm5ax/image.png

 

try.

set wait time before call this command

 

caution

This would only work on an English language

set your computer to english language.

Link to post
Share on other sites
Hello.
Every program in tray has english name.
For example:

Skype (В сети)

Skype (some german)

Skype (some chinese)

 

Can plagin use regex for this?

.*variable Program name.*

Edited by v_ladimir
Link to post
Share on other sites

Hey pash, sorry for this weird question but can we somehow send keys to a inactive window/program? If yes, can u please add it as a new feature? Thanks :D

Link to post
Share on other sites

Hey pash, sorry for this weird question but can we somehow send keys to a inactive window/program? If yes, can u please add it as a new feature? Thanks :D

The command has already

 

  • send keys focus active window
  • send keys wait exist window
Link to post
Share on other sites

 

The command has already

 

  • send keys focus active window
  • send keys wait exist window

 

well yeah but its still have to active the window and it make hard to do anything during that time. I have a script that uses those commands for long time and repeat so i'd like to send keys to an inactive window while the command itself doesn't make the window active so i can focus or run another process with ease.

Link to post
Share on other sites
  • 4 weeks later...

(Warning: The update makes the plugin version previous malfunction. You have to go back and correct it.)

V3.1.0.0

Rename Command/Function
screen capture (this app) >> capture this app
screen capture no active >> capture app no active
screen capture specific area >>  capture app specific area
screen capture >> capture app

Add new command
capture screen
capture screen specific area

Link to post
Share on other sites
  • 4 weeks later...
  • 4 weeks later...

V3.1.1.0
mouse move to image: update library and fast process
mouse move to image: added the ability to use multiple screens. (But does not support switching sequence).

remove old and slow command
- mouse move to image 2 (use mouse move to image instead)

screen capture normal: add option "Show Save Message"
screen capture normal: Improve and increase the sharpness of the picture is 100%.

Link to post
Share on other sites
  • 2 months later...

V3.1.2.0
add new command
$is full screen: detect if another application is running full screen mode

Link to post
Share on other sites
  • 2 weeks later...

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?

post-28604-0-71639800-1461726960_thumb.jpg

Link to post
Share on other sites

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?

 Thank you for reporting problems.

V3.1.2.6

capture app: fix error a generic error occurred in gdi+

capture app no active: fix error a generic error occurred in gdi+

capture app specific area: fix error a generic error occurred in gdi+

capture screen: fix error a generic error occurred in gdi+

capture screen specific area: fix error a generic error occurred in gdi+

capture this app: fix error a generic error occurred in gdi+

Link to post
Share on other sites

where do i download the updated plugin? sorry for trouble

1. Sign up for File plug-in and license. "http://ubotplugin.com/my-account/"

2. Unable to log in, click on "Lost your password?".

3. Go to "http://ubotplugin.com/my-account/"

4. Find "Recent Orders" title header

5. Click "View" button

6. See "Order Details"  title header

7. See "Download"

8. Click for download plugin URL file

Link to post
Share on other sites

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\\E440\\Desktop\\test.jpg"),"= Equals",$plugin function("File Management.dll", "$image 2 base64", "C:\\Users\\E440\\Desktop\\fail.jpg"))) {
        then {
            add item to list(%passed,$table cell(&name,#row,0),"Don\'t Delete","Global")
        }
    } 
    increment(#row)

}

"

post-28604-0-29922600-1461734367_thumb.jpg

Link to post
Share on other sites

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\\E440\\Desktop\\test.jpg"),"= Equals",$plugin function("File Management.dll", "$image 2 base64", "C:\\Users\\E440\\Desktop\\fail.jpg"))) {

        then {

            add item to list(%passed,$table cell(&name,#row,0),"Don\'t Delete","Global")

        }

    } 

    increment(#row)

}

"

restart ubot

if not work other plugin lock this file.

 

this test only my plugin

loop(1000) {
    plugin command("Advanced Screen and Windows.dll", "capture screen specific area", 1390, 310, 15, 15, "{$special folder("Desktop")}\\test.jpg", "False")
}
Link to post
Share on other sites

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)
}

post-28604-0-77877200-1461748049_thumb.jpg

Link to post
Share on other sites

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)

}

Working.

If you want to help others.

Please use TeamViewer

post-5560-0-40123200-1461748313_thumb.jpg

Link to post
Share on other sites
  • 1 month later...
  • PRO locked this topic
Guest
This topic is now closed to further replies.

×
×
  • Create New...