Jump to content
UBot Underground

giganut

Fellow UBotter
  • Content Count

    527
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by giganut

  1. Pash... Send an old associate a PM...
  2. I created some code for this, I use this method for super fast wait delays, the delay only waits until the text "Most recent" is displayed on the page. you can change it to any target text on your page of course. I use this as my default wait delay and it works perfect every time. Hope this helps. The delay has a default timeout of 10 seconds if($not($contains($plugin function("ExBrowser.dll", "$ExBrowser Document Text"),"Most recent"))) { comment("wait with wait loop breakout") then { set(#wait_breakout,0,"Global") set(#wait_trigger,0,"Global") loop while($com
  3. Thanks TJ, glad you like it. This is really great for catching errors before your clients even have a change to report them.
  4. Hey everyone, it's been awhile scene I have been active, So I though I would come back and share something great. Ive seen through the forum that some people are wondering how "In App Tracking works" and how to do this with ubot. So I put together a few cool commands using some tools that most everyone here should already have and can install for free. To use this tutorial you will need aymens HTTP plugin, Matomo analytics (formally piwik) and a hosting account that has a Softaculous installer. If you don't have a hosting account that hosts Softaculous you can download and install Matomo ana
  5. Glad you enjoy it, best of luck with you ubotbotting
  6. Did you get this fixed? Are you using CTRL + S to save the file or Save As....?
  7. They stay running on my windows 10 all the time, you can see browsers that are left running and drivers when the bot gets closed, and sometimes the browser dose not close when a bot is closed so this kills them. I use this because clients ask me why browsers are still running, so they think there is something meticulous happening in thous browsers, for me this is very necessary. Such a command would be great. Chrome tries to be tricky and name there browser "LIKE" different names to confuse kill processes such as this. "LIKE" different names: chrome Chrome Google Chrome
  8. Hello everyone, if your using the ExBrowser then you may have noticed that from time to time the Selenium drive can hang and stay running on your system, Chrome can do the same thing. The clean up commands don't always work, so I came up with this code to ensure that every time you close your bot thous processes get killed no matter what. If your like me and have a tone of money invested into plugin you can run this code, the plugins used in the code are as follows below. ->> Hope this helps.... Bigtable.dll ->> http://network.ubotstudio.com/forum/index.php/topic/16308-free-plugi
  9. Hope this helps. set(#infinite_loop,0,"Global") set(#val,0,"Global") loop while($comparison(#infinite_loop,"= Equals",0)) { YourCodeSystem(#RunSystemCode) } define YourCodeSystem(#RunSystemCode) { increment(#val) wait(0.01) if($comparison(#val,"= Equals",100)) { then { set(#infinite_loop,1,"Global") } } }
  10. I prefer Ex-browser, but Http Post is good as well, it just takes a lot more time and experience to get it going.
  11. When using the large data plugin I have scraped over 1,000,000 give it a try that's all I can say.
  12. Have you tried using this plugin? http://network.ubotstudio.com/forum/index.php/topic/16308-free-plugin-large-data/ You can also take a look at this plugin as well: http://network.ubotstudio.com/forum/index.php/topic/13088-ubot-xml-plugin-ubot-discount/ You can also scrape the data to a file and append a number to the file and clear the list from within ubot. Then load the files back in as needed.
  13. XPath is now my go to, and its really hard for sites to stop you from doing anything. There are some really great resources here on the forum that can really help you get really in depth with Xpath. Its truly is the best for botting.
  14. Hello meter, I see there has been a new release. I just sent you a PM with My PayPal to get the update. Thank you.
  15. Hello OP, before you try and use the software please install everything in the list below first. Then try again. If you still have problems after you have installed everything from the list below, please post back and let me know and then we can further trouble shoot your issues and get them cleared up. This list of software below are called Dependency you must have these pieces of software installed on your computer for our software to preform correctly. If you have some of the software installed on your computer already please make sure it's up to date! (This is very important, please do
  16. I think this is a great idle. Especially if your the one to do it. Think Fast ....
  17. Your best bet is to go with @Code Docta (Nick) he is a really good developer and a great person. He has helped me a tone.
  18. Very nice, donwloading it now. TY
  19. Yes it is still in beta, no worries you will be amazed.
  20. Sounds like there is a new plugin inorder, I'm not even sure if that is possible.
  21. I tried to help but everything is not translating correctly, not really willing to give that site all my info either, can the upload be completed without registration?
  22. Hey TC, I understand why you retired, it's just too hard waiting for updates to U know what to stay ahead of the curve, lol but any anyways, I really need some help with this example, I'm trying to generate organic traffic and need to spoof all matrix, and could use a good explanation on what is happening in this example. If you don't have time, then it sound like a new donation is in order (I need this!). Let me know.
×
×
  • Create New...