Jump to content
UBot Underground

peak_positions

Fellow UBotter
  • Content Count

    82
  • Joined

  • Last visited

Everything posted by peak_positions

  1. Hi!!!! I have created a bot which includes two tabs.Each tab enrolls more than 10000 lines of code. Whats my problem in my compiled bot is,while am switching in tabs there is a delay in moreover for 15 to 20sec:( . I have optimized my script as short as possible.I have included many options in my bot. What may be the reasons other than the code length????? I need a best solution for this problem as soon as possible. . Thank you...
  2. or else declare the variable outside of the node . and create a custom stop button and pass value for that variable. Inside Node use if condition. If variable == 1 Call stop script command .
  3. Yeah.. .Scheduler is possible.. I implemented in my bot. .
  4. Need a good Solution TJ... I don want to split my codings.. Need to create bot in one Script. If I Split the Codings I may miss Something.
  5. I did TJ... But every time I should open the Script like this only. While opening the script it takes nearly 4-5min.
  6. It may happen because of slow Internet connection..
  7. Hi, I created a big bot using Ubot version 4.1.4. The script is nearly about 10000 lines. Sometimes While opening the Script Ubot closed automatically. I've 2 tabs. While Switching tab It closed automatically. While Compile the bot Ubot is hanging & closed automatically. Waiting for a good solution for this problem. Thank You,
  8. You can call both the function in "onclick". You can close the progressbar by using javascript. <button onclick="ubot.runScript('StartButton()'); ubot.runScript('Progress()')">Build My Overlay</button> This code itself enough to perform your operation.
  9. Is this Possible to Set Maximum 50 threads? I set 50 thread for my own bot . I've 4 GB RAM. But the bot closed automatically after Some times. Thank You,
  10. You need to Click the browse button. the popup window will be appear in backside of Ubot. You need to choose the picture manually. Now this is the only way to upload images in these sites.
  11. Hi there, I need to integrate the lindexer APi in my bot. But I couldn't include it . Can Anyone help me how to do it. Thank You,
  12. Thank You Kreatus.. Hope the Ubot team watching our posts and they will release the update soon...
  13. Hi There, Is it Possible to use Popup window in UI Html Panel by using javascript or some other codes. I tried in many ways but I couldn't find the Correct Solution. Code is working but not in Ubot. Does anybody have a solution for this?
  14. Hi, I've declared some functions under UI button. I set stop script using if condition in some other define command. I called the defined command in UI button. but the function is not stopping. It's still running.. Waiting for Yours reply...
  15. How to hide progress image bar in ubot studio? Applied progress image bar, it is running but after the process gets completed the image should be disappeared/hidden automatically... is it possible?
  16. Thanks John... 1) I displayed the Progressbar already. But need to set for some processes. I declared variable Using Javascript for processing and displaying Progressbar image. But in end of some progress I couldn't Pass the variable value to UI html Panel (for image alone). 2) In compiled bot also It Switching somewat slow . It taking more time to load the background image from my server. 3) I'm in need of sockets in UBot 4. Those settings already in UBot 4 is nice. But need Much better Performance. 4/5) Yeah. I'm already Scripted in defined . Created Cus
  17. Hi there, I found the following issues which make me stable while creating an bot .. and I need an solution for the following issues.. Could any one can come up to solve the any one of the issues.? 1)I want to call the progress bar using an image in ui html panel representing the progress of the particular process in ubot script. 2)I have used multiple tabs in my bot. While switching between tabs it takes time to switch from one tab to another. 3)I need to implement the sockets in ubot4. 4)I want to bring UBOT's run/stop button inside UI html panel. 5) I want to remove url ba
  18. Just try the code as i mentioned .. and call the javascript file. You could probably know what is my problem. After clicking the calender the value passed to text box. I can't set the variable . If i set the variable value is not passing to that particular variable....
  19. Hi, run jvascript is working fine but not in UI html Panel. I would like to call the function which I declared in Ui html panel Scripts. I clearly Understood run ravascript command will work only in browser window. I tried in many ways to call the javascript function but it fails. Someone give a good solution for this. Thank You,
  20. Hi , This is my Sample Script to add Calender view to select date and time in ubot . I need to get the value of textbox by declaring variable. If I declare any variable the date is hiding after I pick the date. So I used fillwith but no use. I can't get the date in variable. I've attached the javascript file. And the Ubot Coding I mentioned below. <html> <head> <script language="JavaScript" src="C:\Users\intell\Desktop\ts_picker.js"> //Script by Denis Gritcyuk: tspicker@yahoo.com //Submitted to JavaScript Kit (http://javascriptkit.com) //Visit http://javas
  21. Hi, I know about Sockets fuction. Eventhough I can't use the full functionality of Sockets in Ubot 4. How to Use the full funtion Of Sockets? Thank You,
  22. TJ. I just want to pass values to an javascript which I used in UI html panel by setting an value in ubot coding.. ?
  23. if any one have a idea about create a bot using set time and current time
×
×
  • Create New...