Jump to content
UBot Underground

JohnnyFive

Members
  • Content Count

    16
  • Joined

  • Last visited

Community Reputation

4 Neutral

About JohnnyFive

  • Rank
    Member

Profile Information

  • Gender
    Male
  • Interests
    cURL, Regex, Reverse-Engineering, PHP, MYSQL, Laravel Framework, Python, Javascript, Vue.js, Bootstrap

System Specs

  • OS
    Windows 7
  • Total Memory
    8Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

1726 profile views
  1. There has got to be a better solution to this. Why isn't Content-Type supported by `socket set header`, or why can we not define the header name manually like with `set header`? I can't think of any good reason setting socket headers by name isn't supported.
  2. Oh, sorry I thought that was the default browser. I'm new here. It may be possible to do it with python and sikulex, however I haven't had to do this from UBot myself. But if ExBrowser doesn't do it, I would imagine this should work just fine, but it will add dependencies to your program.
  3. Sorry to grave-dig here, but I have major issues running UBot 5.9.17 with bootcamp. I have a macbook with 2.90Ghz i7 processor and 8GB RAM. I shouldn't be having these issues, I don't think. I have been trying to track down an answer as to what is causing performance issues and I'm guessing it's because of bootcamp at this point.
  4. Hey, no worries! I really appreciate you taking time out of your day to look at this. Thanks again!
  5. It is a consistent lock-up/crash with any user agent I set. Here is the list I'm working with. Mozilla/5.0 (X11; U; Linux i686; en-gb) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) epiphany-webkitMozilla/5.0 (Macintosh; Intel Mac OS X 10_6_6) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_4) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHT
  6. I replied to your previous comment but edited with additional info.
  7. I haven't even gotten to the point where it does it more than once because it locks up on the first go. It's also single-threaded. I'm using browser 21. I have tried it in a `shared browser`, a `new browser`, and just regularly in a define or outside a define. I also reduced my code by splitting into tabs. 23 lines of code and it still locks up when using `set user agent` within `in shared browser` or `in new browser` or inside/outside define. Man, this one is a weird one.
  8. I have 8GB of RAM. The script I'm dealing with is around 280 lines long in 1 tab. I have noticed some tabs in other bots get clunky when there is lots of code in there, but this seems like it's having issues running the compiled bots as well. Does the code amount in a tab effect compiled bots as well? This 280 line script is causing crashes when I'm running a command to set a random user agent. It's not complex stuff: define Set Random User Agent { clear list(%User Agents) add list to list(%User Agents,$list from file("{$special folder("Application")}\\dat\\user_agents.txt"),"Del
  9. I have done a few actually. You have to do tons of image recognition. Let's say you have button "A" that opens a menu with more buttons. First, check to see if button "A" exists based on the image of it, and if so, click it. Then loop until a unique image in that sub-menu exists on the page. It usually looks like loop while->not->exists->image->logic->wait. Rinse and repeat. It only gets difficult when there is an animated image you have to detect, and then you just have to get the timing down. But it is possible depending on the animation. Also, you don't necessari
  10. This thread isn't to complain, I'm just outlining what I have experienced so far so that I might be able to figure out what I can do to fix the problems I'm having. According to the FAQ page here is what you need to run UBot Studio: However, I do not see anything about CPU power. I have a 2.90Ghz i7 MacBook running windows and my it struggles to run UBot Studio after about an hour or two of development / running a bot. This is on a dual-boot installation of windows, so there is no vm. When I run the same bots on my main computer which is a 3.4Ghz i7 and a GTX 970 for graphics, it ma
  11. I tried I tried disabling Javascript and the alert() was still popping. Somehow I got it to stop popping, but that was after re-enabling javascript. It's a weird one, but I chalk it up to the site I'm working on.
  12. Everybody is so serious around here, so let's have some fun The bot does the following: Clicks the big cookie.Purchases upgrades and whatnot.Option for clicking the golden cookie when it pops up ( Slower on less powerful computers ) .Option for auto-saving the progress to a local file.You can set the amount of times the big cookie is clicked before it makes purchases for fine-tuning. You can loop it a set amount of times for testing, then loop indefinitely once you find a sweet spot. You can adjust the parameters while the bot is running and you shouldn't run in to any problems. The save fi
  13. So I read somewhere that ubot should just close javascript alerts, however I am working on a site currently where these javascript alerts will not close automatically... Not sure if anybody has run into this issue or has any advice on working around it. Kind of a weird one as I have set it to disallow javascript on load... It really sucks because if you don't close the alert, nothing will happen on the page. Any ideas?
  14. Edit: I had some major stability issues running UBot, and I'm guessing it had to do with the cef_browser_log. I cleared it and things seem to be running better. I'll post back here to confirm that this was the solution once I have it running a little bit longer.
  15. I'm very new here(just got UBot today), but I am a long-time linux / mac user. You might be able to get your bots to run on Linux using wine. I have not tested this(like I said, I just got UBot), but I have been pleasantly surprised with running windows applications using wine in Ubuntu.
×
×
  • Create New...