Jump to content
UBot Underground

darknode

Fellow UBotter
  • Content Count

    55
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by darknode

  1. version 5 crashes, not even usable. version 4 works inside ubot studio after compiling on version 4, captcha does not work. but it works inside ubot. wtf would cause that. ui text box("Threads", #times) ui stat monitor("Completed:", #finished) ui stat monitor("Failed:", #failed) ui button("Start") { run() } ui open file("Message List", #msglist) define run { set(#finished, 0, "Global") set(#failed, 0, "Global") add list to list(%message, $list from file(#msglist), "Delete", "Global") submit() } define submit { loop(#times) { reset account("Any") set u
  2. interesting. on the third example it reported fm\N236 \N may be able to use python to get around iit, was just curious if there is existing ubot code to do this. no point in re-inventing the wheel ya know.
  3. curious if ubot has the capability to solve a simple captcha in comparison to say reCAPTCHA like the following images without using a paid captcha service.
  4. i'm curious if the application compiled requires .net or anything to run. if so, is it possible to install .net during the install process
  5. i mean something like is user logged into facebook with firefox if so, continue if not, display login form
  6. is it possible to share cookies between firefox and chrome with the ubot browser? for example, if you're logged into twitter or facebook from firefox or chrome, and you browse to those websites in ubot studio, for you to remain logged in?
  7. I tried \d(1,2)\s(min|hour|day)(\s|s\s)ago and was not having any luck
  8. just got a chance to try it out, i'm not getting results in the list, but the scrape is working as you showed, may be me typing the regex incorrectly. can you please post the regex you used in the video so i can compare?
  9. This was very informative, thank you. i'm sure this will help with more than google, although i've not ran into the issue anywhere else.
  10. i get a bunch of stuff in #results only but nothing in %time
  11. i'll try it out, i think one also says mins ago
  12. can someone verify if youbot can insert text into the full name field of https://twitter.com/signup/ found it interesting that all other fields could have text inserted into them BUT the full name field. weird.
  13. I ran the script, but it does not even collect what i'm trying to collect in the screen shot and example provided. i'm not even sure what the same script is attempting to do.
  14. I'm trying to scrape the time field from google. however when google displays a thumbnail, it breaks the script. to explain this, if you run add list to list(%time, $scrape attribute(<outerhtml=w"<div class=\"f slp\">*</div>">, "innertext"), "Don\'t Delete", "Global") add list to list(%time2, $scrape attribute(<outerhtml=w"<span class=\"f\">*</span>">, "innertext"), "Delete", "Global") on the url https://www.google.com/#q=open+source+site:youtube.com&tbs=qdr:d you should see results like this http://i.imgur.com/bi1ZuXN.png is it possible to cr
  15. I was trying to scrape google results. i was using the attached code, and was able to grab url's but when i try to do the same with title saved to a file, and how many minutes/hours/days is listed before the description. maybe i'm not understanding how the scrape function works. all i get is a single result rather than the 10 results listed. so i have 3 files being created time.txt title.txt urls.txt i just need a crash course i guess. trying to learn the software, but it's easier to get me started if i can see this working. then i can leave you ppl alone. lol code that does post url's
  16. it works if i don't go into the code view, but if i do, i'm stuck there. I think this may be a bug.
  17. well now i see another problem. add list to list(%time, $list from file("{$special folder("My Documents")}\\time.txt"), "Delete", "Global") set(#time1, $list item(%time, 0), "Global") set(#time2, $list item(%time, 1), "Global") set(#time3, $list item(%time, 2), "Global") set(#time4, $list item(%time, 3), "Global") set(#time5, $list item(%time, 4), "Global") set(#time6, $list item(%time, 5), "Global") set(#time7, $list item(%time, 6), "Global") set(#time8, $list item(%time, 7), "Global") set(#time9, $list item(%time, 8), "Global") set(#time10, $list item(%time, 9), "Global") add list to list(%
  18. bleh saw the problem but now there's another problem
  19. error you have exceeded the range of the list add list to list(%time, $list from file("{$special folder("My Documents")}\\time.txt"), "Delete", "Global") set(#time1, $list item(%time, 0), "Global") set(#time2, $list item(%time, 1), "Global") set(#time3, $list item(%time, 2), "Global") set(#time4, $list item(%time, 3), "Global") set(#time5, $list item(%time, 4), "Global") set(#time6, $list item(%time, 5), "Global") set(#time7, $list item(%time, 6), "Global") set(#time8, $list item(%time, 7), "Global") set(#time9, $list item(%time, 8), "Global") set(#time10, $list item(%time, 9), "Global") add
  20. trying both. 4 lags so bad after ui is modified, then i loose the ability to right click. i have a very short deadline, and this is a real problem.
  21. program keeps freaking out and locking up. pretty frustrated right now tbh. $695 and i cant get something that should be simple to function
  22. not getting it to function right. i'm new to ubot. looks like i have a long ways to go in order to learn it.
  23. i see how that can be used for static content, but can it be used for dynamic content. let's take for example there is a text box in the ui, named keyword. what keyword you enter does something like this. notice where *******#keyword******* is https://www.google.com/search?safe=off&hl=en&noj=1&biw=1024&bih=633&tbs=qdr%3Ah&q=*******#keyword*******+site%3Atwitter.com&oq=key+site%3Atwitter.com&gs_l=serp.3...4467.4950.0.5827.4.4.0.0.0.0.96.236.4.4.0....0...1c.1.29.serp..4.0.0.deJq9KXLU1g so in a live result for example https://www.google.com/search?safe=off&a
×
×
  • Create New...