Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #NoEnv
- SendMode Input
- /* ;description
- this is a script for the ak-47/m249. if it wont work
- try changing your mouse sensetivety in game. by m2p4
- */
- ~F6::Suspend
- ~End::ExitApp
- LCtrl & ~LButton::
- Loop
- If GetKeyState("LButton") {
- Sleep,6
- moveAmount := (moveAmount = 2) ?6 : 0
- mouseXY(moveAmount,4.4)
- }
- else
- break
- Return
- mouseXY(x,y)
- {
- DllCall("mouse_event",int,2,int,x,int,y,uint,0,uint,0)
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement