Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 06/03/18 in all areas

  1. Nick has released some good video tuts, make sure to check them: https://elitebotters.com/category/free-videos/ Code Docta has as well: https://ubotdocta.com/category/ubot-stealth-boot-camp/basic-training/ And UBotBuddy: https://www.youtube.com/c/UBotBuddy Then you can play with some free codes to see how it works. http://network.ubotstudio.com/forum/index.php/forum/62-bots-and-scripts/ At the end of the day, it's you. you must try and fail so many times to find the correct way. don't think we start to create a bot and we end with no issues. I had many great ideas myself but gave up du
    1 point
  2. 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
    1 point
  3. He asked me about the plugin "Advanced Windows Automation"
    1 point
  4. Hello everyone! UBotBuddy is back and I am overhauling all of my videos. But First! All of the videos are FREE! Watch them as many times as you like! I have closed the membership UBot Training site and completely changed it to a blog which will point directly to my YouTube channel. If you have not visited my channel then I hope you will check it out. UBotBuddy is the name. Most of my videos (150+) are there now and I have placed them in similar Playlist. More are coming next week. My goal is to pick a project like "Amazon" and I will create a bot that will scrape it, generate
    1 point
  5. Glad you enjoy it, best of luck with you ubotbotting
    1 point
  6. I have seen many sites selling Ubot bots and so I thought I would just outline some tips on what to do or not to do. This is really just scratching the surface and if you guys want I'll write some more about selling stuff. 1. Show the product This is probably the biggest mistake I see. You go through all of the work of making a new product and then you just write a sales page for it or you just show a screen shot or two. When I go to a sales page these days I always skip through or skip entirely the actual sales video - I just want to see how the product works. I'm not the only one. Make a
    1 point
  7. It won't work if you just check for the process because as soon as the bot is loaded it shows in the task manager so it detects itself and then won't run. You have to check for a second instance.
    1 point
  8. Here's a nice little function for you all: - define $isInstanceLoaded(#pProcessName) { comment("PURPOSE: Returns true if there is already and instance loaded ********") divider set(#_processCount,0,"Local") set(#_isLoaded,$false,"Local") add list to list(%_processes,$list from text($plugin function("Advanced Shell.dll", "$shell batch hidden", "cmd.exe /c tasklist"),$new line),"Don\'t Delete","Local") loop($list total(%_processes)) { if($comparison($find regular expression($next list item(%_processes),#pProcessName),"= Equals",#pProcessName)) { then
    1 point
  9. Try this build https://mega.nz/#!Qw5jmCDS!luBzmi2ZyJSDMvZsAzPJnKfz9oju_l6iuWn4zydnpaM Added a function called "$is already running", it returns true if there is already another instance running. However it doesn't look at the process name, it checks the name you put in there. So make sure you use a different name in different apps. Hope you find it usefull.
    1 point
×
×
  • Create New...