Jump to content
UBot Underground

bhat

Members
  • Content Count

    14
  • Joined

  • Last visited

Community Reputation

0 Neutral

About bhat

  • Rank
    Member

System Specs

  • OS
    Windows 10
  • Total Memory
    2Gb
  • Framework
    unsure
  • License
    Standard Edition

Recent Profile Visitors

1160 profile views
  1. I have my ubot script on loop. What's the best way to have it log down somewhere the amount of times it runs the loop? And how to do this? Thanks
  2. I have heard about multilogin as well but have never used it myself. Interested to hear if you find a way to use this with ubot Currently I have on my code to change my web browser headers each time it loops. Is there any other precautions we can take besides changing browser headers and IP? Can ubot change timezone as well? Or what other things can we change for canvas protection / to make each browser session unique and not possibly detectable as the same browser?
  3. Hi, this is the code I need but I am not sure exactly where to put it in my script. Would you please PM me your skype id? I would like to show you my script, and if you can help show me where to put this code in my script and also look if my script can be improved on then that would be much appreciated, and I can pay you for your help as well. Thank you
  4. I am getting an error with the line: hma(hmawait) Also, it interefered with Bliss's code when it loops back to it. It says localip.txt cannot be accessed because it is being used by another process.
  5. Ah I'm even more confused as I don't quite understand that code. So my ubot code is set up right now to navigate to the page, then search a specified keyword, then wait for page to load so the search results are displayed. Then I have a "loop while" code to keep clicking "next" until my link text is found and then to click on the link text. So, in order to avoid clicking on sponsored paid ads that may appear that have the same exact link text, do I just copy and paste the code you gave before my "loop while" code? Or where do I put this code? clear list(%resultContainers) add list to li
  6. Thanks uBotforme, I just wanted to make sure first because my script is set on a loop. The beginning of the loop is original poster Bliss's code on page 1 of this forum thread and then my script begins. So do I just add this shell code at the very end of my script and it should solve any problems if HMA get stuck? And it won't interfere with Bliss's code at the restart of my script? Also, is there a way to make this -disconnect -connect code only happen when HMA is stuck on connecting or disconnected? Instead of automatically disconnecting and connecting every time at the end of the sc
  7. The ads are very similar to Amazon ads when you do a search on their search engine. Search "blue spatula" as an example search results: They will have ads on the main search engine results and smaller ads on the side boxes all with the same text with the word "sponsored" above it. Would you please show an example there of a code that clicks a link but avoids all ads on the search results and side boxes of the same link text name?
  8. I am having the same problem here. Sometimes HMA gets stuck on connecting and so I check the next day and my script is stuck as well because of this. Anyone find a solution for this?
  9. I am currently using HMA because I need a solution that changes the IP address every few minutes. I am also running several bots not just one who needs to change the IP address every time the script is complete and when it loops back to the beginning. What is a paid/free proxy solution that will do this? I saw some proxy places selling batches of like 300, but that will only be good for 300 cycles of my script then I need to buy a new batch of thousands of IP addresses every time? Any tips on how to do this as right now I'm just using HMA with ubot
  10. The text is the same, there are some slight differences like text that says "sponsored" right above the link and the URL is different as well. Is there a way to make ubot avoid clicking all sponsored-paid-advertising links with the same link text? Please let me know, thanks in advance. Bhat
  11. Thanks Varo! I'm not sure about restart also, but I will just let it run through the entire script for now instead of restart. Your help with stopping that loop with the three conditions really helped me a lot. Thank you!
  12. Hi Varo, the code worked for stopping the loop, thanks again. Yes, but I am not sure how to make the three conditions. Can you show me an example to add the third condition of not containing captcha page? Also, is there a way that if either one of the 3 conditions are true (1. not contain link text 2. less than or equal your maximum loop set 3. not containing captcha page) then I stop the script code and immediately restart it from the beginning? What I have now is that it stops the loop set but proceeds with the rest of the script code actions. PS: I'm not sure if the captcha page
  13. Hi Varo, thanks I'm going to try this now. One more thing I encountered is that there is sometimes a captcha page that comes on. Is there any tips to restart the ubot code if I encounter a captcha page during this loop? Maybe a code that says if the page is the-captcha-page-url.com then stop script and start entire ubot script from the beginning?
  14. Can someone tell me how I can make my "loop while" loop only for a certain number of times. I set ubot to click through "next" until it finds a link/listing to click on. But I want it to end the loop after about 20 "next" clicks and not let the loop go on forever (if the link is not found then I want ubot to restart again or go to the end through the rest of the ubot code where it is set to automatically restart via another loop code). Here is the code I have now for the "loop while" command: loop while($not($exists(<innertext="THE LINK TEXT IS INSERTED HERE">))) { wait for
×
×
  • Create New...