[solved] Help with a scoping script
#2
Here is a script I've been using by Kirin, it allows me to zoom in and out using the scroll wheel on my mouse. Idk if this will help.
//ZoomWheel-Script by Kirin
if (checkalias dscopefov) [] [
dscopefov = $scopefov;
echo (c 0) Zoom Script by (c X) Kirin (c 0) successfully injected!
]
autoscopesens 1
scopefov $dscopefov
alias delta_game_zoomwh [-= scopefov (* 10 $arg1)]
alias altaction_5 [ domodifier zoomwh; scopefov $dscopefov; setscope 1; onrelease [ setscope 0 ] ] // Sniper
Thanks given by:


Messages In This Thread
RE: Help with a scoping script - by ikljo - 08 Mar 12, 12:41AM
RE: Help with a scoping script - by MerCyKiL - 08 Mar 12, 01:16AM
RE: Help with a scoping script - by OpenSource - 08 Mar 12, 01:34AM
RE: Help with a scoping script - by ikljo - 08 Mar 12, 01:37AM