Advertisement
Guest User

Map recorder

a guest
Feb 16th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.  
  7. FormatTime, CurrentDateTime,, yy/MM/dd hh:mm
  8.  
  9. ^numpad7::
  10. FileAppend,   %CurrentDateTime% | Desert`n , %A_ScriptDir%\MapOrder.txt
  11. return
  12.  
  13. ^numpad9::
  14. FileAppend,   %CurrentDateTime% | Russia`n , %A_ScriptDir%\MapOrder.txt
  15. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement