Advertisement
Guest User

Untitled

a guest
May 22nd, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.37 KB | None | 0 0
  1. Local $nPG = InputBox("Number", "Amount of pages?")
  2. WinWaitActive("BOOK☆WALKER for Windows - Viewing screen")
  3. Sleep(10000)
  4. Local $i = 1
  5. While $i <= $nPG
  6.    WinActivate("BOOK☆WALKER for Windows - Viewing screen")
  7.    Send("{PRINTSCREEN}")
  8.    Sleep(1000)
  9.    WinActivate("BOOK☆WALKER for Windows - Viewing screen")
  10.    Send("{PGDN}")
  11.    Sleep(1000)
  12.    $i = $i + 1
  13. WEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement