You can use it with the new hand cannon
Double Pump
double pumps are dead lol
i tied this with desert eagle and it works great
i might still try to reduce the sleeping time
and might try to do one for double tactic
i might still try to reduce the sleeping time
and might try to do one for double tactic
Which slots does the script bind to?
Nice cool !!
thanks it works!
Make this for logitech mouses less detected.
I need a little assistance:

I have the script and I have binded the 2 and 3 slots to my mouswheel moving up and down, but every time i move the wheel up or down it just has a delayed shot and stays in the same slot. I'm sure this is just a minor error that I've made in the script and if anyone could help it would be appreciated.

I have the script and I have binded the 2 and 3 slots to my mouswheel moving up and down, but every time i move the wheel up or down it just has a delayed shot and stays in the same slot. I'm sure this is just a minor error that I've made in the script and if anyone could help it would be appreciated.
or maybe something like this
Code:
msoff := 500
WheelDown::x := stuff(msoff,x)
return
WheelUp::x := stuff(msoff,x)
return
stuff(msoff, x) {
curMS := A_TickCount
if (x = 2) {
x = 3
} else {
x = 2
}
Send {%x%}
MS := abs(A_TickCount - CurMS - msoff)
Sleep MS
MouseClick, Left,X,Y,3,0
return x
}
This works thanks 

how to change the slots to 2 n 3 ?
- - - Updated - - -
Dekui seniuk.
- - - Updated - - -
Dekui seniuk.
