(04-05-2023, 11:36 AM)ricky1992 wrote stand beside sinper, unstopping press e then it can shoot very quick
Like this, using autohotkey to make long press "E" to continuously press
$e::
    Loop
    {
        If Not GetKeyState("e", "P")
        Break
        Send {e Down}
        Sleep 10
        Send {e Up}
        Sleep 10
    }
Return
https://youtu.be/z976_CeSzDk
https://youtu.be/r5prGPk09Lo
haha, yes yes bro, something like this can be done with fastswitch too, you like switch weapons fast and you shoot with both guns and without delays
but bro, in the video i dont sure if the bullets register on the server with that method of the trick, but i will add try to add something like this sometime soon, i will add it to todo list. thanks man
edit: second video is very dark XD i dont see anything almost hahahah

