Jump to content
UBot Underground

TheBigWeb

Fellow UBotter
  • Content Count

    201
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by TheBigWeb

  1. Hi Gogette, I didn't have any 3rd part plugins so I don't think that was the cause (for me anyway). Some of the steps I performed may have been overkill and maybe just renaming or deleting the 'UBot Studio' folder within %APPDATA% may have done the trick but I wanted to start from a completely fresh install.
  2. Hi Guys, Been scratching my head about this one since the release of UBot 5. Been suffering from slowness in general and crashing when opening UBot4 Scripts. Here is the fix (or at lease worked for me. It's now nice and quick): - 1) Uninistall UBot 4 2) Uninstall UBot 5 3) Rename 'Ubot Studio' folder ro 'UBot Studio.old' in the %APDATA% folder 3) Uninstall .NET framework 4) I ran ccleaner at this point and rebooted. 5) Reinstall .NET 4.5 6) Install UBot 5 and re-enter license info UBot 5 is now nice and quick and not crashing when opening UBot 4 scripts. *** I can't seem to get the UI
  3. Same problem here. Im uninstalling all versions of UBot and .NET 4.5 and reinstalling. Thought it might be a problem with my machine. Crashing all the time at the moment. Just about to log a support ticket.
  4. Any news on the release date? The suspense is killing me Seth? Lilly?
  5. Does anyone else keep clicking 'Check for Updates' every 5 minutes or it just me
  6. When you add support for libraries it would be great to have the ability to specify whether or not a function / Custom command is local or global. For example, I would like to be able to see all functions etc within a particular library but when I 'include' it into my main script I only need to be able to see the global functions etc. Hope that makes sense?
  7. It has got to a point where I am pausing development with UBot whilst the Include command is implemented. Some of my bots have become really big and the include command is a must. I have a big project that I want to develop in UBot but I will not start it until we get this function back. I need to be able to keep things modular and re-use code wherevener possible. Any ideas when the Include command will be added? Thanks.
  8. Hi, thanks for the comment! Thats probably a good idea! Just made the changes and updated the library.
  9. Hi guys, I have put together a library which I think you might find useful. It allows you to create log files for your uBots. Here are the features: - * Date & Time recorded when the log starts * Date & Time recorded per log entry * Create different sections within the log (Great for seperating different actions within the bot) * Display the log file to the user (either at the end or just call the 'display' function anytime you want to show the log (great way to show each step of your bot) * The log can be as detailed as you want it. Just show a summary at the end or log every thin
  10. Maybe I am using this function wrong but when I use the '$table cell' function and refer to column 0, row 1 (or any row after 0) the returned cell value seems to have a carriage return before it. For example, a .csv file with the following data: - a,b c,d The 'c' would have a carriage return before the 'c'. Does this make sense and has anyone else had a similar problem?
×
×
  • Create New...