*My first Script!*
This script may be hard for some to set up, but its a really cool script
Ok the script is a very simple weapon switcher.
You press f2 to enable and f3 to disable
This includes 4 files, you must have them all!
All credits goto me.. k9floW
***READ***
Now there are 4 files!
Make sure you read and copy the scripts very carefully
Do not copy the stuff beginning with //
Stuff that begins with // u read!
Put All the Files in your cstrike folder!!!!
If you need any help just add me to steam and we can talk
shattersphere101
//**DO NOT COPY ANYTHING BEGINNING WITH "//" // Make a new text document // Call it userconfig.cfg ((make sure you have the .cfg)) // Save it as ALL TYPES! "toggleconsole" exec disable.cfg exec awp.cfg bind "f2" "exec enable.cfg" bind "f3" "exec disable.cfg" echo echo echo Thank You for chosing k9flow's Awp script echo echo I hope you enjoy it echo echo ========================================== echo echo "Press f2 to enabLE" echo echo "Press f3 to diSabLe" echo echo "By the way Ur setting currently is: Disabled" echo echo ========================================== echo echo Questions on Scripting? echo Add me on steam echo shattersphere101 echo echo // Now make a new text document // Call it awp.cfg ((make sure you have the .cfg)) // Copy this into it, then save it as ALL TYPES alias +shot "+attack; wait; -attack" alias -shot "switchtime" alias switchtime "slot2; clicktime" alias clicktime "+attack; wait; -attack; backtoawp" alias backtoawp "slot1; pwntime" alias pwntime "+attack; wait; -attack; zommie" alias zommie "+attack2; wait; -attack2" // Make another new text document // Call this one enable.cfg ((make sure you gots .cfg)) // Save it as ALL TYPES bind "mouse1" "+shot" echo echo echo "aWp to kniFe enaBled" echo echo "preSS f3 to disAblE" echo echo // Last File! // Make one more text document // Call this one disable.cfg ((make sure you have the .cfg)) // Remember save as ALL TYPES! bind "mouse1" "+attack; wait; -attack" echo echo echo "aWp to kniFe diSableD" echo echo "presS f2 to eNable" echo echo // U all done!