Jump to content
UBot Underground

Recommended Posts

Really, which one? I think I have all 3 plugins from you, can't find the appropriate command.

I have not sold it now (I have 2 more that have not been sold).

  • Like 1
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

I have not sold it now (I have 2 more that have not been sold).

 

Sounds great! I'll be on the lookout.

 

All the best,

Marton

Link to post
Share on other sites

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 (this app): by name
taskbar progress: by name [http://www.youtube.com/watch?v=F0UT7POC9x8]
main button click: by name [http://www.youtube.com/watch?v=WY9QDbwJRbE]
main button click monitor: by name [http://www.youtube.com/watch?v=WY9QDbwJRbE]


Chang Name:
disable powered by ==>> hide powered by (this app)
disable title bar  ==>> hide title bar (this app)
disable menu strip ==>> hide menu strip (this app)
set window size min/max this app ==>> determine window size min/max (this app)
fixed window size this app ==>> fixed window size (this app)
cerrent app windows status ==>> check windows status (this app)
window layer this app ==>> window layer (this app)
menu box control ==>> menu box control (this app)

change title  ==> change title (this app)

 

Add Sample File:

hide border style (this app)

hide from taskbar (this app)

main button click

taskbar progress

***To accommodate additional the command in the future. We need to change the name appropriate.***
************For my apology with a new command added (+ risks that I have been).********************

 

For requested command If not directly related to the plugin name I must apologize that I can not add commands for you.

  • Like 2
Link to post
Share on other sites

Also, new name: change title (this app)

 

Thanks for the updates Pash!

Marton

 

Oh., I forgot

thank you Marton.

Link to post
Share on other sites

Because I get an email warning to unsuitable for Ubot command in "Advanced UBot Plugin".

Do I need to comply with the warning.
There are some commands that use only "Ubot Pro".
And there are some commands that use only "Ubot Dev".

I must inform you Before operates this

Command list to be changed.

hide powered by (this app)
hide title bar (this app)
hide menu strip (this app)
determine window size min/max (this app)
fixed window size (this app)
check windows status (this app)
window layer (this app)
menu box control (this app)
change title (this app)

Link to post
Share on other sites

Pash - Please do not remove them altogether.

 

At least set it up so that developer version  users can continue using them

Link to post
Share on other sites

V2.3.2.0
Modify access command to match the version of Ubot Studio.

UBot DEV
hide powered by (this app)
hide menu strip (this app)
 
Ubot Pro
hide title bar (this app)
determine window size min/max (this app)
fixed window size (this app)
check windows status (this app)
window layer (this app)
menu box control (this app)
change title (this app)

  • Like 1
Link to post
Share on other sites

V2.3.2.2

Add Option:
minimize to tray: add "Run On Debug"
window layer (this app): add "Run On Debug"

Link to post
Share on other sites

Pash, how do we use the on load function? Is it really faster than the built-in on load? Can we put everything in there? Like "run as administrator" command and splash screen?

Link to post
Share on other sites

Pash, how do we use the on load function? Is it really faster than the built-in on load? Can we put everything in there? Like "run as administrator" command and splash screen?

Sample

on load("Bot Loaded") {
    set(#resetCheck, $plugin function("Advanced Ubot.dll", "$app restart check"), "Global")
}
if(#resetCheck) {
    then {
        alert("Bot restart previously")
    }
    else {
    }
}
Link to post
Share on other sites

No, I meant the $on load function (NOT command).

 

I tried using it with the stat monitor, but some of the commands don't seem to work with it.

Link to post
Share on other sites

No, I meant the $on load function (NOT command).

 

I tried using it with the stat monitor, but some of the commands don't seem to work with it.

 

 

Used to "define" only

ui stat monitor($plugin function("Advanced Ubot.dll", "$on load", "ABC()", 500, "True"), "")
define ABC {
    alert("Hello")
}
Link to post
Share on other sites

 

Used to "define" only

ui stat monitor($plugin function("Advanced Ubot.dll", "$on load", "ABC()", 500, "True"), "")
define ABC {
    alert("Hello")
}

 

And what's the point of using it? Is it better then the on-load (command)?

Link to post
Share on other sites

And what's the point of using it? Is it better then the on-load (command)?

I created it for use with the no on-load (command)

 

The use whichever is convenient for you.

Link to post
Share on other sites

pash?  I don't understand.. where is the 'no on-load (command)'?

I just checked - we don't have any such commands..

Please clarify.

Thanks.

Link to post
Share on other sites

pash?  I don't understand.. where is the 'no on-load (command)'?

I just checked - we don't have any such commands..

Please clarify.

Thanks.

Ubot old version no command on load.

Link to post
Share on other sites

Suggestion:

 

It would be cool if you can add this.

Add a command to refresh "UIhtml".

Right now the only way to do that is manually edit uihtml and hit the ok button.

Here's a short demo on how to do it manually http://screencast.com/t/Yxsnmzia

 

Hope you consider adding this.

 

Thanks

Link to post
Share on other sites

Suggestion:

 

It would be cool if you can add this.

Add a command to refresh "UIhtml".

Right now the only way to do that is manually edit uihtml and hit the ok button.

Here's a short demo on how to do it manually http://screencast.com/t/Yxsnmzia

 

Hope you consider adding this.

 

Thanks

That would be amazing for many reasons (not just editing)! +1 on this.

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

×
×
  • Create New...