-
Notifications
You must be signed in to change notification settings - Fork 174
Issues: Drugoy/Autohotkey-scripts-.ahk
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Button = C
Sensa = 2.60
sens:= 3.00
modifier:=3.00/sens
Gui, Color, Black
Gui, Font, S15 CDefault, Terminal
Gui, Add, Text, x2 y9 w280 h20 +BackgroundTrans cRed, Turn 180(%Sensa%)
Gui, Add, Text, x2 y39 w90 h20 +BackgroundTrans cRed, Button: %Button%
Gui, Show, x510 y334 h72 w285, 180
Return
GuiClose:
ExitApp
return
C::
DllCall("mouse_event", "UInt", 0x01, "UInt", 125*modifier, "UInt", 0)
sleep 1
DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
sleep 1
DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
sleep 1
DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
sleep 1
DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
sleep 1
DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
sleep 10
DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
sleep 1
DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
sleep 200
return
#30
opened Sep 3, 2024 by
Diyshka
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.