Advertisement
Guest User

Untitled

a guest
Jun 27th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //binds
  2. bind X "+lookycloser" //replace with your zoom key
  3. bind H "Weapon 1" //G
  4. bind MWHEELUP "Weapon 2" //MG
  5. bind MWHEELDOWN "Weapon 3" //SG
  6. bind R "Weapon 4" //GL
  7. bind SPACE "Weapon 5" //RL
  8. bind Mouse4 "Weapon 6" //LG
  9. bind Mouse5 "Weapon 7" //RG
  10. bind G "Weapon 8" //PG
  11.  
  12. //general settings
  13. cg_gunx 0
  14. cg_guny 0
  15. cg_gunz 0
  16. cg_drawcrosshair 7
  17. cg_CrosshairSize 24
  18. cg_drawgun 0
  19.  
  20. //weaponconfig settings
  21. cg_weaponconfig_g "_lgOff; cg_zoomfov 90"
  22. cg_weaponconfig_mg "_lgOff; cg_zoomfov 90"
  23. cg_weaponconfig_sg "_lgOff; cg_zoomfov 90"
  24. cg_weaponconfig_gl "_lgOff; cg_zoomfov 90"
  25. cg_weaponconfig_rl "_lgOff; cg_zoomfov 90"
  26. cg_weaponconfig_lg "_lgOn; cg_zoomfov 70"
  27. cg_weaponconfig_rg "_lgOff; cg_zoomfov 45"
  28. cg_weaponconfig_pg "_lgOff; cg_zoomfov 90"
  29. cg_weaponconfig_bfg "_lgOff; cg_zoomfov 90"
  30. cg_weaponconfig_pl "_lgOff; cg_zoomfov 90"
  31. cg_weaponconfig_ng "_lgOff; cg_zoomfov 90"
  32. cg_weaponconfig_cg "_lgOff; cg_zoomfov 90"
  33.  
  34. //lg zoomsens script
  35. alias +lookycloser "+zoom"
  36. alias -lookycloser "-zoom;normalsens"
  37.  
  38. alias _lgOn "alias +lookycloser +lgzoom"
  39. alias _lgOff "normalsens;alias +lookycloser +zoom"
  40.  
  41. alias +lgzoom "+zoom; sensitivity 4"
  42. alias normalsens "sensitivity 4.65"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement