Jump to content
UBot Underground

Recommended Posts

Go to the previous email and click the dropbox link. THe update is there.

Thanks but I never received an email from him at all.

only one i got was from PP.

 

I did however click the "return to" link after I payed for it, and got the DropBox link with the downloads.

So all i need to do is redownload?

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

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

V2.3.1.0 Version of the test (I tested only preliminary. For people who want to try it). Add C/F: hide border style (this app): by name [http://www.youtube.com/watch?v=Cd88e9hW7r4] hide from taskbar

V2.3.0.0   Chang Name: fixed window size ==> fixed window size this app (Api new solution to "TeamViewer") fixed window size min/max ==> set window size min/max this app (Api new solution to "Te

You can download all versions of the URL that was sent to you via email. (beta version) is ideal for people who like to test the new command.

Posted Images

Thanks but I never received an email from him at all.

only one i got was from PP.

 

I did however click the "return to" link after I payed for it, and got the DropBox link with the downloads.

So all i need to do is redownload?

 

Yes. Check the latest date uploaded.

  • Like 1
Link to post
Share on other sites

@Pash i was playing a little bit with the Splash Screen feature and was wondering if you can add "full screen" to cover everything until the software loads, and also if would be great to have the splash screen image loaded until a condition is met, like i.e until the onload node is completely loaded or a certain variable is $true.

 

Thanks :)

For the next update

Link to post
Share on other sites

V2.2.6.2
Add Option:
splash screen: add "Enable Full Screen" (Warning: The update makes the plugin version previous malfunction. You have to go back and correct it.)

Link to post
Share on other sites

@Pash i was playing a little bit with the Splash Screen feature and was wondering if you can add "full screen" to cover everything until the software loads, and also if would be great to have the splash screen image loaded until a condition is met, like i.e until the onload node is completely loaded or a certain variable is $true.

 

Thanks :)

 

Yes. A close splash screen command like the close advertise dialog would be a great addition.

Link to post
Share on other sites

Hi Pash, great updates as usual. I was wondering if these are possible, would be great additions:

 

1. A command (maybe in onload) that makes the minimize button send the bot to the tray (instead of simple minimize)

2. Completely disable all sounds coming from bot (example: from audio and video files) without disabling flash or anything else

 

All the best,

Marton

Link to post
Share on other sites

Hi Pash, great updates as usual. I was wondering if these are possible, would be great additions:

 

1. A command (maybe in onload) that makes the minimize button send the bot to the tray (instead of simple minimize)

2. Completely disable all sounds coming from bot (example: from audio and video files) without disabling flash or anything else

 

All the best,

Marton

 

1. I do not understand (I'm sorry for my english).

**** Not sure I understand correctly. Command "minimize" it works when you run it. You can use the button. Or with the command "on load". ****

2. Not be added. It is a plug-in command in "Advanced Systems" I'm going to sell soon.

Link to post
Share on other sites

1. I do not understand (I'm sorry for my english).

**** Not sure I understand correctly. Command "minimize" it works when you run it. You can use the button. Or with the command "on load". ****

2. Not be added. It is a plug-in command in "Advanced Systems" I'm going to sell soon.

 

1. I attached image. (I got the idea from "menu box control", I thought maybe you could control that too)

2. Ok, I hope you release it soon, I will be your first customer ;)

 

http://content.screencast.com/users/urban.marton/folders/Default/media/ec5308f2-c380-4e2d-acb0-84165a22ae3c/jlkj.png

Link to post
Share on other sites

1. I attached image. (I got the idea from "menu box control", I thought maybe you could control that too)

2. Ok, I hope you release it soon, I will be your first customer ;)

 

http://content.screencast.com/users/urban.marton/folders/Default/media/ec5308f2-c380-4e2d-acb0-84165a22ae3c/jlkj.png

 

Oh., I understand. Can do., But difficult for beginners and control.

I create a new function for checking the window of "Bot".

You must write a statement Ubot to use with it. Yourself

I have to take programming

Link to post
Share on other sites

V2.2.7.0

Add:

$current app windows status: return (Normal / Minimized / Maximized)

 

 

Sample: Auto "minimize to system tray" if click "Minimize" on your bot

ui stat monitor($plugin function("Advanced Ubot.dll", "$on load", "MtoT()", 500, "False"), "")

define MtoT {

    thread {

        loop while($true) {

            wait(.5)

            if($comparison($plugin function("Advanced Ubot.dll", "$current app windows status"), "=", "Minimized")) {

                then {

                    plugin command("Advanced Ubot.dll", "minimize to tray", "Required", "Required", "", 3, "Info", "Maximize", "Required")

                }

                else {

                }

            }

        }

    }

}
Link to post
Share on other sites

Great update Pash, thanks! Let's hope it doesn't eat up too much memory or makes the bot unstable while running a more complex script (what do you think?). I'll test it as soon as I get a chance.

 

All the best,

Marton

Link to post
Share on other sites

Great update Pash, thanks! Let's hope it doesn't eat up too much memory or makes the bot unstable while running a more complex script (what do you think?). I'll test it as soon as I get a chance.

 

All the best,

Marton

The memory is not very.

But if the worry about memory. Can use the command "auto free memory".

Link to post
Share on other sites

The memory is not very.

But if the worry about memory. Can use the command "auto free memory".

 

Sorry I should have been more clear, I just meant when using the checking for window state every 0.5 seconds. Or you think that doesn't take up too much memory (or make it less stable)? (even when using a multi-threaded application?) I'm using the auto free memory, it's great!

Link to post
Share on other sites

Sorry I should have been more clear, I just meant when using the checking for window state every 0.5 seconds. Or you think that doesn't take up too much memory (or make it less stable)? (even when using a multi-threaded application?) I'm using the auto free memory, it's great!

Sample code to use "multi-threaded" to run the check "Windows".

If you set the speed a lot. Use more memory.

If your machine has more memory. You do not have to worry.

  • Like 1
Link to post
Share on other sites

Hi Pash, hope you're well.

 

Can you add a "Maximize" and a "Return from tray" command to the bot?

I regret.

I can not add commands

For managing Windows more.

Windows Management specialist working like my other plugins.

 

"Return from tray" use "minimize to tray cancel"

Link to post
Share on other sites

hey pash I think there's a way to hide file menu a third party app can do it so it should be possible.

download http://wpfinspector.codeplex.com/ set it up and have a play on a ubot compiled .exe.

you should be able to make the menu area collapsed or hidden. Now close wbfinspector and you will see the changes stay while

the ubot .exe is running.

 

You can get the source here http://wpfinspector.codeplex.com/SourceControl/latest and should be able to work out how the app is doing it I will take a look myself at a latter date if you don't have time.

Link to post
Share on other sites

hey pash I think there's a way to hide file menu a third party app can do it so it should be possible.

download http://wpfinspector.codeplex.com/ set it up and have a play on a ubot compiled .exe.

you should be able to make the menu area collapsed or hidden. Now close wbfinspector and you will see the changes stay while

the ubot .exe is running.

 

You can get the source here http://wpfinspector.codeplex.com/SourceControl/latest and should be able to work out how the app is doing it I will take a look myself at a latter date if you don't have time.

 

 

Nice one Kev.. some nice info there!

Link to post
Share on other sites

Notice (Again)

Date 21 April 2014 to 29 April 2014.

I must look after my grandmother had knee surgery.
During that time, I will not reply you.

 

Thank.

Link to post
Share on other sites

hey pash I think there's a way to hide file menu a third party app can do it so it should be possible.

download http://wpfinspector.codeplex.com/ set it up and have a play on a ubot compiled .exe.

you should be able to make the menu area collapsed or hidden. Now close wbfinspector and you will see the changes stay while

the ubot .exe is running.

 

You can get the source here http://wpfinspector.codeplex.com/SourceControl/latest and should be able to work out how the app is doing it I will take a look myself at a latter date if you don't have time.

Interest., I will study it later. 29 Apr 2014

Link to post
Share on other sites

@Pash i was playing a little bit with the Splash Screen feature and was wondering if you can add "full screen" to cover everything until the software loads, and also if would be great to have the splash screen image loaded until a condition is met, like i.e until the onload node is completely loaded or a certain variable is $true.

 

Thanks :)

Hi, is this already possible? It would be a great addon! I'm not talking about Full Screen, but the second part:

 

"have the splash screen image loaded until a condition is met, like i.e until the onload node is completely loaded or a certain variable is $true."

It would be great to have the splash screen appear until a certain condition is met. Is this possible?

Link to post
Share on other sites

V2.2.8.0
Add:
splash screen close: close the "splash screen" before the deadline.
locked app: Lock move / click / or others. the app
menu bar control: managing disable / enable the menu bar (it now has a title. Else I will add to in the future).

 

Link to post
Share on other sites

cant find the "menu bar control" feature on the latest update?

menu bar control: managing disable / enable the menu bar (it now has a title. Else I will add to in the future).

post-5560-0-09887800-1397968546_thumb.png

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

×
×
  • Create New...