| View previous topic :: View next topic |
| Author |
Message |
Nemo
Little Pudding Boy
Joined: 05 May 2007
Posts: 130
|
|
|
Here's a script, which will zoom in (when you press mouse2). As long as you hold mouse2 it will stay zoomed, but when you release it, you'll fire a shot and then quickswitch back to the AWP. Perfect for quickscoping.
And of course it comes with a toggle.
| Code: | alias "nT0_nemo_sniper_echo_on" "motdfile echo.txt; motd_write [ Nemo's sniper script: ON ]; developer 1; motd; developer 0; motdfile motd.txt"
alias "nT0_nemo_sniper_echo_off" "motdfile echo.txt; motd_write [ Nemo's sniper script: OFF ]; developer 1; motd; developer 0; motdfile motd.txt"
alias "+nT0_nemo_sniper" "+attack2; wait; -attack2"
alias "-nT0_nemo_sniper" "+attack; wait; -attack; lastinv; lastinv"
alias "nT0_nemo_sniper" "nT0_nemo_sniper_on"
alias "nT0_nemo_sniper_on" "bind mouse2 +nT0_nemo_sniper; nT0_nemo_sniper_echo_on; alias nT0_nemo_sniper nT0_nemo_sniper_off"
alias "nT0_nemo_sniper_off" "bind mouse2 +attack2; nT0_nemo_sniper_echo_off; alias nT0_nemo_sniper nT0_nemo_sniper_on"
bind "<key>" "nT0_nemo_sniper" // Toggle key |
I've made a version for CS:S, which you can find here:
http://scripting.elxdraco.net/forum/viewtopic.php?p=48736#48736
Enjoy!
|
|
| Posted on Sat Jul 07, 2007 6:37 pm |
 |
plok
Little Pudding Boy
Joined: 08 Mar 2007
Posts: 102
|
|
|
|
| Posted on Sat Jul 07, 2007 11:10 pm |
 |
bropro
Little Pudding Boy
Joined: 07 Feb 2007
Posts: 3
|
|
|
I Dont get the toogle thing
what im supposted to type there'
please help me
|
|
| Posted on Fri Jul 13, 2007 5:59 pm |
 |
Nemo
Little Pudding Boy
Joined: 05 May 2007
Posts: 130
|
|
|
The key you want to toggle it on and off with. For example if you want to toggle it on and off with p then it's:
bind "p" "lN4_nemo_sniper"
|
|
| Posted on Sat Jul 14, 2007 10:23 am |
 |
phil823
Little Pudding Boy
Joined: 27 Apr 2005
Posts: 53
Location: Illinois
|
|
|
cant seem to to get it work :*( how sad
|
|
| Posted on Mon Aug 06, 2007 5:47 am |
 |
nutnut
Little Pudding Boy
Joined: 27 Oct 2007
Posts: 1
|
|
|
how to put this in mouse1 ???
|
|
| Posted on Sun Dec 09, 2007 12:35 pm |
 |
noiz
Little Pudding Boy
Joined: 20 May 2006
Posts: 1603
|
|
|
[schinken]
switch your brains on...
[/schinken]
|
|
| Posted on Sun Dec 09, 2007 1:04 pm |
 |
Q_ball
unb&
Joined: 07 Jan 2007
Posts: 4557
Location: keeps coming back
|
|
|
| Code: | | bind "mouse1" "yI4_nemo_sniper" // Toggle key | -.-
|
|
| Posted on Sun Dec 09, 2007 7:32 pm |
 |
mis7ake
Little Pudding Boy
Joined: 15 Dec 2007
Posts: 28
|
|
|
lol i can shoot more faster without the script :O
|
|
| Posted on Wed Jan 02, 2008 2:15 am |
 |
khios
Little Pudding Boy
Joined: 09 Jan 2008
Posts: 6
|
|
|
I have made some minor changes to your script. Can I post the new one there??
Added some wait between lastinv for better results; and make the mouse1 default button.
|
|
| Posted on Sat Jan 12, 2008 7:14 pm |
 |
|