Jump to content
UBot Underground

v_ladimir

Members
  • Content Count

    131
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by v_ladimir

  1. Hello. When I start programm (pageant.exe) it open only in system tray. How I can move it from system tray to active window? run python("from subprocess import * call(\'Start {$special folder("Application")}\\pageant.exe\', shell=True)") comment("Not work") plugin command("WindowsCommands.dll", "set active window", "Pageant Key List", "#32770") //Pageant (an SSH authentication agent for PuTTY, PSCP, PSFTP, and Plink)
  2. I install 5.9.0 from http://www.ubotstudio.com/files/ubot%20studio/v5.9.0/Setup.msi Problem solved.When installed ubotstudio 5.9.2 ver 2 the folder C:\Users\Владимир\AppData\Roaming\UBot Studio\Python Standard Library is emptyI must install 5.9.0, where full python folder and update to 5.9.2 ver 2
  3. Hello. I installed new ubot 5.9.2 rev. 2 to new win 10 Python don't work http://take.ms/kYlQN I can't use this code run python("from subprocess import * call(\'Start cmd.exe\', shell=True)") Where I can get earlier versions of Ubot, maybe 5.7?
  4. Hello. I try to add table from excel but it's not work Dev Ubot 5.9.2 create table from excel(&mail,"C:\\mail.xls") See error: http://take.ms/ugpaO And can I add new .xlsx files?
  5. Hello everybody. I solved problem. It's right code with .ppk key load html($plugin function("SSHPlugin.dll", "$SshFunction Custom", "11.36.66.69", 22, "root", "-i C:\\UbotProject\\DigitalOcian\\privat.ppk", "grep home /etc/passwd | cut -d: -f1", "C:\\UbotProject\\DigitalOcian\\plink.exe")) Thanks TJ for plugin
  6. Hello everybody. I solved problem. It's right code with .ppk key load html($plugin function("SSHPlugin.dll", "$SshFunction Custom", "11.36.66.69", 22, "root", "-i C:\\UbotProject\\DigitalOcian\\privat.ppk", "grep home /etc/passwd | cut -d: -f1", "C:\\UbotProject\\DigitalOcian\\plink.exe")) Thanks TJ for plugin
  7. Edit Signature Your signature may contain: • Up to 0 images• Images up to 1000 x 200 pixels• Up to 0 URLs• Up to 0 lines
  8. Hello everybody Can you help with ssh? I need add new user in ubuntu I have project folder C:\Ubot project\DigitalOcian. There are plink and .ppk in project folder in putty I use: adduser volf pass pass enter (or spase) enter enter enter enter y in ubot project it's: load html($plugin function("SSHPlugin.dll", "$SshFunction", "46.55.248.23", 22, "root", "", "adduser ror -i C:\\Ubot project\\DigitalOcian", "C:\\Ubot project\\DigitalOcian")) load html($plugin function("SSHPlugin.dll", "$SshFunction", "46.55.248.23", 22, "root", "", "22lv/52l92\"g5J9@rb~?t`Gd?jC4R?cg
  9. Hello TJ Can you help with ssh? I need add new user in ubuntu I have project folder C:\Ubot project\DigitalOcian. There are plink and .ppk in project folder in putty I use: adduser volf pass pass enter (or spase) enter enter enter enter y in ubot project it's: load html($plugin function("SSHPlugin.dll", "$SshFunction", "46.55.248.109", 22, "root", "", "adduser ror -i C:\\Ubot project\\DigitalOcian", "C:\\Ubot project\\DigitalOcian")) load html($plugin function("SSHPlugin.dll", "$SshFunction", "46.55.248.109", 22, "root", "", "22lv/52l92\"g5J9@rb~?t`Gd?jC4R?cg -i C:
  10. Hello TJ How I can add new user to my vps and add it to new group I can do it: adduser Dan gpasswd -a Dan sudo My root have example.ppk key I tried it with: Load html($plugin function("SSHPlugin.dll", "$SshFunction", "ip", 22, "root", "keypass", "adduser vinsent -i {$special folder("Application")}\\adduser vinsent -i {$special folder("Application")}\\privat.ppk", "{$special folder("Application")}\\plink.exe"))
  11. Hello. I bought Socket Code Generator but can't get a link to download Order Number : 105718195533 12 October 2015
  12. Hello pash. You are best. My app use bypass captcha to connect to ubot. Can you add it to the Advanced Captcha (V3)?
  13. Hello pash. Thank you very much for your answer, but I can't send my image through the $solve captcha. Kindest regards.
  14. Hello Buddy. You created a best course. Can you help me? I have a problem with russian captcha. I wrote project: ui stat monitor("Captcha",#captcha) navigate("https://passport.yandex.ru/registration?mode=register&retpath=https:%2F%2Fpassport.yandex.ru%2Fpassport%3Fmode%3Dpassport&origin=passport_auth2reg","Wait") wait for element(<class="human-confirmation-switch human-confirmation-via-captcha">,"","Appear") click(<class="human-confirmation-switch human-confirmation-via-captcha">,"Left Click","No") wait for element(<src=w"https://*.captcha.yandex.net/image?key=*">,"
  15. set(#cat,$find regular expression("","(?<=url\\=).*(?=\\>)"),"Global") regex: (?<=url\=).*(?=\>)
  16. Hello HelloInsomnia . I have a problem with russian captcha. I wrote project: ui stat monitor("Captcha",#captcha) navigate("https://passport.yandex.ru/registration?mode=register&retpath=https:%2F%2Fpassport.yandex.ru%2Fpassport%3Fmode%3Dpassport&origin=passport_auth2reg","Wait") wait for element(<class="human-confirmation-switch human-confirmation-via-captcha">,"","Appear") click(<class="human-confirmation-switch human-confirmation-via-captcha">,"Left Click","No") wait for element(<src=w"https://*.captcha.yandex.net/image?key=*">,"","Appear") set(#yacapdefault,$solve
  17. Hello pash . I have a problem with russian captcha. I wrote project: ui stat monitor("Captcha",#captcha) navigate("https://passport.yandex.ru/registration?mode=register&retpath=https:%2F%2Fpassport.yandex.ru%2Fpassport%3Fmode%3Dpassport&origin=passport_auth2reg","Wait") wait for element(<class="human-confirmation-switch human-confirmation-via-captcha">,"","Appear") click(<class="human-confirmation-switch human-confirmation-via-captcha">,"Left Click","No") wait for element(<src=w"https://*.captcha.yandex.net/image?key=*">,"","Appear") set(#yacapdefault,$solve captcha(&
  18. Hello my friends. I have a problem with russian captcha. I wrote project: ui stat monitor("Captcha",#captcha) navigate("https://passport.yandex.ru/registration?mode=register&retpath=https:%2F%2Fpassport.yandex.ru%2Fpassport%3Fmode%3Dpassport&origin=passport_auth2reg","Wait") wait for element(<class="human-confirmation-switch human-confirmation-via-captcha">,"","Appear") click(<class="human-confirmation-switch human-confirmation-via-captcha">,"Left Click","No") wait for element(<src=w"https://*.captcha.yandex.net/image?key=*">,"","Appear") set(#yacapdefault,$solve capt
  19. Hello, Dan. Can you add this api in video examples? https://apiok.ru/wiki/pages/viewpage.action?pageId=42476300 Regards, Vladimir.
  20. Hello. I solved problem. When I compiled bot, I used all my plagins. And I had a problem. I used ubot launcher by IM Autobots to get a necessary plagins. And I compiled a bot.
  21. Hello, I can't compile this ubot project in win10 I saw only window with error after compileMaybe I have mistake?Can somebody help?yacapEng.ubot
  22. Hello. Somebody know Is ubot uses iso-8859-1 encoding? If yes, how I can change encoding to utf8? Maybe exists some plagin? Regards, Vladimir.
×
×
  • Create New...