Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. F12::
  2. SetKeyDelay, 200
  3. Loop, 1 {
  4. Send ^c
  5. Send {down}
  6. VoteOutcome_China := Clipboard
  7. WinActivate, AfricaVoteData2000
  8. Loop, 10 {
  9. Send {=}
  10. Send if(
  11. Send {Left}
  12. Send {=}
  13. Send "
  14. Send %VoteOutcome_China%
  15. Send "
  16. Send {;}
  17. Send 1
  18. Send {;}
  19. Send 0
  20. Send )
  21. Send {enter}
  22. }
  23. WinActivate, ChinaVoteData2000
  24. }
  25. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement