Jump to content
UBot Underground

Black Automation

Fellow UBotter
  • Content Count

    157
  • Joined

  • Last visited

Everything posted by Black Automation

  1. Don't think this would work. You would not be able to update each product. It would try to update every product with that license info if im not mistaken.
  2. I've been using the IniFileReader.dll plugin to save data while using only the http post plugin, but it seems to make ubot crash after a short period of time. Looking for a way to harvest data & be able to edit it & pull this data as simple as possible, this is why i used the ini plugin, as it works for what i need. What i'm doing is scraping UID's & would like to be able to add a value to the uid so ubot knows what step id like it to do next. example: load html(#post3) set(#muid, $page scrape("\\\"uid\\\":", ","), "Global")Id like to save the #muid and add a value
  3. Any updates being made to this? We had a bunch of ideas posted on the thread for you, and its been a real long time w/o updates. A feature to add multiple code folders would be really nice too. As well as a setting to exclude folders inside these dir. Thanks.
  4. Thanks for the quick reply Kev, One other question, is it possible to add a predefined list to the proxy function of your plugin? Sorry, I've had your plugin for a while, just now trying to add it to some bots. BTW.. your plugin is great, really speeds things up.
  5. so can we use multiple defines inside each other? example: (below does not work obviously, just an example. Just wanted to know if we could use defines inside defines, just to keep code easy to edit) clear list(%urls) add item to list(%urls,"http://www.ubotstudio.com","Delete","Global") add item to list(%urls,"http://www.bing.com","Delete","Global") add item to list(%urls,"http://www.ebay.com","Delete","Global") add item to list(%urls,"http://www.stackoverflow.com","Delete","Global") divider plugin command("Smartthreads.dll", "Thread control normal", "Test", $list total(%urls), 3, "No") de
  6. why not add the txt file to a list, and then use "set list position" to grab data? why must you use ragex inside a txt file?
  7. I don't see any cookies being used.. May this be the issue? I know ive ran into this issue before, because i was not using cookies.
  8. try run javascript("window.scrollTo(0,document.body.scrollHeight);") remove spaces on yours. Tested on random google page, works fine.
  9. Having server issues? Took a wile to check license & now its telling me to update.. but the update version is lower then the one its showing i have?
  10. Take a look @ http://www.ubotstudio.com/forum/index.php?/topic/17774-tut-ez-logging-while-debugging-or-in-production/&do=findComment&comment=109468 this will help find the step thats causing the crash.
  11. Every packer I've tried gives errors due to the Assembly.Location properties.
  12. Looking for a few people that would like to build bots for private use. Building bots for Adult related networks. Previously made some simple bots that earned me around $120+/day. I've never worked with anyone on building ubots before, so figured id look for a few people interested in trying out a few projects, nothing major. These people would have to have decent knowledge of ubot & have plugins/tools for ubot. And be ok with the fact that these bots will be Adult related. CPA Networks would be a plus as well. If interested please PM me: - Skype Id - Knowledge Level -
  13. does the built-in browser allow cookies? Id like to use this for sites i need cookies enabled for. (wont login to access pages w/o cookies)
  14. This happen to me for a LONG time. Id have to attempt to complie an exe about 10 times before it work work. No idea how it got fixed, one day it just stopped giving me the error.
  15. Well I've got to buy his plugin so i can follow along, If you got an aff account setup on his site feel free to PM me your aff link to the plugin.
  16. Interested. Would have to buy his plugin, but thats no big deal. Are you going to be teaching sockets?
  17. I know you can do so via telnet. https://stem.torproject.org/faq.html#how-do-i-request-a-new-identity-from-tor
  18. Now When I use the below code it works just fine (SCG Socket Recorder) set(#poster, $plugin function("HTTP post.dll", "$http post", "https://twitter.com/i/profiles/update_profile_image", "authenticity_token={#authenticitytoken}&fileName=b.jpg&height=256&mediaId=589855740078268416&offsetLeft=0&offsetTop=0&page_context=home&scribeContext%5Bcomponent%5D=profile_image_upload&scribeElement=upload&section_context=home&uploadType=avatar&width=256", "Mozilla/5.0 (Windows NT 6.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safa
  19. You might want to give more details. Reading your question leave me at a blank, I don't understand what your asking? What do you mean by name? And why/where do you "put it in manual way"?
  20. How about a plugin to search for open windows process and complete a command if found? Example: Search to see if calc.exe is an open process Close calc.exe It can be done with free plugins already, but making a plugin to search/execute/kill process would be great. This seems to work for now.. but a plugin built to do such actions would be nice. set(#list, $plugin function("Advanced Shell.dll", "$shell batch hidden", "tasklist"), "Global") if($contains(#list, "calc.exe")) { then { plugin command("Advanced Shell.dll", "shell batch hidden", "taskkill /PID calc.exe", "Yes")
  21. I never got an update email.. and old link to download no longer working?
  22. You can also check out http://www.prestosoft.com/edp_examdiff.asp This software allows you to see the difference between multiple files, side by side.
  23. Yeah Dan, it does not. I get the same errors as above.
×
×
  • Create New...