Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 03/07/12 in all areas

  1. Hi Guys I know that quite a few of the guys in the community have been having issues with the memory being eaten up by the bots which causes bot failure. I have experienced this as well. I have found a temporary solution that "manages the memory leak" until the dev team at UB can get issues fixed. I have been testing this on my bots and have had better success and less memory failures. I have been using an app called CleanMem http://www.pcwintech.com/cleanmem The reason why I used this is because it allowed me to track the memory usage per process example: UBtBrowser.exe UBot Studi
    3 points
  2. I need someone to create 4 different bots for me, please let me know if you're available for this
    1 point
  3. Thats my way. clear table(&Old table) clear table(&New table) clear list(%Temp) create table from file(".yourDataFile", &Old table) save to file(".temp", &Old table) clear table(&Old table) add list to list(%Temp, $list from file(".temp"), "Delete", "Global") save to file(".temp", %Temp) clear list(%Temp) create table from file(".temp", &New table) Have luck
    1 point
×
×
  • Create New...