Left 4 Dead 2

Left 4 Dead 2

81 ratings
L4D2 Ingame commands to be as uncool as a Pokemon
By **DeiRowtag
I will not explain Why, How or Whatever in this guide, you can find the reason of lerping or anything else easily on the great internet
People may call this cheat, bug exploit or whatever i do not really care this guide is made so everyone can copy paste any bind in console
Damn 10 years old game

You can not get banned for using any of those commands
You may also like my other guide https://cs2bus.com/sharedfiles/filedetails/?id=1939807747
   
Award
Favorite
Favorited
Unfavorite
Console activation
You will need it for most of the command
It's really simple just go in your game Properties via steam library

Then in the launch option just add -console

one last step when you start your game you will see the console but you need to bind it or it will disappear with this command: bind "g" "toggleconsole"


Replace G with any key you want it's easy.
Chat message
Binding multiple chat message (you can change bind KEYS type unbind "key" to remove)

bind "B" "say message1; wait 200; say message2; wait 200; say message3"
bind "P" "say !ready"
bind "O" "say_team noob team"
Invisible characters to fake a nickname
You want to change your name to have the same as another player just to screw up his name?

Very simple just copy one of those symbol into your steam name (or setinfo name in console)

Symbol - ( ᠌᠌᠌᠌)( ุ ) ( ๋ ) ( ็ ) ( ่ ) ( ้ ) ( ๊ ) ( ์ ) ( ๎ ) ( ฺ ) ( ั ) ( ํ ) ( ิ ) ( ู ) ( ः ) - Copy one without brackets.

Symbol and nickname



Only symbol




If you dont use symbols it look like that
Spam nickname as the toxic troll you are
You will get a lot of hates

You need to bind them like below nothing else

bind "i" "setinfo name spam01"
bind "o" "setinfo name spam02"
bind "p" "setinfo name spam03"
bind "k" "setinfo name spam04"

Of course you can change keys into any that you want

Now just press any of those key to spam more and more and hopefully getting kicked by your team because youre anoying as f
AntiMic spammer
Random mic spammer are bothering you?

voice_show_mute in console will show you the listing and ID of players ingame
then voice_mute "Player#" to mute him
You can unmute by typing voice_unmute "Player#"

Idle glitch
Since 24/09/20 update it's less usefull

just use that bind in console you can replace the G key by any key you want

bind "g" "go_away_from_keyboard"

When used:

-Invincible while you're charged not anymore
-Instant reload if you started the animation
-Instant wake up from defib or any kind or stun
-Remove boomer vomit not anymore
-instant kill teammate with grenade launcher not anymore
net_graph
Showing FPS, PING, LERP etc..

use the one you like

disable it with
net_graph 0

enable it with (only 1 of them)
net_graph 1
net_graph 2
net_graph 3
net_graph 4







You can change position with

net_graphpos "value"
net_graphheight "value"
Kicking bot or yourself
Kicking yourself when you're alone has never been so funny

write status in console will show player list and a number in front of their nicknames
then callvote kick "number"
Uncool crosshair
Make it static and visible so you can aim better? or not

Ultra visible crosshair
cl_crosshair_thickness 5
cl_crosshair_alpha 255
Invisible crosshair
cl_crosshair_thickness 0
cl_crosshair_alpha 0

Dynamic crosshair
cl_crosshair_dynamic 1
Static crosshair
cl_crosshair_dynamic 0
Field of view
This will change the way you see your gun (a legend say it help people to aim ..)

cl_viewmodelfovsurvivor 10 (invisible)
cl_viewmodelfovsurvivor 51 (defaut)
cl_viewmodelfovsurvivor 80 (optimal)
cl_viewmodelfovsurvivor 170 (insane arms)
cl_viewmodelfovsurvivor180 (invisible)

90
170
180
Lerpers forever
Why having the same hitbox as everyone?

Simply bind any or all of these replace the key as you wish, also you may change rates or whatever command according to your latency
You can check if it work with net_graph 1

Lerp 100 defaut setting, mr.fairplay recommend to use this one in public servers and others in t1 or custom
bind "F10" "cl_interp ratio 2; cl_interp 0.1"

Lerp 0
bind "F5" "cl_cmdrate 100; cl_updaterate 100; cl_interp_ratio -1; cl_interp 0.0; rate 100000;"
Lerp 16.7
bind "F7" "cl_cmdrate 60; cl_updaterate 60; cl_interp_ratio -1; cl_interp 0.0; rate 60000;"
Lerp 33.3
bind "F6" "cl_cmdrate 101; cl_updaterate 101; cl_interp_ratio 1; cl_interp 0.0333; rate 30000;"
Lerp 40
bind "F4" "cl_cmdrate 100; cl_updaterate 100; cl_interp_ratio 0; cl_interp 0.040; rate 30000;"
Lerp 50
bind "F8" "cl_cmdrate 30; cl_updaterate 20; cl_interp_ratio -1; cl_interp 0.0333; rate 30000;"
Lerp 67
bind "F9" "cl_cmdrate 10; cl_updaterate 30; cl_interp_ratio 2; cl_interp 0.067; rate 30000;"

Lerp 500 you may correct this one
bind "F5" "cl_cmdrate 100; cl_updaterate 100; cl_interp_ratio 0; cl_interp 0.500; rate 30000;"

Here you can see Hitbox with lerps (got them from HSTM map by ReneTM):
Audio lerp
So you can hear before the spawn

defaut
bind "F9" "snd_mixahead 0.1"
uncool setting
bind "F10" "snd_mixahead 0.056"
Audio immersion removal
This will remove the echoes so you can hear exactly where the sound come from

This one need to be inside an autoexec.cfg file otherwise it doesnt work, Download here[pastebin.com] it will be a .txt file, change the name to autoexec.cfg and put the file in steamapps/common/left4dead2/left4dead2/cfg
Then in console everytime you launch the game use this command exec autoexec
Or set game properties so it will use the command automatically: +exec autoexec

Here is the code inside the autoexec
bind "W" "+mfwd" bind "A" "+mleft" bind "S" "+mback" bind "D" "+mright" alias +mfwd "dsp_volume 0;-back;+forward;alias checkfwd +forward" alias +mback "dsp_volume 0;-forward;+back;alias checkback +back" alias +mleft "dsp_volume 0;-moveright;+moveleft;alias checkleft +moveleft" alias +mright "dsp_volume 0;-moveleft;+moveright;alias checkright +moveright" alias -mfwd "-forward;checkback;alias checkfwd none" alias -mback "-back;checkfwd;alias checkback none" alias -mleft "-moveleft;checkright;alias checkleft none" alias -mright "-moveright;checkleft;alias checkright none" alias checkfwd "none" alias checkback "none" alias checkleft "none" alias checkright "none" alias none "" dsp_enhance_stereo "0" dsp_slow_cpu "0"
Conclusion
Please like and share and take a look on my other guide!

https://cs2bus.com/sharedfiles/filedetails/?id=1939807747


24 Comments
**DeiRowtag  [author] 26 Mar @ 9:23pm 
vocalizer are in option keybinding usually and you cannot change the answer of something triggered by a vocalize
stop 26 Mar @ 2:40pm 
how do i change what the survivors say when i give command - ask question/answer? hitting keys Z and X for me.
byteframe 19 Nov, 2024 @ 5:04pm 
🤾‍♀️ 如不乃回 |😺🐛🎈🚘| - S/N: 64333710 - │║▌▌║║║▌ - (Cyberdyne Systems)
Atomic1200 30 Oct, 2022 @ 8:44pm 
seizure pokemon
DUMFAYCE !! 23 Sep, 2022 @ 7:24am 
this comment is false
LAIN 27 Feb, 2022 @ 8:26pm 
the comment below is fake
seansatake 23 Aug, 2020 @ 3:10am 
porygon is the best pokimon
**DeiRowtag  [author] 21 Aug, 2020 @ 10:04am 
I wish you a good luck in your quest, people rarely listen sadly
Kalukki 21 Aug, 2020 @ 5:33am 
oh, my bad then :D Well to be honest i just assumed this being cheat because how you wrote the topic. "tired of trolls etcetc just become one of them"

Not your best salespitch but anyway.

And yeah i wish people like me would be heros but nooo.. our kind of people get fucked in the ass in social media and everywhere where people has "better" opinions than the "right" one.
**DeiRowtag  [author] 20 Aug, 2020 @ 10:47am 
You are a good hero but on the wrong guide my man :HappyMask:

As this is not cheat but game feature that Valve implemented with their own commands.