Jump to content
UBot Underground

hare ram

Members
  • Content Count

    151
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by hare ram

  1. For solving captcha images process is as follows: 1.First you set Api key of captcha images and another one for captcha services 2.after that you bypass through captcha services and store in a list. 3.After that you pass that stored list in a captcha box then after click on submit button.
  2. No that's not the way man are you want to solving captcha images or other thing plz clear with description first then after all member first understand then after anyone can help you man.. Thanks
  3. try this man it helps you to understand.. add list to list(%url,$list from text($trim($read file(your file path is in .csv or .txt)),$new line),"Don\'t Delete","Global")
  4. try this bro for click button :x://*[@type=button] or u send that url or scrrenshot of that area
  5. @Macster (UBotter Labs) TJ Share video for portable browser and this helps for your solution my issue solved and thanks for sharing video TJ..Thanks a lot
  6. Anyone getting this issuue plugin command("ExBrowser.dll", "ExBrowser Type Text", "", "") command is not working today , i have used this command in several site and on all sites it is not working there is no issue with xpath.I am using chrome for launching browser and in firefox this working fine. Any idea plz reply anyone how can i resolve it.
  7. which browser you used buddy either inbuilt or exbrowser ,in inbuilt browser there is click command from there we use to select the element selector then after click, and in exbrowser below i write code first you use change attribute and style; display:none then after i use to click the submit button. plugin command("ExBrowser.dll", "ExBrowser Change Attribute", "x://*[@id=\"g-recaptcha-response\"]", "style", "display: none;")plugin command("ExBrowser.dll", "ExBrowser Click", "x://input[@name=\'submit\']")
  8. This code need http post plugin which is not available, if my issue solved by this plugin then i will buy this plugin.How can i check bro to grab that url which i want once time plz can you post me a demo video for grab those link after that i can buy this plugin.
  9. I am trying to figure out how to do this but so far no clue to code it. Here is what I wanted to do: I have a list of around 2K urls. when we open this url on browser it redirect to a website via two redirect in between. Like this: Raw URL ==> URL redirect1 ==> URL redirect2 ==> Main URL I want to extract this " URL redirect1, URL redirect2' from each raw url from 2K list. Need your expert advise Plz!! Thanks in advance.
  10. Hi. I want to track header and referrer area with the help of python code in which some link i have tracked by inspect element and some link is hidden how can i track those link.I m using TJ python plugin for tracking i am trying but not success i am trying in this way am going right way or wrong.How can i achieve these result: alert($plugin function("ExecutePython.dll", "Execute From Code", "import requests REMOTE = \'https://people.com-breakthrough-story.com/lp/perlelux-bk_dragon-v3.php?voluumdata=deprecated&eda=deprecated&cep=eLCC7n1-ZFtWFbejCeaxPwwph9Mrlm-9VgByOTcMVNchSwLULhnCd8
  11. Hi everyone, I want to click on submit button in google page after solving captcha images but it fails to click on submit button.I think before solving captcha image i have to run javascript code that is missing and i am using 2captcha services for solving captcha's. plz give any solution i stuck at this point since 2 days. Thanks in advance
  12. Hi everyone, I want to click on submit button in google page after solving captcha images but it fails to click on submit button.I think before solving captcha image i have to run javascript code that is missing and i am using 2captcha services for solving captcha's. plz give any solution i stuck at this point since 2 days. i attach screenshot of that page which i have to solve. Thanks in advance
  13. Thanks a lot i watch earlier this video and pro solved ...thanks ..thanks a lot again..
  14. ok Dan i solved that issue after self learning..but you should appreciate man and i am learner in exb anyway........ Thanks
  15. I tried many way Dan since last 2 days and i am searching in forum all example and applied but can't success and getting frustrate. so plz give me proper link where example is given for above issue that can i understand in forum or video link for increment through table in multithread in exb...
  16. Hi, I stuck in one point when i make bot in exbrowser in multithread ,how i increment table data in multithreading? Before i usually take data from csv file i used throgh list and in exbrowser i want to take through list it is not working fine in all thread bcz i take almost 7 field to fill it and when try to increment through table data it works fine but take same data in all thread ,i want to increment that csv data which i taken. plz suggest me solution how can i increment data through table cell. Thanks
  17. ooo my Pro solved Dan...few more solution i want to know: When i automate a website in multithread i stuck in one point that when i want to automate a website in multithreading, when multithread starts in differerent browser then cookie is not stored as in normal browser i automate in multithread in that browser i found no problem. So what type of cookies i used to stored. And second one in wait command i use to post almost 7 different field through csv file and work very fast in exb i use different different exbrowser wait command but still not working what is the proper wait command i use
  18. Hi , I am begineer in exbrowser and i want to click on button save page after that a pop up message come and i want to click on that ok button how can i click on ok button.Plz advice me and thanks in advance. Screenshot is attached below of that page.
  19. i am facing same pro to click submit button to scrape in youtube channel detail for scraping contact details.
  20. i try my best to click on submit button after click captcha image, it is not working manually i want to click on submit button but can't click. I am using 49 and 21 browser in Ubot.I think in this code javascript or Ajax is used to click on submit button...
  21. < set(#ApiKey,"2captcha api","Global") set user agent("Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36") wait(2) navigate("https://www.youtube....h-QHvttQ/about","Wait") wait for browser event("Page Loaded","") if($exists(<innertext="VIEW EMAIL ADDRESS">)) { then { click(<innertext="VIEW EMAIL ADDRESS ">,"Left Click","No") wait(1) wait for element(<class="recaptcha-checkbox-checkmark">,"","Appear") set(#GoogleSiteKey,$find regular expression($scrape attribute(<class="re
  22. < click(<class="yt-uix-button yt-uix-button-size-default yt-uix-button-primary captcha-submit">,"Left Click","No")>
  23. Here is my code set(#ApiKey,"2captcha api","Global") set user agent("Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36") wait(2) navigate("https://www.youtube.com/channel/UCOhHO2ICt0ti9KAh-QHvttQ/about","Wait") wait for browser event("Page Loaded","") if($exists(<innertext="VIEW EMAIL ADDRESS">)) { then { click(<innertext="VIEW EMAIL ADDRESS ">,"Left Click","No") wait(1) wait for element(<class="recaptcha-checkbox-checkmark">,"","Appear") set(#GoogleSiteKey,$find regular expres
×
×
  • Create New...