Counter-Strike Online.

Counter-Strike Online is a remake of Counter-Strike: Condition Zero targeted towards Asia’s gaming market. It is being developed by Nexon Corporation with oversight from license-holder Valve Corporation. Unlike most of Valve’s games, Counter-Strike Online will not require Steam to play.

Weapons

There are 9 new weapons available in Counter-Strike Online, in addition to the “classic” weapons featured in the original Counter-Strike: Condition Zero. Additional weapons include shotguns, new submachine guns and assault rifles.

Some of the new rifles also feature a “barrel change” system. When the player selects the other configuration of the weapon, the player changes the barrel and turn the weapon between a semi-automatic marksman rifle and the normal assault rifle.

Maps

There are several new maps available in Counter-Strike Online.

  • Tunnel - The first official death match map in Counter-Strike, The map is small with many structural obstacles put in place.
Screenshot of the CS_Camouflage map

Screenshot of the CS_Camouflage map

  • Camouflage - A small hostage rescue map, set in a two story building.
  • Camouflage 2 - A rebalanced version of Camouflage.
  • REX - A Demolition map set in a laboratory with both bomb sites located on the second floor.
  • Player Models

  • There are 10 new player models available in Counter-Strike Online, 5 for each team.
  • Terrorists
  • Phoenix Connexion
  • Elite Crew
  • Arctic Avengers
  • Guerilla Warfare
  • Midwest Militia
  • Red Beret Condittiere
  • Asia Red Army
  • National Liberation Campaign
  • Vigilante Corps

Counter-Terrorists

  • SEAL Team 6
  • GSG-9
  • SAS
  • GIGN
  • SPETSNAZ
  • South Korean 707
  • Taiwanese Police special forces(SOZO)
  • Chinese Devil Squad(Magui)
  • Japanese SAT

Buy counter-strike.

I recently read that my country is one of top ranked country’s in Europe as it has more than 60 % of home users using ilegal software.

In response to that i’m posting a link to a secure plac from where to buy counter- strike. Come on people, it’s only 10 $.

It’s worth it.

Now, for those of you that want Counter strike source here is where you can get it .This one goes for 19$

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”

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 .