Jump to content
UBot Underground

webpro

Fellow UBotter
  • Content Count

    775
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by webpro

  1. Getting this one right now too. I'll try Chrome49 as we got 2 choices right? (21 and 49) It has to do with scraping. It stops after while (not youtube related in my case tho) then gives: Cannot deserialize JSON object into type System Boolean 5.9.44 version here Oh yeah and if i try something else. It crashes UB
  2. Guys, are you getting this message from Avast when you fire up UB? infection idp.generic Fix problem automatically or ignore
  3. Any ideas on how to disable the bot for X amount of time? Let's say 24hrs? I will create some free bots but i don't want the users to abuse the system. So i thought that adding a 24hrs break after doing it's job, would be a good idea? That even if he/she fires up the bot again, it's got a timer or something, showing how much time they have to wait before using the bot again. How could i do this? Thanks
  4. GOT IT. Here it is for others to view: ui stat monitor("Wair for:","{#waittime}seconds from now. Thanks for your patient!") set(#waittime,$rand(30,60),"Global") wait(#waittime)
  5. I get: INPUT STRING WAS NOT IN CORRECT FORMAT set(#waittime,"You have to wait: {$rand(30,60)} seconds. Thanks for your patient!","Global") wait(#waittime) What is my mistake? Thanks
  6. I'm trying to figure out, how to tell UB to stop the bot if this url shows up (let's say) 5 times in a row http://www.site.com/index.php?not-found How would you guys code this? Thanks
  7. Ok i just tried to scrape some ports: <tbody><tr><td>105.235.106.59</td><td>8080</td><td>CI</td><td>Cote D'Ivoire</td><td>anonymous</td><td>no</td><td>yes</td><td>16 seconds ago</td></tr> <tr><td>216.105.64.186</td><td>8080</td><td>US</td><td>United States</td><td>elite proxy</td><td>no</td><td>yes</td><td>16 seconds ago</td></tr> <tr><td>200.75.42.68</td>&
  8. Does anyone have a REGEX CODE that could grab IPs and Ports on almost all of the pages which offers free proxies? Or i have to scrape proxies and add them to a table, then do the same with the ports and finally create a .txt file with both tables IP:PORT Thanks
  9. Any ideas why i get: The method of operation is not implemented thread spawn(2,2) { reset browser set headless browser("On") navigate($next list item(%images),"Wait") wait(7) }
  10. Heck i'm still having lots of problems with this... I just updated UB to revision33 Anyone else having browser issues like me? I'm on Windows10 Sometimes i have no choice but to shut down the PC and reboot I'll try CHROME 49
  11. Can you login to twitter? I can't get the password to work. The username works fine tho I also tried Seth's bot bank twitter login code and it's not working either?
  12. Guys CaN YOU right click on NODES? I have rebooted the PC and it's not working Version 5.9.19
  13. Thanks for sharing guys. I was wondering why i had crashes here and there and that the bots were stopping after 20 or 30 minutes (sometimes less) I thought i was the only one. What happens the most in my case is that the fonts become bigger and the window becomes oversized then nothing works. Usually happens using new windows (new/shared) multi threaded popups. Or it just stop out of nowhere and it's hard to get it going again without shutting it down. What about you? Might help the staff to pin point the problem if we share some issues?
  14. Still having issues. The thing is, the new windows get big, with big fonts, everything deformed and it freezes. Nothing works This is my latest attempted. I tried RESET BROWSER but it didn't work. loop($list total(%urls)) { loop(#numbthreads) { thread { increment(#sendingstatus) reset browser wait for browser event("Everything Loaded","") in shared browser { submit job() } } wait(2) } wait(120) }
  15. Do as i do. Fire up notepad and copy the codes in there and save it as yourprojectname.txt So this way you got your files backed up in another format just in case...
  16. Indeed. I'm trying hard as hell to figure out a way to make sure that the bots don't trigger false positive warnings with Avast Maybe we should create a thread just for this issue and all ideas would be welcome? Besides telling downloaders that it's safe and that they need to add an exception folder to Avast, there's nothing more to do i guess?
  17. So offering free bots is a nightmare with all of those warnings... I don't know what to do now
  18. allow javascript("Yes") ui text box("Username:",#username) ui text box("Password:",#password) set user agent("Chrome") set referrer("http://www.instagram.com/") clear cookies navigate("https://www.instagram.com/accounts/login","Wait") wait(2) wait for browser event("Everything Loaded","") click(<id="uscript-close-button">,"Left Click","No") wait(2) type text(<username field>,#username,"Standard") wait(2) type text(<password field>,#password,"Standard") wait(2) click(<login button>,"Left Click","No") wait(2) wait for browser event("Everything Loaded","")
  19. https://www.instagram.com/accounts/login/ "There was a problem login in your instagram account. Try later..." What about you guys?
  20. I'm trying to connect to instagram (just login) using a pc but i get: "This page could not be loaded If you have cookies disabled or browsing in private mode" Try enabling cookies or turning off private mode" How can i arrange that ? Thanks
  21. Where can we download the purchases made at the store? I bought this http://network.ubotstudio.com/store/product/ui-stat-monitor-ubot5-theme-pack/ Where is the download link? Got an email after a few hours after purchasing, that it is completed? I'm lost... Thanks
  22. I'm having issues again and again with clicking on stuff. Click command with the selector or the image option. It freezes then i need to use the task manager to reboot UB That's with coding and/or running the bots. It either freezes and/or output a deform big main browser with big fonts It's so sever on my end that i cannot do a thing. It's frustrating. First time in years of using UB I thought at first that it was related to anything i was doing with Gmail but now i'm getting this with other sites. I'm using Windows 10 with the latest framework browser 21 or 39 Anyone else facing the
  23. Thanks Nick I missed this new command i guess. I'll give it a shot
  24. Got some issues here. Trying to figure out what's going wrong
×
×
  • Create New...