Jump to content
UBot Underground

bestmacros

Fellow UBotter
  • Content Count

    415
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by bestmacros

  1. clear list(%my list) add list to list(%my list,$list from text("list item 1,{$new line},list item 3,list item 4,list item 5,list item 6",","),"Don\'t Delete","Global")
  2. that is what I did - I allow to get 7 days trials before buying a full license - it is does not matter. you can always get and idiot and you can lose the product, which was sold for years on jvzoo.
  3. Same as me, but one of my customers denied my explanations and report it to jvzoo and the product has been removed and they never agree to return it back.
  4. you can use windows scheduler for that - you can run the bot using batch file or directly from windows scheduler using "/auto" parameter
  5. they accept the software, but they also "randomly" check it with jotti and if they see even single issue - they block your software sale, so unless you have ubot software, which does not trigger any false positive report on jotti you can still use jvzoo
  6. there is no perfect solution. 1. paypal is ok, but they have very bad refund policy. 2. 2checkout does not allow to sell the bots 3. paddle does not allow to sale any tool which automate social network activity. 4. jvzoo with paypal may block your software at any moment if you are building it with ubot and it triggers false positive alert on jotti https://virusscan.jotti.org/ 5. stripe works in limited countries only 6. clickbank won't accept bots.
  7. you need plugin for that https://network.ubotstudio.com/forum/index.php/topic/17766-free-ubot-clipboard-plugin/
  8. try this: https://wiki.ubotstudio.com/wiki/Close_Window
  9. https://search.google.com/test/mobile-friendly?url=http%3A%2F%2Fgoogle.com%2F you need to do a url encoding to your website and solve captcha
  10. check following topics http://network.ubotstudio.com/forum/index.php?app=core&module=search&do=search&fromMainBar=1
  11. https://2captcha.com/2captcha-api#solving_recaptchav2_new Read ReCaptcha Callback section
  12. check that element and the image are loaded. maybe before saving element image verify that element exist on the page
  13. verify you don't have comma inside a value in one of the cells, also verify that you don't have single or double quote " inside a value in one of the cells - this is what usually break the csv format.
  14. you need a plugin for that: https://network.ubotstudio.com/forum/index.php/topic/13665-free-plugin-datetime-manipulation/ or you can play with javascript: https://stackoverflow.com/questions/9873197/convert-date-to-timestamp-in-javascript
  15. you can hide browser data by using : set visibility("Invisible") http://wiki.ubotstudio.com/wiki/Set_Visibility
  16. 1. Uninstall .Net2. Restart your computer3. Install .Net from here: http://www.microsoft.com/en-us/download/details.aspx?id=306534. Restart your computer5. Run the bot and see if it works.6. Make sure you are running the bot as admin.7.Make sure you have stable internet connection.8. Install latest Microsoft visual c++ from here: https://www.microsoft.com/en-us/download/details.aspx?id=526859. Restart your computer10. Run the bot and see if it works11. kill all bot process.12. go to folder "%appdata%\Ubot Studio\Browser" 13. delete folder "5.9.36" 14. run bot and see if it works.
  17. change proxy currently not supported in Ubot Studios External Browser function, they are planning to add it in next releases
  18. you need to code the log by yourself - there is no artificial intelligence build-in inside ubot.
  19. yes it is Enough, but you need to code auto restart mechanism every X rounds - this will free memory and resources and make it run forever.
  20. you can't - gmail webmail does not support html email sending. you can try to send html email using send email command using your gmail account credentials (make sure you enable smtp on your google account): https://wiki.ubotstudio.com/wiki/Send_Email
  21. .*\s.*\s.*\s(?=categoryId)or (.*\s){3}(?=categoryId)
×
×
  • Create New...