Advertisement
Guest User

Chiki Autoexec Csgo

a guest
May 22nd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.74 KB | None | 0 0
  1. r_dynamic 0;
  2.  
  3. alias +fakeflash "use weapon_knife; slot2";
  4. alias -fakeflash drop; slot1;
  5. bind 1 +fakeflash;
  6.  
  7. alias "+fire" "cl_crosshaircolor 4;cl_crosshairsize 3;+attack";
  8. alias "-fire" "cl_crosshaircolor 5;cl_crosshaircolor_b 255;cl_crosshaircolor_r 255;cl_crosshaircolor_g 255;cl_crosshairsize 1;-attack";
  9. bind "mouse1" "+fire";
  10.  
  11. developer "1";
  12. con_filter_text "Damage";
  13. con_filter_text_out "Player:";
  14. con_filter_enable "2";
  15.  
  16. bind "x" "use weapon_c4;drop;say_team Bomb is dropped.;
  17.  
  18. alias +jumpthrow "+jump;+attack";
  19. alias -jumpthrow "-jump;-attack";
  20. bind "v" "+jumpthrow";
  21.  
  22. alias "+jumpduck" "+jump;+duck";
  23. alias "-jumpduck" "-jump;-duck";
  24. bind "ALT" "+jumpduck";
  25.  
  26. alias +knife slot3;
  27. alias -knife lastinv;
  28. bind "l" +knife;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement