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

AHA !!!  B) (Round Functions) - Forgive me!

I Wasn't looking hard enough.

 

A nice feature to have though  :P

Nevermind cateappstech.

I'm here to help you :).

Link to post
Share on other sites

I got this error : http://screencast.com/t/ba6UFfacUlV

 

What should i do Pash?

 

Please help

If you use the "Ubot Studio ES" for open files.

When the display shows that it can not open the file.

Please check your files By opening the file using Ubot Studio directly.

Link to post
Share on other sites

If you use the "Ubot Studio ES" for open files.

When the display shows that it can not open the file.

Please check your files By opening the file using Ubot Studio directly.

 

The file can be opened normally using Ubot Studio exe and ubot launcher exe

 

I got that error after i launch ubotstudio es. Not when opening ubot file using ubotstudio es

 

Please help

Link to post
Share on other sites

The file can be opened normally using Ubot Studio exe and ubot launcher exe

 

I got that error after i launch ubotstudio es. Not when opening ubot file using ubotstudio es

 

Please help

try 1.

1. Download new file "Ubot Studio ES"

2. Right click >> Run as Administrator

 

try 2.

1. Move file "Ubot Studio ES" to other location

2. Right click >> Run as Administrator

 

Note: "Ubot Studio ES" work on .net4.5

Link to post
Share on other sites

Update Ubot Studio ES V1.0.0.7

 

Add :

Use More Option : Sometimes you do not want to use the "More Option" This is the fastest option, you can close it.

 

Fix :

minor issues

Link to post
Share on other sites

Pash,

 

can you please take a look at:

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

 

When I start a compiled bot, the menu strip is shown for a couple of seconds before the bot is fully loaded. Not sure if you can do anything about that?

 

Thanks

Dan

Link to post
Share on other sites

Pash,

 

can you please take a look at:

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

 

When I start a compiled bot, the menu strip is shown for a couple of seconds before the bot is fully loaded. Not sure if you can do anything about that?

 

Thanks

Dan

Hi Dan.

For the problems I've had trying to fix it several times.

But because Ubot UI load slowly (especially Ubot 5.5.x).

So what causes this issue

- Bot very large

- Minimum PC specification.

For the initial solution

- Change the color to black.

- Moved to the top in order Onload.

- Or create a separate Onload for this command.

  • Like 1
Link to post
Share on other sites

Hi Dan.

For the problems I've had trying to fix it several times.

But because Ubot UI load slowly (especially Ubot 5.5.x).

So what causes this issue

- Bot very large

- Minimum PC specification.

For the initial solution

- Change the color to black.

- Moved to the top in order Onload.

- Or create a separate Onload for this command.

Thanks a lot for those tips. Will give it a try.

 

Dan

  • Like 1
Link to post
Share on other sites

Pash, "auto close browser crash" - Did I read that you were told to remove the auto restart feature after the crash?

 

Or can I do this somehow?

 

Richard

Yes. close "browser crash dialog" after browser the crash

Link to post
Share on other sites

Hi pash,

 

Great Plugin!

 

Sorry if it has already been asked, but is there a way to prevent a bot from being un-minimized from tray?  I want to minimize it to tray and prevent it from being un-minimized.

 

Also, can I use dynamic variables in the "message" box of minimize to tray?  I want it to act like a status monitor.

 

Thank you!

 

Justin

 

Update - I tried using #variable in the "message" with no luck.

Link to post
Share on other sites

Hi pash,

 

Great Plugin!

 

Sorry if it has already been asked, but is there a way to prevent a bot from being un-minimized from tray?  I want to minimize it to tray and prevent it from being un-minimized.

 

Also, can I use dynamic variables in the "message" box of minimize to tray?  I want it to act like a status monitor.

 

Thank you!

 

Justin

 

Update - I tried using #variable in the "message" with no luck.

 

 

I recommend you Create a hidden window

Better use the minimize. Since you do not want. un-minimizede

plugin command("Advanced Ubot.dll", "window layer (this app)", "Hide", "False")

But if you insist to use the minimize. Now no cancellation of orders for preventing un-minimize from tray.

 

For notifications. In the Windows 7 will be a delay of about 15 seconds. I do not know the source of this. But the Windows 8 works well.

ui stat monitor("Num",#num)
plugin command("Advanced Ubot.dll", "minimize to tray", "Number", "Number Count", "Start Count", 3, "Info", "Return", "", "False")
set(#num,1,"Global")
loop(10) {
    wait(2)
    plugin command("Advanced Ubot.dll", "minimize tray notification", "Number", #num, #num, 3, "Info", "")
    increment(#num)
}
plugin command("Advanced Ubot.dll", "minimize to tray cancel")
Link to post
Share on other sites

Update V2.4.0.0 (Beta) (Warning: The update makes the plugin version previous malfunction. You have to go back and correct it.)

Add Option:
minimize to tray: Auto On Windows Minimize (Move This To On Bot Load)
minimize to tray: Prevent Un-Minimize

Add Ability:
minimize tray notification: Run without. Run the command "minimize to tray" first.

Add Sample File:
Folder: Sample Files >> Minimize to tray (V2.4.0.0 Up)

 

More information:
"minimize to tray" and "minimize tray notification"
Icon in the input box
When left blank or default. The plugin uses the icon of exe files automatically.

Edited by pash
Link to post
Share on other sites

Hi Pash!

 

Thanks for the updates!

 

It looks like you also changed:

 

hide menu strip (this app)

hide title bar (this app)

 

commands? Now we don't have to choose Ubot4/5. Was this changed in the last update as well?

 

Thanks,

Marton

EDIT: never mind, I think this was changed back in October.

Link to post
Share on other sites

More information for V2.4.0.0:

 

command "minimize to tray" and "minimize tray notification"

Icon in the input box.

When left blank or default. The plugin uses the icon of exe file automatically.

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

Hello Pash,

 

the advanced ubot.dll plugin triggers an alert in some anti virus programs. 
When I run it through virustotal.com I get a 4/56 detection rate.

 

https://www.virustotal.com/en/file/40294ef8164a5ab6196a30c6d6d56e726864c4adf67e89c19fbcaa5424e57a64/analysis/1419945532/

 

So might also be the issue why sometimes a compiled bot triggers an AV scanner. 

Can you do something about that and remove that issue?

Thanks in advance for your help.

Dan

Link to post
Share on other sites

Hello Pash,

 

the advanced ubot.dll plugin triggers an alert in some anti virus programs. 

When I run it through virustotal.com I get a 4/56 detection rate.

 

https://www.virustotal.com/en/file/40294ef8164a5ab6196a30c6d6d56e726864c4adf67e89c19fbcaa5424e57a64/analysis/1419945532/

 

So might also be the issue why sometimes a compiled bot triggers an AV scanner. 

 

Can you do something about that and remove that issue?

Thanks in advance for your help.

Dan

 

Plug-ins are encrypted to protect the copyright.

So "virustotal.com" to detect code that does not know.

Link to post
Share on other sites

Plug-ins are encrypted to protect the copyright.

So "virustotal.com" to detect code that does not know.

 

It doesn't happen with other plugins. Even your advanced window and advanced dialog are fine on virustotal.

 

Dan 

Link to post
Share on other sites

It doesn't happen with other plugins. Even your advanced window and advanced dialog are fine on virustotal.

 

Dan 

What is plugin version i'm test

 

V2.3.8.3

https://www.virustotal.com/en/file/e87bc02534b7bd2ce80f7ae00ef2f3e39f7b504069ced0746e81b0b5a78a3c1d/analysis/1419951100/

 

V2.4.0.0 (Beta)

https://www.virustotal.com/en/file/829123df226fe1f457eef46fe7cc323104cf97b7c10ccf2f903f3496b94d38c0/analysis/1419950958/

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

×
×
  • Create New...