Jump to content
UBot Underground

north_star

Members
  • Content Count

    106
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by north_star

  1. Hi , I recently notice that The mobile user agent wont play any single flash player in mobile browser user agent string, Does any body have a suggestion to make the flash play on the Mobile browser mode..? Thanks in advance
  2. Here is how to do it : navigate("https://na.edit.yahoo.com/registration?", "Wait") set(#month, $scrape attribute(<name="mm">, "outerhtml"), "Global") add list to list(%month, $find regular expression(#month, "(?<=\">).*?(?=<\\/)"), "Delete", "Global") set(#month, %month, "Global") set(#month, $replace(#month, $new line, ","), "Global") set(#Choose Your Month, $plugin function("File Management.dll", "$dropdown dialog", "Choose Your Month", "Choose Your Month:", #month), "Global") wait(1) change dropdown(<name="mm">, #Choose Your Month)
  3. try this : (\d+\-\d+\-\d+)|\s\(\d+\)
  4. try this clear list(%list to check) set(#word to check, "Contact Us", "Global") add list to list(%list to check, $list from text("Contact Contact Us Contact Us Now", $new line), "Delete", "Global") loop($list total(%list to check)) { if($comparison($next list item(%list to check), "=", #word to check)) { then { alert("your text is \"{#word to check}\"") } else { } } }
  5. the bot is on the middle of upgrading procces, if you want to have any demo on this bot version, you could PM me
  6. I have this kind a bot, just need to add a scrape and all will be running, PM sent
  7. this is really good, honestly...this is very very... good man , i love the encrypted version
  8. why dont you try to use V4, its more easier to use than the V3.5 ,
  9. add me on skype : craig_odienk I can setup a demo bot for you
  10. Try this. perhaps it could help set(#abstract, $scrape attribute(<class="abstract">, "innertext"), "Global") add list to list(%rought list, $list from text(#abstract, $new line), "Delete", "Global") loop(5) { add item to list(%clear result, $next list item(%rought list), "Delete", "Global") comment("=========== the scrapeed line=====") }
  11. combine in to define command, copy and paste your define to the master bot, that should do the trick
  12. if you need to grab the value, you could use this (?<=value=").*?(?=">)Or you could always find the static "character" element to be scrape, for example: (<input).*?(">)
  13. use this plugin http://www.ubotstudio.com/forum/index.php?/topic/12765-free-free-plugin-close-bot-command/
×
×
  • Create New...