What's Ya Script Like?

pip1pip1 Join Date: 2004-09-06 Member: 31430Members
edited November 2004 in NS General Discussion
personally, i dont know any scripts i cant live without (know of 3jump script for bhop only, and bhop can be done nicely with mwheel).

So, tell me ur script. The code would be nice too, but the effect of the script is enough.

(and dont turn this to a bs 1/0 war, I <i>will</i> hunt u down with a spoon if u do.)
«13

Comments

  • DragonMechDragonMech Join Date: 2003-09-19 Member: 21023Members, Constellation, Reinforced - Shadow
    edited November 2004
    //Voice toggle - turns off everybody so I can heal [EDIT] I meant <i>hear</i> XD [/EDIT] that skulk coming around the corner.
    alias voicet "voiceoff"
    alias voiceoff "voice_scale 0.00; stopsound; developer 1; echo VOICE OFF; developer 0; bind x voiceon"
    alias voiceon "voice_scale 1.0; stopsound; developer 1; echo VOICE ON; developer 0; bind x voiceoff"
    bind "x" "voicet"

    //Chat toggle - turns off on-screen text so I can get pictures for the 3.0 manual without a person going ****! on it. <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
    alias chatt chatoff
    alias chaton "hud_saytext 1; alias chatt chatoff;developer 1;echo SAYTEXT ON;developer 0"
    alias chatoff "hud_saytext 0; alias chatt chaton;developer 1;echo SAYTEXT OFF;developer 0"
    bind "p" "chatt"
  • coriscoris Join Date: 2003-07-08 Member: 18034Members, Constellation
    A showscores+netgraph combo. God Im a haxor.
  • NolSinklerNolSinkler On the Clorf Join Date: 2004-02-15 Member: 26560Members, Constellation
    <!--QuoteBegin-coris+Nov 7 2004, 08:57 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (coris @ Nov 7 2004, 08:57 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> A showscores+netgraph combo. God Im a haxor. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    You should get rid of those or someone will make an anti-showscores-netgraph combo plugin for servers...

    <!--emo&:angry:--><img src='http://www.unknownworlds.com/forums/html//emoticons/mad-fix.gif' border='0' style='vertical-align:middle' alt='mad-fix.gif' /><!--endemo--> that script should be banned!

    I don't really use a lot of scrpts, I used a lot in b4 and such, but not now because I don't feel like finding servers that aren't anti-script.
  • PhOeNiX3PhOeNiX3 Join Date: 2003-08-07 Member: 19169Members
    does anyone find that when use +showscore and netgraph on a bs_1 server, it says "scripts are blocked on this server bla bla bla" even tho the scrit actually does work?

    bind "F1" "jointeamone; alias loadsettings marine_settings; loadsettings"
    bind "F2" "jointeamtwo; alias loadsettings alien_settings; loadsettings"

    alias marine_settings "sensitivity 5;bind space +jump;bind mouse1 +attack"
    alias alien_settings "sensitivity 5;bind space +3jump;bind mouse1 +attack"
    // ** MULTI-LINE SCRIPTS **

    // 5jump jump
    alias 1jump "+jump; wait; -jump; wait;"
    alias +3jump "1jump; 1jump; 1jump; 1jump;+jump; wait"
    alias -3jump "-jump"

    // triple jump
    alias +3jumps "+jump; wait; -jump; wait; +jump; wait; -jump; wait; +jump"
    alias -3jumps "-jump"

    // netgraph and scores
    alias +netscores "+showscores;net_graph 1"
    alias -netscores "-showscores;net_graph 0"

    // Medpack
    alias medpack "impulse 10; say_team MEDPACK"

    // Ammo
    alias ammo "impulse 11; say_team AMMO"

    // Readyroom/spectate
    alias spec "readyroom; spectate"

    // Misc Binds
    bind "z" "say_team WELD ME"
    bind "x" "say_team /STUCK"
    bind "y" "messagemode"
    bind "u" "messagemode2"
    bind "i" "messagemode amx_chat"
    bind "q" "lastinv"
    bind "h" "+showmap"
    bind "F3" "spec"
    bind "TAB" "+netscores"
    bind "v" "medpack"
    bind "c" "ammo"
    bind "1" "slot1"
    bind "2" "slot2"
    bind "3" "slot3"
    bind "4" "slot4"

    // Rate Settings
    cl_cmdrate 101
    cl_updaterate 101
    rate 25000

    // Tweaks
    hud_fastswitch 1
    developer 1
  • coriscoris Join Date: 2003-07-08 Member: 18034Members, Constellation
    Oh btw, forgot to say that I used to script a lot, but after I got my new comp with 100 fps its completely unnecessary.

    I didnt understand how people could bhop with the mousewheel so easily until I got my new compter. 100 fps really does make a difference.
  • TOmekkiTOmekki Join Date: 2003-11-25 Member: 23524Members
    edited November 2004
    the netscores script works on bs_1 servers even tho it shows the message

    alias +netscores "+showscores; net_graph 1"
    alias -netscores "-showscores; net_graph 0"
    bind "tab" "+netscores"

    i use a 3jump bound to mousewheel :D and normal mousewheel jump on bs_1 servers.

    also some else but i cant be arsed to post them here cause they arent very important :o

    oh yeah and 100 fps taught me to bhop. i can also sometimes hit skulks now.

    and phoenix, nice one putting those alien and marine specific confs on an alias... i always just made separate alien and marine .cfg's.
  • DodgehDodgeh Join Date: 2003-08-31 Member: 20428Members
    Anyone know that special script for wiggle run? I lost it and it was great!
  • ByekaByeka Name changed from Freak83 Toronto Join Date: 2003-03-13 Member: 14484Members, Constellation
  • MrMojoMrMojo Join Date: 2002-11-25 Member: 9882Members, Constellation
    <!--QuoteBegin-Freak83+Nov 8 2004, 04:33 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Freak83 @ Nov 8 2004, 04:33 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> No scripts at all - <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Wow sir! You must be in Terror! <!--emo&:0--><img src='http://www.unknownworlds.com/forums/html//emoticons/wow.gif' border='0' style='vertical-align:middle' alt='wow.gif' /><!--endemo-->
  • SpaceJesusSpaceJesus Join Date: 2004-07-02 Member: 29683Banned
    //Alien Config
    //All Scripts written by SpaceJesus
    echo ""
    echo "Alien Config Written by SpaceJesus"
    echo ""

    alias w wait


    //Join Alien Team
    jointeamtwo

    //Unbind Marine Config Binds
    unbind "["
    unbind "]"
    unbind kp_pgdn
    unbind kp_rightarrow
    bind "kp_ins" "+jump"
    unbind 6
    unbind 7
    unbind 8
    unbind 9
    unbind f
    unbind end

    //Bind Alien Keys
    bind mwheelup +jump
    bind mwheeldown +jump

    //Gorge Build Binds
    bind "a" "impulse 91"
    bind "d" "impulse 92"
    bind "f" "impulse 94"
    bind "s" "impulse 93"


    //bind _special bhop script
    bind pgdn +bhop


    //Bind Communication Scripts
    bind "]" needheal
    bind "q" "dc"
    bind "w" "mc"
    bind "e" "sc"



    //Communication Scripts
    alias dc "say_team Dropping DC's now"
    alias mc "say_team Dropping MC's now"
    alias sc "say_team Dropping SC's now"
    alias needheal "impulse 8; say_team [ NEED HEALING ]"







    //_special bhop script

    ***EDITED***




    //3jump for mousewheel

    alias 3jump "+jump;w;-jump;w;+jump;w;-jump;w;+jump;w;-jump"
    alias set_3jump "bind mwheelup 3jump; bind mwheeldown 3jump"
    alias set_jump "bind mwheelup +jump; bind mwheeldown +jump"







    //Marine Config
    //All Scripts written by SpaceJesus
    echo ""
    echo "SpaceJesus' Marine Config"
    echo ""


    //Join Marine Team
    jointeamone

    //Unbind Alien Config Binds
    bind pgdn +reload
    unbind a
    unbind s
    unbind d
    unbind f
    unbind q
    unbind w
    unbind e
    unbind 8
    unbind 9




    //Communication Scripts
    alias medpack "say_team [ MEDPACK ]"
    alias ammo "say_team [ AMMO ]"
    alias ammo2 "impulse 11; say_team [ AMMO ]"
    alias medpack2 "impulse 10; say_team [ MEDPACK ]"
    bind "]" "medpack2"
    bind "[" "ammo2"

    bind "kp_pgdn" "ammo"
    bind "kp_rightarrow" "medpack"




    //Bind Script Keys
    bind mouse2 +knife
    bind kp_ins +jump







    //General Marine Scripts



    //Pistol Script - attack at 3 times the speed
    alias +pscript "+attack; wait; -attack; wait; +attack"
    alias -pscript "-attack; wait; +attack; wait; -attack"





    echo ""
    echo "SpaceJesus' Marine Config Successfully Loaded"
    echo ""


    //All Scripts written by SpaceJesus



    alias w wait


    //Pistol Script Aliases
    alias set_pscript "pslot1; pslot2"
    alias set_pstrobe "pslot5; pslot6"
    alias set_pownage "pslot7; pslot8"
    alias set_default "rebind"


    alias pslot1 "bind KP_LEFTARROW pslot1a"
    alias pslot2 "bind KP_END pslot2a"

    alias pslot5 "bind kp_leftarrow pslot1c"
    alias pslot6 "bind kp_end pslot2c"

    alias pslot7 "bind kp_leftarrow pslot1d"
    alias pslot8 "bind kp_end pslot2d"

    alias pslot1a "-attack; bind mouse1 +attack; slot1"
    alias pslot2a "bind mouse1 +pscript; slot2"

    alias pslot1b "-attack; bind mouse1 +attack; slot1"
    alias pslot2b "bind mouse1 pspam; slot2"

    alias pslot1c "-attack2; -attack; bind mouse1 +attack; slot1"
    alias pslot2c "bind mouse1 +pstrobe; slot2"

    alias pslot1d "-attack; -attack2; bind mouse1 +attack; slot1"
    alias pslot2d "bind mouse1 +pownage; slot2"


    alias rebind "bind kp_leftarrow slot1; bind kp_end slot2"







    //3Shot Pistol Script
    alias +pscript "+attack; wait; -attack; wait; +attack"
    alias -pscript "-attack; wait; +attack; wait; -attack"



    //Special Pistol Script

    ***EDITED***



    //Pistol Strobe Script

    ***EDITED***


    //_special WiggleWalk Script

    ***EDITED***

    //_special jump script

    ***EDITED****

    //3jump for mousewheel

    alias 3jump "+jump;w;-jump;w;+jump;w;-jump;w;+jump;w;-jump"
    alias set_3jump "bind mwheelup 3jump; bind mwheeldown 3jump"
    alias set_jump "bind mwheelup +jump; bind mwheeldown +jump"
  • interiotinteriot Join Date: 2003-01-22 Member: 12586Members
    While needing to extensively heal the hive in combat, open the console, manually type "+attack". Once the hive is healed, type "-attack".

    And for some ungodly reason, mp_blockscripts disables this. You can't even type +attack in the console, because typing things in the console might somehow let you do super-speedy things like pistol-scripting. From the console.
  • AlignAlign Remain Calm Join Date: 2002-11-02 Member: 5216Forum Moderators, Constellation
    edited November 2004
    ^Heh.

    And I would be a bit more impressed by Freaks feats if it weren't on pubs... as onos and fade. I got that kind of score with skulk, back in the days.

    Only script I ever used was the zoom-in script(default_fov hax0ring, with added sensitivity adjustion) in Surprise! mod, and romano^_^s lastinv script. Which I don't use anymore after hearing that weapon switching is clientside now anyway, and because it tended to cause screwyness at times.
  • ForlornForlorn Join Date: 2002-11-01 Member: 2634Banned
    <!--QuoteBegin-Freak83+Nov 8 2004, 04:33 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Freak83 @ Nov 8 2004, 04:33 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> No scripts at all - <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    YOU PWNED THE ND CLAN MEMBERS (which aren't even a clan)!!

    Excellent job, you should play professional NS
  • pip1pip1 Join Date: 2004-09-06 Member: 31430Members
    forlorn and freak, stop now plz. my spoon is sharp.
  • TOmekkiTOmekki Join Date: 2003-11-25 Member: 23524Members
    <!--QuoteBegin-pip|-+Nov 8 2004, 07:28 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (pip|- @ Nov 8 2004, 07:28 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> forlorn and freak, stop now plz. my spoon is sharp. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    pip, dont play mod and no-one else will either.

    i suggest in a friendly manner though that all you diehard anti-scripters stay the hell out of this thread.
  • AlkillerAlkiller Join Date: 2004-05-23 Member: 28847Members
    Would anyone by chance be able to make a script that turns off all HUD icons, and then takes a screenshot, then turns them all back on?
  • ZycaRZycaR Join Date: 2002-11-12 Member: 8263Members
    edited November 2004
    It's very very strange script .. but working <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
    alias +s20 "slot1; wait; bind MOUSE1 +sxx; bind MOUSE2 +s21; +sxx"
    alias +s21 "slot2; wait; bind MOUSE1 +s20; bind MOUSE2 +sxx; +sxx"
    alias +s30 "slot1; wait; bind MOUSE1 +sxx; bind MOUSE2 +s31; +sxx"
    alias +s31 "slot3; wait; bind MOUSE1 +s30; bind MOUSE2 +sxx; +sxx"
    alias +s40 "slot1; wait; bind MOUSE1 +sxx; bind MOUSE2 +s41; +sxx"
    alias +s41 "slot4; wait; bind MOUSE1 +s40; bind MOUSE2 +sxx; +sxx"
    alias +sxx +attack
    alias -sxx -attack

    bind "MOUSE1" "+attack"
    bind "MOUSE2" "+s21"

    bind "KP_END" "slot1; wait; bind MOUSE1 +sxx; bind MOUSE2 +s21;"
    bind "KP_DOWNARROW" "slot2; wait; bind MOUSE1 +s20; bind MOUSE2 +sxx;"
    bind "KP_PGDN" "slot3; wait; bind MOUSE1 +s30; bind MOUSE2 +sxx;"
    bind "KP_DEL" "slot4; wait; bind MOUSE1 +s40; bind MOUSE2 +sxx;"

    <!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    I using arrows and weapon swithing have on Keypad (1,2,3,Del)
    and this script allow me using right button on mouse as alternate weapon firing (pistol, wedter, knife, ...)

    - then leap bite it's only Right and Left button click on mouse <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
    - or when got empty gun just click right button for pistol fire!, ...
  • DragonMechDragonMech Join Date: 2003-09-19 Member: 21023Members, Constellation, Reinforced - Shadow
    edited November 2004
    <!--QuoteBegin-Alkiller+Nov 8 2004, 06:46 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Alkiller @ Nov 8 2004, 06:46 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Would anyone by chance be able to make a script that turns off all HUD icons, and then takes a screenshot, then turns them all back on? <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    Should be possible - I'll give it a shot and get back to you. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->

    [EDIT] Sorry Alkiller. I can get it to turn off the text, but setting hud_draw to 0 isn't working. >.<
  • laggerlagger Join Date: 2002-10-31 Member: 1805Members
    <!--QuoteBegin-pip|-+Nov 8 2004, 12:14 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (pip|- @ Nov 8 2004, 12:14 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> personally, i dont know any scripts i cant live without (know of 3jump script only, and that can be done nicely with mwheel).

    So, tell me ur script. The code would be nice too, but the effect of the script is enough.

    (and dont turn this to a bs 1/0 war, I <i>will</i> hunt u down with a spoon if u do.) <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    I cant live without my mwheel?

    mwheelup "+jump"
    mwheeldown "+jump"
    mouse3 "+jump"

    GODAMN DO I CHEAT.
  • God_KillerGod_Killer Join Date: 2004-02-16 Member: 26592Members
    I don't get freak83, why the hell would someone need scripts for fade and onos?

    And I don't really understand zycar's script...

    And I was looking for a score I did vs forlorn...I'm sure I played a couple time with/against...where do you live forlorn?
  • PhOeNiX3PhOeNiX3 Join Date: 2003-08-07 Member: 19169Members
    The cool thing about my userconfig is that when I join a bs_1 server I go to
    options and click use defults, when i join a bs_0 server I press F1 or F2 and my scripts are loaded for me.
  • SaltzBadSaltzBad Join Date: 2004-02-23 Member: 26833Members
    My script automatically gives BobTheJanitor a hug.
  • ForlornForlorn Join Date: 2002-11-01 Member: 2634Banned
    <!--QuoteBegin-lagger+Nov 8 2004, 09:56 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (lagger @ Nov 8 2004, 09:56 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin-pip|-+Nov 8 2004, 12:14 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (pip|- @ Nov 8 2004, 12:14 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> personally, i dont know any scripts i cant live without (know of 3jump script only, and that can be done nicely with mwheel).

    So, tell me ur script. The code would be nice too, but the effect of the script is enough.

    (and dont turn this to a bs 1/0 war, I <i>will</i> hunt u down with a spoon if u do.) <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    I cant live without my mwheel?

    mwheelup "+jump"
    mwheeldown "+jump"
    mouse3 "+jump"

    GODAMN DO I CHEAT. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Technically binding the same command to more than one key is cheap


    Anyhow here's a cool script:

    alias +climb "stopsound; wait; +moveup"
    alias -climb "-moveup"

    Stops all sound and hold it down; makes you climp up walls.

    developer 1
    developer 0
    alias ta "fps_max 10;cl_yawspeed 3600;wait;+left;wait;-left;fps_max 100;cl_yawspeed 210;fps_max 10;cl_yawspeed 3600;wait;+left;wait;-left;wait;fps_max 100;cl_yawspeed 210"
    alias ta2 "ta; ta"

    bind x ta2


    That is a 180 turn script, I don't use it though, I think it's pretty useless


    alias silence "voice_scale 0; stopsound; developer 1; echo No more voices; developer 0; bind n nosilence"
    alias nosilence "voice_scale 1; stopsound; developer 1; echo Voices return; developer 0; bind n silence"

    bind "n" "silence"

    That mutes all voices when you hit n, hit it again to unmute them all, I <3 this script to death, it still works on bs_1 servers

    alias +pscript "+attack;"
    alias -pscript "-attack; wait; +attack; wait; -attack;"
    alias pscripton "bind mouse1 +pscript"
    alias pscriptoff "bind mouse1 +attack"
    pscriptoff

    Pistol script that does a double shot if you mess up with your timing, wastes ammo

    alias "speedup" "+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft"
    alias "slider" "speedup;speedup;speedup;speedup"

    Makes you move 140% faster but you can't shoot or change direction, spam it too much and it crashes steam

    alias getlost "impulse 12; say_team Move out of my way please!"
    alias needammo "impulse 11; say_team Ammo Now!"
    alias needhealth "impulse 10; say_team Health Now!"

    Ammo, health, and get outta my way binds

    traceroffset "-72"
    tracerlength "0.50"
    tracerred "28"
    tracerblue ".8"
    tracergreen ".3"
    traceralpha "0.30"
    tracerspeed "4500"

    My favorite color tracers
  • laggerlagger Join Date: 2002-10-31 Member: 1805Members
    Why is binding something twice bad? I always knew those darn people with two slot1 binds were cheaters! I KNEW IT!.
  • laggerlagger Join Date: 2002-10-31 Member: 1805Members
    edited November 2004
    Why cant i delete my posts? SORRY
  • ForlornForlorn Join Date: 2002-11-01 Member: 2634Banned
    I'm sorry, more than <b>2</b> keys is cheap, since you can't do that with the menu.
  • rennexrennex Join Date: 2002-11-01 Member: 2688Members
    edited November 2004
    <!--QuoteBegin-lagger+Nov 8 2004, 08:56 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (lagger @ Nov 8 2004, 08:56 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin-pip|-+Nov 8 2004, 12:14 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (pip|- @ Nov 8 2004, 12:14 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> personally, i dont know any scripts i cant live without (know of 3jump script only, and that can be done nicely with mwheel).

    So, tell me ur script. The code would be nice too, but the effect of the script is enough.

    (and dont turn this to a bs 1/0 war, I <i>will</i> hunt u down with a spoon if u do.) <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    I cant live without my mwheel?

    mwheelup "+jump"
    mwheeldown "+jump"
    mouse3 "+jump"

    GODAMN DO I CHEAT. <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    Where'd you get my config?!?!

    Actually I have mouse2 bound to jump, not mouse3 =(
  • laggerlagger Join Date: 2002-10-31 Member: 1805Members
    <!--QuoteBegin-Forlorn+Nov 10 2004, 01:59 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Forlorn @ Nov 10 2004, 01:59 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> I'm sorry, more than <b>2</b> keys is cheap, since you can't do that with the menu. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Why cant you? There is always the alternative key that your able to bind in the menu.... BUT then again alternative keys are scripting and therefore bannable.
  • ForlornForlorn Join Date: 2002-11-01 Member: 2634Banned
    <!--QuoteBegin-lagger+Nov 10 2004, 01:59 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (lagger @ Nov 10 2004, 01:59 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin-Forlorn+Nov 10 2004, 01:59 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Forlorn @ Nov 10 2004, 01:59 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> I'm sorry, more than <b>2</b> keys is cheap, since you can't do that with the menu. <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    Why cant you? There is always the alternative key that your able to bind in the menu.... BUT then again alternative keys are scripting and therefore bannable. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    I'm saying binding 3 or more keys can't be done with the menu and therefore is cheap.

    Ya know? Cause you can't script with the menu? YA??
  • amnesiacamnesiac Join Date: 2004-11-03 Member: 32619Members
    Photek's User.cfg
    ---------------------

    bind f5 "jointeamone; exec marineconfig.cfg"
    bind f6 "jointeamtwo; exec alienconfig.cfg"


    ex_interp "0.066" alias ex_interp ""
    ex_extrapmax "8" alias ex_extrapmax ""
    lightgamma "0"alias lightgamma ""

    bind 1 "kk1a"
    bind 2 "kk2a"
    bind 3 "kk3a"
    bind 4 "kk4a"


    alias kk1a "kkslot1"
    alias kk1b "kkslot1; bind q kk2a"
    alias kk1c "kkslot1; bind q kk3a"
    alias kk1d "kkslot1; bind q kk4a"
    alias kkslot1 "slot1; bind 1 kk1a; bind 2 kk2a; bind 3 kk3a; bind 4 kk4a"

    alias kk2a "kkslot2; bind q kk1b"
    alias kk2b "kkslot2"
    alias kk2c "kkslot2; bind q kk3b"
    alias kk2d "kkslot2; bind q kk4b"
    alias kkslot2 "slot2; bind 1 kk1b; bind 2 kk2b; bind 3 kk3b; bind 4 kk4b"

    alias kk3a "kkslot3; bind q kk1c"
    alias kk3b "kkslot3; bind q kk2c"
    alias kk3c "kkslot3"
    alias kk3d "kkslot3; bind q kk4c"
    alias kkslot3 "slot3; bind 1 kk1c; bind 2 kk2c; bind 3 kk3c; bind 4 kk4c"

    alias kk4a "kkslot4; bind q kk1d"
    alias kk4b "kkslot4; bind q kk2d"
    alias kk4c "kkslot4; bind q kk3d"
    alias kk4d "kkslot4"
    alias kkslot4 "slot4; bind 1 kk1d; bind 2 kk2d; bind 3 kk3d; bind 4 kk4d"

    alias "kk1a" "kkslot1; bind c +metab; bind b +para"
    alias "kk1b" "kkslot1; bind q kk2a; bind c +metab; bind b +para"
    alias "kk1c" "kkslot1; bind q kk3a; bind c +metab; bind b +para"
    alias "kk1d" "kkslot1; bind q kk4a; bind c +metab; bind b +para"
    alias "kkslot1" "slot1; bind 1 kk1a; bind 2 kk2a; bind 3 kk3a; bind 4 kk4a"

    alias "kk2a" "kkslot2; bind q kk1b; bind c +metab2; bind b +para2"
    alias "kk2b" "kkslot2; bind c +metab2; bind b +para2"
    alias "kk2c" "kkslot2; bind q kk3b; bind c +metab2; bind b +para2"
    alias "kk2d" "kkslot2; bind q kk4b; bind c +metab2; bind b +para2"
    alias "kkslot2" "slot2; bind 1 kk1b; bind 2 kk2b; bind 3 kk3b; bind 4 kk4b"

    alias "kk3a" "kkslot3; bind q kk1c; bind c +metab3; bind b +para3"
    alias "kk3b" "kkslot3; bind q kk2c; bind c +metab3; bind b +para3"
    alias "kk3c" "kkslot3; bind c +metab3; bind b +para3"
    alias "kk3d" "kkslot3; bind q kk4c; bind c +metab3; bind b +para3"
    alias "kkslot3" "slot3; bind 1 kk1c; bind 2 kk2c; bind 3 kk3c; bind 4 kk4c"

    alias "kk4a" "kkslot4; bind q kk1d; bind c +metab4; bind b +para4"
    alias "kk4b" "kkslot4; bind q kk2d; bind c +metab4; bind b +para4"
    alias "kk4c" "kkslot4; bind q kk3d; bind c +metab4; bind b +para4"
    alias "kk4d" "kkslot4; bind c +metab4; bind b +para4"
    alias "kkslot4" "slot4; bind 1 kk1d; bind 2 kk2d; bind 3 kk3d; bind 4 kk4d"

    alias "+metab" "slot3;wait;+attack"
    alias "-metab" "-attack;wait;slot1"

    alias "+metab2" "slot3;wait;+attack"
    alias "-metab2" "-attack;wait;slot2"

    alias "+metab3" "slot3;wait;+attack"
    alias "-metab3" "-attack;wait;slot3"

    alias "+metab4" "slot3;wait;+attack"
    alias "-metab4" "-attack;wait;slot4"

    alias "+para" "slot2;wait;+attack"
    alias "-para" "-attack;wait;slot1"

    alias "+para2" "slot2;wait;+attack"
    alias "-para2" "-attack;wait;slot2"

    alias "+para3" "slot2;wait;+attack"
    alias "-para3" "-attack;wait;slot3"

    alias "+para4" "slot2;wait;+attack"
    alias "-para4" "-attack;wait;slot4"

    volume "0.9"
    suitvolume "0.250000"
    developer "1"
    rate "15000"
    model "gordon"
    hisound "1.000000"
    bgmvolume "0"
    MP3Volume "0"
    topcolor "30"
    bottomcolor "6"
    _snd_mixahead "0.1"

    cl_showfps "1"
    cl_allowdownload "0"
    cl_allowupload "0"
    cl_autohelp "0"
    cl_buildmessages "1"
    cl_centerentityid "0"
    cl_cmdbackup "6"
    cl_cmdrate "60"
    cl_updaterate "40"
    cl_cmhotkeys "qwerasdfzxcv"
    cl_dlmax "128"
    cl_download_ingame "0"
    cl_dynamiclights "0"
    cl_forcedefaultfov "0"
    cl_highdetail "0"
    cl_himodels "0"
    cl_idealpitchscale "0.5"
    cl_lc "1"
    cl_logocolor "#Valve_Orange"
    cl_logofile "lambda"
    cl_lw "1"
    cl_musicdelay "90.000000"
    cl_musicdirectory ""
    cl_musicenabled "0"
    cl_musicvolume "0"
    cl_particleinfo "0"
    cl_quickselecttime "0.500000"
    cl_timeout "305"
    cl_vsmoothing "0.05"

    gl_dither "1"
    gl_polyoffset "4"
    gl_overbright "0.000000"
    gl_flipmatrix "0"
    gl_monolights "0"

    r_bmodelhighfrac "5.0"
    r_detailtextures "0"

    s_rolloff "1.0"
    s_doppler "0.0"
    s_distance "60"
    s_automin_distance "2.0"
    s_automax_distance "30.0"
    s_min_distance "8.0"
    s_max_distance "1000.0"
    s_leafnum "0"
    s_refgain "0.4"
    s_refdelay "4"
    s_polykeep "1000000000"
    s_polysize "10000000"
    s_numpolys "200"
    s_bloat "2.0"
    s_verbwet "0.25"
    s_a3d "0.000000"
    s_eax "0.000000"

    m_filter "0"
    m_forward "1"
    m_pitch "0.022"
    m_side "0.8"
    m_yaw "0.022"

    hud_capturemouse "1"
    hud_draw "1"
    hud_saytext_internal "1"

    Scripts
    ---------
    WIGGLE~

    alias "speedup" "+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft"
    alias "speed" "speedup;speedup;speedup;speedup"

    PISTOL~

    alias +fastshot "+attack"
    alias -fastshot "-attack; wait; wait; +attack; wait; wait; wait; -attack"

    DUCK JUMP~

    alias +djump "+jump; wait;+duck"
    alias -djump "-duck;-jump"

    3 Jumps~

    alias +3jumps "+jump; wait; -jump; wait; +jump; wait; -jump; wait; +jump"
    alias -3jumps "-jump"
Sign In or Register to comment.