Jump to content
UBot Underground

Recommended Posts

Pash,

 

On a dual monitor system, when the bot is running on the right monitor, the image will open up on the left monitor instead of opening on the monitor of the bot window.

Yes. Does not support multiple screens

Link to post
Share on other sites
  • Replies 615
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

3.1.2.1 folder browser dialog: add option "Empty On Cancel"

V3.0.7.5 listbox dialog: add margin option to ok & cancel button

Hi. Command is missing. It can not run on other machines except my machine. I try to fix it But if I did I would fix something else instead.

Posted Images

Last Test data tables editor dialog.

 

Are you sure you do not install more. Or delete some things out

It may be the cause of the problem.

 

It's really not working pash.

I even tried it on my other computer and it still the same.

Check this vid https://www.dropbox.com/s/8p0tptypf4koiry/tableEditorBug.mp4?dl=0

Link to post
Share on other sites

It's really not working pash.

I even tried it on my other computer and it still the same.

Check this vid https://www.dropbox.com/s/8p0tptypf4koiry/tableEditorBug.mp4?dl=0

I'm sorry but I do not know how to fix this problem.

Because my machine it works normally.

And previous on your machine. Usually it works.

 

try send you csv file to me.

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

On the checkbox dialog, how can we know if the user clicked OK or Cancel?  a return variable or run different define commands would be nice...

Input and output data are different.

  • Like 1
Link to post
Share on other sites

Hi Pash :)

 

Epic plugin,

but im having issues with the "$captcha dialog"

 

here is the part of my code that contains it :

 

 

    if($exists(<innertext="MY BALANCE:">)) {
        then {
            wait for browser event("Page Loaded""")
        }
        else {
            navigate("https://www.**********.com/login.html""Wait")
            wait for element(<innertext="Log in to your account">"""Appear")
            wait for element(<class="login-process">, 60, "Appear")
            type text(<name="email">$table cell(&login, 0, 0), "Flash Plugin")
            wait(2)
            type text(<password field>$table cell(&login, 0, 1), "Flash Plugin")
            wait(2)
            click(<name="remember">"Left Click""No")
            wait(2)
            click(<class="recaptcha-checkbox-checkmark">"Left Click""No")
            wait(3)
            if($comparison(#alogin"=""true")) {
                then {
                    type text(<id="default-response">$solve captcha(<src=w"https://www.google.com/recaptcha/api2/payload?c=*">), "Flash Plugin")
                    wait(3)
                    click(<image="___IMAGE___77___IMAGE___">"Left Click""No")
                }
                else {
                    set(#solve$scrape attribute(<src=w"https://www.google.com/recaptcha/api2/payload?c=*">"src"), "Global")
                    set(#captype$plugin function("Advanced Dialog.dll""$captcha dialog""Captcha"#solve, 420, 280, "False""FFF3F3F3""FFBEEAC4,000000""FFF3C1C1,000000""Center App"), "Global")
                    type text(<id="default-response">#captype"Standard")
                }
            }
            wait(2)
            click(<login button>"Left Click""No")
        }
    }

 

 

I have tried it within a "Load HTML" like in the sample provided

In fact ive tried it every way i can conceive to think,

but no matter what i do  im getting "The method or operation is not implemented."

 

I even loaded your sample and i get exactly the same :(

 

Ive tried with various versions of Ubot from 4.2.20 to the latest but still the same,

 

Its also probably worth noting that it works, and the captcha is successfully written where it is supposed to not matter which way i have tried it,

but i just can not stop "The method or operation is not implemented." popping up immediately afterwards.

 

Im all outa ideas, ..

 

can you shed a little light on this for me please

 

 

Many Thanks in advance

 

CJ

Link to post
Share on other sites

Hi Pash :)

 

Epic plugin,

but im having issues with the "$captcha dialog"

 

here is the part of my code that contains it :

 

 

 

I have tried it within a "Load HTML" like in the sample provided

In fact ive tried it every way i can conceive to think,

but no matter what i do  im getting "The method or operation is not implemented."

 

I even loaded your sample and i get exactly the same :(

 

Ive tried with various versions of Ubot from 4.2.20 to the latest but still the same,

 

Its also probably worth noting that it works, and the captcha is successfully written where it is supposed to not matter which way i have tried it,

but i just can not stop "The method or operation is not implemented." popping up immediately afterwards.

 

Im all outa ideas, ..

 

can you shed a little light on this for me please

 

 

Many Thanks in advance

 

CJ

Require an image file on your machine only.

1. Capture Captcha

2. Save to your machine

3. The file is used as such. "D:\image.jpg"

Link to post
Share on other sites

Hi pash, just bougth (yesterday) this amazing plugin, once again this is a really good job ;)

 

But... Because I love your plugins, i have bougth 3 of them : Avdanced 1, Avdanced 2 and this one in this thread.

 

Because of that I have some parameters in double like this :

http://i.imgur.com/b1VRs1L.png

 

Is it possible to just have this advanced plugin without the doublons ?

Link to post
Share on other sites

Hi pash, just bougth (yesterday) this amazing plugin, once again this is a really good job ;)

 

But... Because I love your plugins, i have bougth 3 of them : Avdanced 1, Avdanced 2 and this one in this thread.

 

Because of that I have some parameters in double like this :

http://i.imgur.com/b1VRs1L.png

 

Is it possible to just have this advanced plugin without the doublons ?

Commands may be named the same as other plugins (among others).

Try checking the name of the plugin

Link to post
Share on other sites

Commands may be named the same as other plugins (among others).

Try checking the name of the plugin

Thanks ;)

 

Another thing, I use "checkbox dialog", I cannot check mutliples box by clicking Shift+click mouse ... Is there a way to do that ? Is it possible for you to implement this easily ?

 

Thank you pash ;)

Link to post
Share on other sites

V2.1.6.3

Add Option (Hide)

checkbox dialog : drag mouse multi check/uncheck box

Woouahhh, you rock !

 

Just a little problem, the first box selected is not checked, if you wanna watch this video http://screencast-o-matic.com/watch/coe1lHeJDm ;)

 

Thank you dude, really cool to see people like you !

Link to post
Share on other sites

Woouahhh, you rock !

 

Just a little problem, the first box selected is not checked, if you wanna watch this video http://screencast-o-matic.com/watch/coe1lHeJDm ;)

 

Thank you dude, really cool to see people like you !

Try

https://www.youtube.com/watch?v=vfhGqq-HKVg

Link to post
Share on other sites

Alert
I upload a new file For notification of updates
Improved licensing system
The file "Plugin Name Config.txt" for on / off. Update notification
You can download the links old.

For beta plugin Will be notified of updates via forums only.
For tracking notified of updates forums.
Can follow the attached file.

post-5560-0-93827300-1425692192_thumb.png

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

Hi, is there a way to show a scraped picture on the "checkbox dialog" ?

 

I scrape the url of a pic, I put it like this on my table : <img src="{#UrlOfThePic}">

 

But this is showing me the code, not the image...

 

Please let me know if someone know how to do it ;)

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

×
×
  • Create New...