clear echo "***********************" echo "Loading config..." echo "***********************" //game stuff con_enable "1" cl_allowdownload "1" cl_allowupload "1" alias tick100 "cl_interp 0.012121; cl_interp_ratio 0; cl_updaterate 100; cl_cmdrate 100; cl_smooth 0; rate 100000; bind - tick66; echo loaded 100 tick config." alias tick66 "cl_interp 0.033; cl_interp_ratio 0; cl_updaterate 66; cl_cmdrate 66; cl_smooth 0; rate 100000; bind - tick100; echo loaded 66 tick config." bind "0" "slot10" alias g1 "net_graph 1; bind = g3; echo net_graph 1" alias g3 "net_graph 3; bind = g0; echo net_graph 3" alias g0 "net_graph 0; bind = g1; echo net_graph 0" voice_enable 1 bind "-" "tick66" bind "=" "g1" cl_interp 0.012121 cl_interp_ratio 0 cl_updaterate 100 cl_cmdrate 100 cl_smooth 0 rate 100000 net_graph "1" cl_scalecrosshair "1" cl_crosshairscale "3500" cl_crosshairalpha "200" cl_crosshairusealpha "0" //binds bind "c" "+duck" bind h "sm_cash all 16000; sm_unrestrict awp; buy awp; buy deagle; buy vesthelm; buy defuser; buy flashbang; buy flashbang; buy hegrenade; buy smokegrenade; sm_restrict awp 1; sm_cash all 16000" clear echo "Config Loaded..."