Advertisement
r1zsa

CoD2 commands

Oct 29th, 2022
1,243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.78 KB | Gaming | 0 0
  1. **• FPS bind with extras:**
  2. ```css
  3. bind w "+forward; com_maxfps 333; cl_maxpackets 30"; bind s "+back; com_maxfps 333; cl_maxpackets 30"; bind a  "+moveleft; com_maxfps 333; cl_maxpackets 30"; bind d "+moveright; com_maxfps 333; cl_maxpackets 30";```
  4. ```css
  5. bind w "+forward; com_maxfps 333"; bind s "+back; com_maxfps 333"; bind a  "+moveleft; com_maxfps 333"; bind d "+moveright; com_maxfps 333";```
  6. ```css
  7. bind MOUSE1 "+attack; wait 2; -attack; wait 2; +attack; wait 2; -attack; wait 2; +attack; wait 2; -attack; wait 2; +attack; wait 2;-attack; wait 2"```
  8. **•  Default:**
  9. ```css
  10. bind w "+forward"; bind s "+back"; bind a "+moveleft"; bind d "+moveright";```
  11. ```css
  12. bind MOUSE1 "+attack"```
  13. **•  Config:**
  14. ```bash
  15. con_gamemessagetime "99999"
  16. cg_chattime "22000"
  17. cg_hudcompasssize "1.5"
  18. cl_stanceholdtime "0"
  19. con_inputBoxColor "0 0 0 0.9"
  20. con_inputHintBoxColor "0.2 0.2 0.6 0.9"
  21. con_outputWindowColor "0 0 0 0.9"
  22. seta g_TeamColor_Allies "0.31 0.8 0.58"
  23. seta g_TeamColor_Axis "0.41 0.19 0.76"
  24. r_objectiveColorDx7Max "0.0156863 1 0.835294 1"
  25. r_objectiveColorDx7Min "1 0.0431373 0.905882 1"
  26. bind I "say ^3gg"
  27. bind O "say ^5Hello"
  28. bind P "say ^5have Fun ^7::"
  29. bind R "+reload; weapnext; wait 2; weapprev"
  30. bind F3 "bindlist"
  31. bind F4 "toggle name \"admin\" \"r1zsa\" \"^3Phoenix^1|^7r1zsa\" "
  32. bind F5 "toggle r_gamma 0.5 1 1.5 2 2.5 3"
  33. bind F6 "toggle snd_volume 0 0.2 0.5 1"
  34. bind F7 "toggle cg_chatheight 0 8"
  35. bind F8 "toggle com_maxfps 0 125 250 333 500 1000"
  36. bind INS "toggle r_polygonOffsetbias -1 16; toggle r_polygonoffsetscale -1 4"
  37. bind HOME "toggle cg_drawfps 0 1; toggle cg_drawlagometer 0 1"
  38. bind TAB "+scores; g_TeamColor_Allies 1 0.65 0; g_TeamColor_Axis 0.4 0.4 0.4"
  39. bind 2 "say_team ^7:DDDDDDDDDDDDDDDDDDDDDDDDDDDD"
  40. bind 3 "say ^5:DDDDDDDDDDDDDDDDDDDDDDDDDDD"
  41. ```
Tags: cod2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement