What's new

screenshot ahk bind

Crepz

Donator
Joined
Feb 15, 2017
Messages
1,749
Location
Mars
I tried this, it messed up all my text and fonts. So I've had to do some tweaking, this is what I managed to come up with
Code:
#IfWinActive GTA:SA:MP
Numpad1::
SendInput t/blindme{enter}
Sleep, 250
Send {f8}
Sleep, 250
Send t/unblindme{enter}
return

Press Numpad 1 > /blindme is activated > F8 for taking screenshots as normal > /unblindme to get rid of the black textdraw @Heav3n
This is still a good guide, thanks for the help
 
Top