Guest User

Untitled

a guest
May 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. F7::
  2. InputBox, Pages, Pages, How many pages are in the book?,, 640, 480,, 9
  3. If (ErrorLevel)
  4. MsgBox, CANCEL was pressed.
  5. Else{
  6. MouseClick, Left, 930, 755, 1, 25
  7. Loop, % Pages - 1
  8. Cycle1()
  9. }
Add Comment
Please, Sign In to add comment