Jump to content
UBot Underground

kev123

Fellow UBotter
  • Content Count

    731
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by kev123

  1. http://robobest.com/ login on the right hand side any problems chris fire me a PM and i'll get you sorted out. thanks kev123
  2. Sorry my error PM sent. thanks kev123 everyone else Smarththread update version 1.4 Added "Thread Control advanced idle" this will wait until there are no active current threads
  3. looking at the code the you are missing variables from the define all smarthread defines need to have a variable as position is passed and if you are using a list a variable for this. Also the smarthread function your using will start both defines at once which would mean your second define is called before the first is finished below is a example that should work for you. if you need anything else let me know happy to help thanks kev123 clear list(%list) plugin command("Smartthreads.dll", "Threadcontrol Advanced initial", 10) plugin command("Smartthreads.dll", "Thread control Advanced add
  4. check your not using ubot standard threads at the same time as causes this problem better to use smart thread only thanks kev123
  5. Are you trying to view in debugger? Because large list doesn't show in debugger due to it being a plugin
  6. Post the code you have been using and me or someone else will check for errors
  7. hi the person who has purchased in the last few days email starting with "iwe" I've tried to reply to your support ticket but keeps coming back with connection refused if you could contact me by Pm I can help your further. ​thanks kev123
  8. this worked for me using chrome plugin command("ExBrowser.dll", "ExBrowser Click", "z://textarea[@name=\'fields[tweet]\']") plugin command("ExBrowser.dll", "ExBrowser Type Text2", "z://textarea[@name=\'fields[tweet]\']", "Yes", "my cool tweet", 10, 50) thanks kev123
  9. heres example for first month the $rand is for number of items in dropdown plugin command("ExBrowser.dll", "ExBrowser Click", "z://div[@id=\':0\']") plugin command("ExBrowser.dll", "ExBrowser Wait For Element", "z:(//div[@class=\'goog-menuitem-content\'])[1]", "Appear", 30) plugin command("ExBrowser.dll", "ExBrowser Click", "z:(//div[@class=\'goog-menuitem-content\'])[{$rand(1,12)}]")
  10. ​Smart threads plugin watchout using ubot normal threads will cause smart threads not to complete its best to only use smart threads and not combine the two
  11. Botscriptfast 3.0 is here! ​we have done it Botscriptfast now supports ubot 4 and 5 stealth ​ ​​-Now uses latest ubot browser -footprints update ​-new 2016/2017 footprints added ​to update simply run the software or if you don't own a copy purchase from the original post
  12. it probably wont be exposed, you could in this specific example. 1.go to agency profile page. 2.scrape there website 3.visit websites contact us page and home page and extract any emails. you could do 3. in http plugin/socket to speed things up kev123
  13. I don't have this written in ubot but this is what I do in .net to extract domain extension with 100% accuracy 1.add a list of domain extensions to a list 2.split the subdomain.yourdomain.co.uk into a list by dot. 3. in reverse order check if contained in list of extensions each time adding next list item so uk co.uk yourdomain.co.uk subdomain.yourdomain.co.uk 4.if exists in domain extension list add to new list. 5. check new list for item with most chars 6. you now have domain extension in the above example would be .co.uk 7.if you want to get subdomain replace domain extension with n
  14. at what point does it fail, bot loading or? thanks kev123
  15. I get little to no issues using inno installer. the only thing is low rep if file new with AV's such as Norton. edit - forgot to mention altered type of compression to achieve this
  16. are you using an installer for your software or just supplying program/program and license in zip file? I've done a ton of work with reducing false positives in .net applications of mine, at one point I had VM images with every problematic AV to test. Sadly some of the best gain won't be possible in ubot as you don't have app source but there's several other types of errors you can get rid of and from your post sounds like your experiencing these types. easiest way is to sign app but may not be suitable for everyone There's not one size fits all but if we start on delivery method and whe
  17. glad you got it sorted Frank. As frank said its pretty easy to brand but if you don't have the time one thing worth doing that takes 2 mins is add your icon so the license matches your app. thanks kev123
  18. Isn't locker.dll not .net? Thanks for the download link @meter I'll recompile when I'm working on my own system to add trial today
  19. OK if someone posts the original download I'll recompile. Also let me know what .net version
  20. Frank, Do you mean for license.dll yes it takes 2 min's. If someone posts the source code download meter shared a while a go i'll recompile it for you. Mine is heavily modified and I don't have the original. It shouldn't cause compatibility issues thou it being in 3.5 there is nothing complex going on. thanks kev123
  21. whats your requirements? i run an msi but i think high end is overkill for most people, SSD makes a huge difference even in a old laptop
  22. shout me a message next time your on Skype and i'll send it across
×
×
  • Create New...