| View previous topic :: View next topic |
| Author |
Message |
Agent69
Little Pudding Boy
Joined: 25 Jun 2008
Posts: 62
Location: Fontana, Ca
|
|
|
Nade Selector and nade spamer combo
by: Robert Richardson a.k.a. =Agent69= tsm - website: http://www.csload.com
Credit to: Christ @ scripting.elxdraco.net for user fastswitch default Set & nade order selection
Pressing nadesele button cycles through the nade order and spam selection,
Pressing nadeget button will put nade in your hand,
To throw nade press your attack key (mouse1)
Remenber this is not a auto throw script, you need to press attack (mouse1)
if you use nade spaming the nade selector will reset to nadesele1 (hb>fb>sb),
I made this nade and nade spam selector combo script because i needed it, not because i wsh to rip-off someone,
//////////////////////
Thanks to † Christ † for the core function of his script: [HLG] Picking best nade with hud_fastswitch 1
http://scripting.elxdraco.net/forum/viewtopic.php?t=3669
| Code: |
///////////////////////////////////////////////////////////////////////////
// Nade Selector and nade spamer combo
// by: Robert Richardson a.k.a. =Agent69= tsm - website: http://www.csload.com
// Credit to: Christ @ scripting.elxdraco.net for user fastswitch
// default Set & nade order selection
// Pressing nadesele cycles through the nade order and spam selection
// Pressing nadebuy will put nade in your hand,
// To throw nade press your attack key (mouse1)
// Remenber this is not a auto throw script, you need to press attack (mouse1)
///////////////////////////////////////////////////////////////////////////
alias eB1.nadesele "eB1.nadesele1"
alias eB1.nadesele1 "alias eB1.nadeget eB1.nadeget1;eB1.nadechg1a;eB1.nadechg1b"
alias eB1.nadechg1a "eB1.motd.1;motd_write [ High-Explosive > Flashbang > SmokeBomb ]; eB1.motd.0"
alias eB1.nadechg1b "alias eB1.nadesele eB1.nadesele2"
alias eB1.nadesele2 "alias eB1.nadeget eB1.nadeget2;eB1.nadechg2a;eB1.nadechg2b"
alias eB1.nadechg2a "eB1.motd.1;motd_write [ Flashbang > SmokeBomb > High-Explosive ]; eB1.motd.0"
alias eB1.nadechg2b "alias eB1.nadesele eB1.nadesele3"
alias eB1.nadesele3 "alias eB1.nadeget eB1.nadeget3;eB1.nadechg3a;eB1.nadechg3b"
alias eB1.nadechg3a "eB1.motd.1;motd_write [ SmokeBomb > High-Explosive > Flashbang ]; eB1.motd.0"
alias eB1.nadechg3b "alias eB1.nadesele eB1.nadesele4"
alias eB1.nadesele4 "alias eB1.nadeget eB1.nadeget4;eB1.nadechg4a;eB1.nadechg4b"
alias eB1.nadechg4a "eB1.motd.1;motd_write [ High-Explosive Nade Spamer ]; eB1.motd.0"
alias eB1.nadechg4b "alias eB1.nadesele eB1.nadesele5"
alias eB1.nadesele5 "alias eB1.nadeget eB1.nadeget5;eB1.nadechg5a;eB1.nadechg5b"
alias eB1.nadechg5a "eB1.motd.1;motd_write [ Flashbang Nade Spamer ]; eB1.motd.0"
alias eB1.nadechg5b "alias eB1.nadesele eB1.nadesele6"
alias eB1.nadesele6 "alias eB1.nadeget eB1.nadeget6;eB1.nadechg6a;eB1.nadechg6b"
alias eB1.nadechg6a "eB1.motd.1;motd_write [ SmokeBomb Nade Spamer ]; eB1.motd.0"
alias eB1.nadechg6b "alias eB1.nadesele eB1.nadesele1"
alias eB1.nadeget "eB1.nadeget1"
alias eB1.nadeget1 "eB1.go_slot4.hfs;alias eB1.nadeget eB1.nadeget2;eB1.nadechg1a"
alias eB1.nadeget2 "eB1.go_slot4.fsh;alias eB1.nadeget eB1.nadeget3;eB1.nadechg2a"
alias eB1.nadeget3 "eB1.go_slot4.shf;alias eB1.nadeget eB1.nadeget1;eB1.nadechg3a"
alias eB1.nadeget4 "eB1.go_slot4.hsm;eB1.nadechg6b;eB1.nadechg4a"
alias eB1.nadeget5 "eB1.go_slot4.fsm;eB1.nadechg6b;eB1.nadechg5a"
alias eB1.nadeget6 "eB1.go_slot4.ssm;eB1.nadechg6b;eB1.nadechg6a"
alias eB1.motd.1 "motdfile echo.txt; cl_showfps 0"
alias eB1.motd.0 "developer 1; motd; developer 0; motdfile motd.txt"
///////////////////////////////////////////////////////////////////////////
// Binds and Settings [Edit These to your preference!]
alias "eB1.fastsw_on" "hud_fastswitch 1"
alias "eB1.fastsw_def" "hud_fastswitch 0" //change 0 to 1 if you normally have hud_fastswitch to 1.
//bind "anykey" "eB1.nadesele" //Nade selector Button - changes the nade order - optional
//bind "anykey" "eB1.nadeget" //Quick Nade Button - use to quick throw nades without using mousewheel - optional
///////////////////////////////////////////////////////////////////////////
//Quick Weapons Alias, this is needed for some other scripts to work//
// by: Robert Richardson aka Agent69
alias "eB1.go_slot4.hfs" "eB1.fastsw_on;weapon_smokegrenade;weapon_flashbang;weapon_hegrenade;eB1.fastsw_def"
alias "eB1.go_slot4.fsh" "eB1.fastsw_on;weapon_hegrenade;weapon_smokegrenade;weapon_flashbang;eB1.fastsw_def"
alias "eB1.go_slot4.shf" "eB1.fastsw_on;weapon_flashbang;weapon_hegrenade;weapon_smokegrenade;eB1.fastsw_def"
alias "eB1.go_slot4.hsm" "eB1.fastsw_on;hegren;weapon_hegrenade;eB1.fastsw_def"
alias "eB1.go_slot4.fsm" "eB1.fastsw_on;flash;weapon_flashbang;eB1.fastsw_def"
alias "eB1.go_slot4.ssm" "eB1.fastsw_on;sgren;weapon_smokegrenade;eB1.fastsw_def"
///////////////////////////////////////////////////////////////////////////
|
Last edited by Agent69 on Wed Jul 23, 2008 11:26 pm; edited 21 times in total
|
|
| Posted on Sun Jul 20, 2008 7:24 am |
 |
† Christ †
Arsegrinder
Joined: 05 Sep 2005
Posts: 1423
|
|
|
|
| Posted on Sun Jul 20, 2008 10:08 pm |
 |
Agent69
Little Pudding Boy
Joined: 25 Jun 2008
Posts: 62
Location: Fontana, Ca
|
|
|
My script lets you see which nade you are going to throw without taking gun out of hand and like your script if you don't have that nade you get next best.
Last edited by Agent69 on Thu Jul 24, 2008 5:33 am; edited 1 time in total
|
|
| Posted on Mon Jul 21, 2008 1:04 am |
 |
† Christ †
Arsegrinder
Joined: 05 Sep 2005
Posts: 1423
|
|
|
lol you know what you buy and what you use, simplicity is key sir :].
basically, mine will go though all of them as you would normally without hud_fastswitch and auto select it, while picking the best one if you dont have the one in order... take another look at it :p.
also, look at the purpose of mine
|
|
| Posted on Tue Jul 22, 2008 1:34 am |
 |
vermiLLion
Little Pudding Boy
Joined: 20 Jul 2007
Posts: 1064
Location: BC, Canada
|
|
|
† Christ † wrote:lol you know what you buy and what you use, simplicity is key sir :].
basically, mine will go though all of them as you would normally without hud_fastswitch and auto select it, while picking the best one if you dont have the one in order... take another look at it :p.
also, look at the purpose of mine
lol your an assrocket, you don't have a purpose. Anyways, back to my point, christ has a better script than this and it's a lot more useful IMO.
|
|
| Posted on Tue Jul 22, 2008 1:37 am |
 |
|