Jump to content
UBot Underground

JackCrow

Fellow UBotter
  • Content Count

    151
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by JackCrow

  1. I keep hitting this error when scrapping a certain website. Is there a way for Ubot to clear the cache server? Not an issue on any other website, I'm using proxies, running cccleaner, ect. I've tried os clear cache and that doesn't work. Same with resetting the browser. I'm an admitted nob when it comes to this topic. Thank you. http://bizsquid.com/wp-content/uploads/2017/04/error-for-dank-ass.png
  2. Could someone show this Regex how it would look within Ubot? I know nothing about Regex and I really need to get rid of these damn hidden characters. Thank you.
  3. Thank you both very much. Any courses you'd recommend for learning python? Please know that I'm a bit of a nod and had no prior programming experience before getting into ubot. As far as my bot goes. I just created another bot that checks to see if it crashes and if it has then it restarts it. And while I know there's a better solution it seems to be working. Thanks again for the insight and let me know if there's anything I can do for you in the future.
  4. Thanks for the responses. Dan, what language would you recommend me learning? C++? Nick - What version of ubot are you using? It's the newest version How are you handling your list? Are you keeping them to a minimum(under 1k)? Yes, almost all of them with about 3 being over 5k. UBot is 32bit so you need to not exceed its memory limits. Trying :/ Refactor your code to use less "set" commands use a custom function(define) instead. Good call. I'll fine tune it a bit more. Thanks for the help.
  5. please let me know if you've found an answer to this
  6. Alright so I have this scrapper bot I've been working on for months and I've run into two errors after a few hours of running. clr.dll error OR stackoverflow exception I have it running on a kickass vps, .net is up to date and I've rebuilt this bastard about a dozen times. Keeping the lists small, no java, css, images or anything else, running it on the 21 browser, ( I tried the other browser as well.) Running Headless browser, the whole sabang. I even keep the resetting of referrs and user agents down to a minimum. Still crashes. So I rebuilt everything in exbrowser, SAME GOD DAMN ISSUES!
  7. Love this! Is it possible to add lighter colors? I'm trying to add a very light shade of blue to an image.
  8. Dumb question for the Exbrowser pros. How can I send keys within Exbrowser. Mainly how to send the Enter key. I know to do this in Ubot is by typing text - {ENTER} but it seems when I do this within Exbrowser it actually types out {ENTER}. Help?
  9. I'm having similar issues with my compiled bots. Having a bit of back and forth with support.
  10. Response from support - Please disable your AV, Anti-Malware, Proxies, Firewall, and Microsoft's User Account Control (or UAC). These programs have the capability at disrupting internet communications. UBot Studio and its compiled bots need a clear path of communications to our servers in order to download the necessary support files. Response - Are you sure that's the issue? I've made no changes and this seems to be a common issue. I run Ubot on 2 different version of windows and the same thing is happening. Am I able to downgrade to the older version of Ubot so I'm able to run Ubot cor
  11. Same issue here. Wish I checked the forums 3 days ago... Contacting support now. Thanks everyone for the help.
  12. Be great if there was some sort of solution. Every third party service I've tried doesn't work and I'm out of ideas. Anyone?
  13. I have a few of your popups and for the last few months whenever I open Ubot I get hit with multiple popups like the one attached. I just turned the plugins off but is there any solution to this?
  14. Thanks deliter! That worked like a charm. Thank you so much for taking the time. :-)
  15. Hey Everyone, I have a weird dilemma that I'm sure there's a simple solution. I can't access my browser. Check out the below image, normally the browser is on the right hand side, which I assume is the norm. I feel like the nods are expanded all the way... I don't know. http://jessegrillo.com/wp-content/uploads/2016/08/ubot-nod-view.png And below's an image in script mode. Notice how the browser is now viewable? However, when I switch it back to nod mode I'm again unable to access the browser. I've tried opening and closing, opening different ubots, changing the size of the window, every
  16. Hi Code, Thanks for the help but I'm still having issues. It seems like it worked once or twice but then stops... What a pain. Though, I was running it without CCleaner beforehand. Think that could be the issue even though I'm cleaning cookies? If you run it in a loop or with proxies the click won't show... errrr... Any ideas?
  17. Thanks. It really means a lot to me.
  18. Sorry if what I'm saying is confusing. I'm just trying to send some fake traffic to a bitly link and make it look like it's coming from Facebook. I've tried just about everything and I'm not sure if it's a Facebook or Bitly issue. I am guessing it needs to be an actual click because the referrer didn't work but the damn clicks don't seem to be working either. Below is a bit of code. Please note, I've been running CCleaner, clearing cooking and using different proxies on every click. Also, it seems like the pop-up window will not open unless it's internet explorer. set user agent("Internet Exp
  19. Hi LazyBotter, I'm trying to do the same thing but with a Bitly link. I need the link to actually be clicked on so I can't scrape the html then navigate or else bitly won't read it as a click. Any ideas on how I can fake the click?
  20. Hi everyone, Quick question. I'm trying to fake a bit of traffic to a Bitly link and I'm hitting a bit of a wall. ( no puns intended ) The issue is that while the traffic is being delivered, the referrer does not get picked up by Bitly and it reads as unknown. I'm guessing the link needs to be actually clicked on the page I want as the referrer but I'm not sure how that could be done on social media sites outside of having to sign into an account each time. I've attached an image if it helps explain what I'm saying. The Facebook traffic is legit while unknown is the fake traffic I'm sending
  21. Or is there something like Tweet Deck that I can automate?
  22. You might as well be speaking French. :-) Any idea on a solution?
×
×
  • Create New...