Jump to content
UBot Underground

Recommended Posts

  • 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

  • 1 month later...

Hi Pash 
 

I am noob so sorry if this is a stupid question, Will this plugin allow me to remove this scroll bar (see image below) by using the fixed window size function and locking the window size to the size of my UI

 

http://i65.tinypic.com/23l0ea1.png

Link to post
Share on other sites

Hi Pash 

 

I am noob so sorry if this is a stupid question, Will this plugin allow me to remove this scroll bar (see image below) by using the fixed window size function and locking the window size to the size of my UI

 

http://i65.tinypic.com/23l0ea1.png

try use https://stackoverflow.com/questions/242608/disable-browsers-vertical-and-horizontal-scrollbars

  • Like 1
Link to post
Share on other sites
  • 1 month later...

Hi Pash 

 

How do you save a base64 image as a file to use in your Splash Screen command, I can covert my image to base64 but i dont know how to save that as a file to use in the command 

Link to post
Share on other sites

Hi Pash 

 

How do you save a base64 image as a file to use in your Splash Screen command, I can covert my image to base64 but i dont know how to save that as a file to use in the command 

hi.

image to base64

or

base64 to image

use plugin http://network.ubotstudio.com/forum/index.php?/topic/17521-sell-plugin-advanced-image/

Link to post
Share on other sites

Ahh cool

 

Thanks for the fast response 

 

before i buy can i check that the splash screen command will work with an animated GIF that is converted to a base64 image?

Yes.

 

4.0.8.1

splash screen: GIF files support

set(#Debug,$plugin function("Advanced Image.dll", "$image to base64", "C:\\Users\\Apichai\\Downloads\\giphy.gif", "Image Tag"),"Global")
plugin command("Advanced Ubot.dll", "splash screen", #Debug, "Auto", "Auto", 5, "False", "True", "False", "True")
Link to post
Share on other sites

Hello, I bought the advanced plugin ubot 1 but I have not received my license key, Regards

Hi.

i create new order for you please check your email.

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

Hi Pash

 

Am buying the Video plugin today Thanks for the discount!

 

I have a problem with the splash screen and animated Gifs 

 

They load but are stuck on the first frame they are not animated, can you fix if possible? or tell me what am doing wrong please

 

please see below

http://i63.tinypic.com/m8z5n8.png

Edited by daverawcus
Link to post
Share on other sites
  • 3 months later...

Hi Pash

 

When I use the splash screen function anything that is white colour goes transparent?

 

Is that working properly?

work by PNG transparent image.

Link to post
Share on other sites

Hi Pash

 

When i use the splash screen with an animated gif it works

 

but then ubot studio crashes after a few minutes

 

also i cant compile with this command in my bot

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

Hi Pash

 

 

Can I use this plugin to restart my bot every 24 hours?

 

can you show me the command please 

try

 

on load("Bot Loaded") {
    thread {
        wait($multiply($multiply(24,60),60))
        plugin command("Advanced Ubot.dll", "restart", 5, "True", 5, "")
    }
}
Link to post
Share on other sites
  • 2 weeks later...

hi pash i want to ask about free memory. did it just affect on 1 bot? or it also affect other running bot on same server? my problem is cpu usage. for now i'm running only 5 bot. is there a way to reduce cpu usage with advanced ubot 1? 

Edited by taufiqkyu
Link to post
Share on other sites

hi pash i want to ask about free memory. did it just affect on 1 bot? or it also affect other running bot on same server? my problem is cpu usage. for now i'm running only 5 bot. is there a way to reduce cpu usage with advanced ubot 1? 

1. 1 bot.

2. No, you have to upgrade your computer if you want to run a lot of ubot.

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

Hey Pash,

I'm trying to load
 

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

but I also have a UI on the same tab, I want to have both $on load and UI HTML Panel on the same tab, is it possible? Can you add a an update to make this happen because it won't on load with HTML Panel present.

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

×
×
  • Create New...