Jump to content
UBot Underground

virtualexpert

Members
  • Content Count

    34
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by virtualexpert

  1. Trying to solve simple captcha with 2captcha but it never give response. in fact because of running it ubot got stuck alert($plugin function("Advanced Captcha.dll", "$2captcha.com", #apiKey, "{$special folder("Application")}\\testCaptcha2.jpg", "", "Recognize", "", "")) Please help
  2. plugin command("emailplugin.dll", "pop connect", #email server, #email port, #email email address, #email password, #sslforemailplugin, "", "http") Hi guys , please tell me why i am not able to USE PROXIES ?? Because google seems it suspicious when i tried to connect to mail server without proxy of specified proxy attached with my account? Basically , my main purpose is to use proxies to connect to pop3 mail server. Please help. Thanks in advance
  3. Hi guys, I want to make google account automation. As it is PVA then how i can use twilio plugin to get that done? I mean how i can get a new number from this plugin and type it in google form and then get verification code from this plugin? Thanks in advance
  4. For now its new style. Responsive solution. Professional look. But we will see if we can do some functionalities and new skins as well. Thanks. Waqar
  5. Is there an easy way in ubot to convert a file from ASCI to UTF-8? I mean i want to use your plugin to save or append my files so that all characters can be accepted. I want the files to be created by default in UTF-8 encoding. SO please, let me know if you plugin can do convert ANSI files to UTF-8. (text file encoding : convert text file encoding "ANSI", "ASCII", "Unicode" ext.) in this command utf-8 is not here. I want it badly. But reason is just to convert ANSI encoded files to UTF8 files by default
  6. Hi aymen, I am facing Stopped working error of ubot. When i run grid window command. i have tested it many times. not sure why is it so. there is also no error inside the code. -------------------------- set(#databasefile,"{$special folder("Application")}\\database.sqlite","Global") if($not($file exists(#databasefile))) { then { plugin command("SQLlite.dll", "SQLite Create Database", #databasefile) plugin command("SQLlite.dll", "SQLite Query", #databasefile, "CREATE TABLE `campaigns` ( `Campaign Name` TEXT );") } else { plugin command("SQLlite.dl
  7. Hi pash, I have tried your latest version with DBC to solve new google recaptcha. I have watched dan's captcha tutorial which uses your plugin with exbrowser. his code was working with 2captcha. but mostly i got error while using deathbycaptcha. it says "API time out etc" or empty result. I made same to same script for food images recaptcha solution as he does. I used deathbycaptcha. but its not working. he used 2captcha and i used deathbycaptcha. but it was not working please advice check this few lines of code : https://www.dropbox....a test.txt?dl=0 i am trying many to bypass that
  8. Hi dan, I have tried this with DBC to solve new google recaptcha. I have watched your captcha tutorial I made same to same script for food images recaptcha solution. I used deathbycaptcha. but its not working. you used 2captcha and i used deathbycaptcha. but it was not working please advice check this few lines of code : https://www.dropbox.com/s/tfphi55mgnhcbzy/recaptcha%20test.txt?dl=0
×
×
  • Create New...