Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.86 KB | None | 0 0
  1. Alien Arena Aliases v1.10 by Phonix
  2.  
  3.  
  4.  
  5. //Danger's EZ Demo Recording
  6.  
  7. alias demstop1 "stop; echo Current Demo Stopped;wait;wait;wait;demstop2"
  8.  
  9. alias demstop2 "echo Press 'o' again to start next demo in sequence"
  10.  
  11. alias dem1 "echo Starting Demo1; record demo_01; alias next_demo dem2"
  12.  
  13. alias dem2 "echo Starting Demo2; record demo_02; alias next_demo dem3"
  14.  
  15. alias dem3 "echo Starting Demo3; record demo_03; alias next_demo dem4"
  16.  
  17. alias dem4 "echo Starting Demo4; record demo_04; alias next_demo dem5"
  18.  
  19. alias dem5 "echo Starting Demo5; record demo_05; alias next_demo dem6"
  20.  
  21. alias dem6 "echo Starting Demo6; record demo_06; alias next_demo dem7"
  22.  
  23. alias dem7 "echo Starting Demo7; record demo_07; alias next_demo dem8"
  24.  
  25. alias dem8 "echo Starting Demo8; record demo_08; alias next_demo dem9"
  26.  
  27. alias dem9 "echo Starting Demo9; record demo_09; alias next_demo dem0"
  28.  
  29. alias dem0 "echo Starting Demo10; record demo_10; alias next_demo demempty1"
  30.  
  31. alias demempty1 "echo You have exhausted this session's queue!;wait;wait;wait;wait; demempty2"
  32.  
  33. alias demempty2 "echo You must exit and archive existing demos before recording more"
  34.  
  35.  
  36.  
  37. alias next_demo dem1
  38.  
  39.  
  40.  
  41. bind p "demstop1"
  42.  
  43. bind o next_demo
  44.  
  45.  
  46.  
  47. //Quick Grapple
  48.  
  49. bind r +grap
  50.  
  51. alias +grap "use grapple"
  52.  
  53. alias -grap "weaplast"
  54.  
  55.  
  56.  
  57. //Quick Violator
  58.  
  59. alias +vio "use Violator; +attack2; TURN YOUR HEAD AND COUGH!!"
  60.  
  61. alias -vio "-attack2; weaplast"
  62.  
  63.  
  64.  
  65. // Autofire on/off
  66.  
  67. alias AutoTrigger_t AutoTrigger_on
  68.  
  69. alias AutoTrigger_on "bf ;alias AutoTrigger_t AutoTrigger_off ;echo AutoTrigger ON;+attack;"
  70.  
  71. alias AutoTrigger_off "bf ;alias AutoTrigger_t AutoTrigger_on ;-attack;echo AutoTrigger OFF"
  72.  
  73.  
  74.  
  75. // Rocket Jump
  76.  
  77. alias +rjump "cl_pitchspeed 1000; impulse 7;echo DEFY GRAVITY!; +lookdown; long_wait; +moveup; wait; +attack; +forward"
  78.  
  79. alias -rjump "-lookdown; -moveup; -attack; cl_pitchspeed 100; centerview; -forward"
  80.  
  81. alias long_wait "wait; wait; wait; wait"
  82.  
  83.  
  84.  
  85. //Zoom 2X
  86.  
  87. alias +zoom1 "fov 70.00 ;sensitivity 4.00 ;wait ;fov 58.00 ;sensitivity 3.25 ;wait ;fov 45.00 ;sensitivity 2.50 ;wait ;+mlook ;screenshot ;bf ;echo Zoom 2X"
  88.  
  89. alias -zoom1 "screenshot ;bf ;fov 58.00 ;sensitivity 3.25 ;wait ;fov 70.00 ;sensitivity 4.00 ;wait ;fov 90.00 ;sensitivity 5.00 ;wait ;-mlook"
  90.  
  91.  
  92.  
  93. //Zoom 3X
  94.  
  95. alias +zoom2 "fov 70.00 ;sensitivity 4.00 ;wait ;fov 58.00 ;sensitivity 3.25 ;wait ;fov 45.00 ;sensitivity 2.50 ;wait ;fov 32.00 ;sensitivity 1.74 ;wait ;fov 20.00 ;sensitivity 1.00 ;wait ;+mlook ;screenshot ;bf ;echo Zoom 3X"
  96.  
  97. alias -zoom2 "screenshot ;bf ;fov 32.00 ;sensitivity 1.75 ;wait ;fov 45.00 ;sensitivity 2.50 ;wait ;fov 58.00 ;sensitivity 3.25 ;wait ;fov 70.00 ;sensitivity 4.00 ;wait ;fov 90.00 ;sensitivity 5.00 ;wait; -mlook"
  98.  
  99.  
  100.  
  101. // Circle Strafe
  102.  
  103. alias +circ_r "cl_forwardspeed 180.000000 ;+moveright ; +left"
  104.  
  105. alias -circ_r "cl_forwardspeed 425.000000 ;-moveright ; -left"
  106.  
  107. alias +circ_l "cl_forwardspeed 180.000000 ;+moveleft ;+right"
  108.  
  109. alias -circ_l "cl_forwardspeed 425.000000 ;-moveleft ;-right"
  110.  
  111.  
  112.  
  113.  
  114.  
  115. --//DANGER'S TAUNT/PRAISE/CURSE ALIAS//--
  116.  
  117.  
  118.  
  119. //taunt looper (for when you kill somebody, and you want to rub it in)
  120.  
  121. alias t1 "say The mighty oak has fallen!; wave 2; alias taunt t2"
  122.  
  123. alias t2 "say Try harder!; wave 2; alias taunt t3"
  124.  
  125. alias t3 "say It helps if you point the gun AT me!; wave 2; alias taunt t4"
  126.  
  127. alias t4 "say Pay attention!; wave 2; alias taunt t5"
  128.  
  129. alias t5 "say I am here to assist your suicide!; wave 2; alias taunt t1"
  130.  
  131.  
  132.  
  133. alias taunt t1
  134.  
  135.  
  136.  
  137.  
  138.  
  139. //praise looper (for when somebody kills you or somebody else with l33t skill)
  140.  
  141. alias p1 "say Well done!; wave 1; alias praise p2"
  142.  
  143. alias p2 "say Magnificant!; wave 1; alias praise p3"
  144.  
  145. alias p3 "say Nicely done!; wave 1; alias praise p4"
  146.  
  147. alias p4 "say A perfect execution!; wave 1; alias praise p5"
  148.  
  149. alias p5 "say Nice shot!; wave 1; alias praise p1"
  150.  
  151.  
  152.  
  153. alias praise p1
  154.  
  155.  
  156.  
  157.  
  158.  
  159. //curse looper (for when somebody kills you or somebody else and you don't like it)
  160.  
  161. alias c1 "say A lucky shot. Nothing more.; wave 0; alias curse c2"
  162.  
  163. alias c2 "say I'll get you!; wave 0; alias curse c3"
  164.  
  165. alias c3 "say I am not amused!; wave 0; alias curse c4"
  166.  
  167. alias c4 "say We'll see about THAT!; wave 0; alias curse c5"
  168.  
  169. alias c5 "say I hope you gave your heart to Jesus because your ass is mine!; wave 0; alias curse c1"
  170.  
  171.  
  172.  
  173. alias curse c1;
  174.  
  175.  
  176.  
  177. //Toggleable Crouch//
  178.  
  179. alias crouch +crouch
  180.  
  181. alias +crouch "alias crouch -crouch;+movedown;echo AutoCrouch On"
  182.  
  183. alias -crouch "alias crouch +crouch;-movedown;echo AutoCrouch Off"
  184.  
  185.  
  186.  
  187. alias bestclose "use Flame Thrower; use Blaster; use Alien Smartgun; use Pulse Rifle; use Rocket Launcher; use Alien Beamgun; use Alien Vaporizer; "
  188.  
  189. alias bestfar "use disruptor; use Alien Beamgun; use Pulse Rifle; use Rocket Launcher; use Alien Vaporizer; use Blaster; use Flame Thrower; "
  190.  
  191.  
  192.  
  193. bind a key to "bestclose"
  194.  
  195. bind a key to "bestfar"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement