PDA

View Full Version : question about supremespeed awp script



CheteXx
31st October 2005, 12:57
question about the awp script of supremespeed

when i use the awpscript and i want to swith to handgun for example deagle he only shoots one bullet? can someone help me to solve this problem so that it shoots more bullets cause it really sucks when an enemy is on close range and u want to use handgun and u can only shoot one bullet so

any help would be appreciate

the awp script of supremespeed looks like this

echo "+++++SUPREMEHACKS AWP INSTA SHOOTER SCRIPT LOADING+++++"

//THE AWP INSTA SHOOTER
alias -shawpfire "+attack; wait3; -attack2; -attack; wait3; aswitch"
alias +shawpfire "+attack2; wait3; -attack2"

//THIS IS THE AUTO SWITCH
alias aswitch "lastinv; wait3; lastinv"

//WAITS
alias wait3 "wait; wait; wait"


//THESE ARE THE BINDS
bind KP_ENTER "bind mouse1 +attack"
bind KP_PLUS "bind mouse1 +shawpfire"

echo "HIT THE PLUS KEY ON THE KEYPAD TO ACTIVATE"
echo "HIT THE ENTER KEY ON THE KEYPAD TO DEACTIVATE"
echo "++++SCRIPT LOADED+++++"
echo "_--Created by Supremespeed--_"
echo ":'######::'##::::'##:'########::'########::'###### ##:'##::::'##:'########:"
echo "'##... ##: ##:::: ##: ##.... ##: ##.... ##: ##.....:: ###::'###: ##.....::"
echo " ##:::..:: ##:::: ##: ##:::: ##: ##:::: ##: ##::::::: ####'####: ##:::::::"
echo ". ######:: ##:::: ##: ########:: ########:: ######::: ## ### ##: ######:::"
echo ":..... ##: ##:::: ##: ##.....::: ##.. ##::: ##...:::: ##. #: ##: ##...::::"
echo "'##::: ##: ##:::: ##: ##:::::::: ##::. ##:: ##::::::: ##:.:: ##: ##:::::::"
echo ". ######::. #######:: ##:::::::: ##:::. ##: ########: ##:::: ##: ########:"
echo ":......::::.......:::..:::::::::..:::::..::....... .::..:::::..::........::"
echo "'::::::::::::::##::::'##::::'###:::::'######::'##: ::'##::'######::"
echo " ::::::::::::::##:::: ##:::'## ##:::'##... ##: ##::'##::'##... ##:"
echo " ::::::::::::::##:::: ##::'##:. ##:: ##:::..:: ##:'##::: ##:::..::"
echo " ::::::::::::::#########:'##:::. ##: ##::::::: #####::::. ######::"
echo " ::::::::::::::##.... ##: #########: ##::::::: ##. ##::::..... ##:"
echo " ::::::::::::::##:::: ##: ##.... ##: ##::: ##: ##:. ##::'##::: ##:"
echo " ::::::::::::::##:::: ##: ##:::: ##:. ######:: ##::. ##:. ######::"
echo "::::::::::::::..:::::..::..:::::..:::......:::..:: ::..:::......:::"

mikus
31st October 2005, 13:52
press the kpenter button when you change to pistol

see kp+ enables it, kpenter disables it

(kp = keypad)


echo "HIT THE PLUS KEY ON THE KEYPAD TO ACTIVATE"
echo "HIT THE ENTER KEY ON THE KEYPAD TO DEACTIVATE"

kkll70
31st October 2005, 14:23
Dunno why i put this in my cfg folder as a cfg file and when i press kp+ nothing shoots not even awp then when i press kp-Enter it shoots again y isnt it working??

ihateacid
31st October 2005, 16:09
when u put it in ur cfg folder, it isnt activated yet

u need to load CS:S, then type in

exec [cfg_name]

ur cfg must be in a form of [cfg_name].cfg

ge4R
31st October 2005, 16:59
Its a bit dodgy for me, sometimes it shoots, other times it zooms and doesnt fire.
Also, it would be really useful on scout, but it works even less on scout, *sometimes* it zooms and shoots fine, other times it zooms and changes to pistol then back again without firing. Maybe someone could alter it slightly to accomadate scout?

wonderboy
31st October 2005, 18:25
when i load the hax and when i see somebody in my sigh and then i shoot the awp the bullets does not hit them.....?

kkll70
31st October 2005, 18:35
when u put it in ur cfg folder, it isnt activated yet

u need to load CS:S, then type in

exec [cfg_name]

ur cfg must be in a form of [cfg_name].cfg

Hey i tried wat u told me and it worked but i alwao unhid the cfg file and un checked read-only and it worked like that.. hehe but its kinda annoying i mean it shoots fast and everything but then it swtches to my knife and i cant fire O.o any 1 know why?? i well ty

scrimsongrape
31st October 2005, 19:47
This is the 3rd time i have seen a question about this script. People should read other posts about this script.
What would be the point of switching to your pistol to fire 3 shots, the whole point of this script is to take a shot with awp and switch back to it real fast. If you want to take 3 shots with your pistol, turn the script off and go to your pistol.

The way this script works is this....YOU press and hold your fire button, this enables your to zoom once, and when you let go of your fire button, it fires a bullet for you. I usally, do that, and if i need to zoom again, i press my zoom button. If i want to exit with out shooting, i keep holding my fire button, but press my zoom button to exit the zoom. And still have my finger on the fire button.
This script works for me....If it does not you do not know how to use it or you have to play around with your waits, either add more or remove more because the waits depend on the speed of your computer and the server. Here is what i have in my autoexe file.... Copy and paste it excatly.

autoexe file
/////////////////////////////////////////////////
//THE AWP INSTA SHOOTER
alias swapoff "echo awpswap off;bind mouse1 +attack;bind MOUSE5 swapon"
alias swapon "echo awpswap on; bind mouse1 +shawpfire; bind MOUSE5 swapoff"
alias -shawpfire "+attack; wait3; -attack2; -attack; wait3; aswitch"
alias +shawpfire "+attack2; wait3; -attack2"

//THIS IS THE AUTO SWITCH
alias aswitch "lastinv; wait3; lastinv"
//////////////////////////////////////////////////////
config file
bind "MOUSE5" "swapoff"

if you are going to change your bind button, make sure you change your bind in the autoexec file to match your config file.