Advertisement
perazite

AHK fast

Jul 27th, 2017
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv
  2. #MaxHotkeysPerInterval 99000000
  3. #HotkeyInterval 99000000
  4. #KeyHistory 0
  5. ListLines Off
  6. Process, Priority, , A
  7. SetBatchLines, -1
  8. SetKeyDelay, -1, -1
  9. SetMouseDelay, -1
  10. SetDefaultMouseSpeed, 0
  11. SetWinDelay, -1
  12. SetControlDelay, -1
  13. SendMode Input
  14.  
  15. ;YOUR SCRIPT GOES HERE, but first some recommendations
  16. ;the Unicode x64bit version is the fastest AHK installation
  17. ;use PixelSearch without Fast if you're searching for a single pixel of a single shade
  18. DllCall("Sleep",UInt,16.67) ;I just used the precise sleep function to wait exactly 16,67 milliseconds!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement