Counter-Strike 2

Counter-Strike 2

View Stats:
Spoder man Apr 5, 2020 @ 1:36am
How to make the AK 47 single fire instead of automatic ?
I am not talking about tapping or something else, but no matter how long i hold left click, it should be 1 bullet fired from the gun. Is it possible to do that by any AHK script ? If possible, how can this be done?
< >
Showing 1-10 of 10 comments
eep Apr 5, 2020 @ 1:40am 
want sum vac?
eep Apr 5, 2020 @ 1:40am 
can be done by lgs (you need a logitech g mouse)
use a super slow tap mouse =)))
Lilly Apr 5, 2020 @ 1:46am 
use macro and set fire to other key.
With the macro select mouse1 then set pause after click.

or AHK yes.
Last edited by Lilly; Apr 5, 2020 @ 1:47am
Spoder man Apr 5, 2020 @ 1:48am 
Originally posted by Lilly:
use macro and set fire to other key.
With the macro select mouse1 then set pause after click.
can you please tell me how to use/make a macro? Just tell me how to start, and i'll do the rest and post it here, others might be benefited too:steamhappy:
Spoder man Apr 5, 2020 @ 1:49am 
Originally posted by stick:
can be done by lgs (you need a logitech g mouse)
is that not possible without and expensive gaming mouse?
Tronkkeli Apr 5, 2020 @ 1:50am 
Just quick tap mouse1. there is no way to toggle ak to single shot. BUT if you have mouse that supports macros or have fire button you can make button to shoot just once.
Lilly Apr 5, 2020 @ 1:53am 
Originally posted by dontkillme:
Originally posted by Lilly:
use macro and set fire to other key.
With the macro select mouse1 then set pause after click.
can you please tell me how to use/make a macro? Just tell me how to start, and i'll do the rest and post it here, others might be benefited too:steamhappy:

Just search for AHK script:
google: AHK tap script
And check youtube on how to install/use ahk
Spoder man Apr 5, 2020 @ 2:17am 
Originally posted by Lilly:
Originally posted by dontkillme:
can you please tell me how to use/make a macro? Just tell me how to start, and i'll do the rest and post it here, others might be benefited too:steamhappy:

Just search for AHK script:
google: AHK tap script
And check youtube on how to install/use ahk
thanks a lot i'll ask if i have doubts
Spoder man Apr 5, 2020 @ 5:37am 
Ok i got it here is the code

tog:=1 #If (tog) *$LButton:: if GetKeyState("LButton", "P") { Click Sleep 0 ; milliseconds } return

save as ahk and u get one tap only for all the guns in csgo
Last edited by Spoder man; Apr 5, 2020 @ 5:37am
< >
Showing 1-10 of 10 comments
Per page: 1530 50

Date Posted: Apr 5, 2020 @ 1:36am
Posts: 10