What's new

screenshot ahk bind

heaveN

Donator
Joined
Jun 7, 2017
Messages
1,092
Location
Brussels, Belgium
Code:
#IfWinActive, GTA:SA:MP
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.

:?:t/screenshot::
Send {f7}
Send {f7}
Sleep, 250
Send {f8}
Sleep, 1500
Send {f7}
Sleep, 250
Send t/blindme{enter}
Send t/fontsize -3{enter}
Send t/pagesize 20{enter}
Sleep, 250
Send {f8}
Sleep, 250
Send t/unblindme{enter}
Send t/fontsize -2{enter}
Send t/pagesize 10{enter}
return


to be used with AHK, just type /screenshot and it'll take a normal screenshot and one with /blindme on
 
Top