Jump to content
UBot Underground

Recommended Posts

I just bought the plugin to automatically restart my bots at the end of each day.  I'm currently getting a very strange error and I can't work out what is going wrong with it.

 

If I run the bot normally without restarting it works fine the way it has been for the last couple of weeks.  When I restart the bot using the plugin, as soon as it gets to "set user agent" it causes an error crashing ubot.  Why would it be doing this and how can I fix it?

 

Thanks.

Please show a video, so I can analysis your issue.

Please provide all the instruction in the "On load" to set your preferences. And when bots restart.

 

Or give me diagnose the problem with your "Team Viewer".

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

UbotStudio5FixEnable:True

 

Ubot is ontop of all windows all the time now. So it always hides all popups and stuff.

Could that be changed to normal behavior?

 

Thanks

Dan

Bot on-top all other windows?

Link to post
Share on other sites

Bot on-top all other windows?

The Ubot UI yes. 

I have to minimize it to see my normal windows. It's also hiding alert message boxes and stuff.

 

Dan

Link to post
Share on other sites

Feature Request:

Please let me know if possible and I will donate for it!

 

 

Run Ubot code. Support for parameters in defines.

 

 

Test script:

test("Hallo World")
define test(#text) {
    plugin command("Advanced Ubot.dll""run ubot code"$read file("F:\\1.txt"))
}

 

 

Content of 1.txt file:

alert(#text)

 

 

With global variables it works fine. But it's not working with local variables.

 

 

Example2:

 

set(#text"Global Variable""Global")
test()
define test {
    set(#text"Local Variable""Local")
    plugin command("Advanced Ubot.dll""run ubot code"$read file("F:\\1.txt"))
}

 

 

Can that be fixed?

 

Dan

Link to post
Share on other sites

Feature Request:

Please let me know if possible and I will donate for it!

 

 

Run Ubot code. Support for parameters in defines.

 

 

Test script:

test("Hallo World")

define test(#text) {

    plugin command("Advanced Ubot.dll""run ubot code"$read file("F:\\1.txt"))

}

 

 

Content of 1.txt file:

alert(#text)

 

 

With global variables it works fine. But it's not working with local variables.

 

 

Example2:

 

set(#text"Global Variable""Global")

test()

define test {

    set(#text"Local Variable""Local")

    plugin command("Advanced Ubot.dll""run ubot code"$read file("F:\\1.txt"))

}

 

 

Can that be fixed?

 

Dan

I do not need to fix it

You have to use it correctly.

Please see the attached file

Sample Run Ubot Code.ubot

post-5560-0-85954000-1401415474_thumb.jpg

post-5560-0-81923900-1401415485_thumb.jpg

Link to post
Share on other sites

I do not need to fix it

You have to use it correctly.

Please see the attached file

 

Thanks for the code, but that is not solving the problem.

I don't want to hard code the text into the file.

 

The file has to contain my ubot code. So that I can load it dynamically. And I need to hand over variables from within a define to that script.

 

Please look at this example:

save to file("d:\\1.txt""alert(#text)")

set(#text"Globale Variable""Global")

test("Hello World")

define test(#text) {

    plugin command("Advanced Ubot.dll""run ubot code""load html($read file(\"d:\\\\1.txt\"))")

    plugin command("Advanced Ubot.dll""run ubot code"$read file("d:\\1.txt"))

}

 

 

The command "alert" has to be stored in the 1.txt file. I need to load that dynamically. 

And the text "Hello World" comes via the define variable.

 

In my example the code works fine, but the Alert will show "Global Variable" but it should show "Hello World"

 

Dan

Link to post
Share on other sites

Thanks for the code, but that is not solving the problem.

I don't want to hard code the text into the file.

 

The file has to contain my ubot code. So that I can load it dynamically. And I need to hand over variables from within a define to that script.

 

Please look at this example:

save to file("d:\\1.txt""alert(#text)")

set(#text"Globale Variable""Global")

test("Hello World")

define test(#text) {

    plugin command("Advanced Ubot.dll""run ubot code""load html($read file(\"d:\\\\1.txt\"))")

    plugin command("Advanced Ubot.dll""run ubot code"$read file("d:\\1.txt"))

}

 

 

The command "alert" has to be stored in the 1.txt file. I need to load that dynamically. 

And the text "Hello World" comes via the define variable.

 

In my example the code works fine, but the Alert will show "Global Variable" but it should show "Hello World"

 

Dan

I understand what you are trying to say.

But it can not be done

Because it operates separately

As with this command

plugin command("Advanced Ubot.dll", "run ubot code", "stop script")

(you can not finish the work).

I'm sorry, but what you are trying not to do that.

 

 

try this.

plugin command("Advanced Ubot.dll", "run ubot code", "define test(#text) \{
    alert(#text)
\}
")
set(#text, "Globale Variable", "Global")
test("Hello World")
Link to post
Share on other sites

The only thing I try to do is using a local variable with "run ubot code" instead of a global variable.

And that can't be done because it works separately? If that what you are saying?

 

Just want to understand you correctly.

 

Is that not possible at all, or just not supported at the moment? 

Could that be implemented / changed?

 

Dan

Link to post
Share on other sites

The only thing I try to do is using a local variable with "run ubot code" instead of a global variable.

And that can't be done because it works separately? If that what you are saying?

 

Just want to understand you correctly.

 

Is that not possible at all, or just not supported at the moment? 

Could that be implemented / changed?

 

Dan

I do not really mind to be able to explain to you understand. (I'm not good at English)

I can say only that it can not be done.

 

I'm sorry but it's hard to explain.

Link to post
Share on other sites

I want the user to be able to move the bot on his desktop screen ! 

 

What the benefit from this commands if i couldn't move the bot , Is there any fix for it ?

 

Thanks 

Command "Hide border style (this app) OR Hide title bar" you take when you do not want to move.

 

If you move, please do not use it.

Link to post
Share on other sites

V2.3.7.0
Add C/F:
enable drag move (this app):

plugin command("Advanced Ubot.dll", "hide border style (this app)", "How to use this command.
1. Created the file \"config.txt\" the same program \".exe\" for you.
2. Opening the file \"config.txt\" and enter the command \"Hide.Border\".

Resize Command enter Resize.WithGrip or Resize.NoResize.

Once you understand, you can delete this command.")
on load("Bot Loaded") {
    plugin command("Advanced Ubot.dll", "enable drag move (this app)", "Left Button Down")
}
Link to post
Share on other sites

Hi Pash,

 

I've got 2 bug reports with command "enable drag move (this app)". Tested in Ubot4.

1. Left Button Down: UI+browser is unresponsive, nothing can be clicked (after compilation). Also, if you open up the saved *.ubot, nothing can be controlled anymore.

 

2. Right Button Down: dragging doesn't work for me

Link to post
Share on other sites

Hi Pash,

 

I've got 2 bug reports with command "enable drag move (this app)". Tested in Ubot4.

 

1. Left Button Down: UI+browser is unresponsive, nothing can be clicked (after compilation). Also, if you open up the saved *.ubot, nothing can be controlled anymore.

 

2. Right Button Down: dragging doesn't work for me

I would check
  • Like 1
Link to post
Share on other sites

Feature Request Question:

 

Would it be possible to develop a scheduler function.

Where I could say:
run define test1 every 3hours
run define test2 every 2hours30minutes

And define a variable that shows the remaining time before the command is executed(hh:mm:ss)?

Should be also possible to pause and stop each scheduler individually. 

Options:
Name of schedule
define name to execute
pause (hours:minutes) before next execute.
Options: run / pause / stop

Option for first run: Directly, after first timer0

 

Please let us know if this is possible. 

 

Thanks

Dan

Link to post
Share on other sites

Feature Request Question:

 

Would it be possible to develop a scheduler function.

Where I could say:

run define test1 every 3hours

run define test2 every 2hours30minutes

 

And define a variable that shows the remaining time before the command is executed(hh:mm:ss)?

 

Should be also possible to pause and stop each scheduler individually. 

 

Options:

Name of schedule

define name to execute

pause (hours:minutes) before next execute.

Options: run / pause / stop

Option for first run: Directly, after first timer0

 

Please let us know if this is possible. 

 

Thanks

Dan

Possible, but not for this plugin.

Link to post
Share on other sites

Hi, this is probably a stupid question, but any chance you could tell me how to properly use auto close browser crash?

 

Do you run it in a thread?  Or do you just have it at start of bot?

 

Thanks, :)

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

×
×
  • Create New...