Jump to content
UBot Underground

hienquoc

Members
  • Content Count

    87
  • Joined

  • Last visited

Community Reputation

3 Neutral

About hienquoc

  • Rank
    Advanced Member

System Specs

  • OS
    Windows 8
  • Total Memory
    8Gb
  • Framework
    v3.5 & v4.0
  • License
    Professional Edition

Recent Profile Visitors

1840 profile views
  1. There was an email update that you manually download. I just manually unpacked it and run directly from update folder Sent from my SM-G988U using Tapatalk
  2. Works for me, I'm using 2.26, but I think it's not working or loading compiled bots after Ubot 6.1.14, so I'm not upgrading until maybe another update Sent from my SM-G988U using Tapatalk
  3. It seems like the Heopas INI Read and Write doesn't seem to be working. I think its the latest ubot or windows update causing it, can anyone verify?
  4. It seems then it doesn't work for 1440 Sent from my SM-G955U using Tapatalk
  5. Can you allow it to decrement and increment time more than 1440 minutes? maybe 7 days would be more than enough for me alert($plugin function("Advanced DateTime.dll", "$datetime decrement", 0, 0, 0, 0, 1440, 0, 0, "", "UBOT (MM/dd/yyyy HH:mm:ss)", "UBOT (MM/dd/yyyy HH:mm:ss)"))
  6. Will it read websocket live data? Is there a bundled plugin deal with the UI since I need both to run? Sent from my SM-G955U using Tapatalk
  7. Can I see b some images of the chart. I'm on mobile and traveling Sent from my SM-G955U using Tapatalk
  8. Hey Pash, I want to be able to round to the nearest 0.5 so that 1234.11111 returns 1234.00 1234.4444 returns 1234.50 1234.5444 returns 1234.50 1234.8444 returns 1235.00 and using this function seems to not include the decimal and adds the 5 to the end of the number alert($plugin function("Advanced Ubot.dll", "$math option", 123456.89008043, "Round", "", 1, "#.5")) is there a way to do that to round to the nearest 0.5, 0.10, 0.05, or 0.001 can i make this a feature request if it doesn't?
  9. Hey Pash, I think i found a bug, or you didn't intend for us to use it this way. I have nested switch statements. When I manually set to go into first Switch, it goes into the right case, then the second switch, it goes into the right case, but then ends up going in the first switch statement in the wrong case, when its suppose to just kick out of all the switch function, it should only print the first alert "entered 1" and not the next one "entered 2" plugin command("Advanced Ubot 2.dll", "switch", "true") { plugin command("Advanced Ubot 2.dll", "case", "true") { plugin comman
  10. Is it possible to have multiple stop watches running at the same time ? i have many different things to track
  11. Hey Pash, When I use set(#timer One,$plugin function("Advanced DateTime.dll", "$datetime count up/down", "11/01/2019 11:02:00", "UBOT (MM/dd/yyyy HH:mm:ss)", "m"),"Global") if I just count for only hour or minute, nothing returns i have to do h:m for something to come back, Can you update it so I can only return hour or minutes
  12. Hey Pash After the update the display is fine but now no timezone i select converts, it just shows blank no matter what i select $plugin function("Advanced DateTime.dll", "$datetime converter", "10/06/2019 16:41:43", "UBOT (MM/dd/yyyy HH:mm:ss)", "UNIX", "(UTC-06:00) Central Time (US & Canada)", "(UTC) Coordinated Universal Time", "en-US", "en-US")
  13. Hey Pash for UTC = 0 using $plugin function("Advanced DateTime.dll", "$datetime get time zone mapping", "") "(UTC+00:00) Dublin, Edinburgh, Lisbon, London" for example $plugin function("Advanced DateTime.dll", "$datetime converter", "10/06/2019 16:41:43", "UBOT (MM/dd/yyyy HH:mm:ss)", "UNIX", "(UTC) Dublin, Edinburgh, Lisbon, London", "(UTC) Coordinated Universal Time", "en-US", "en-US") When selected in mapping can you make it also match in the converter, its missing the "+0,00" part so when i use the mapped format in the converter it doesn't spit out a conversion because the formating is d
  14. Hey Pash i notice that "(UTC-06:00) Central Time (US & Canada)" isn't in the list when i use the get time zone mapping$plugin function("Advanced DateTime.dll", "$datetime get time zone mapping", "")"(UTC-06:00) Central Time (US & Canada)" I need the user to pick from the list and enter it as a variable set(#utc timestamp,$plugin function("Advanced DateTime.dll", "$datetime converter", $date, "UBOT (MM/dd/yyyy HH:mm:ss)", "UNIX", #GLOBAL User Selected Timezone, "(UTC) Coordinated Universal Time", "en-US", "en-US"),"Local") Please update Thanks
×
×
  • Create New...