Jump to content
UBot Underground

Chris M

Fellow UBotter
  • Content Count

    492
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Chris M

  1. Not sure what you mean Abbas. I'm hoping to be able to reverse engineer the actual tool and see how they're doing it and replicate it in uBot.
  2. Hey guys, I saw another tool that had the ability to query Amazon for keywords that were the most searched for a particular keyword and I can't seem to find out what they're using to pull that data. I did find this url http://t1-completion.amazon.com/search/complete?method=completion&q=$q&search-alias=aps&client=amazon-search-ui&mkt=1&x=updateISSCompletion&sc=1 But this only pulls like 10 autocomplete queries I think is what that does. Does anyone know how to query Amazon for buyer keywords related to a specific keyword?
  3. Hey Diskwizz, What would be the best way to rotate the most common browser sizes and use it in the plugin with this code so that every new window is a random size? download file("http://techpatterns.com/downloads/firefox/useragentswitcher.xml","{$special folder("Desktop")}\\useragentswitcher.xml") wait(1) clear list(%Useragents) add list to list(%Useragents,$list from text($find regular expression($read file("{$special folder("Desktop")}\\useragentswitcher.xml"),"(?<=useragent=\\\")(?=.*Chrome|Mozilla|Opera)(?!.*Mobile).*?(?=\\\")")," "),"Delete","Global") save to file("{$special folder(
  4. Hey guys, I wanted to share this code with those who own the CBrowser plugin and want to use updated random user agents in their bots. Enjoy! download file("http://techpatterns.com/downloads/firefox/useragentswitcher.xml","{$special folder("Desktop")}\\useragentswitcher.xml") wait(1) clear list(%Useragents) add list to list(%Useragents,$list from text($find regular expression($read file("{$special folder("Desktop")}\\useragentswitcher.xml"),"(?<=useragent=\").*?(?=\")")," "),"Delete","Global") save to file("{$special folder("Desktop")}\\Useragents.txt",%Useragents) set(#user_agent,$ran
  5. Activate ONLY Pash's plugins and see if you have the same result.
  6. Is there a specific reason you don't use PhantomJS browser Kreatus rather than trying to hide the other browsers? I'm only saying that because PhantomJS is so much faster and is already hidden.
  7. I haven't had that issue with any of Pash's plugins. I have seen this happen with the communicator plugin when I was testing out a UI button it crashed uBot without a notice. Sometimes things happen. You're probably paranoid now
  8. There is a bug in the plugin. ui button("Launch Google.com") { plugin command("Communication.dll", "CBrowser Container", "Firefox", "", "") { plugin command("Communication.dll", "CBrowser Navigate", "https://www.google.com") wait(5) } } I have tried with both Firefox and Google Chrome and what happens is that the first time you press the button it launches a blank window and does not navigate to the url put in there. The 2nd time it crashes uBot Studio. Can you guys check and confirm?
  9. All pash needs to do to stop this since there are so many updates is to: 1. Create a membership site 2. Create individual access for each of his different products. 3. Tie in Paypal API for refunds which will remove access to refunders
  10. He is trying to say that your licensing system is not good for your customers. It makes people not want to buy and use your plugins. You should find another way to protect your plugins or stop caring about piracy.
  11. Hey pash, I didn't get notified in ubot about the update for this even though I had the very last version with the new licensing implemented and the config file put in my documents location.
  12. I know I can do that macster but was hoping for an automated way of distribution.
  13. Are you saying there is no way to do that? I didn't understand what you mean.
  14. I was hoping there was a way to tie in the purchaser information in to the bot that is locked in there so if they download it and share it then it will record the original purchaser details. Is that possible? Hidden text in an image is awesome if we can tie in the users details in to an image the software uses for loading.
  15. Love this pash For those of us selling our bots is there a way to embed a users id in to the bot before downloading? Say in a header image in the bot that identifys the person who bought the bot and then cracked it for sharing?
  16. Pash how can you use this if the end user doesn't have microsoft office installed?
  17. Pash how do you use List Remove? add item to list(%a,"a","Delete","Global") add item to list(%a,"b","Delete","Global") plugin command("Advanced Data Text File.dll", "list remove", %a, "a", "False") All I get is errors. Index out of range or something.
  18. Pash can you make the image converter convert any type of image to any type of image file?
×
×
  • Create New...