Jump to content
UBot Underground

Recommended Posts

try.

1. set clipboard.

2. click element.

3. use command send key.

 

I tried it pash. It didnt work.

Here's the sample code.

 

navigate("https://www.google.com","Wait")

wait(1)

click(<name="q">,"Left Click","Yes")

wait(1)

plugin command("Advanced Screen and Windows.dll""send keys focus active window""this is a text""Mode 1", 1000, 100)

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

I tried it pash. It didnt work.

Here's the sample code.

 

navigate("https://www.google.com","Wait")

wait(1)

click(<name="q">,"Left Click","Yes")

wait(1)

plugin command("Advanced Screen and Windows.dll""send keys focus active window""this is a text""Mode 1", 1000, 100)

It will not work on mounted outside webbrowser.

navigate("https://www.google.com","Wait")
wait(1)
plugin command("Advanced Screen and Windows.dll", "mouse action", "Mouse Left Click", "Untitled Bot* - UBotStudio Developer Edition", "HwndWrapper[UBot Studio.exe;;3647adb7-b1ed-4b82-b495-53e53c8dc6a7]", 945, 331, "True", 100)
click(<name="q">,"Left Click","Yes")
wait(1)
plugin command("Advanced Screen and Windows.dll", "send keys focus active window", "this is a text", "Mode 2", 1000, 100)

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

Hey Pash,

 

I was talking to TJ and he mentioned that you have a plugin that will make it so the browser window will not be clickable by the user but ubot can still run on it if visiable. Is this the plugin?

 

Frank

Link to post
Share on other sites

V2.1.0.0 (Beta)
send keys wait exist window: add option "Search Pattern" search for alternative forms
check window exist: add option "Search Pattern" search for alternative forms
wait exist window: add option "Search Pattern" search for alternative forms

Link to post
Share on other sites

Hey Pash,

 

I was talking to TJ and he mentioned that you have a plugin that will make it so the browser window will not be clickable by the user but ubot can still run on it if visiable. Is this the plugin?

 

Frank

I regret the slow response. After the closure of Ubot Board does not send e-mail alerts.

 

There are two plug-ins for your question.

1. http://network.ubotstudio.com/forum/index.php?/topic/17500-sell-plugin-advanced-ubot-2/

Suitable for work with particular Ubot.

 

2. http://network.ubotstudio.com/forum/index.php?/topic/16388-sell-plugin-advanced-screen-and-windows/

For other control windows application

Link to post
Share on other sites

Pash,

 

I see the command 'browser lock' in the first of the two you mentioned, Question, when I set the lock, can ubot still perform automation? But not the user?

 

Frank

Link to post
Share on other sites

Pash,

 

I see the command 'browser lock' in the first of the two you mentioned, Question, when I set the lock, can ubot still perform automation? But not the user?

 

Frank

You can not click or type text.

but you can do other things like go to the url by the command "navigate".

Link to post
Share on other sites

Pash,

 

Can you shoot a quick video showing when the browser is locked that ubot studio can continue to click things on the page and navigate to new pages?

 

Frank

Link to post
Share on other sites

Pash,

 

Can you shoot a quick video showing when the browser is locked that ubot studio can continue to click things on the page and navigate to new pages?

 

Frank

this video

Link to post
Share on other sites

Hello.
Big time start updating. The purchase and support will be temporarily closed
The operation is about 3-10 days

Best regards,
Apichai P.

Link to post
Share on other sites

Opens Sales and Support
- Improvements to customer accounts.
- Move the host to America
- If the problem with the forums here. You can contact me at. "http://ubotplugin.com."

Notes
- For older clients are not notified. Please contact me
- For compiled bots Not affected by this change.

Warning
- Licence the old system will expire end of this year (30/12/2015).

Link to post
Share on other sites
  • 1 month later...

Hello pash.

When I start programm (pageant.exe) it open only in system tray. How I can move it from system tray to active window?

 

run python("from subprocess import *

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

comment("Not work")
plugin command("WindowsCommands.dll""set active window""Pageant Key List""#32770")

 

 

//Pageant (an SSH authentication agent for PuTTY, PSCP, PSFTP, and Plink)

Link to post
Share on other sites

 

Hello pash.

When I start programm (pageant.exe) it open only in system tray. How I can move it from system tray to active window?

 

run python("from subprocess import *

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

comment("Not work")

plugin command("WindowsCommands.dll""set active window""Pageant Key List""#32770")

 

 

//Pageant (an SSH authentication agent for PuTTY, PSCP, PSFTP, and Plink)

 

I think you're misunderstanding something.

WindowsCommands.dll

Not my plugin.

So I can not answer this question.

Link to post
Share on other sites

Hello pash.

I tried to use your plugin, but to no avail

 

 run python("from subprocess import *
call(\'Start  {$special folder("Application")}\\pageant.exe\', shell=True)")
comment("Not work")
plugin command("Advanced Screen and Windows.dll", "window size/position set", "Pageant Key List", "#32770", 0, 0, 1920, 1030, "Show Window")
plugin command("Advanced Screen and Windows.dll", "windows to top", "Processes Name", "Pageant Key List", "#32770")

 

 

I need move programm (pageant.exe)  from system tray to active window

Is it possible?

Link to post
Share on other sites

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

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

×
×
  • Create New...