Jump to content
UBot Underground

webpro

Fellow UBotter
  • Content Count

    775
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by webpro

  1. Well i meant from bots created by UBOT. They all look like if it's something bad. You cannot download them nor try to run them. At least on my end and i use avast. Also the virustotal always give a bad report. Ain't good at all for the biz either. How do you guys prevent this ? Only by telling people that it's false positive ? Or with procedures on how to unblock them with Avast ? What shall i add to the bot to make it look OK in other words ? Trusted in way ?
  2. Is there a way to prevent this ? Ad-Aware Gen:Variant.Barys.2099 20141118 BitDefender Gen:Variant.Barys.2099 20141118 DrWeb Trojan.DownLoader11.39526 20141118 Emsisoft Gen:Variant.Barys.2099 ( 20141118 F-Secure Gen:Variant.Barys.2099 20141118 GData Gen:Variant.Barys.2099 20141118 Ikarus Win32.SuspectCrc 20141118 Kaspersky HEUR:Trojan.Win32.Generic 20141118 MicroWorld-eScan Gen:Variant.Barys.2099 20141118 Possibly Unwanted Application. While not necessarily malicious, the scanned file presents certain characteristics which depending on the user policies and environment may o
  3. Is the new version released ? Still didn't use it fully.
  4. I would like to know this also. My copy of the software got blocked all of the sudden by avast and it's no where to be seen ? EDITED Finally managed to grab an old DOWNLOAD.ZIP file and reinstalled everything (found the license too !) It's working again.
  5. Ok bought it Get your email one last time please (i promise it's the last time before you go to bed lol) Important ot know this before i proceed with installation. Do i need to install this on the right box right away ? Or i can install it on my main PC to play around with it and then, install it on the box it will go to work with ?
  6. Ok done I already have a few feature updates for you hahahaha
  7. Are you still online ? I'm about to get this one (don't want to code this or take the time to keep it updated lol) I just skyped you. I need to know about a few settings (for instance HMA) I was wondering, besides age restriction, is there a way to target specific countries ?
  8. Do you get lots of captchas ? I'm interested but i know that they patch things up really quickly on those kind of sites sadly (sent you an email by the way) Trust me, i know that you are good at what you are doing ! It's just that accounts might get blocked very fast (ips too) or get ghosted. How's it looking right now ? Thanks
  9. I need to tell the multithreaded bot to stop doing what it's doing on certain accounts, if it sees a certain text. ex: TOO MANY LIKES, slowdown (you know what i mean lol) So i created an IF statement and it works fine but the thing is, it stops the entire bot as the hole thing runs into a define command. Well the entire click/job procedure for each account is under ONE define. How would you handle this ? In way i need: 1) If you encounter this, stop this thread only 2) Don't stop the procedure on the other running threads unless IF statement Thanks
  10. I forgot to ask you Is it working with UB 5 (and 5.5)
  11. Ok just before i get this, i want to make sure that it can do this. What i am looking for is: 1) Users buys a monthly membership to my site using WorldProfitBuilder or Optimizepress or any membership plugins for Wordpress with free/paid option capabilites. 2) He gets (or create) his own username/password. 3) When he fires up one of my bots, it prompts him for his username/password. 4) Now depending on his membership package, he will be able to access (let's say) level 1/free bots, level 2/paid bots, level 3/deluxe paid bots etc.. 5) Will not be able to share his username/password. Or
  12. I got a few questions. 1) So it's one IP per session ? Can we add more if needed ? 2) Working on Ubot 4 and/or 5 (5.5 while at it ?) ? 3) Does it work with WPprofitbuilder ? I just got this one as it works great with rapidmailer (same owner). So i think i will stop using optimizepress so... 4) I should be able to use JVZOO or Payspree or my Own Paypal account with it ? Let me know Merci Mec
  13. I rebooted the box and i managed to load a copy of UB but couldn't load another (i like to work with 2 or 3 copies opened at the same time) Am i the only one ?
  14. Thanks Can't load the software on my end. Getting a 503 error each time
  15. Right now each time i run my bot to create a free email, it saves to a .txt file alright but it erases the previous created email. How can i make sure that with each run, the emails are being saved, one after another. ex: guy1@email.com anotherone@email.com and so on..... (NOTE: This works perfectly, if i manually run each nodes one by one and repeat the steps) I suppose we can't do this ? Everything that's put in a %list, then "saved as", is erased each time we run the bot again ? How can we bypass. What trick are you using ? You see, right now i'm using hidemyass, so i change the
  16. I'm creating an email creator for the first time and i was wondering, how do i save to file, the created email ? I'm using $account data to generate the first name and last name which then is used automatically by the site, to generate the email address. So if DANIEL and BROWN are chosen, then the email would be daniel.brown@site.com and this is filled into the email field by the site automatically. So how do i get to save the daniel.brown@site.com email to notepad/excel (whatever) for further use ? As once it clicks on create, BANG all the info is gone. I'm maybe over thinking it (like
  17. Don't know what i'm doing wrong but i just can't click on those !@#$#@%$ buttons ! I have scrapped all of the button ideas and added them to a list %ids (0): 594146 (1): 584114 (2): 514124 (3): 524642 (4): 544741 Click code: click($element from text("<outerhtml=w\"<td> <form action=\\\"/account.cgi\\\" method=\\\"POST\\\"> <input type=\\\"hidden\\\" name=\\\"f\\\" value=\\\"profile_msg\\\"> <input type=\\\"hidden\\\" name=\\\"id\\\" value=\\\"{$next list item(%ids)}\\\"> <button type=\\\"submit\\\" style=\\\"color:#000000\\
  18. Guys, how would you code this ? I am using a proxy provider which uses IP recognition instead of username/password but the problem is, if the connection is loss, i'm wide open right ? My own IP will be shown and the bot will continue to work if i'm not mistaken ? How would you make sure that the bot stops if the private proxy stops working ? That's one thing i like about the username/password combination proxies. No problem with these... Let me know Thanks
  19. TJ Can you add in here a simple code regarding the os typewriter ? Ex: From an UI BLOCK, typing text into a field, spintaxed and using this function Cause right now it ain't working on my end. In other words, use the os typewriter function with something similar ui block text("Comments", #comments) type text(<name="Comment_input">, $spin(#comments), "Standard") Thanks
  20. I'm trying to figure out a way to tell the bot to scroll down run javascript("window.scrollTo(0, document.body.scrollHeight);") to the bottom of the page. So scroll until you have reached the bottom of the page if you prefer. The problem is, i don't know what to look for (or not ?) so it continues. To tell you the truth, it's facebook groups. So i want to grab all of the facebook groups (on a certain account) It's a page like PINTEREST except that it finally ends, when all of the groups you are signed up to, are shown. What would be your technique on this one ? Thanks a lot guys
  21. SORTED ! On my test i was using google.com when it showed google.ca But i still never see the fiddler prompt (after the RUNNING one appears) odd ?
  22. Are you guys getting the FIDDLER prompt each time you launch the recorder ? I don't, maybe why it isn't working ? I get: "Request session doesn't contain post data" When i try to generate the code for UB In fact, it grabs only ex: Method GET URL: http://www.google.com That's it, i never see more codes Thanks
  23. I just tried for the first time the software but i can't work it. I guess i would need video tutorials for this thanks
×
×
  • Create New...