Jump to content
UBot Underground

Recommended Posts

V2.4.2.0 (Beta) Warning. This amendment makes a difference to the previous version. File a previous version of the plugin will not work correctly.

Test new methods
restart this app : Including methods 1 and 2 together.

 

Update Sample File

restart this app.ubot

ui button("Restart Me") {
    if($confirm("Restart")) {
        then {
            plugin command("Advanced Ubot.dll", "restart this app", 5, "True", 5)
        }
        else {
        }
    }
}
ui button("Restart Check") {
    if($plugin function("Advanced Ubot.dll", "$app restart check")) {
        then {
            alert("Yes, this is a restart.")
        }
        else {
            alert("No, this is not a restart.")
        }
    }
}
alert("This Auto Re-Run")
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

Hi Pash,

 

working thread command sample file?

Examples are already in the folder "Sample File".

For the next version command "Thread Control" may be removed.

Since it can not be used in conjunction with V5 and reduce the burden of the plugin.

Link to post
Share on other sites

Ubot Studio ES V1.0.0.9
Fix
- drag and drop a ubot file into the app, the app crashes.
- Solution can not run Ubot 4 or Ubot 5. When Auto Mode is enabled.

Link to post
Share on other sites

Because there are people trying to attack me by cheating. Then complaints that PayPal payment without permission.

I need to stop using the distribution system automatically. To prevent this problem.
Contact me via this forum only available for purchase. I will send the plug and the bill by email.

Link to post
Share on other sites

Ubot Studio ES V1.0.1.0
Fix
- not remember setting

 

 

Hello, my customers
Since I do not speak English.
But I'm beginning to learn English. Starting from today.
It will take several months. Before I could speak English.
I will try to learn English.

This is the moment I have to try to learn.
I will answer questions. Or resolving slowly.
Please understand me.

Link to post
Share on other sites

Hello together,

how do i install an updated Plugin? Will be the first Time, must i delete the Old? How?

Thanks for your Answer!

Pete

You can do the same as when you add plugins.

And for sure, you should restart Ubot every new update any plugins.

Link to post
Share on other sites

So i was pulling my hair for the last 12 hours to find out that run ubot code command doesnt work properly from the last update.

It doesnt work on ubot4 like it is working on ubot5.

 

Here's a sample code:

plugin command("Advanced Ubot.dll", "run ubot code", "alert(\"test\")
define test3 \{
\}
")

When you run that it should popup the alert message and get the define command as well.

This worked on ubot5 but not on ubot4.

This used to be working on both.

Please fix it asap.

Thanks

Link to post
Share on other sites

Please upload the previous version on the dropbox so we can download it. Thanks

Many times, because of cheating. Cause i can not upload the older version.

Link to post
Share on other sites

Many times, because of cheating. Cause i can not upload the older version.

 

Ok. How about the issue on this issue http://www.ubotstudio.com/forum/index.php?/topic/16097-sell-plugin-advanced-ubot-1/page-34&do=findComment&comment=107354 ?

Link to post
Share on other sites

Hi Pash,

 

Legendary plugin my friend :)

 

wondering if you could help me out,

i cant seem to get the "hide border style" or "border style" to work

im using Ubot 5 (latest)

 

im trying to make it so there are no borders, menu, or anything, ... just the bot UI or skin/image

ive managed so far to remove everything except the borders :(

 

 

Thanks in advance

CJ

Link to post
Share on other sites

Hi Pash,

 

Legendary plugin my friend :)

 

wondering if you could help me out,

i cant seem to get the "hide border style" or "border style" to work

im using Ubot 5 (latest)

 

im trying to make it so there are no borders, menu, or anything, ... just the bot UI or skin/image

ive managed so far to remove everything except the borders :(

 

 

Thanks in advance

CJ

Please show you code and image capture you bot

Link to post
Share on other sites

Please show you code and image capture you bot

 

Hi Pash,

 

sorry for late reply, i couldnt keep my eyes open last night lol,

 

anywho, ..

 

here is some code (immediately after HTML UI code)

 

      <p>Password :

        <input type=\"password\" variable=\"#password\" fillwith=\"value\">

              

        <button onclick=\"ubot.runScript(\'savefile()\')\">Save</button>

    </font>  </p></td>

  </tr>

</table>

</body>

</html>

",537,283)

plugin command("Advanced Ubot.dll""border style (this app)""None")

clear()

loop while($comparison(%adclicks,">=",$nothing)) {

    set(#status,"Checking For Updates, Please Wait . .","Global")

define clear {

        clear list(%cap)

        clear list(%capshort)

        clear list(%csolve)

        clear list(%captcha)

        clear list(%stats)

    }

    clear list(%captcha)

    set(#random delay,$nothing,"Global")

    set(#Delimiter,$nothing,"Global")

    set(#Minutes,$nothing,"Global")

 

 

and here is the view as far as i have mentioned

http://i57.tinypic.com/25gz3ep.png

 

Here is the error that pops up when i run within ubot,

http://i60.tinypic.com/23w8rgh.png

 

I have tried a few different combinations including the "config.txt" file in the same folder as the .exe but with no joy :(

 

perhaps ive overthought it,

im probably just missing something simple lol

 

 

also, just to let you know i am using Darryls Newgen UI Builder just incase this has any relevance.

Link to post
Share on other sites

Hi Pash,

 

sorry for late reply, i couldnt keep my eyes open last night lol,

 

anywho, ..

 

here is some code (immediately after HTML UI code)

 

      <p>Password :

        <input type=\"password\" variable=\"#password\" fillwith=\"value\">

              

        <button onclick=\"ubot.runScript(\'savefile()\')\">Save</button>

    </font>  </p></td>

  </tr>

</table>

</body>

</html>

",537,283)

plugin command("Advanced Ubot.dll""border style (this app)""None")

clear()

loop while($comparison(%adclicks,">=",$nothing)) {

    set(#status,"Checking For Updates, Please Wait . .","Global")

define clear {

        clear list(%cap)

        clear list(%capshort)

        clear list(%csolve)

        clear list(%captcha)

        clear list(%stats)

    }

    clear list(%captcha)

    set(#random delay,$nothing,"Global")

    set(#Delimiter,$nothing,"Global")

    set(#Minutes,$nothing,"Global")

 

 

and here is the view as far as i have mentioned

http://i57.tinypic.com/25gz3ep.png

 

Here is the error that pops up when i run within ubot,

http://i60.tinypic.com/23w8rgh.png

 

I have tried a few different combinations including the "config.txt" file in the same folder as the .exe but with no joy :(

 

perhaps ive overthought it,

im probably just missing something simple lol

 

 

also, just to let you know i am using Darryls Newgen UI Builder just incase this has any relevance.

After testing, I found that Ubot 5 has changed. Load patterns

The reason you can not use this command.

This command requires the load with Ubot (or before Ubot).

To use this command, you must Compile with Ubot 4.

 

note

There is currently no way to fix this. Because this command must be run before, but now Ubot Ubot load later.

Link to post
Share on other sites

After testing, I found that Ubot 5 has changed. Load patterns

The reason you can not use this command.

This command requires the load with Ubot (or before Ubot).

To use this command, you must Compile with Ubot 4.

 

note

There is currently no way to fix this. Because this command must be run before, but now Ubot Ubot load later.

 

Sounds like a serious issue with the plugin.

You need to ask ubot support to fix it like what it does before.

Link to post
Share on other sites

Sounds like a serious issue with the plugin.

You need to ask ubot support to fix it like what it does before.

I'm not sure he'll listen to me, just to plugin my single command.

I would try it. But I can not guarantee.

Link to post
Share on other sites

After testing, I found that Ubot 5 has changed. Load patterns

The reason you can not use this command.

This command requires the load with Ubot (or before Ubot).

To use this command, you must Compile with Ubot 4.

 

note

There is currently no way to fix this. Because this command must be run before, but now Ubot Ubot load later.

I have actually fixed this issue today in my latest plugin, for me it was the other way around sinds ubot 4 loads resources differently then 5>. I had developed my plugin for ubot 5.5 but after testing it trough for a few hours i found out ubot 4 had a different load pattern. Would have been nice if they added this in the patch notes :P

Link to post
Share on other sites

After testing, I found that Ubot 5 has changed. Load patterns

The reason you can not use this command.

This command requires the load with Ubot (or before Ubot).

To use this command, you must Compile with Ubot 4.

 

note

There is currently no way to fix this. Because this command must be run before, but now Ubot Ubot load later.

 

ahh i see, ok :)

 

ive just compiled it with ubot 4 and im getting the exact same result :(

perhaps it just my pc, i guess i can live with the border its not the end of the world ;)

 

out of interest, ..

ive seen the video you made showing this working,

can you tell me if i get this to work will "all" the borders be removed .. including the top ?

 

thanks for the help

very much appreciated

 

CJ

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

×
×
  • Create New...