Guest User

Auto-Login Script for Don't Forget

a guest
Jan 30th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 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.  
  6. !s::
  7. Loop,
  8. {
  9. Sleep 30000
  10. Send, {Enter down}
  11. Sleep 50
  12. Send, {Enter up}
  13. Sleep 40000
  14. Send, {Enter down}
  15. Sleep 90
  16. Send, {Enter up}
  17. Sleep 35000
  18. Send, {Enter down}
  19. Sleep 60
  20. Send, {Enter up}
  21. Sleep 38000
  22. Send, {Enter down}
  23. Sleep 70
  24. Send, {Enter up}
  25. Sleep 34000
  26. Send, {Enter down}
  27. Sleep 50
  28. Send, {Enter up}
  29. Sleep 36000
  30. Send, {Enter down}
  31. Sleep 100
  32. Send, {Enter up}
  33. Sleep 39000
  34. }
  35.  
  36. p::exitapp
Advertisement
Add Comment
Please, Sign In to add comment