Jump to content
UBot Underground

HelloInsomnia

Moderators
  • Content Count

    3168
  • Joined

  • Last visited

  • Days Won

    309

Everything posted by HelloInsomnia

  1. Be sure to go there, load the cookies, then go back to the site again.
  2. When I go to it in a browser I get a 403 error, but when I use incognito it works. The only difference I can see from a quick glance at the headers is that the server is different. It sounds like different servers are serving different errors or letting you through.
  3. Try using the fonts like this: Name-Weight Example: Arial-Black Seems to work for me. And it should work for any font in your fonts folder I believe.
  4. Stay with v5 for now its more stable. Or install 6 on the side: http://network.ubotstudio.com/forum/index.php/topic/22154-read-this-before-you-update/
  5. See if you can find UTF-8 maybe under the other section. Or Unicode.
  6. Just tried it and it appears to be working, give this a try: set(#img,$find regular expression("<img class=\"rc-image-tile-44\" src=\"https://www.google.com/recaptcha/api2/payload?p=06AOLTBLTa-vvrnIWo7i1_Eix6gNYTpUzPqU12orIsTHtCreitubGC47NpV5W65VenezqAvBB9phZcGYE6v9OYJ4I3s8nroGgeAOWQbVj7Weydh5KaDmwq73-QYKgZkttOzh-8LLq-ef4dOfOgxPBxA-694yvaaFvUTCjUVq7FDrR0eKhx3KV9jXM&k=6LfYMygUAAAAAM1da_u97ejUiRNeG_b2opEPAKkv\" style=\"top:0%; left: -300%\">","https:\\/\\/www\\.google\\.com\\/recaptcha\\/api2\\/payload[^\"]+"),"Global")
  7. For this I would use xpath like so: set(#text,$plugin function("HeopasCustom.dll", "$Heopas Xpath Parser", $plugin function("HeopasCustom.dll", "$Heopas Text Encode/Decode", "HTML Decode", "<noscript> <div> Is It Worth $15 To Learn How To Meet, Attract and Keep the Women You Most Desire?
<br /><br />Is it worth $15 to have access to a proven strategy that can help turn even the shyest man into an attractive social man capable of dating the women he really wants.<br /><br />
Is it worth $15 to learn how to turn your biggest obstacle (fear of rejection an
  8. I would use V5, if you don't have it then ask support for a download link: http://support.ubotstudio.com/ V5 is more stable and may just fix the issue for you.
  9. Update V 1.7.1 Removed some unfinished logging commands that snuck into the last update. I removed them to avoid any confusion since they are not fully developed.
  10. Maybe try changing the browser: Tools -> Options then change the browser and restart Ubot. Some sites work better on the older browser.
  11. Update: V 1.3 Added: Ability to create Before & AfterAdded: Copy button to copy final regex with Before & After
  12. I don't think that works properly with the XAML plugin, have you gotten it to show a menu?
  13. Are you able to click on manually in the Ubot browser? If so, what code do you currently have for it? If not, maybe try using a different browser: Tools -> Options -> then select the other browser and restart Ubot.
  14. Source code version requires a Developer Edition of Ubot Studio and the XAML Plugin. Source code version comes with a video walkthrough of the code. Regex Genius is a software designed to help you build regular expressions with ease. Break down each regex into small chunks and tackle it bit by bit! Think of regex in a new (and natural) way by making decisions based on words and not complicated expressions. Make small choices step-by-step that add up to a big regular expressionMinimal interface that doesn’t overcomplicate regexPowerful “Breakdown” feature that allows you to get more specific wi
  15. You can call it like so: run javascript("{#callback}();")
  16. You can submit feature requests here: http://tracker.ubotstudio.com/
  17. Can you explain a bit more or give another example? Not sure I follow but maybe there's already a way to do it.
  18. It is easier than learning any object oriented language (probably) and syntactically it's also probably easier than most "traditional" kind of languages due to the node system. That being said you still need to understand some basic programming concepts. If you're looking for a place to start I made a video that would be a good intro to Ubot: https://www.youtube.com/watch?v=SiIm7ZLO5J4
  19. In browser paste this into JS console: var cs = []; var cb; for (var id in ___grecaptcha_cfg.clients){ cs.push(id); } cs.forEach(cid => { for (var p in ___grecaptcha_cfg.clients[cid]) { var path = "___grecaptcha_cfg.clients["+cid+"]."+p; var pp = eval(path); if (typeof pp === 'object') { for (var s in pp) { var subpath = "___grecaptcha_cfg.clients["+cid+"]."+p+"."+s; var sp = eval(subpath); if ( sp && typeof sp === 'object' && sp.hasOwnProperty('sitekey') && sp.hasOwnProper
  20. I would check here to start: https://www.blackhatworld.com/forums/proxies-for-sale.112/
  21. A user agent tells the website which web browser is browsing the site (Think like Chrome, Firefox, etc but also with version info). So if you change the user agent then that is one piece of information that is different. It's part of a larger strategy of trying to appear as if you are multiple people and not just the same with a bunch of accounts.
  22. You can create a custom command and then run that on schedule, the scheduler you can find under View -> Scheduler http://wiki.ubotstudio.com/wiki/Define http://wiki.ubotstudio.com/wiki/The_Scheduler
×
×
  • Create New...