Jump to content
UBot Underground

peak_positions

Fellow UBotter
  • Content Count

    82
  • Joined

  • Last visited

Community Reputation

2 Neutral

About peak_positions

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    4Gb
  • Framework
    v4.0
  • License
    Developer Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  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...
×
×
  • Create New...