outlandishhh Admin
Numarul mesajelor : 382 Data de inscriere : 15/03/2009
| Subiect: Hyper autoaim (sv_aim 1 needed) Vin Mar 20, 2009 4:55 pm | |
| - Citat :
- // Hyper auto-aim beta 1.5
// need sv_aim 1 // should work on internet, but not very effective, but works // by Ian // scripting.elxdraco.net //----------------------------------------------------------- // credits : Ian(me for creating it duh) // mozart for idea and old version //------------------------------------------------------------ bind mouse1 +shoot //the bind bind p ".333.toggle" // the toggle alias +shoot +attack alias .333.toggle ".333.on" alias .333.on "speak on;alias +shoot +.333.shoot;alias .333.toggle .333.of" alias .333.of "speak of;alias +shoot +attack;alias .333.toggle .333.on" alias +.333.shoot "+attack;+.333.aim" alias -.333.shoot "-attack;-.333.aim" alias +.333.aim "alias _special .333.aimer;.333.aimer" alias -.333.aim "alias _special .333.blank" alias .333.blank "" alias .333.aimer "special;wait;sv_clienttrace 999999999999999999;wait;sv_clienttrace 9999999999999999999999999999"
| |
|