PhieuLang

Level

Jul 18th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.39 KB | None | 0 0
  1. #Include <GuiTab.au3>
  2. #include <GuiHeader.au3>
  3. #include <GuiListView.au3>
  4. $title =  "Auto Friend -PRO- [RÐ] v6.6"
  5. $handle = ControlGetHandle($title, "", "[Class:SysListView32;Instance:1]")
  6. $count = _GUICtrlListView_GetItemCount($handle)
  7. For $i = 0 to $count
  8.    $aItem = _GUICtrlListView_GetItemTextArray($handle, $i)
  9.    ConsoleWrite($aItem[1] & @TAB & StringLeft($aItem[5],3) & @CRLF)
  10. Next
Advertisement
Add Comment
Please, Sign In to add comment