Jump to content
UBot Underground

mastercho

Members
  • Content Count

    36
  • Joined

  • Last visited

  • Days Won

    1

mastercho last won the day on May 24 2018

mastercho had the most liked content!

Community Reputation

3 Neutral

About mastercho

  • Rank
    Advanced Member

System Specs

  • OS
    Windows 10
  • Total Memory
    More Than 9Gb
  • Framework
    unsure
  • License
    Professional Edition

Recent Profile Visitors

1586 profile views
  1. Hi All I have issue with creating login for couple sites like working headless (ex browser) Amazon - Pops ups captcha as detects like a bot, after filling captcha and submitting form says to try again even if captcha is correct. Walmart - its ok but pops captcha from time to time and i dunno which link to submit g-recaptcha-response as cant see form in code. Nandos.Co.Uk - shows Incapsula recaptcha, solving this recaptcha leads to second recaptcha during login, solving that one also and its send me back to incapsula recaptcha seems cant pass trough catpchas pcoptimium.ca - Nothing
  2. Weird i solve it with HTTP POST to Anti-Captcha API bot written on C#
  3. I tried all 3 functions of Exbrowser and all of them take the current looking stage(scrolled top) and not full page screenshot. Any idea how to do a full page screenshot?
  4. I'm going nuts because somehow Comparison function not working i dont know why but 105 < 0 goes true in my case and doesn't even loop set(#total,105,"Global") set(#start,0,"Global") loop while($comparison(#total,"< Less than",#start)) { plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.google.com/") set(#start,$add(#start,25),"Global") }
  5. Nope what i saw was normal SOCKET request then read JS from file and execute it.
  6. Yeah i thought same until i saw someone actually can run local .js files over socket requests. Maybe is some kind plugins or something i don't know.
  7. So yeah i wonder if i can run Javascript code on SOCKET requests as they don't parse/run JS code as a browser.
  8. Here giving paste link cuz forum not allow to post that long code. https://paste.ee/p/t7sTC
  9. export to excel is not working and list from table its not work with lit to list https://gyazo.com/fea813fd26df17166dae34daf39485dc its getting results but its not appends to the second list from list to list
  10. Abbas did not answer, and these 2 tools are not a thing which i can automate in bot side. Nobody wants to run additional software that ask for admin rights... Thing is i cant find any and that's why im asking, Advanced System is taking system name instead of ID as i saw, also im asking something which i can use on all bots not only in Ubot
  11. So i made 2 blocks, "connect to the database" ( which is all fine working for HeidiSQL whenever i try on local) and then click test connection in "connect to database" says the connection is successful Then i make "query with results" block and just write "SELECT * FROM article" and result table to &links but when execute these blocks nothing gets into table &links, what can cause this in case connection/details all is fine? That's the error message : https://gyazo.com/6d1de8e08a1544c9bb8dff4859a4b8f5
×
×
  • Create New...