Counter-Strike 2

Counter-Strike 2

View Stats:
Death Star Sep 27, 2017 @ 9:41am
AWP/Knife script autoswitch
Hi guys, I already made a research over internet but all the script I could find were not working because the command wait doesn't exist anymore...what I am looking for, is a script that would allow me to fire the shot with AWP and then quickswitch to knife and back to AWP for the next shot...If any of you is using it or if you know how to make it let me know. Thanks
< >
Showing 16-22 of 22 comments
Death Star Sep 27, 2017 @ 11:34am 
I just want to be able to take a shot and reset the scope
Originally posted by StrangerDanger:
Originally posted by Death Star:
It's to reset the scope without clicking twice...it's faster..I tried a script that was switching AWP and knife but unfortunately wasn't shooting first
So you wanna get a kill while using a scope and then shortly afterwards a noscope kill? Or why do you wanna reset your scope?
Death Star Sep 27, 2017 @ 11:35am 
Thx man ... I will try if it works and I will let you know
Originally posted by Schwachsinn:
Wait command doesn't exist in CS:GO, so.

Okay, here's a funny one:
If you enable that by pressing F5 once, you switch to quickswitch mode. This will switch to slot3 (knife) immediatly after you shot, then just click mouse1 again, and you switch back to your lastinv (AWP in that case).
Also I added two sounds, so you also hear when you activated what.

////press +attack, release switch to knife or lastinv if already slot3
alias +qswi "+attack"
alias -qswi "-attack; slot3; lastinv"

////Attack mode toggle. Normal mouse1 attack or that quickswitch
alias qswion "bind mouse1 +qswi;play buttons\blip1;bind F5 qswioff"
alias qswioff "bind mouse1 +attack;play buttons\button8;bind F5 qswion"

//// press F5 to toggle between both attack modes
bind F5 "qswion"

PS: You can change F5 to any key you want, it's just the toogle key.

Edit:

The one I use is only:
alias +qswi "slot3" alias -qswi "lastinv" bind q "+qswi"
76561197998971406 Sep 27, 2017 @ 12:00pm 
Originally posted by Death Star:
Hi guys, I already made a research over internet but all the script I could find were not working because the command wait doesn't exist anymore...what I am looking for, is a script that would allow me to fire the shot with AWP and then quickswitch to knife and back to AWP for the next shot...If any of you is using it or if you know how to make it let me know. Thanks

I would not recommend that since it denies switching to your pistol etc if you need it and its not hard to just press 3 and 1 after or whatever you binds youre using.

76561197998971406 Sep 27, 2017 @ 12:04pm 
Originally posted by StrangerDanger:
So what's the deal with quickswitching? It just looks cool and nothing more. Heck it's even faster when you don't quickswitch.

The thing is, CSGO is the only game that its not faster to QS and the time between those 2 methods are under 1 second.

Its just a habit thats hard to shake.
frisky Sep 27, 2017 @ 12:07pm 
You can't streamline the process from the single mouseclick; you have to use a different key (3 consecutive actions from 1 button = not possible).

alias +switch "lastinv"
alias -switch "lastinv"
bind q +switch

Pressing q switches to your last weapon, depressing q switches it again back to the awp.
Death Star Sep 27, 2017 @ 4:43pm 
Thx guys for your suggestions... unfortunately either I have to use it like it is( fire,double scope then reset) or with a qswitch because I have a different keyboard setting from yours ... I use q for jumping, space bar for talking, c for crouching and mouse4 for walking... w for forward and x for backward... this way I can switch guns with my little pinky pushing the numbers on top of the keyboard... it’s a setting that I used since CS 1.3 and I can’t get used to something different... I have binded shift for lastinv but I can’t get myself to push it... that’s why I was looking for a script that I could toggle on just when using AWP to fire and reset the scope just clicking mouse1. The wheel is unreliable because you need a lot of training to get fast enough to qswitch to reset scope even because there are s lot of items there and if you roll too much you end up with something else in your hand like a smoke or a grenade... that’s why I use the top numbers of the keyboard.. they are precise and quick ... I’m not a fantastic player... I average between N3- N2 so far and I never played with Awp in comp.. just recently I was training a bit in deathmatch and I found the need for a qswitch ... I’m not going to use Awp in comp unless I’m sure I can handle the situation. Even if it’s just a game, I take it very seriously because I want to get to MG...
cat Sep 27, 2017 @ 4:43pm 
quick switching is quite helpful
< >
Showing 16-22 of 22 comments
Per page: 1530 50

Date Posted: Sep 27, 2017 @ 9:41am
Posts: 22