Posted December 23, 200618 yr ok i wanna spam smoke grenades in cs 1.6 here is my bind bind "F1" "buyequip;menuselect 5;weapon_smokegren it doesnt all it does is direct me to the equipmeant menu i want it to buy it and automatically hold it plz somenone help
December 23, 200618 yr try this: bind "F1" "buyequip;menuselect 5;+attack;wait;wait;wait;wait;wait;wait;-attack" im not sure if it will work but try to add or take out some waits if it doesnt
December 23, 200618 yr Author try this: bind "F1" "buyequip;menuselect 5;+attack;wait;wait;wait;wait;wait;wait;-attack" im not sure if it will work but try to add or take out some waits if it doesnt didnt work i edited it a bit and now it does :D but i cant remember how i edited plz SOMEONE TELL ME LOL
December 23, 200618 yr This script is pretty ugly but I don't really feel like testing it... alias +ass "sgren" alias -ass "+attack; wait; -attack" bind "key" +ass Change key to whatever you want and just push the button a lot. I can write you more stuff if you really want me to... EDIT: If you don't want a meta-bind, just ask.
December 23, 200618 yr Author This script is pretty ugly but I don't really feel like testing it... alias +ass "sgren" alias -ass "+attack; wait; -attack" bind "key" +ass Change key to whatever you want and just push the button a lot. I can write you more stuff if you really want me to... EDIT: If you don't want a meta-bind, just ask. doesnt work?
December 23, 200618 yr doesnt work? Works for me. Try "sgren; wait; slot4" if all else fails. (You do know how to use scripts, right?)
December 24, 200618 yr Author Works for me. Try "sgren; wait; slot4" if all else fails. (You do know how to use scripts, right?) yh i do kinda :D
December 24, 200618 yr Author http://beam.to/halflife2info/smoke-grenade-spam.html LOL kewl im gonna remembe tht look thanks :gaysex2:
December 24, 200618 yr alias +nadespam "alias _special nadespam1;nadespam1" alias -nadespam "alias _special" alias nadespam1 "special;wait;+henadea;wait;-henadea" alias +henadea "sgren;weapon_hegrenade;+attack" alias -henadea "sgren;weapon_hegrenade;-attack alias hespam "bind p +nadespam" wait hespam Save it as a cfg, exec it ingame. press P, select the nade, mash P
December 24, 200618 yr alias +nadespam "alias _special nadespam1;nadespam1" alias -nadespam "alias _special" alias nadespam1 "special;wait;+henadea;wait;-henadea" alias +henadea "sgren;weapon_smokegrenade;+attack" alias -henadea "-attack" bind p +nadespam Fixed. Also, you don't need to mash the button, you can just hold it down. If you still need help in using, saving, or execing the script, just ask. I can simplify the script a lot if you really need me to. You can change 'p' to whatever you want by the way.
December 24, 200618 yr Fixed. Also, you don't need to mash the button, you can just hold it down. If you still need help in using, saving, or execing the script, just ask. I can simplify the script a lot if you really need me to. You can change 'p' to whatever you want by the way. Thanks, it's not actually my script i just edited it to throw smokes instead of flashes
December 25, 200618 yr Thanks, it's not actually my script i just edited it to throw smokes instead of flashes Yeah, it looked like it threw HE Grenades before that, but whatever. I think I'm going to write a different grenade spam script because I am extremely bored... (A really simple one too, while I'm at it.) EDIT: Sorry, I got caught up in watching A Christmas Story. I wrote this in a couple minutes after it finished. (I don't feel like testing it though...) alias motd_sc "developer 1; motd; developer 0; motdfile motd.txt" alias he_m "motdfile Nade_S.txt; motd_write -=Now Spamming HE Grenades=-; motd_sc" alias fb_m "motdfile Nade_S.txt; motd_write -=Now Spamming Flashbangs=-; motd_sc" alias sg_m "motdfile Nade_S.txt; motd_write -=Now Spamming Smoke Grenades=-; motd_sc" alias Etc "nade_he" alias Cyc-ns "Cyc-1" alias Cyc-1 "alias Etc nade_fb; alias Cyc-ns Cyc-2; fb_m" alias Cyc-2 "alias Etc nade_sg; alias Cyc-ns Cyc-3; sg_m" alias Cyc-3 "alias Etc nade_he; alias Cyc-ns Cyc-1; he_m" alias +nade_s "alias _special Nade_x; Nade_x" alias -nade_s "alias _special; -attack" alias Nade_x "special; wait; Etc; wait; -attack" alias nade_he "hegren; weapon_hegrenade; +attack" alias nade_fb "flash; weapon_flashbang; +attack" alias nade_sg "sgren; weapon_smokegrenade; +attack" bind "key" "+nade_s" bind "key" "Cyc-ns" You bind '+nade_s' to whatever key you want to use when you are spamming. You bind 'Cyc-ns' to whatever key you want to use to cycle between all of the Grenades. I figured I'd make it nice and I added a notice to tell you which grenade the script is on. (Kind of like echo, but last time I checked, that didn't work for 1.6) Anyways, since it uses a _special loop, all you have to do is hold down the key +nade_s is bound to. Merry Christmas! I'll probably add a toggle, as well as write the simple one when I wake up. (Just for completion, lol)
December 27, 200618 yr Author thanks guys im :O_o: now lol anyways ty add me steam n00bed_2 my password is myg0t if u wanna nick it :D
December 27, 200618 yr I figured my old post was getting too big. Here's the new script, and two simple ones. Lazy, Over Complicated Script #1 alias motd_sc "developer 1; motd; developer 0; motdfile motd.txt" alias he_m "motdfile Nade_S.txt; motd_write -=Now Spamming HE Grenades=-; motd_sc" alias fb_m "motdfile Nade_S.txt; motd_write -=Now Spamming Flashbangs=-; motd_sc" alias sg_m "motdfile Nade_S.txt; motd_write -=Now Spamming Smoke Grenades=-; motd_sc" alias sp_on "motdfile Nade_S.txt; motd_write -=Nade Spam ON=-; motd_sc" alias sp_off ""motdfile Nade_S.txt; motd_write -=Nade Spam OFF=-; motd_sc" alias Etc "nade_he" alias cyc-ns "Cyc-1" alias Cyc-1 "alias Etc nade_fb; alias cyc-ns Cyc-2; fb_m" alias Cyc-2 "alias Etc nade_sg; alias cyc-ns Cyc-3; sg_m" alias Cyc-3 "alias Etc nade_he; alias cyc-ns Cyc-1; he_m" alias +nade_s "alias _special Nade_x; Nade_x" alias -nade_s "alias _special; -attack" alias Nade_x "special; wait; Etc; wait; -attack" alias nade_he "hegren; weapon_hegrenade; +attack" alias nade_fb "flash; weapon_flashbang; +attack" alias nade_sg "sgren; weapon_smokegrenade; +attack" alias nade_t "alias nade_s.on" alias nade_s.on "+nade_s; alias nade_t nade_s.off; sp_on" alias nade_s.off "-nade_s; alias nade_t nade_s.off; sp_off" bind "Key" "nade_t" bind "Key" "cyc-ns" You bind the command 'nade_t' to and key that you want to use to activate/deactivate the toggle. Press the button once (Just press it, no need to hold) to start throwing grenades, and once again to stop. You bind the command 'cyc-ns' to whatever key you want to use to cycle through all the different grenades. Simple Script #1 bind "Key #1" "alias m_pitch sgren; weapon_smokegrenade; +attack; wait; -attack" bind "Key #2" "alias m_pitch;" 'Key 1' starts the script, 'Key 2' stops it. Simple. It's all automated, but I haven't and probably won't test it (It should work though). (Some servers might have protection from this and the last kind of script... Whatever.) Simple Script #2 bind "Key" "sgren; weapon_smokegrenade; +attack; wait; -attack" Just slam on the "Key" and it should be throwing grenades. This one is the easiest to use if you don't feel like using the console, or binding more than one key. If you still need help with anything, like using scripts, just PM me or ask here. I'm here to help.