ProjectTitan313

Skyrim Screenshot script (doesn't work)

Aug 2nd, 2012
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; Scripted by ProjectTitan313, fixed by M.andrew, then probably broken again by ProjectTitan313
  2. ; Hitting Right on D-Pad on 360 controller sends F12, for in-game screnshots.
  3. ; The right button is a POV value of 9000.
  4. ; 8/2/12 Initial script.
  5.  
  6. #ifwinactive ahk_class Skyrim
  7. If POV = 9000
  8. Send {F12}
  9.  
  10. #ifwinactive
  11.  
  12. ; Nope - I'm touching this shit.
  13. #NoEnv  
  14. SendMode Play  
  15. SetWorkingDir %A_ScriptDir%
Advertisement
Add Comment
Please, Sign In to add comment