Jump to content
UBot Underground

CTSchmidt

Members
  • Content Count

    24
  • Joined

  • Last visited

Everything posted by CTSchmidt

  1. like in the Topic, I do not subscribe for updates and have only the standard edition. If i log into my account I can download the version 5.0.13 the reason why I asked is that I don't want to uninstall my current ubot with the risk of a nonfunctional 5th version.
  2. good idea, as far i can get the username (%HOMEPATH%) there is a valid way for me. Thanks a lot!
  3. Oh sry I was to focused on the monitor bot by TC. Okay with your code Snipped I am able to biuld my own
  4. Like i the Topic, how do i get the %HOMEPATH% path. I try do open files inside my cloud between different machines. ATM I always manually open a "DebugFile" wich lies in the cloud. I use Regex for build all the other paths. http://en.wikipedia.org/wiki/Environment_variable#Default_values Thanks! CTS
  5. Hi, zap sry I do not know any trick yet, but it fails to open the script, I have all the required plugins and they are all up to date. TC's Bot is exactly what I need. I would be very grateful for any solution CTS
  6. I have big trouble with your script because it seems that this is a Ubot Studio 4 script and I am using 5. Is there a fast solution? Or you have to update your whole code?
  7. Like in the Topic, I am searching for a existing script or plugin wich it does. My goal is to check, if my bot is running or already closed. If my bot is closed it will be launch. the result is: the bot runs for 24/7 wich i need any ideas? Thanks in advance
  8. awesome! thanks for this thread and especially for Pete_UK the cool txt. You saved me a lot of time
  9. Sry this wasn't it! I just pasted it wrong I corrected it.
  10. I don't know why this happen but anytime i fire a alert (notification window) my bot will crash with "not responding" (only compiled bots) anyone knows what to do? A very simple example here: if($contains(#captcha, "Why did this happen?")) { then { alert("solve CAPTCHA!") pause script } } clicking on the window, it won't respond. Thanks in advance!
  11. cool stuff, i will try the command line solution
  12. Hi There, is there a way to check the size of a file? Is it possible to check a whole directory size too? My bots working for many hours and sometimes one bot get stuck. My Goal is to get a bot wich checks the files if the size has changed. Maybe there is a Plugin for it? Thanks in advance
  13. A okay, now I understand the function! If the tables are combined, the combined table is as large as both together. I just added some more columns. Thanks Dan! CTSchmidt
  14. Is there a faster way to create a bigger Table? plugin command("Bigtable.dll", "Large Table From file", #openFile, "largeDataSmall") plugin command("Bigtable.dll", "Create Large Table", "largeData", $plugin function("Bigtable.dll", "Large Table Total Rows", "largeDataSmall"), 88) set(#countList, 0, "Global") loop($plugin function("Bigtable.dll", "Large Table Total Rows", "largeDataSmall")) { set(#countInner, 0, "Global") loop($plugin function("Bigtable.dll", "Large Table Total Columns", "largeDataSmall")) { plugin command("Bigtable.dll", "Set Large Table cell",
  15. Hey kev, I love your plugin but I've found a bug. All special chars (like ä,ü,ö) were converted to � is there a way to fix it?
  16. @HelloInsomnia did you have a code snipped? I rack my head about it. I would be very thankful! CTSchmidt
  17. okay I will try it, I will post my solution btw great Stuff CTSchmidt
  18. Sorry i did a mistake, I meant: I have a LargeList with ID's (eg. 001, 002, 008) now i want to add a row from LargeTableA (with a matching id) to LargeTableB the result will be: LargeTableB: 001,data,data 002,data,data 008,data,dataThis was what I meant with "specific row" Thanks in advance CTSchmidt
  19. I have a question: how to i add a specific row from LargeTableA to LargeTableB?
  20. never mind I got it... i found it in the Spam-Folder
  21. okay, nice idea. BTW how do i download plugins? I tried it a couple of times ago with no result. I cannot login either. Is there a simple trick? CTSchmidt
  22. right but the smaller list. right and again the smaller list. CTSchmidt
  23. Hi there, I am pretty new to Ubot and only have the standard license so i have to workaround a bit here my Setup: BIG LIST: about 10000 rows a couple of lists: about 50 - 300 rows Blacklist: about 10 rows My goal is that all duplicate / blacklisted entries will be deleted and newly found entries added to the big list. I have to say that the smaller lists are all tables with about 10 columns, but i check them later on as rows. I got a solution for checking duplicates but the blacklist won't work good. here is a bit code: create table from file(#bigList, &Links) add list to list(
×
×
  • Create New...