Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; scripted by Xander
- ; works for mk18 and other mk1 weapen
- NRA := 2
- g::Suspend
- ~Lbutton::
- ~Rbutton::
- While ((L:=GetKeyState("LButton","P")) + (R:=GetKeyState("RButton","P")){
- if L
- {
- DllCal("mouse_event", uint, -1, int, -1, int, 40, uint, 0)
- Sleep, 1587
- DllCall("mouse_event", uint, 12, int, 120, int, 12, uint, 0)
- Sleep, 111
- }
- else if (L && R)
- {
- DllCall("mouse_event", uint, 1, int, -2, int, 34, uint, 1)
- Sleep, 5
- DllCall("mouse_event", uint, 1, int, -9, int, 6, uint, 1)
- Sleep, 500
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement