Jump to content
UBot Underground

Chezzyk

Members
  • Content Count

    19
  • Joined

  • Last visited

Everything posted by Chezzyk

  1. Hello, im getting this error whne trying the latest example: Unexpected character encountered while parsing value: E. Line 1, position 1. edit:solved I just needed to add access key directly and add list clearing and it works now. great plugin.
  2. Still could not solve this and it drives me crazy, anyone please who knows how to do this?
  3. Hello, have this been solved? I have the same problem trying to comment on fb status, enter just does not work as keyword event, but when i press it manually, it works.
  4. I tried it, but did not understand how to select first occurence of some element on page.
  5. Hello, I'm trying to click on element that shows many times on the page and they are all same. I use "innertext" as selector nad I would like the selcet always only the first such element on page. Can someone give me any idea how to do this? Thanks for help
  6. "Right now $either only supports 2 conditions which will eventually get fixed." its end of 2016 and it looks there are still only 2 conditions in $either.
  7. Hello, here is my bot: set headless browser("Off") navigate("https://www.xxx.com/login","Wait") wait for browser event("Page Loaded","") wait(2) click(<image="___IMAGE___7___IMAGE___">,"Left Click","No") ui text box("Total Loops:",#total loops) ui text box("name",#name) ui text box("pass",#pass) clear list(%neupdatovany) ui stat monitor("Total Loops:",#total loops) ui stat monitor("Loop:",#row) set(#row,0,"Global") wait(2) ui open file("xxx adresy",#adresa) create table from file(#adresa,&adresy) wait for browser event("Page Loaded","") wait(2) type text($element offset(<username
  8. Ok I have solved it finally by taking different path and using $exists with wildcard, but thanks for your help at least I learned something about regex.
  9. I still don't know how to solve this, I thought this will be the most easy part and I'm stuck on it for three days. I just dont know how to use find regular expression on page, I tried it with $URL, but it seems it searches only the actual URL address and not the whole page and I just don't know how to make it work on whole page.
  10. this is how my script looks now, everything works except that one thing: ui text box("Total Loops:",#total loops) clear list(%neupdatovany) clear list(%updatovany) ui stat monitor("soucasna adresa",$url) ui stat monitor("Total Loops:",#total loops) ui stat monitor("Loop:",#count) set(#row,0,"Global") wait(2) ui open file("urls adresy",#adresa) create table from file(#adresa,&adresy) loop(#total loops) { clear cookies navigate($table cell(&adresy,#row,0),"Wait") wait for browser event("Page Loaded","") set(#soucasnadresa,$url,"Global") if($search page("day")) {
  11. Hello, thanks a lot for help, but this does not seem to solve my problem. What I need to know is just how to perform "exact search", so when I'm searching for word "day" it only finds word "day" and not "today", "holiday" or "days" etc..
  12. Hello, I'm trying to create scraper that will save me only url of pages that does not contain certain word. In my case it is word "day", problem is that $search page takes as possitive result also words that contains day, like "today" which I do not want. is there any way how to perform "exact search" with ubot? thanks for any help.
  13. Hello, I have page with two elements i want to randomly click, how can i do this in most simple way? Seems rand can only use numbers and in this case I would need just one of two values, but they are not numbers. Maybe I could somehow connect these values to numbers and when rand enters one of these number, it would actually enter one of my values?
  14. Hello, I have downloaded this plugin, but have some problems with it. Is there any tutorial how to use it? I have also bought the Advanced Image plugin, just because of this and Im not sure if I need it at all or not. I cannot use the code, because it keeps telling me when I want to switch to node view that there is an error in my code, but I do not see any. Can anyone help me? Edit: Ok seems I have found one working code here, but it seems this version is not able to solve the captchas that says you need to solve more than one set of pics. Is there any code that does that?
  15. I dont get it, clearing cookies is probably one of the most important functions in any account creating bot and probably huge amount of other bots, so I guess that is something developers should be dealing with and not us users? Its not my case, but are all those guys who sell their bots going tell their customers to use ccleaner after every loop?
  16. Hello, can anyone tell how well this code and those APIs work? I used imacros and 9kw API to solve the new recaptcha, but it was usually too slow so the captcha expired and I found this thread so I bought Ubot and I hoped this will work better, but I did not realize you need two more plugins fo this to work so it would cost me another $150. Could please anyone tell me how fast and accurate it is now? Thanks a lot guys.
  17. Hello, has this issue been resolved or not? I use clear cookies command in my bot, so if it does not work then buying hundreds of proxies for it would be pretty useless.
×
×
  • Create New...