среда 29 января
      83

Css console hacks

ALL REQUIRE THAT SERVER MUST HAVE CHEATS ENABLED (SV_CHEATS 1) TO WORK
use Game Monitor to find servers with cheats enabled.
NUKE
[1]Extract to 'SteamSteamapps<ACCOUNT NAME>counter-strike sourcecstrikecfg'
[2]Find a server with cheats enabled (using the link above)
[3]Bind a key for the nuke script. To do this open console and type: bind F2 'exec nukecounter.cfg'
[4]Press F2.
DOWNLOAD!
DOWNLOAD 2!
*You will appear to be frozen (unable to move) during the countdown due to the amount of 'wait' commands being used.
*See DCLXVI's topic on sv_cheats and rcon: HERE!
*It may not work on all servers with sv_cheats enabled due to server side addons/plugins blocking certain commands
*It uses point_tesla entities to make the sounds (only method i know possible atm)
*The point_tesla code is repeated twice for each sound because it doesn't always play (Reply if you can fix it up)
+++++++++++
CONSOLE COMMANDS
personal low gravity
ent_fire !self addoutput 'gravity .25'
reset [ent_fire !self addoutput 'gravity 1']

low gravity for all players
ent_fire !player addoutput 'gravity .25'

lots of health
ent_fire !self addoutput 'health 13371337'

Speed x4 (change 4 to any number you want)
give player_speedmod
ent_fire player_speedmod ModifySpeed 4
Kill all other players, you live (put this in a script)
ent_fire player addoutput 'targetname lolurdead'
wait;wait
ent_fire !self addoutput 'targetname memyself'
wait;wait
ent_fire lolurdead sethealth -200

Burn all other players, you live (put this in a script)
ent_fire player addoutput 'targetname loluronfire'
wait;wait
ent_fire !self addoutput 'targetname memyself'
wait;wait
ent_fire loluronfire ignite

All players on server join spectator
End map, on to next map
give game_end;wait;wait; ent_fire game_end endgame

Spawn hostage
CTs Win
ent_create hostage_entity; ent_fire hostage_entity onrescuezonetouch 1

Disable / Enable Bombsite
ent_fire func_bomb_target disable
ent_fire func_bomb_target enable

Disable / Enable Buyzone
ent_fire func_buyzone disable
ent_fire func_buyzone enable

Destroy all weapons
Remove Planted bomb

ent_fire planted_c4 kill
++ KONTROLA NAD RCONEM przy sv_cheats 1++
Ściągnij potrzebną paczkę: download (rar) lub załączniki na dole strony
Info:
Overview: This will hack server RCON passwords, but will only work if the server's sv_cheats is set to 1.
How to use:
To use it, place all the .cfg files in the game's cfg folder.
For CSS it is: steamsteamappsyour_accountcounter-strike sourcecstrikecfg
For CS 1.6 it is: steamsteamappsyour_accountcounter strikecstrike
Then find a server which has sv_cheats set to 1, this site will search for them:
For Counter Strike SOURCE - http://www.game-monitor.com/search.php?sea..p;game=cstrike2
FOR Counter Strike 1.6 - http://www.game-monitor.com/search.php?sea..mp;game=cstrike
From there find a server you want to join, get the IP address for it and connect to it.
Then in console type exec fkn_rcon
That will change the server's rcon password to: fkn0wned
You then have full power over the server until you get banned by a local admin.
There are also other config files which allow you to have fun with your power.
____________
Fkn_invisible

To use (type in console):
exec fkn_invisible
What it does: It creates an invisible object which automatically kills anyone who walks near it.
____________
Fkn_barrel
To use (type in console): exec fkn_barrel
What it does: It drops a barrel from the sky to where your crosshair is (if youre alive) or the person you are watching (if youre dead)
____________
Fkn_gunsfire
To use (type in console): exec fkn_gunsfire
What it does: It sets all guns on fire.
____________
Fkn_haha
To use (type in console): exec fkn_haha
What it does:Binds mouse1 to say fkn0wned.com, changes everybodies names towww.fkn0wned.com, makes everybody spin in circles and jump and look atthe sky
____________
Fkn_noban
To use (type in console): exec fkn_noban
What it does: Makes it so every time someone tries to ban you it doesn't ban you instead it says www.fkn0wned.com
____________
Fkn_awp
To use (type in console): exec fkn_awp
What it does:It drops an awp somewhere in the map and when a player picks it up itfucks them up badly with www.fkn0wned.com spamming everywhere.
++ daj sobie sam mani admin plugin jak znasz rcona++
C+P to a txt document, and rename it to something like ADMIN.cfg
Then, once in game, type 'exec ADMIN' into the console.
Replace YOURNAME, YOURSTEAMID, YOURIPADRESS with your name, your steam ID, and your adress.

Rcon ma_client AddClient 'YOURNAME'
rcon ma_client AddSteam 'YOURNAME' 'YOURSTEAMID'
rcon ma_client SetAFlag 'YOURNAME' '+#'
rcon ma_client SetIFlag 'YOURNAME' '+#'
rcon removeid YOURSTEAMID
rcon removeip YOURIPADRESS

GIVE WEAPONS COMMANDS
  • give item_assaultsuit
  • give weapon_flashbang
  • give weapon_hegrenade
  • give weapon_ smokegrenade
  • give weapon_galil
  • give weapon_ak47
  • give weapon_scout
  • give weapon_sg552
  • give weapon_awp
  • give weapon_g3sg1
  • give weapon_famas
  • give weapon_m4a1
  • give weapon_aug
  • give weapon_sg550
  • give weapon_glock
  • give weapon_usp
  • give weapon_p228
  • give weapon_deagle
  • give weapon_elite
  • give weapon_fiveseven
  • give weapon_m3
  • give weapon_xm1014
  • give weapon_mac10
  • give weapon_tmp
  • give weapon_mp5navy
  • give weapon_ump45
  • give weapon_p90
  • give weapon_m249

+++++++++++
SPAWNPOINT COMMANDS
Remove CT spawn points
Remove T spawn points
ent_remove_all info_player_terrorist

Create CT spawn point (where your aiming)
Create CT spawn point (at your position)
give info_player_counterterrorist
Create T spawn point (where your aiming)
ent_create info_player_terrorist

Create T spawn point (at your position)
give info_player_terrorist
LIGHTNING ZAP
Lightning shot from you to your aiming point
test_dispatcheffect teslazap 700 8 99 10
test_dispatcheffect teslazap 700 8 99 10
test_dispatcheffect Explosion 0 0 0 100
prop_physics_create weaponsw_eq_fraggrenade_thrown.mdl
ent_setname orangebomb
ent_fire orangebomb addoutput 'exploderadius 300'
ent_fire orangebomb addoutput 'explodedamage 9999999'
ent_fire orangebomb break

[1]Copy the code above into notepad.
[2]Save As.
Filename: lightningshot.cfg
Save As Type: All Files
[3]Save to 'SteamSteamapps<ACCOUNT NAME>counter-strike sourcecstrikecfg'
[4]Bind a key for the lightning zap script. To do this open console and type: bind F3 'exec lightningshot.cfg'
[5]Press F3.
HL2 DISOLVE EFFECT
Disolve weapons (weapon_* = all weapons, weapon_awp = disolve awp etc)
ent_create env_entity_dissolver
wait
ent_fire env_entity_dissolver addoutput 'targetname disolver'
wait
ent_fire disolver addoutput 'dissolvetype energy'
ent_fire disolver addoutput 'target weapon_*';wait;ent_fire disolver dissolve

Disolve Ragdolls / Bodies
ent_create env_entity_dissolver
wait
ent_fire env_entity_dissolver addoutput 'targetname disolver'
wait
ent_fire disolver addoutput 'dissolvetype energy'
ent_fire disolver addoutput 'target cs_ragdoll';wait;ent_fire disolver dissolve

TRAPS
Will cause players to reconnect to the server (retry command) when ever they pick up a weapon. Great on fy_ and aim_ maps
ent_fire point_clientcommand kill
wait;wait
give point_clientcommand
wait
ent_setname point_clientcommand point_clientcommand
wait
ent_fire weapon_* addoutput 'OnPlayerPickup point_clientcommand,command,play botaw_hell.wav'
wait
ent_fire weapon_* addoutput 'OnPlayerPickup point_clientcommand,command,play botwhat_have_you_done.wav,0.8'
wait
ent_fire weapon_* addoutput 'OnPlayerPickup point_clientcommand,command,retry,1.7'

Fkn_ServerOvertake_Pack.rar
  • Cheats
  • Unlockables
  • Hints
  • Easter Eggs
  • Glitches
  • Guides

A Counter-Strike: Source (CS:S) Forum Thread in the Help category, submitted. Its not a script that crashes yuor server. It is 'svcheats 1,cheats' Whats your.

Get the latest Counter Strike Source cheats, codes, unlockables, hints, Easter eggs, glitches, tips, tricks, hacks, downloads, achievements, guides, FAQs, walkthroughs, and more for PC (PC). CheatCodes.com has all you need to win every game you play!

Use the above links or scroll down see all to the PC cheats we have available for Counter Strike Source.

We have no tips for Counter Strike Source yet. If you have any unlockables please submit them.

Weapon Hits Nearest Enemy

type sv_cheats 1 in the console then simplytype 'notarget' in the console (without the')note: bots might be the only people you areinvisible to.

Change Gravity

Once in 'Cheat Mode', enter:sv_gravity #
Where '#' is a number.

Flying And God Mode

Type sv_cheats 1 in the console, then typenoclip. now you will fly and be invincible. its agood idea to bind a key to noclip too. forexample: bind v noclip --- now whenever you pressv or whatever key you chose, you will fly. justpress it or type it again to disable.

Disk Drill can recover deleted data from virtually any storage device. What is disk drill This includes desktops and laptops, workstations, internal and external hard drives, memory cards and more.

Enter Cheat Mode

To enter cheat mode, press the ` key to bring up the console, and then type: sv_cheats 1
Then type in any other cheats!

Clear Walls

Once in 'Cheat Mode', enter:settings

Spawn Props

Once in 'Cheat Mode', enter:net_graph 1
To turn them off, enter: net_graph 0

Allow Bot To Join Game For Indicated Team

Enter impuse 101 as a code.

Bot Automatically Follows You If You Do Not Give Them Orders

Enter bot_prefix as a code.

Bots Use Only Knives

Bots Will Not Do Mission Objectives And Will Expect Humans To Do It

Enter bot_kick as a code.

Kill All Bots

Enter bot_show_nav as a code.

Toggle Bot Ai

Enter bot_pistols_only as a code.

Toggle Bot Using Snipers Only

Adobe cc collection june 2017 (selective download) mac os x crack snow password. When sv_cheats 1 is on then type in console, musthave the botten ~ set on keybord in options, typein r_drawothermodels 2.

More Money

We have no unlockables for Counter Strike Source yet. If you have any unlockables please submit them.

We have no easter eggs for Counter Strike Source yet. If you have any unlockables please submit them.

We have no glitches for Counter Strike Source yet. If you have any unlockables please submit them.

We have no achievements or trophies for Counter Strike Source yet. If you have any unlockables please submit them.