What's new
Red County Roleplay

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

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
 
Back
Top