Jump to content
UBot Underground

Freezer

Fellow UBotter
  • Content Count

    3
  • Joined

  • Last visited

Everything posted by Freezer

  1. thanks for this great plugin here is a example for time ranges: ui button("timetest") { set(#current time, "{$plugin function("time.dll", "$currenthour-24h")}{$plugin function("time.dll", "$currentminute")}", "Global") set(#starttime, 0800, "Global") set(#endtime, 2200, "Global") thread { loop while($either($comparison(#starttime, ">=", #current time), $comparison(#endtime, "<=", #current time))) { wait(5) alert("wait") set(#current time, "{$plugin function("time.dll", "$currenthour-24h")}{$plugin function("time.dll", "$curre
  2. Problem is, the better your bot is, the less suppot it will need. Especially bots that do a straight forward task and will not need a lot of customization. Otherwise I do agree, support is a big thing. But support will cost time and money and does not scale, selling does though. So if you have a lot of sales you want to minimize the support you have to offer or you will have to either work all day doing support or employ somebody ... as I said ... it does not scale :/
  3. I am interested, please pm me proxy and mutlithreading support integrated?
×
×
  • Create New...