Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 02/11/17 in all areas

  1. http://network.ubotstudio.com/store/wp-content/uploads/sites/2/2016/12/thread-docta-pro-edition.png Hello! This is my end of year gift for UBotters!, Hope 2016 was good for you and I hope 2017 brings you the best Thread Docta is easy way to multi-thread UBot Scripts without much hassle. For the most part all you have to do is handle the next list item. There is no need to use locks or special increment/decrements techniques. This version is for UBot Pro. and Dev. users and uses a few free plugins, one to handle lists, files, a timer and finally one to handle a silent deletion of a d
    1 point
  2. If you wanted to get rid of the scroll bars completely you can add this to your Style sheet. ::-webkit-scrollbar-track { display:none; } ::-webkit-scrollbar { display:none; } ::-webkit-scrollbar-thumb { display:none; } --------------------------------------------------------------------------------------------------------------
    1 point
×
×
  • Create New...