Advertisement
Ex0rpl4net

Untitled

Jan 16th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn ; Enable warnings to assist with detecting common errors.
  3. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  5. #SingleInstance force
  6. spacevar = u
  7. #If GetKeyState("space","P")
  8. Space::
  9. #if
  10. spacevar = p
  11. oldtime := A_Now
  12. while (GetKeyState("space","P"))
  13. {
  14.  
  15. newtime := A_Now-oldtime
  16.  
  17.  
  18. if (newtime2!=newtime)
  19. SplashTextOn, 50,30,,%newtime%
  20. newtime2 := newtime
  21.  
  22. }
  23. splashtextoff
  24. spacevar = u
  25. return
  26. f11::exitapp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement