Jump to content
UBot Underground

kill3rbko

Members
  • Content Count

    153
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by kill3rbko

  1. Hello, 2captcha is giving me wrong result with these type of picture. I am using advance captcha and 2captcha normal function set(#result,$plugin function("Advanced Captcha.dll", "$2captcha.com normal captcha", "7a6fab2b6cc3f31e539d707742e40587", "{$special folder("Application")}\\captcha.jpg", "", 120),"Global") Here is 2captcha result : Have i use the wrong function?
  2. OMG, i got you now lol. Even if i use the same copy of the profile it should work? Let me try it! Thanks
  3. Hello again, Here is the result, all browsers are opened, but the threads are executed in 1 browser only. (see screenshot) https://imge.to/i/WiOJW
  4. Hello Mastas, here is resumed code i am using. I confirm that without loading profile in EB this code is working very well. My objective with the profile was to use inside a vpn addon set to specific country, then login with the specific account and surf ads. Each account would have a chrome profile "country". In the below code i did not make yet the loop for changing profile, i just need to open multiple browser with the same profile in threads. loop($list total(%Jobs)) { set(#threadcounter,0,"Global") Login() set(#Finished,"false","Global") loop while($comparison(#Finished,"
  5. Hello Masta i am back, i have noticed that when i load a page which showing captcha, i have that link : http://www.rileyfelton.com/modules.php?m=surfer&show=captcha When i navigate to that link i have the 6 pictures in 1 png image. I am trying to save them which the flip image position. (see screenshot below) http://prntscr.com/oxd2ov My question is : even i can recognize the picture compared to the one i have download and determine the position to click (1 to 6) how will i send the click to the browser? Thanks in advance
  6. Oh my God Masta you point me towards a good way, let me try to understand it and feedback Thanks a lot
  7. Thank you for your reply Teacher. I think the multithread is working, but not in the way i would like. I do not want to multithread different profiles. I just need to multithread 5 chrome browser with the same profile but opening different urls. The result i have is opening 5 browser but only 1 browser seems to make the threads. If EB could open tab and in thread and execute the thread code for this tab, may be i can avoid opening multiple browsers? I will try to post a resume code to show it. Thanks a lot
  8. Hello, I have tried to use the exbrowser loading several profile with multithreading and do not seem to work. The browsers are launched, but all threads are working inside the first browser only. Is this function abble to be multithread? Regards
  9. Yes docta I make the user to clic it manually but i cant click 1000 all day lol I did not see anything in the html indicating that, i ve just notice in the inspector after each onclick="endprogress(1);"> i see a little button "Event" Thanks anyway for help
  10. Hello, As i heard a lot that anything is possible with EXB, i would like to know how this type of problem can be solved. I spent a day without success. The main question how to know which element to click on random images where the good picture is the upside down one. Here is what i get with firefox EXB elements inspector <td valign="middle"> <map name="Map" id="Map"> <area shape="rect" coords="0,0,50,50" href="javascript:void(0);" onclick="endprogress(1);"> <area shape="rect" coords="100,0,50,50" href="javascript:void(0);" onclick="endprogress(2);"> <are
  11. Any idea? Envoyé de mon ONEPLUS A6003 en utilisant Tapatalk
  12. Hello, How to capture (inspect element) in EXB chrome browser the counting timer and the state for show that an ad has beed displayed? I do mean : see pictures With ubot browser it can "wait for element" the timer and the text in the top. With EXB i could not find a way to detect inspect this element. Even in Page Source code, i do not have that state. Any help would be grateful, because i cant use ubot browser due to crash all time. Thanks in advance
  13. Thank you all for the help! i will check and come back !
  14. Hello, I have to click and slide to the right an element on page. Is there any syntax for that type of action on ubot? Thank you in advance for help
  15. Hello uboters ! After 1 year, i finaly decide to use seriously my exbrowser Today 's problem is about using socks proxy with portable chrome.EXB does not seem to support that function. Is there any tip or way to use proxies? Or in case is it possible to use extension on browser (i should install it on the portable chrome?) Thanks in advance
  16. Thanks Dan, I ve forgot im using google drive lol
  17. Hello, Everytime i install chrome v.70.0.3538.102 it is updating to the last version and does not work with EB. I have tried everything, delete the update folder of google update, and add keys in windows registry without success. Is there any way to avoid auto updating? I could not found this portable version thats why im installing it. Regards
  18. Thank you for pointing me on it. I was typing text in the field without brackets and spaces : 3057298431 I have solved the problem when i transform the number in the phone format : (305) 729-8431 Thank you for the help!
  19. Hello I struggle to find a way to type a us phone number inside the field without success. here is the value of #MyPhone : 3057298431 When i use the code i obtain another result type text(<name="phone_number">,#MyPhone,"Key Down")
  20. Great Insomnia, Thank you for the tip, its working. I have just a problem to click the "verify" button in the temp email. i can capture the button properties, but when i click even manually i dont have any response. I am using mohmal for temp email : Is it due to the target ? code of the button in the page : <a target="_blank" href="https://user.robinhood.com/verify_email/?uuid=f9656520-12a1-4ce0-8602-d46a7a36c8f1" style="margin: auto;background: #21ce99;border-radius: 6px;color: #ffffff;display: block;font-family: Open Sans, Helvetica;font-size: 14px;font-weight: regular;padding: 1
  21. Hello, Im trying to register on a site with temporarly generated email. After registering to the site i have to click the confirmation into the email. How to use 2 browsers with their own url and switch between them? Is there any ubot syntax or function to relaize that? Thanks in advance for help.
  22. Hello, I would like to know how to substract days from a specific date. I saw this function that will add 7 days to my date set(#d1,$plugin function("File Management.dll", "$date add days", #datedujour, "7"),"Global") I would like to substract 7 days from a specific date, is it possible with ubot? If not, Is there any free plugin to do it. Thanks and Regards
  23. Hello If you could pm me also it would be great Thanks in advance
  24. Hello, Just a feedback in case I have solved my problem by installing Microsoft visual c++ x86 version and not x64 version even on a 64bit windows server.
  25. Hello, Today i can not send anymore via emailsender I have this error translation : the client or server is only configured for email addresses with local names
×
×
  • Create New...