Jump to content
UBot Underground

Recommended Posts

V3.0.0.3

menu strip customize (this app) : fix text color

menu item add (main) : fix text color

menu item add (main without sub menu) : fix text color

menu item add (sub) : fix text color

 

 

 

Next check next update.

 

I have a new version only.

 

You should release that as  a beta since there are some bugs on it.

Waiting for the next update.

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

 

config ui html is also broken from your latest update.

Its not working on both 4 and 5.

 

After it folded then you expand it again. The uihtml is gone.

define GUIFold {
    if($comparison(#foldHideStatus,"=","")) {
        then {
            set(#foldHideStatus,"on","Global")
            plugin command("Advanced Ubot.dll", "config ui html panel", "False", "False", 0, 0)
        }
        else {
            set(#foldHideStatus,"","Global")
            plugin command("Advanced Ubot.dll", "config ui html panel", "True", "True", 0, 510)
        }
    }
}

 

 

try

ui button("Bt") {
}
GUIFold()
define GUIFold {
    if($comparison(#foldHideStatus,"=","")) {
        then {
            set(#foldHideStatus,"on","Global")
            plugin command("Advanced Ubot.dll", "config ui html panel", "False", "False", "NaN", "NaN")
        }
        else {
            set(#foldHideStatus,"","Global")
            plugin command("Advanced Ubot.dll", "config ui html panel", "True", "True", "NaN", 196)
        }
    }
}
Link to post
Share on other sites

Ubot Studio ES V1.0.3.0
fix
 - even when the "use more option" is unchecked ubot es is still selecting the plugins i put on "more option" enabled

Link to post
Share on other sites

V1.0.4.0 - ES
fix
 - even when the "use more option" is unchecked ubot es is still selecting the plugins i put on "more option" enabled

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

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

It still does not work for me in last 5.8.5

 

I want to maximize and put the bot on top and nothing. 

 

last test working

wait(3)
plugin command("Advanced Ubot.dll", "window layer", "Top", "False")
wait(3)
plugin command("Advanced Ubot.dll", "window layer", "Maximize", "False")

Note.

I answered the questions slowly. Because I'm sick. I had to sleep during this time.

Link to post
Share on other sites
wait(3)
plugin command("Advanced Ubot.dll", "window layer", "Top", "False")
wait(3)
plugin command("Advanced Ubot.dll", "window layer", "Maximize", "False")

Note.

I answered the questions slowly. Because I'm sick. I had to sleep during this time.

 

Forgot to mention, is NOT working on "on load" though in previous version yes it was working.

 

Please see https://www.dropbox.com/s/xxz4jfj1xmxwf3z/pash-ubot-1.gif

Link to post
Share on other sites

V4.0.1.0 (Warning: The update makes the plugin version previous malfunction. You have to go back and correct it.)
window layer: with direct access to a different method. To fix does not work with the command "on load".
window layer: remove some option not working and add option "Activate"

 

add sample file in folder "Sample Files - V4.0.1.0 Up"

 

Note.

I answered the questions slowly. Because I'm sick. I had to sleep during this time.

  • Like 1
Link to post
Share on other sites

Hey Pash,

 

Question for you. Is there a way to hide a sub menu item? I'd like to Hide the Help/Install Flash but not the Help menu item. I want to put things in there.

 

Frank

Link to post
Share on other sites

Hey Pash,

 

Question for you. Is there a way to hide a sub menu item? I'd like to Hide the Help/Install Flash but not the Help menu item. I want to put things in there.

 

Frank

Hi.

No command "hide sub menu item"

but have command hide some menu item: (DEV) [

]
Link to post
Share on other sites

Hi pash,

 

I am using Ubot-4.

 

I have installed both versions of advanced ubot-1(4.0.1) and advanced ubot-2(3.0.2). I had purchased a bot from somebody but it does not detect the following ubot-1 command

 

"("Advanced Ubot.dll", "hide menu strip (this app)")

 

Has the above command being changed?

 

I hope I am using the correct versions of ubot-1 and 2

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

×
×
  • Create New...