Advertisement
ph0xii

phoxiis tf2 autoexec

Jul 19th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.66 KB | None | 0 0
  1. //tf2 autoexec
  2. //
  3. fps_max 131
  4. exec gfx
  5. exec aliases
  6. exec settings
  7. exec binds
  8. sensitivity 1.73
  9. viewmodel_fov 95
  10. mat_phong 0
  11. cl_mvm_wave_status_visible_during_wave 1
  12.  
  13. sv_cheats 1
  14. maxplayers 32
  15. net_graph 1
  16. net_graphpos 1
  17.  
  18.  
  19. //
  20. bind w +forward; +mfwd
  21. bind s +back; +mback
  22. bind a +moveleft; +mback
  23. bind d +moveright; +mright
  24. bind 1 slot1
  25. bind 2 slot2
  26. bind 3 slot3
  27. bind 4 slot4
  28. bind "SPACE" "+jump"
  29. bind "shift" "+duck"
  30. bind mwheeldown +jump
  31. bind mwheelup +jump
  32. bindtoggle t r_drawviewmodel 0 1
  33.  
  34.  
  35. // Null-cancelling movement script
  36. alias +mfwd "-back;+forward;alias checkfwd +forward;dotxhaircolor"/alias +mback "-forward;+back;alias checkback +back;dotxhaircolor"
  37. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft;dotxhaircolor"
  38. alias +mright "-moveleft;+moveright;alias checkright +moveright;dotxhaircolor"
  39. alias -mfwd "-forward;checkback;alias checkfwd none;dotxhaircolor"
  40. alias -mback "-back;checkfwd;alias checkback none;dotxhaircolor"
  41. alias -mleft "-moveleft;checkright;alias checkleft none;dotxhaircolor"
  42. alias -mright "-moveright;checkleft;alias checkright none;dotxhaircolor"
  43. alias checkfwd none
  44. alias checkback none/alias checkleft none
  45. alias checkright none
  46. alias none ""
  47.  
  48. // color toggler
  49. alias dotxhaircolor "dotxhaircolorb"
  50. alias dotxhaircolorb "cl_crosshair_blue 0; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolorc"
  51. alias dotxhaircolorc "cl_crosshair_blue 255; cl_crosshair_green 0; cl_crosshair_red 255;alias dotxhaircolor dotxhaircolord"
  52. alias dotxhaircolord "cl_crosshair_blue 235; cl_crosshair_green 255; cl_crosshair_red 0;alias dotxhaircolor dotxhaircolore"
  53. alias dotxhaircolore "cl_crosshair_blue 0; cl_crosshair_green 155; cl_crosshair_red 255;alias dotxhaircolor dotxhaircolorf"
  54. alias dotxhaircolorf "cl_crosshair_blue 255; cl_crosshair_green 255; cl_crosshair_red 255;alias dotxhaircolor dotxhaircolorb"
  55.  
  56.  
  57. //Prism Settings (for refract)
  58. //mat_motion_blur_enabled 1 //afaik the only sure-fire way to keep refract masking on
  59. //mat_motion_blur_strength 0 //effectively disables motion blur, personal choice + motion blur gets masked and looks bad with refract masking
  60. //mat_disable_bloom 1 //disables bloom so refract masking doesn't create a dark rectangle over light materials
  61. //mat_hdr_level 0
  62. //mat_colcorrection_disableentities 1
  63. //mat_colorcorrection 0
  64.  
  65. //
  66. tf_dingaling_pitchmaxdmg 66
  67. tf_dingaling_pitchmindmg 133
  68.  
  69. //prec
  70. //prec_mode 2
  71. //prec_screens 0
  72. //bind kp_minus prec_mark
  73.  
  74. //edgy binds
  75. bind 6 "say c u @ lan"
  76. bind 7 "say Nice!"
  77. bind 8 "say little low fat cancer kid try get some skills !"
  78. bind 9 "say 'Damn, phoxii stole my pick again!' - Bobinsky"
  79. bind - "say exodia wont win"
  80. bind = "say *DEAD* X-Wing#ugh :-[ : make a frag movie"
  81. bind [ "say TEAM GET IN SKYPE"
  82. bind ] "say theres a camera in the back love"
  83. bind , "say I don't main this class."
  84. bind . "say a white crystalline substance which gives seawater its characteristic taste and is used for seasoning or preserving food."
  85. bind / "say My cat died today, let me win pls"
  86.  
  87. bind uparrow "say NYCE STAB M8 STABBY STABBY TEACH U THAT?!";
  88. bind rightarrow "say !hand";
  89. bind downarrow "say ooOOOOOooh, 10% less fat! You're going STR8 IN MY BARSKET";
  90. bind leftarrow "say i bet u have a fetish for MEN xD";
  91.  
  92.  
  93. // Good connection
  94. cl_cmdrate 66 // The tricks to get 1.4ms lerp are placebo you're still forced to .0152
  95. cl_interp 0.0152 // change to whatever you like for certain classes projectiles/popping uber/flames = .0152 hitscan = .031 on bad connections = .062
  96. cl_interp_ratio 1
  97. cl_lagcompensation 1
  98. cl_pred_optimize 2
  99. cl_smooth 0
  100. cl_smoothtime 0.01
  101. cl_updaterate 66 // The tricks to get 1.4ms lerp are placebo you're still forced to .0152
  102. rate 60000 // anything above 62,000 is completely useless, anything above 48,000ish is useless in HL
  103.  
  104. //rekt binds
  105. alias fbindsnewL0 "say u got rekt by a pro :D; alias fbindsnew fbindsnewL1"
  106. alias fbindsnewL1 "say you got rekt xD; alias fbindsnew fbindsnewL2"
  107. alias fbindsnewL2 "say haha i rekt you so bad; alias fbindsnew fbindsnewL3"
  108. alias fbindsnewL3 "say R E K T; alias fbindsnew fbindsnewL4"
  109. alias fbindsnewL4 "say omg your so bad lol; alias fbindsnew fbindsnewL5"
  110. alias fbindsnewL5 "say REKT :D; alias fbindsnew fbindsnewL6"
  111. alias fbindsnewL6 "say learn to play you scrublord xD; alias fbindsnew fbindsnewL7"
  112. alias fbindsnewL7 "say haha your pretty bad at this game; alias fbindsnew fbindsnewL8"
  113. alias fbindsnewL8 "say im pro, your shit; alias fbindsnew fbindsnewL9"
  114. alias fbindsnewL9 "say get better at the game if you want me to stop killing you :); alias fbindsnew fbindsnewL10"
  115. alias fbindsnewL10 "say hahahaha you suck so bad!!!!!!! xD; alias fbindsnew fbindsnewL11"
  116. alias fbindsnewL11 "say reeeekktt; alias fbindsnew fbindsnewL12"
  117. alias fbindsnewL12 "say i rekt you :D; alias fbindsnew fbindsnewL13"
  118. alias fbindsnewL13 "say are you even trying????? lol; alias fbindsnew fbindsnewL14"
  119. alias fbindsnewL14 "say omg im rekting so hard xD; alias fbindsnew fbindsnewL15"
  120. alias fbindsnewL15 "say your so shit at this game plz stop getting rekt all the time; alias fbindsnew fbindsnewL16"
  121. alias fbindsnewL16 "say l2p noob!!!!; alias fbindsnew fbindsnewL17"
  122. alias fbindsnewL17 "say you play like a dumbass lol; alias fbindsnew fbindsnewL18"
  123. alias fbindsnewL18 "say rekt :D; alias fbindsnew fbindsnewL19"
  124. alias fbindsnewL19 "say why are you so shit??? lol i keep rekting you; alias fbindsnew fbindsnewL20"
  125. alias fbindsnewL20 "say u dead lol :D; alias fbindsnew fbindsnewL21"
  126. alias fbindsnewL21 "say i killed you :D; alias fbindsnew fbindsnewL22"
  127. alias fbindsnewL22 "say you could at least try and not get rekt!!!; alias fbindsnew fbindsnewL23"
  128. alias fbindsnewL23 "say your the worst player 2k16!!!!!; alias fbindsnew fbindsnewL24"
  129. alias fbindsnewL24 "say lol im better than you :D; alias fbindsnew fbindsnewL25"
  130. alias fbindsnewL25 "say YOUR DEAD!!!; alias fbindsnew fbindsnewL26"
  131. alias fbindsnewL26 "say i rekt so hard lol :D; alias fbindsnew fbindsnewL27"
  132. alias fbindsnewL27 "say i kill you! xD; alias fbindsnew fbindsnewL28"
  133. alias fbindsnewL28 "say i rekt a noob and i like it xD; alias fbindsnew fbindsnewL29"
  134. alias fbindsnewL29 "say im pro, your a noob, and the pro just rekt the noob xD; alias fbindsnew fbindsnewL30"
  135. alias fbindsnewL30 "say u got rekt lol; alias fbindsnew fbindsnewL31"
  136. alias fbindsnewL31 "say YOU SHIT BCUZ I REKT YOU HAHAHAHA :D; alias fbindsnew fbindsnewL32"
  137. alias fbindsnewL32 "say get good if you want me to stop rekting you, lol; alias fbindsnew fbindsnewL33"
  138. alias fbindsnewL33 "say rekt rekt rekt and rekt xD; alias fbindsnew fbindsnewL34"
  139. alias fbindsnewL34 "say rekt :D; alias fbindsnew fbindsnewL35"
  140. alias fbindsnewL35 "say oh wow your shit, stop getting killed all the time; alias fbindsnew fbindsnewL36"
  141. alias fbindsnewL36 "say hahahahaha your so bad at this game xD; alias fbindsnew fbindsnewL37"
  142. alias fbindsnewL37 "say you suck so bad!!!!! :D; alias fbindsnew fbindsnewL38"
  143. alias fbindsnewL38 "say lol, nice 1 noob, good job getting rekt xD; alias fbindsnew fbindsnewL39"
  144. alias fbindsnewL39 "say you got rekt :D; alias fbindsnew fbindsnewL40"
  145. alias fbindsnewL40 "say $$REKT$$ xD; alias fbindsnew fbindsnewL41"
  146. alias fbindsnewL41 "say lol, your shit #rekt; alias fbindsnew fbindsnewL42"
  147. alias fbindsnewL42 "say i kill while u die!!!!! >:D; alias fbindsnew fbindsnewL43"
  148. alias fbindsnewL43 "say i killed you because your shit at this game, lol; alias fbindsnew fbindsnewL44"
  149. alias fbindsnewL44 "say i rekt you because im better at this game than you, and you have to live with that :); alias fbindsnew fbindsnewL0"
  150. alias fbindsnew fbindsnewL0
  151. bind 0 fbindsnew
  152.  
  153. //
  154. echo "autoexec loaded"
  155.  
  156. //properties=-console -h 720 -w 1280 -novid -dxlevel 81 -noforcemaccel -noforcemparms -noforcemspd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement