[SELECT ALL] Code:
//LRN2NOSCOPE SCRIPT
//By DrauL; massacred by DES|V-Man
noscope = [2500] //Lower over time to increase difficulty
scopetiming = [start_time = (millis) ; onrelease [end_time = (millis) ; timescoping = (- $end_time $start_time); echo Time scoping was $timescoping milliseconds ; lrn2noscope]]
lrn2noscope = [if (> $timescoping $noscope) [suicide] []]
bind "MOUSE2" [if (= (curweapon) 5) [altaction ; scopetiming] [altaction]]