Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 05/18/13 in all areas

  1. ui text box("Articles Location:", #MSArticlesLocation) clear list(%MSArticles) add list to list(%MSArticles, $list from text($get files("{$special folder("Application")}\\{#MSArticlesLocation}", "No"), " "), "Delete", "Global") set(#position, 0, "Global") loop($list total(%MSArticles)) { set(#MSArticlescontent, $list from file("{$special folder("Application")}\\{#MSArticlesLocation}\\{$list item(%MSArticles, #position)}"), "Global") wait(1) click(<href="post-new.php">, "Left Click", "No") wait for element(<innertext="Add New Post">, 15, "Appear") set(#title, $re
    1 point
×
×
  • Create New...