Skip to content

Instantly share code, notes, and snippets.

@aeristhy
Created November 22, 2021 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aeristhy/8081cbe237a4d8d926a20758dbc1a53e to your computer and use it in GitHub Desktop.
Save aeristhy/8081cbe237a4d8d926a20758dbc1a53e to your computer and use it in GitHub Desktop.
Tinker Script
#NoEnv
#UseHook
#InstallKeybdHook
#InstallMouseHook
#SingleInstance, force
#Persistent
~d::
SendInput, 444
Sleep, 50
SendInput, ddd
Sleep, 50
return
~q::
SendInput, 444
Sleep, 50
SendInput, qqq
Sleep, 50
return
~w::
SendInput, 444
Sleep, 50
SendInput, www
Sleep, 50
return
~g::
SendInput, !w!w!w
Sleep, 50
SendInput, 444
Sleep, 50
SendInput, www
Sleep, 50
SendInput, qqq
Sleep, 50
return
;==================
;==================
d:
SendInput, 4
SendInput, d
return
q:
SendInput, 4
SendInput, q
return
w:
SendInput, 4
SendInput, w
return
g:
SendInput, !w
SendInput, 4
SendInput, w
SendInput, q
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment