Jump to content
UBot Underground

abbas786

Fellow UBotter
  • Content Count

    451
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by abbas786

  1. Please Share your code snippet so that anyone can help u in better way. You can close the ubot studio from task manager and than start debugging ur script There might be 2 possibilities 1) Either u are performing math calculations on 2 variables and not declaring or intializing them with value . Here is an Example set(#A,10,"Global") set(#B,5,"Global") set(#C,$subtract(#A,#,"Global") 2) You are joining 2 variables with a "-" Operator and ubot has converted it into subtract function, Make sure to use space before and after the "-" sign Here is an example set(#A,"Hi Ed","Global") s
  2. Try this code . 1) Switch to ur required Frame 2) Use $Exbrowser Document Text to make sure you are in the correct iframe or use $Exbrowser Element Exist in an if then else condition 3) ExBrowser ClearTextBox Command To Clear the required Text Box plugin command("ExBrowser.dll", "ExBrowser Switch to Frame / iFrame", "x:(//iframe)[1]") if($plugin function("ExBrowser.dll", "$ExBrowser Element Exist", "x://input[@id=\"name\"]")) { then { plugin command("ExBrowser.dll", "ExBrowser ClearTextBox", "x://input[@id=\"name\"]") } else { } }
  3. Proxy Support is a bit questionable rest u can manage with ubot. See if Aymen email plugin support sending emails with proxies or not.
  4. Ultimate Captcha Plugin Update ReCaptcha / NoCaptcha Plugin Version 1.6.6 has been released. A minor update in 2Captcha Service V2 Function. Change Log Version 1.6.6 1) Updated 2Captcha Service to add a new parameter proxy type Thanks
  5. Yes, you can use ultimate captcha on this type of captcha as well. The core functionality of the reCaptcha Plugin is to solve all type of Captchas including New Google ReCaptcha / NoCaptcha. You can use all 3 services ie. 2Captcha, DeathByCaptcha and ImageTyperz. Other services will be the part of plugin as soon as they provide solution for reCaptcha or my client demands it to include in the plugin If you are only willing to solve above Captcha, you don't require any plugin. You can use ubot built in command to solve this captcha. Here is the pseudo logic if exists ("detected unusual
  6. Please check this post for uploading content using http post plugin http://network.ubotstudio.com/forum/index.php/topic/19603-http-file-post-save/?p=122419 Dunno from where you are getting the Token, but make sure to send token, rest will be manage by the upload function, also content type must be "text/csv" Hope it helps
  7. Hey Heiio, Yes, it is for Latest google ReCaptcha / NoCaptcha as well as all other type of regular captcha. You can use 2Captcha, DBc and ImageTyperz
  8. Just got a msg from ubot staff. Please check ur pm Thanks
  9. Ubot Staff told me that ur order has been cancelled, Please contact ubot staff about ur Order ID. Best Regards Abbas
  10. Please read this thread http://network.ubotstudio.com/forum/index.php/topic/19547-how-to-avoid-antivirus-and-windows-alerts/ Hope it helps
  11. Buddy, what i was saying that the code you posted has nothing wrong in it. "Given Key is not present in the dictionary" is generic error means Either you are accessing some define that is not accessible OR you are trying to call a list that is not present in ur current ubot script context OR you are trying to call a custom plugin that has been changed and you are accessing wrong parameters Also follow the advise of BobbyP , Hope it helps Thanks
  12. 1) Download Microsoft .NET Framework 4.5.2 2) Download Microsoft Visual C++ 2010 Redistributable Package 3) Download Visual C++ Redistributable for Visual Studio 2012 4) Download Visual C++ Redistributable for Visual Studio 2015 Download all windows updates Hope it helps
  13. Ultimate Captcha Plugin Update ReCaptcha / NoCaptcha Plugin Version 1.6.5 has been released. Plugin now support 2Captcha New API Where you need not to click on ReCaptcha Images nor require to take the snapshot of reCaptcha Images. Change Log Version 1.6.5 1) Add New Function $2Captcha Service V2 2) 2Captcha Service V2 Support Multi threading for Ubot Browser as well as Exbrowser P.S. 2Captcha New API is still in beta phase, they are working on it and expecting to get 100% results in next few days. Sites where the New API is not working will always return an "ERROR_CAPTCHA_UNSOLV
  14. Thanks for your contribution mate. A must have plugin along with Dan's Free Xpath Plugin
  15. Hi, Use Type Text Field Element To Type into is the Captcha Response field on the form Text To Type is the Captcha Image u need to send to Captcha Service. Check the Image Link Hope it helps
  16. Hey Tony, Try this logic Set #TotalRecords = List Total Set #RandomRecord = $Rand(1, #TotalRecords ) Now Select ur item from list set(#listing,$random list item(#RandomRecord),"Global") and than Delete it Hope it helps
  17. OK, so basically you are not using the Upload Function Properly. Please use the code below. You are sending wrong content type. set(#uploadFile,$plugin function("HTTP post.dll", "$http upload", "https://httpbin.org/post", "", $plugin function("File Management.dll", "$open file dialog"), "rawData", "image/jpeg", "", "", "", 120),"Global") Content Type: JPG Image: image/jpeg GIF Image: mage/gif PNG Image: mage/png TEXT File: text/plain CSV File: text/csv JSON File: application/json HTML File: text/html XML File: application/xml
  18. Use this php code for debugging echo '<pre>'; if (move_uploaded_file($_FILES['rawData']['tmp_name'], $uploadfile)) { echo "File is valid, and was successfully uploaded.\n"; } else { echo "Possible file upload attack!\n"; } echo 'Here is some more debugging info:'; print_r($_FILES); print "</pre>"; Also, use fiddler to check the data you are sending to the server. It will help u to understand the error.
  19. Notepad++ can do this, provided you wanted to sort by line, and remove the duplicate lines at the same time. You will need the TextFX plugin. This used to be included in older versions of Notepad++, but if you have a newer version, you can add it from the menu by going to Plugins -> Plugin Manager -> Show Plugin Manager -> Available tab -> TextFX -> Install. In some cases it may also be called TextFX Characters, but this is the same thing The check boxes and buttons required will now appear in the menu under: TextFX -> TextFX Tools. Make sure "sort out
  20. Check ur 2nd last line of code Wait for Page() It is causing the issue as u are calling a define "Wait for Page()" while it is not present in ur code. Hope it helps
  21. HI, Yes still selling and supporting this plugin : ) . Accepting only paypal invoice. Please pm your verified paypal id and i will send you an invoice. Thanks Abbas
  22. Ultimate Captcha Plugin Update ReCaptcha / NoCaptcha Plugin Version 1.6.4 has been released. Plugin now supports reCaptcha Audio Solution. Change Log Version 1.6.4 1) Updated 2Captcha Service to Solve ReCaptcha/NoCaptcha Audio Version 2) $Download Remote File: function to download file from a remote server with proxy and fake referrer support 3) Multi Threading Bug Fix For Dbc P.S. 2Captcha is not accepting report bad captcha for their Recaptcha Audio Solution Thanks
  23. Awesome buddy ! No doubt its a good idea and suggestion. You are not a developer but i highly recommend you to Learn How To Code , Learn some C# and build this plugin. PS - Don't forget to send 50% of your sales amount this way. Afterall, I did give the idea to "Learn and Code" . Lol! My 2 cents
×
×
  • Create New...