Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SendMode Input
- SetWorkingDir %A_ScriptDir%
- sens:=1
- zoomsens:=1
- ;Sens
- ;==========
- ;=============================
- ;Don't touch, only if you know what this does.
- modifier:=2.52/sens
- modifierr:=2.600/sens
- modifiers:=2.52/sens
- amodifier:=2/sens
- modifierz:=1.9/sens
- XButton1::
- DllCall("mouse_event", "UInt", 0x01, "UInt", 223*modifiers, "UInt", 0)
- sleep 1
- DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifiers, "UInt", 0)
- sleep 1
- DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifiers, "UInt", 0)
- sleep 1
- DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifiers, "UInt", 0)
- sleep 1
- DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifiers, "UInt", 0)
- sleep 1
- DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifiers, "UInt", 0)
- sleep 1
- DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifiers, "UInt", 0)
- sleep 1
- DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifiers, "UInt", 0)
- sleep 200
- return
- F1::ExitApp
- return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement