Jump to content
UBot Underground

iDollarsteam

Fellow UBotter
  • Content Count

    141
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by iDollarsteam

  1. I see no file in the files section of the group
  2. Hi Dan, I would like to ask for a videotutorial for automating firefox (proxies via plugin and custom profile) - what is the plugin that works now for this and where to get it and how to set it up and automate it (if it can be automated in such a way that can be usable in bots made for clients). Thank you!
  3. A question for Dan or anybody that know how this work: What FF extension for using proxies (proxy:port:user:pass) in Firefox? How do I implement this solution (any short tutorial...at least some ideas?) I made a huge bot for a client using Firefox and the last thing that I wanted to do is setting up the proxies for the browser...it should be a very fast fix ... just the http proxy option function in Exbrowser... I have the deadline today and I'm experimenting and searching for the last 3 hours here and on youtube and on Facebook for a solution for freaking FF to use proxies with user and p
  4. Unfortunately the last version of HMA do not work with parameters anymore and they do not intend to bring this function back...so no luck with HMA anymore (unless you want to use v 2.8 but that is leaking DNS and you need to teach each customer how to fix that from their windows)
  5. Hi allcapone1912, I know that the topic is from March but I want to know if the save element image approach is working for you... As far as I know, in Hotmail, they have protection and if you use ubot to take a snapshot of the captcha image it will trigger a captcha "reset" and the answer will always be wrong (even if you have the right answer from the captcha service, hotmail will see it as the wrong answer). At some point I used to make a screenshot of a parent tag and then crop the image to not trigger the security on the page but I can't do that efficiently with exbrowser... How did you so
  6. Can anyone share this plugin? (put it online and share a download link) Thank you
  7. Guys... I need a little help deciding what version of Chrome to use. I have the latest Ubot update and in the settings I got Chrome 21 and Chrome 49 ... the logical choice would be 49 but when I compiled a bot and run it I got "you are using an old version of chrome, you need to update" or something like this after I loaded live.com ...so...in the update it say that the internal browser was updated to the latest version... is it the latest or not? Thx
  8. Hi Dan, I sent you a PM but I'll post my question here also... May be someone else know the answer and can tell me the response faster I want to query the registry for a value and get the response back in to ubot and shell hidden function appear as the best option... My code for testing is: shell("cmd /k REG QUERY \"HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" /v \"Start Menu\"") set(#test,$plugin function("Advanced Shell.dll", "$shell hidden", "cmd REG QUERY \"HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders\" /v \"Sta
  9. Great plugin as usual Aymen!! I have one question: Is this replacing the browser? It would be great to be able to incorporate it in the UI part of the bot not in the browser part ... Can you make it incorporable in the HTML UI panel?
  10. of course you can bro... Those big names you asked about are tough to crack (depending on what you want to do - with account creation you will have some bumps ) but you can do almost everything with Ubot and some little tricks ... you just need to be inventive and think "outside of the box" ... In some cases they can detect the Awesomium signature and block some features so you will have BIG bumps (for example if you want to automate the like feature on FB and the confirmation window... some popups in youtube and so on) but with additional software you can automate everything that open in a b
  11. I use both 4 and 5 ... Sometimes 4 is more robust and it respond faster... also the end result exe is not that bulky as in 5 ...
  12. You can use the above example to do that... Replace "1,2,3,4" in the pattern list with ".com, .org, .net, .info" and modify the code to save in the result list the elements that CONTAIN the patterns (now it save the elements that DON'T CONTAIN the patterns) ... Also replace the base list with your list of urls ... You can make the example more versatile with regex
  13. if you want to remove only the elements that CONTAINS the elements (patterns) in the first list then this is a way to do it. In the end you will have the Results list made only from elements that don't contain any of the patterns - in our example 35 elements from the 100 elements in Base List: comment("Creating the lists for the example") divider comment("This is the list with the patterns You want to remove elements that contain this") clear list(%Patterns) add list to list(%Patterns, $list from text("1,2,3,4", ","), "Delete", "Global") comment("This is the base list - you want to remove ite
  14. I have solved that almost a year ago (and it works till today with updates) ... you need to emulate mouse movements and keystrokes and also use the right "time spent" on the signup page ... the bot will be slow and it will only make 2 accounts per proxy but it will be trusted accounts.
  15. Zenno has the option to save browser cookies in separate files for separate sessions (accounts) and use them again and again... I wonder why Ubot did not added this feature by now... All about cookies manipulation is crucial in web automation...
  16. Anyone know how to solve flash games captchas? like the one for textnow.com ...
  17. I know that is good, I'm using Ubot for almost 2 years now
  18. It seem that it works again now... may be it was some kind of overload ) to many uboters decided to work this morning
  19. Hi, this morning I have a recurring problem: When I opened Ubot, at login verification I had this error - "the remote name could not be resolved -secure2.ubotstudio.com", on the second try it worked fine. After an hour of work I compiled my bot and worked fine, then I worked another 10 min and try to compile again and I have the same error - "the remote name could not be resolved-secure2.ubotstudio.com" but now I can't get over this, every time I try I get the same error ... The same error I get on ubotstudio.com if I press the "Download Now" button... Problems with the server?
  20. Hi Meter, it seem that my problem persists, I can only activate 5 licenses per project, after that I get an error as stated in my previous post. I hoped that I solved the problem by running the software as admin. It tuns out that I had just deleted one license so it worked. How do I solve this problem? is Urgent! I have a bot on sell and I can't activate licenses!
  21. Hi Walter, if you want to "play" with HTTP requests install Fiddler 2 on your computer and watch some tutorials on YT on how to read the requests. Then you will be able to see the required url in the request (like the google search req you needed earlier ), the type of request (GET, POST or other type), the headers, cookies and much more. After you learn a little about that you will have an entire "new world" at your feet using Aymens plugin.
  22. Use another solution for the installer, like Smart Install Maker (is way better anyway, more options)
×
×
  • Create New...