Page 1 of 3
sniper script
Posted: Wed Dec 28, 2005 5:39 pm
by stan0x
this is mine
Code: Select all
// -[ sniper ]----------------------------------------------------------------
alias 2x "sens2x;weapon;bind e 4x;bind r 2xreset"
alias 4x "sens4x;weapon;bind e 6x;bind r 4xreset"
alias 6x "sens6x;weapon;bind e 1x;bind r 6xreset"
alias 1x "sens1x;weapon;bind e 2x;bind r reset;echo Sniperzoom and Sensitivity are reset"
alias 2xreset "4x;6x;1x"
alias 4xreset "6x;1x"
alias 6xreset "1x"
alias reset "sens1x;bind r reset;bind e 2x"
alias sens1x "sensitivity 4.5"
alias sens2x "sensitivity 2.8"
alias sens4x "sensitivity 1.5"
alias sens6x "sensitivity 0.8"
set sensitivity "4.5"
wana know your opinion !
and post more of it !
wana C advanced stuff !
Posted: Wed Dec 28, 2005 5:45 pm
by BeAViS
i had this LOT time ago.
Code: Select all
bind KP_DOWNARROW "in"
bind KP_END "out"
alias in1x "weapon; set sensitivity 12; alias in in2x; alias out out2x;echo 1x Sniping"
alias out1x "weapon; weapon; weapon; set sensitivity 12; alias in in2x; alias out out2x;echo 1x Sniping"
alias in2x "weapon; set sensitivity 3; alias in in4x; alias out out1x;echo 2x Sniping"
alias out2x "weapon; weapon; weapon; set sensitivity 3; alias in in4x; alias out out1x;echo 2x Sniping"
alias in4x "weapon; set sensitivity 1.2; alias in in6x; alias out out2x;echo 4x Sniping"
alias out4x "weapon; weapon; weapon; set sensitivity 1.2; alias in in6x; alias out out2x;echo 4x Sniping"
alias in6x "weapon; set sensitivity 0.7; alias in in1x; alias out out4x;echo 6x Sniping"
alias out6x "weapon; weapon; weapon; set sensitivity 0.7; alias in in1x; alias out out4x;echo 6x Sniping"
alias in "in2x"
alias out "out6x"
bind MWHEELUP "sniper"
alias sniper "set sensitivity 12; echo Sniper Sensitivity Reset"
now i use lens.
Code: Select all
set sensitivity "4.7"
alias 1x "lens 1;sensitivity 4.7;bind KP_DOWNARROW 2x"
alias 2x "lens 2;sensitivity 1.7;bind KP_DOWNARROW 4x"
alias 4x "lens 4;sensitivity 1;bind KP_DOWNARROW 6x"
alias 6x "lens 6;sensitivity 0.7;bind KP_DOWNARROW 1x"
bind KP_DOWNARROW "2x"
bind KP_END "sniper"
bind MWHEELUP "sniper"
alias sniper "lens 1;sensitivity 4.7;echo Sniper Reset;bind KP_DOWNARROW 2x"
i guess lens are better cause when downscopeing (2x->1x) you dont have much zoom changeing like as weapons scripts.
Posted: Wed Dec 28, 2005 5:50 pm
by Caracol
Code: Select all
//Sniper Lens
alias sniper "weapon;sensitivity 3.4;echo [2x]:sens [3.4];bind e 1xz"
alias 1xz "lens 1;sensitivity 6.1;echo [1x];bind e sniper"
bind e sniper
bind ctrl weapon
bind v "sensitivity 6.1; bind e sniper;echo [RESET]"
Nothing funky. I got used to the reset button LOOONG time ago and how I use the rifle I don't need a bigger zoom than 2x.
C.
Posted: Wed Dec 28, 2005 6:29 pm
by Kurupt
Code: Select all
bind z "weapon" //zoom in
bind x "lens 1" //reset
Posted: Wed Dec 28, 2005 6:47 pm
by Septique
Code: Select all
alias ssg6 "sns6;wait;unbind MWHEELUP;wait;bind MWHEELDOWN ssg4"
alias ssg4 "sns4;wait;bind MWHEELUP ssg6;wait;bind MWHEELDOWN ssg2"
alias ssg2 "sns2;wait;bind MWHEELUP ssg4;wait;bind MWHEELDOWN ssg1"
alias ssg1 "sreset;wait;bind MWHEELUP ssg2;wait;unbind MWHEELDOWN"
alias sns6 "sensitivity 1.8;wait;lens 6;wait;echo 6x"
alias sns4 "sensitivity 3.0;wait;lens 4;wait;echo 4x"
alias sns2 "sensitivity 3.9;wait;lens 2;wait;echo 2x"
alias sreset "sensitivity 7.5;wait;lens 1;wait;echo 1x"
bind CTRL "ssg1"
Posted: Wed Dec 28, 2005 7:21 pm
by Tupe23
Code: Select all
// Sniper rifle //
bind r "lens 1;sensitivity 4.5;echo 1x: sensetivity 4.5;bind mwheelup sniper"
alias sniper "lens 2;sensitivity 3;echo 2x: sensetivity 3;bind mwheelup 4x"
alias 4x "lens 4;sensitivity 1.5;echo 4x sensetivity 1.5;bind mwheelup 6x"
alias 6x "lens 6;sensitivity 0.5;echo 6x: sensetivity 0.5;bind mwheelup 1x"
alias 1x "lens 1;sensitivity 4.5;echo 1x: sensetivity 4.5;bind mwheelup sniper"
bind mwheelup sniper
Posted: Wed Dec 28, 2005 7:33 pm
by Disza
Code: Select all
alias 2x "lens 2;sensitivity 1.1;bind q 1x;echo Zooming in! - Sentivity 1.1"
alias 1x "lens 1;sensitivity 2.7;bind q 2x;echo Zooming out! - Sentivity 2.7"
bind q "2x"
bind mouse5 "sensitivity 1;weapon;echo Zooming in! 2x - Sentivity 1"
Posted: Thu Dec 29, 2005 3:47 am
by Sweet
Mine.. or bail's
Code: Select all
alias 2x_ "lens 2;sensitivity 2;echo Zoom: 2x;bind mwheelup 4x_"
alias 4x_ "lens 4;sensitivity 1;echo Zoom: 4x;bind mwheelup 6x_"
alias 6x_ "lens 6;sensitivity 0.5;echo Zoom: 6x;bind mwheelup 1x_"
alias 1x_ "lens 1;sensitivity 3;echo Zoom: 1x;bind mwheelup 2x_"
bind mwheelup "1x_"
bind mwheeldown "1x_"
Posted: Thu Dec 29, 2005 4:52 am
by Da^JuaN
Code: Select all
alias sniper "weapon;sensitivity 5.3"
bind c sniper
bind u "lens 1;sensitivity 5.3"
Ye i know it can be shorter, like Kurupt has.. but since im lazy and this works anyway, i just removed the aliases for 4x and 6x, since i dont use them with lower sens.. and if so, i toggle the sens with the buttons of my mouse (mx518)
Posted: Thu Dec 29, 2005 8:00 am
by ganjaman
Code: Select all
alias sniper "lens 2; sensitivity 2; echo sniper set at 2x zoom; bind w 4x"
alias 4x "lens 4; sensitivity 1.5; echo sniper set at 4x zoom; bind w 6x"
alias 6x "lens 6; sensitivity 1; echo sniper set at 6x zoom; bind w 1x"
alias 1x "lens 1; sensitivity 0.6; echo -sniper reset-; bind w sniper"
alias reset "lens 1; sensitivity 3; echo -pure reset-; bind w sniper"
bind w sniper
bind r reset
Posted: Thu Dec 29, 2005 8:36 am
by Clown
Posted: Thu Dec 29, 2005 12:31 pm
by minchiano
Code: Select all
alias sniper "weapon;sensitivity 6;echo 2x;bind mwheelup 4x"
alias 4x "weapon;sensitivity 3.5;echo 4x;bind mwheelup 6x"
alias 6x "weapon;sensitivity 1;echo 6x;bind mwheelup 1x"
alias 1x "weapon;sensitivity 8;echo 1x;bind mwheelup sniper"
bind mwheelup "sniper"
bind mouse3 "sensitivity 8; bind mwheelup sniper"
bind mwheelup "weapon"
bind mwheeldown "reload"
bind mouse1 "+attack"
My mouse is my weapon, too bad it's a shitty optical piece of crap...
Posted: Thu Dec 29, 2005 12:41 pm
by Proto
Code: Select all
// SNIPER SCRIPT
//================
set normal 4.5
set 2x_sens 3.5
set 4x_sens 2.1
set 6x_sens 1.3
alias sniper "weapon;sensitivity $2x_sens;echo 2x: sensitivity $2x_sens;bind r 4x;bind backspace quick1a"
alias 4x "weapon;sensitivity $4x_sens;echo 4x sensitivity $4x_sens;bind r 6x;bind backspace quick1b"
alias 6x "weapon;sensitivity $6x_sens;echo 6x: sensitivity $6x_sens;bind r 1x;bind backspace quick1c"
alias 1x "weapon;sensitivity $normal;echo 1x: sensitivity $normal;bind r sniper;bind backspace quick1d"
bind r "sniper"
alias reset1x "sensitivity $normal;bind r sniper;bind backspace quick1d;echo -=Sniper Reset=-"
alias quick1a "weapon;wait;wait;weapon;wait;wait;weapon;reset1x;echo -=Sniper Reset=-"
alias quick1b "weapon;wait;wait;weapon;reset1x;echo -=Sniper Reset=-"
alias quick1c "weapon;reset1x;echo -=Sniper Reset=-"
alias quick1d ";echo -=Sniper Reset=-"
bind backspace "quick1d"
bind enter "use special; bind r sniper;sensitivity $normal;echo -=Sensitivity Reset=-;echo -=Weapon Ready=-"
Hehe, it's old.. but the way I like it...
Enter and Backspace are buttons on my mouse, since Q2 doesn't support mouse4 and mouse5, I made the two extra buttons on my mouse act as enter and backspace in order to use them..
Works good for other things too
Posted: Thu Dec 29, 2005 1:48 pm
by SaLsA
Proto wrote:
Enter and Backspace are buttons on my mouse, since Q2 doesn't support mouse4 and mouse5
works for me
Posted: Thu Dec 29, 2005 2:43 pm
by cheef
script...noob stuff
my bot is doing it for me...
aim zoom shoot
greeets