Jump to content
UBot Underground

flamerz

Members
  • Content Count

    12
  • Joined

  • Last visited

Community Reputation

2 Neutral

About flamerz

  • Rank
    Member

System Specs

  • OS
    Windows 10
  • Total Memory
    8Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

1548 profile views
  1. yes.. seems gone. I still have the version 1.7.0.0, not sure that one was the latest.
  2. not sure why the plugin its not working on my ubot works: create table from file("H:\\FileCenter\\test.csv",&test) does nothing: plugin command("Bigtable.dll", "Large Table From file", "H:\\FileCenter\\test.csv", &test2)
  3. Hello, I'm just creating a blog post about reading some "big" csv file. Lets say, 100.000 lines, 2 columns, name and age. I wish to load the data and iterate/sum the age variable, just for documenting it. set(#total,0,"Global") set(#row,0,"Global") create table from file("C:\\Users\\Usuario\\Desktop\\names.csv",&dataTable) loop($table total rows(&dataTable)) { set(#total,$add(#total,$table cell(&dataTable,#row,1)),"Global") increment(#row) } This is my UBot code. My issue is, with 100k lines this goes a bit slow, maybe its not good idea to load it on a table. this is my
  4. Just to clarify, the auto parameter starts the bot but the bot does not work as expected. My temporary solution is send Alt tab tab tab space to the bot window and activate the play button with an external macro.
  5. Same happens to me. I'm trying to click the play with winautomation because the /auto, onload, all don't work. I had partial success with JavaScript, but it's a pain to work with that auto playing from the ide while coding or retouching the bot.
  6. Last week Microsoft antivirus deleted my own ubot executable. lol I set an exception. But I get your point.
  7. Hello, please could you check my order? thanks in advance! EDIT; Received. Thanks boss!
  8. I have tryed: alert($plugin function("Advanced Data Text File.dll", "$first char lower/upper", "WERWER", "Lower")) should return something?
×
×
  • Create New...