Low sensitivity script

This script is really useful, when you’re using a rifle.

This script will set down your sensitivity when you press fire, but only when you press fire. You can toggle this on and off by binding the “lov” alias.

//You can change the sensitivity to your playing style
alias myse “sensitivity 4.0″
alias +lov “sensitivity 3.0; w; +attack”
alias -lov “myse; w; -attack”
alias lov “lov1″
alias lov1 “bind mouse1 +lov; d1; echo LOW SENSITIVITY ON; d0; alias lov lov2″
alias lov2 “bind mouse1 +attack; d1; echo LOW SENSITIVITY OFF; d0; alias lov lov1″
alias w “wait”
alias d1 “developer 1″
alias d0 “developer 0″
bind “z” “lov”

Replace z with any button.

Script#2

Description: This script drops your gun so enemies only get ammo in the gun (none for reload),throws any he grenade, and kills yourself so enemies don’t get cash for your dead body.

alias +cyanide “weapon_mp5navy; weapon_p90; weapon_tmp; weapon_ump45; weapon_mac10; weapon_ak47; weapon_sg552; weapon_m4a1; weapon_aug; weapon_m3; weapon_xm1014; weapon_scout; weapon_awp; weapon_g3sg1; weapon_sg550; weapon_m249; drop; weapon_glock18; weapon_usp; weapon_deagle; weapon_p228; weapon_elite; weapon_fiveseven; drop; he_grenade; wait; wait; +attack”
alias -cyanide “-attack; wait; wait; kill”

bind “F12″ “+cyanide”

Razer DiamondBack

I recently got this awesome mouse, and I can clearly state that is the best i had so far. The way you hold it, it’s weight, size, look only shows you that is made by a team devoted to gamers. But anything i would say about Razer it would be in vain as you probably already know it. Playing Counter strike 1.6 is awesome, i get more frags than ever, also it works perfect when I’m using photoshop or flash

With its host of innovative features, the Razer Diamondback™ gaming mouse has successfully fragged its way to the top of many a gamer’s list. Its ambidextrous form factor, coupled with a high-precision engine and programmable buttons, makes it the crucial tactical advantage that every gamer must have.
1600dpi Optical Sensor
At 1600dpi, the Razer Diamondback™ is twice as precise as conventional mice with high-performance optical sensors.
Seven Independently Programmable Buttons
The Razer Diamondback™ allows gamers to program button functions while Razer’s Hyperesponse™ technology reduces latency for optimum gameplay.
On-The-Fly Sensitivity™
With On-The-Fly Sensitivity™ adjustment, you can switch sensitivity settings right in the midst of a fierce battle!

Technical Specifications

  • 1600dpi optical sensor
  • Seven independently programmable buttons
  • On-The-Fly Sensitivity™ adjustment
  • Always-On™ mode
  • Ultra-large non-slip buttons
  • 6400 frames per second (5.8 megapixels per second)
  • 16-bit ultra-wide data path
  • Up to 40 inches per second and 15g of acceleration
  • GlowPipe™ non-slip side rails
  • Ergonomic ambidextrous design
  • Zero-acoustic Ultraslick™ Teflon feet
  • Gold-plated USB connector
  • Seven-foot, lightweight, non-tangle cord
  • Approximate size: 129mm (length) x 63mm (width) x 38.5mm (height)
  • Chameleon Green and Salamander Red translucent chassis options available

System Requirements

Windows 2000 / XP / X64 / Vista
Available USB port
CD-ROM Drive (for drivers)
At least 35MB of hard disk space (for drivers)

Counter strike scripts.

I’ve decided to start posting scripts, scripts that helped me grow as a counter strike player through the years.

I’ll start with a simple one.

The bomb jump, it’s useless but is really funny. You need to have the bomb. Just replace the “X” with whatever key you don’t use.
alias w2 “wait; wait”
alias w3 “w2; wait”
alias w4 “w2; w2″
alias w5 “w3; w2″
alias qpist “slot2; w2; +attack; w2; -attack”

alias +bombjump “qpist; w5; +attack; w5; w5; +reload; w5; w5; w5; weapon_c4; w5; w5; +jump”
alias -bombjump “-attack; w5; w5; w5; w5;-reload; w5; w5; w5; w5; w5; w5; w5; -jump”

bind “x” “+bombjump”

I usually do it at the end of the round, after I pwned some CT butt.

To use the script you’ll have to copy it in your config file, save it in your counter strike\cstrike directory and the use the exec file.cfg .

Counter-Strike Lag issue

I wanted to post this page for my friends who constantly blame latency for every headshot they get, and it pisses me off when I get a double kill, they call me lucky and blame the lag. Well do this things and you won’t have any lag.

First make sure your windows is running correctly, don’t have too many processes(about 35).

Close your firewall while you are playing, after you’ve finished playing restart your firewall.

Scan for viruses i would suggest AVG Antivirus, also scan for spyware and malware.

After you’ve done this start Counter strike. There are a bunch of settings that will make counter strike go better, but they depend on your system. You should set your video card to render OpenGL at a resolution that you are most comfortable with(I had it set at 640 x 480 even though i’ve got a good computer,I’ll tell you in another toutorial why i’m playing with this screen size.) Set your color depth to 16 bits. Bring down the console useing the “`” key. If it doesn’t come down, enter a game and type console 1(using the default key to say – y).

here you type the following: cl_updaterate 35; cl_cmdrate 101;rate 25000; cl_fpsmax 101;cl_fpsmodem 101.

there are more commands you can use, to get more fps from your game.

Here is a small script you can use to change your settings:

Toggles certain network related settings to better suit your connection. I suggest starting with the highest ‘08′ setting, and slowly moving down until you see your ping start to decrease.


———————————————————————————————————————-
bind – “rateDOWN”
bind = “rateUP”
alias rateUP “rate75″
alias rateDOWN “rate25″
alias rate200 “ex_interp .10; rate 3000; cl_cmdrate 30; cl_updaterate 20; devon; echo Counter-Strike Ping Setup: [-------#] 08 – High Ping; devoff; alias rateDOWN rate175″
alias rate175 “ex_interp .10; rate 5000; cl_cmdrate 40; cl_updaterate 20; devon; echo Counter-Strike Ping Setup: [------#-] 07 – High Ping; devoff; alias rateUP rate200; alias rateDOWN rate150″
alias rate150 “ex_interp .10; rate 7500; cl_cmdrate 50; cl_updaterate 30; devon; echo Counter-Strike Ping Setup: [-----#--] 06 – High Ping; devoff; alias rateUP rate175; alias rateDOWN rate125″
alias rate125 “ex_interp .10; rate 9000; cl_cmdrate 60; cl_updaterate 30; devon; echo Counter-Strike Ping Setup: [----#---] 05 – Normal Ping; devoff; alias rateUP rate150; alias rateDOWN rate100″
alias rate100 “ex_interp .10; rate 10000; cl_cmdrate 70; cl_updaterate 35; devon; echo Counter-Strike Ping Setup: [---#----] 04 – Normal Ping; devoff; alias rateUP rate125; alias rateDOWN rate75″
alias rate75 “ex_interp .075; rate 15000; cl_cmdrate 80; cl_updaterate 30; devon; echo Counter-Strike Ping Setup: [--#-----] 03 – Low Ping; devoff; alias rateUP rate100; alias rateDOWN rate50″
alias rate50 “ex_interp .050; rate 20000; cl_cmdrate 90; cl_updaterate 40; devon; echo Counter-Strike Ping Setup: [-#------] 02 – Low Ping; devoff; alias rateUP rate75; alias rateDOWN rate25″
alias rate25 “ex_interp .025; rate 25000; cl_cmdrate 100; cl_updaterate 40; devon; echo Counter-Strike Ping Setup: [#-------] 01 – Low Ping; devoff; alias rateUP rate50″

————————————————————————————————————————–

Now to use this, open a new notepad file, copy and paste the script (from the ——– to ———– :) in case you didn’t knew that :P ). Save the file in the counter strike directory\cstrike and name it lag.cfg.

After you’ve done this enter counter strike, and if you feel like you have lag just use this command in the console: exec lag.cfg(or whatever name it has) and starting from #8 just adjust it with the pg down and pg up keys.

Hope it helps, if it doesn’t, please do leave a comment and I’ll try to help you as best as i can.

GL & HF.