Jump to content
UBot Underground

ed08724

Members
  • Content Count

    81
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by ed08724

  1. Thanks myubo, I always have something loaded in ubot so stopped another program and opened what I want to run and after a few minute delay, it ran fine.
  2. Anyone else having problems starting ubot studio today? It gets past the checking license step it usually gets stuck at when ubot server is down. Locks up at Starting Ubot Studio. I also randomly get a popup that say
  3. Has anyone been able to get ubot 5.9.55 to work with windows 11? After disabling virus and security I finally got it installed and entered my license info. It then downloads its support files, verifies license info, then just stops at "Starting Ubot Studio" with the ubot icon displayed.
  4. just curious what the purpose of the wait(.1) is?
  5. Kev do you have problems wit the ui and or browser not working in 6.3.1? Sometimes it works fine with both, sometimes I get the browser with no UI and sometimes I get the UI with no browser.
  6. 6.3.3 was a complete disaster. No idea how they could release something with so many bugs. I was able to get back to 6.3.1with a system restore but that version only shows the UI and browser half the time. Has anyone tried 6.3.5 and if so is it useable?
  7. I have been compiling to exes all the time.
  8. Got back to V 6.3.1 by doing a windows restore so most things are back working.
  9. I installed ubot 6.3.3 and have had too many issues to even document. These examples are not new code. They have worked for years up until after 6.3.3 update. The 2 easiest to nail down are add list to list(%files,$get files("C:/Users/ed087/Downloads","No"),"Delete","Global") returns no files. Tried different folders but all return nothing. if($search page("any text")) { returns true even if the item is not on the page which I have verified by checking the source. The opposite happens also returning false when the text is on the page. other non specific issues are. View generated source eit
  10. looks like the forum is dead lately. after yesterdays update multiple things not working. how can I roll back?
  11. Starting either ubot studio or any compiled bots does nothing. No error . nothing happens.
  12. Is there a way to get a pixel color at a specific windows screen location like in most windows macro programs? This is for windows not a website. Thanks.
  13. Nevermind. I solved it. It was my own error message. LOL. Couldn't find a way to delete this post.
  14. This script has run many time before without error. When I tried to run today I got this error. Anyone know how to fix it? https://www.screencast.com/t/iGvsdNRN0R2 popup box says says /pops/ not found
  15. I added a z in the front of each list item sorted the list then removed the z in the front of each list element.
  16. in Ubot Studio X I want to sort a list but the resulting list is ending up in scientific notation add list to list(%sorted,$sort list(%myposts,"Descending"),"Delete","Global") %myposts 1015623801993453110156239823899531101562405309695311015623884840953110156236482544531101567600257040311015623510573953110156233189979531101562327204195311015623217532453110156230650744531 %sorted1.0156760025704E+161.01562405309695E+161.01562398238995E+161.01562388484095E+161.01562380199345E+161.01562364825445E+161.01562351057395E+161.01562331899795E+161.01562327204195E+161.01562321753245E+161.01562306507445E
  17. Is there a way to retrieve a list of files matching a certain pattern such as *june.csv thanks
  18. My Dell laptop just updated its bios and now ubot studio won't load because ultimate captcha plugin hardware id is not correct. I contacted them but is there any way to run ubot without this plugin until I hear back from them. Ubot won't even load to be able to disable it.
  19. Code Docta, that was just a test case. when there are actually items in the list I can't just delete the first 1
  20. I have fixed the issue although don't know why its all of a sudden an issue. load the file in as a table then convert to list create table from file("{$special folder("My Documents")}\\test.csv",&test) clear list(%test) add list to list(%test,$plugin function("TableCommands.dll", "$list from table", &test, "Column", 0),"Delete","Global").
  21. really beating my head against a wall here. my code was working fine now all of a sudden I can't load a list from file and get empty clear list(%test) save to file("{$special folder("My Documents")}\\test.csv",%test) add list to list(%test,$list from file("{$special folder("My Documents")}\\test.csv"),"Delete","Global") when I run that I end up with a list with 1 blank item instead of a list with 0 items https://www.screencast.com/t/6LhZ6eRmh this messes up all the rest of the code. this is just a new snipit of code I wrote to test my issue. thanks and happy holidays!
  22. Can I manipulate a currently open chrome browser tab that was opened prior to running ubot and maintain the login.
×
×
  • Create New...