Jump to content
UBot Underground

sunny9495

Members
  • Content Count

    247
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by sunny9495

  1. Getting "Exception of type 'HigLabo.Net.DataTransferContextException' was thrown." ERROR While Using Imaps email to table command.
  2. This was a great plugin,but still there are a few cbrowser bugs,that has to solve. Like wiseguys ,i too had issues,like cbrowser out of memory error while trying to save image using chrome,i ping diswizz about this error,i hope these bugs will be solved in the coming update.
  3. Hope this helps plugin command("Communication.dll", "CBrowser Container", "Chrome", "", "") { plugin command("Communication.dll", "CBrowser Navigate", "http://ubotstudio.com/playground/simple-form") plugin command("Communication.dll", "CBrowser Wait For Element", "<innertext=\"Copyright UBot Studio 2014 | UBot Media\">", 30) plugin command("Communication.dll", "CBrowser Wait For Dom Ready", 20) wait(5) plugin command("Communication.dll", "CBrowser Change Attribute", "<id=\"ctl00_ContentPlaceHolder1_Username\">", "value", "sunny9495") plugin command("Communi
  4. Here is the Sample Code Of Multipart Post plugin command("HTTP post.dll", "Clear Cookies", "https://sunny9495.wufoo.com/") set(#get,$plugin function("HTTP post.dll", "$http get", "https://sunny9495.wufoo.com/forms/ubottest/", $plugin function("HTTP post.dll", "$http useragent string", "Chrome 32.0 Win7 64-bit"), "", "", ""),"Global") set(#idstamp,$plugin function("HTTP post.dll", "$xpath parser", #get, "//input[@id=\'idstamp\']", "value", "HTML"),"Global") set(#Post,$plugin function("HTTP post.dll", "$http multipart post", "https://sunny9495.wufoo.com/forms/ubottest/", "Field1=test6&Field
  5. This will also work. navigate("https://www.google.com/search?q=mining+workers%7Cpeople+hard+hat+high+visibility&biw=1920&bih=955&source=lnms&tbm=isch&sa=X&ei=DtgXVeLqG4WrU-2vgaAL&ved=0CAYQ_AUoAQ","Wait") add list to list(%link,$find regular expression($scrape attribute(<class="rg_di rg_el">,"innerhtml"),"(?<=imgurl\\=).+?(?=\\&)"),"Delete","Global")
  6. Try this pal navigate("https://www.google.com/search?q=mining+workers%7Cpeople+hard+hat+high+visibility&biw=1920&bih=955&source=lnms&tbm=isch&sa=X&ei=DtgXVeLqG4WrU-2vgaAL&ved=0CAYQ_AUoAQ","Wait") add list to list(%link,$find regular expression($scrape attribute(<data-ved=w"*">,"innerhtml"),"(?<=imgurl\\=).+?(?=\\&)"),"Delete","Global")
  7. A Strange Issue Happened to me a Couple of Days Before.I have formatted my PC,Now it Works Fine
  8. Looks like you have pack the update archive with RAR,Please change it to ZIP http://i.imgur.com/a0CEKZd.png
  9. Pash,you plugins are awesome Dude,As a Request,it would be great,if you add $app username function like $app password function
  10. Thanks for sharing the Plugin Aymen. God Bless You
  11. Hi Pash,after adding plugin to the ubot,whenever iam opening the ubot i got these text files on the desktop AddFindAndReplaceMenu.txt AddGetVaribleMenu.txt AutoSaveFile.txt CollapseNodeSpcials.txt CustomizeEditerModeControl.txt CustomizeVisualModeControl.txt HotMouse.txt Ubot5ConfigControl.txt WindowsSplitControl.txt
×
×
  • Create New...