FTW hackers

« Older   Newer »
  Share  
phd_killer
view post Posted on 26/4/2012, 23:54




Not from our server, but a nice example of hackers playing in FTW
http://fs08n2.sendspace.com/dl/27c0b4820f6...a_TS__vs_.dm_68

Look at it using binds to accelerate or slowmotion.

@ 23:35, no sound is made by the enemy coming from narrow.
Roach turns and shoots at the wall where the enemy is.

@ 23:09, preshoots the guy rushing from fountain.

@ 17:20, preshoots, but not the best evidence.

@ 15:36, clearly tracks the guy down near red flag.

Haven't looked at the rest.

Have fun watching !

I use
CODE
//========== TimeScale Slider v1.1 ============= by  <taggedzi>
set speed_00    "cl_freezeDemo 1; wait 15; ut_echo "TimeScale: x^60.0";set set_speed_plus "vstr speed_01"; set set_speed_minus “vstr speed_00”;"
set speed_01    "cl_freezeDemo 0; timescale 0.1; wait 15; ut_echo "TimeScale: x^60.1";set set_speed_plus "vstr speed_02"; set set_speed_minus “vstr speed_00”;"
set speed_02    "timescale 0.35 ; wait 15; ut_echo "TimeScale: x^60.25";set set_speed_plus "vstr speed_03"; set set_speed_minus “vstr speed_01”;"
set speed_03    "timescale 0.50 ; wait 15; ut_echo "TimeScale: x^60.50";set set_speed_plus "vstr speed_04"; set set_speed_minus “vstr speed_02”;"
set speed_04    "timescale 0.75 ; wait 15; ut_echo "TimeScale: x^60.75";set set_speed_plus "vstr speed_05"; set set_speed_minus “vstr speed_03”;"
set speed_05    "timescale 1.0  ; wait 15; ut_echo "TimeScale: x^61.00";set set_speed_plus "vstr speed_06"; set set_speed_minus “vstr speed_04”;"
set speed_06    "timescale 1.25 ; wait 15; ut_echo "TimeScale: x^61.25";set set_speed_plus "vstr speed_07"; set set_speed_minus “vstr speed_05”;"
set speed_07    "timescale 1.5  ; wait 15; ut_echo "TimeScale: x^61.50";set set_speed_plus "vstr speed_08"; set set_speed_minus “vstr speed_06”;"
set speed_08    "timescale 2.0  ; wait 15; ut_echo "TimeScale: x^62.00";set set_speed_plus "vstr speed_09"; set set_speed_minus “vstr speed_07”;"
set speed_09    "timescale 4.0  ; wait 15; ut_echo "TimeScale: x^64.00";set set_speed_plus "vstr speed_10"; set set_speed_minus “vstr speed_08”;"
set speed_10    "timescale 8.0  ; wait 15; ut_echo "TimeScale: x^68.00";set set_speed_plus "vstr speed_10"; set set_speed_minus “vstr speed_09”;"
set set_speed_plus "vstr speed_06"
set set_speed_minus "vstr speed_04"

bind KP_RIGHTARROW  "vstr set_speed_plus"
bind KP_LEFTARROW   "vstr set_speed_minus"
 
Top
0 replies since 26/4/2012, 23:54   42 views
  Share