x
ETF2L is looking for new Staff to recruit! Are you interested in supporting the league? Then click here for more details on what we can offer and how to apply! 

Forum

Scripts and binds

Created 27th November 2011 @ 21:09

Add A Reply Pages: 1 2 Next »

natanz098

What scripts and binds do you use ?

I hope i posted it in the right place.

j210790_

bind mouse3 say :)

Mike

TEZC

my own

grimbar

Quoted from Mike

my own

vani

F!

// Null-cancelling movement script
// (prevents you from pressing two opposing directions, which causes you to stop moving)

bind w +mfwd
bind s +mback
bind a +mleft
bind d +mright

alias +mfwd "-back;+forward;alias checkfwd +forward"
alias +mback "-forward;+back;alias checkback +back"
alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
alias +mright "-moveleft;+moveright;alias checkright +moveright"
alias -mfwd "-forward;checkback;alias checkfwd none"
alias -mback "-back;checkfwd;alias checkback none"
alias -mleft "-moveleft;checkright;alias checkleft none"
alias -mright "-moveright;checkleft;alias checkright none"
alias checkfwd none
alias checkback none
alias checkleft none
alias checkright none
alias none ""

povohat sick scripter

octochris

(0v0)

Quoted from vani

// Null-cancelling movement script
// (prevents you from pressing two opposing directions, which causes you to stop moving)

bind w +mfwd
bind s +mback
bind a +mleft
bind d +mright

alias +mfwd "-back;+forward;alias checkfwd +forward"
alias +mback "-forward;+back;alias checkback +back"
alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
alias +mright "-moveleft;+moveright;alias checkright +moveright"
alias -mfwd "-forward;checkback;alias checkfwd none"
alias -mback "-back;checkfwd;alias checkback none"
alias -mleft "-moveleft;checkright;alias checkleft none"
alias -mright "-moveright;checkleft;alias checkright none"
alias checkfwd none
alias checkback none
alias checkleft none
alias checkright none
alias none ""

povohat sick scripter

derp, pvh didn’t write it

atmo

bind shift "voicemenu 0 1"

.

here is whatever i use as medic:

//Hide uber yelling and notification
bind "mouse2" "+attack2; voicemenu 2 3; say_team ** Uber popped ** "

// Fake uber and notification
alias "fakeuber" "voicemenu 1 7; say_team ** Faking Uber **"
bind "v" "fakeuber"

// Hide uber and notification
alias "hideuber" "voicemenu 2 3; say_team ** Uber full **"
bind "mouse5" "hideuber"

I also use:

bind "ctrl" "+duck"
bind "shift" "+duck"

bind "r" "r_drawviewmodel 0"
bind "t" "r_drawviewmodel 1"

because i can

ell

(ETF2L Donator)

Full config in text here: http://pastebin.com/raw.php?i=HY26Cyjw

spy disguises:

//spy
alias “spy” “minus_auto_attack; xslots; s_scout; bind 1 s_scout; bind 2 s_demo; bind 3 s_sniper; bind 4 s_pyro; bind 5 s_engy; bind 6 s_solly; bind 7 s_heavy; bind 8 s_spy; bind 9 s_medic”

alias “blue” “alias s_scout b_scout; alias s_demo b_demo; alias s_sniper b_sniper; alias s_pyro b_pyro; alias s_engy b_engy; alias s_solly b_solly; alias s_heavy b_heavy; alias s_spy b_spy; alias s_medic b_medic; r_scout; echo [BLUE]”
alias “red” “alias s_scout r_scout; alias s_demo r_demo; alias s_sniper r_sniper; alias s_pyro r_pyro; alias s_engy r_engy; alias s_solly r_solly; alias s_heavy r_heavy; alias s_spy r_spy; alias s_medic r_medic; r_scout; echo [RED]”

alias “b_scout” “bind t dsg_b_scout; bind r dsg_r_scout”
alias “b_demo” “bind t dsg_b_demo; bind r dsg_r_demo”
alias “b_sniper” “bind t dsg_b_sniper; bind r dsg_r_sniper”
alias “b_pyro” “bind t dsg_b_pyro; bind r dsg_r_pyro”
alias “b_engy” “bind t dsg_b_engy; bind r dsg_r_engy”
alias “b_solly” “bind t dsg_b_solly; bind r dsg_r_solly”
alias “b_heavy” “bind t dsg_b_heavy; bind r dsg_r_heavy”
alias “b_spy” “bind t dsg_b_spy; bind r dsg_r_spy”
alias “b_medic” “bind t dsg_b_medic; bind r dsg_r_medic”

alias “r_scout” “bind r dsg_b_scout; bind t dsg_r_scout”
alias “r_demo” “bind r dsg_b_demo; bind t dsg_r_demo”
alias “r_sniper” “bind r dsg_b_sniper; bind t dsg_r_sniper”
alias “r_pyro” “bind r dsg_b_pyro; bind t dsg_r_pyro”
alias “r_engy” “bind r dsg_b_engy; bind t dsg_r_engy”
alias “r_solly” “bind r dsg_b_solly; bind t dsg_r_solly”
alias “r_heavy” “bind r dsg_b_heavy; bind t dsg_r_heavy”
alias “r_spy” “bind r dsg_b_spy; bind t dsg_r_spy”
alias “r_medic” “bind r dsg_b_medic; bind t dsg_r_medic”

alias “dsg_r_scout” “disguise 1 2”
alias “dsg_r_sniper” “disguise 2 2”
alias “dsg_r_solly” “disguise 3 2”
alias “dsg_r_demo” “disguise 4 2”
alias “dsg_r_medic” “disguise 5 2”
alias “dsg_r_heavy” “disguise 6 2”
alias “dsg_r_pyro” “disguise 7 2”
alias “dsg_r_spy” “disguise 8 2”
alias “dsg_r_engy” “disguise 9 2”
alias “dsg_b_scout” “disguise 1 1”
alias “dsg_b_sniper” “disguise 2 1”
alias “dsg_b_solly” “disguise 3 1”
alias “dsg_b_demo” “disguise 4 1”
alias “dsg_b_medic” “disguise 5 1”
alias “dsg_b_heavy” “disguise 6 1”
alias “dsg_b_pyro” “disguise 7 1”
alias “dsg_b_spy” “disguise 8 1”
alias “dsg_b_engy” “disguise 9 1”

medic auto-heal:

//medic
alias “medic” “bind e mslot1; bind f mslot3; bind q mslot2; unbind r; unbind t; un_nums”
alias “plus_auto_attack” “+attack; bind mouse1 +minus_attack”
alias “minus_auto_attack” “-attack; bind mouse1 +attack”
alias “+minus_attack” “-attack”
alias “-minus_attack” “+attack”
alias “mslot1” “minus_auto_attack; yslot1”
alias “mslot2” “yslot2; plus_auto_attack”
alias “mslot3” “minus_auto_attack; melee”

volume control with console output:

//volume control
alias “vol0” “volume 0; unbind f2; bind f3 vol5; echo [vol|0.00]”
alias “vol5” “volume 0.05; bind f2 vol0; bind f3 vol10; echo [vol|0.05]”
alias “vol10” “volume 0.10; bind f2 vol5; bind f3 vol15; echo [vol|0.10]”
alias “vol15” “volume 0.15; bind f2 vol10; bind f3 vol20; echo [vol|0.15]”
alias “vol20” “volume 0.20; bind f2 vol15; bind f3 vol25; echo [vol|0.20]”
alias “vol25” “volume 0.25; bind f2 vol20; bind f3 vol30; echo [vol|0.25]”
alias “vol30” “volume 0.30; bind f2 vol25; bind f3 vol35; echo [vol|0.30]”
alias “vol35” “volume 0.35; bind f2 vol30; bind f3 vol40; echo [vol|0.35]”
alias “vol40” “volume 0.40; bind f2 vol35; bind f3 vol45; echo [vol|0.40]”
alias “vol45” “volume 0.45; bind f2 vol40; bind f3 vol50; echo [vol|0.45]”
alias “vol50” “volume 0.50; bind f2 vol45; bind f3 vol55; echo [vol|0.50]”
alias “vol55” “volume 0.55; bind f2 vol50; bind f3 vol60; echo [vol|0.55]”
alias “vol60” “volume 0.60; bind f2 vol55; bind f3 vol65; echo [vol|0.60]”
alias “vol65” “volume 0.65; bind f2 vol60; bind f3 vol70; echo [vol|0.65]”
alias “vol70” “volume 0.70; bind f2 vol65; bind f3 vol75; echo [vol|0.70]”
alias “vol75” “volume 0.75; bind f2 vol70; bind f3 vol80; echo [vol|0.75]”
alias “vol80” “volume 0.80; bind f2 vol75; bind f3 vol85; echo [vol|0.80]”
alias “vol85” “volume 0.85; bind f2 vol80; bind f3 vol90; echo [vol|0.85]”
alias “vol90” “volume 0.90; bind f2 vol85; bind f3 vol95; echo [vol|0.90]”
alias “vol95” “volume 0.95; bind f2 vol90; bind f3 vol100; echo [vol|0.95]”
alias “vol100” “volume 1; bind f2 vol95; unbind f3; echo [vol|1.00]”
vol15

engy building:

//engy
alias “engy” “minus_auto_attack; xslots; bind 1 stry; bind 2 disp; bind 3 entr; bind 4 exit; unbind r; unbind t; unbind 5; unbind 6; unbind 7; unbind 8; unbind 9”
alias “stry” “destroy 2; build 2”
alias “disp” “destroy 0; build 0”
alias “entr” “destroy 1; build 1”
alias “exit” “destroy 3; build 3”

not quite scripts but useful to have:

//class switch
bind “del” “join_class random”
bind “downarrow” “join_class demoman”
bind “end” “join_class scout”
bind “home” “join_class pyro”
bind “ins” “join_class spy”
bind “leftarrow” “join_class soldier”
bind “pgdn” “join_class sniper”
bind “pgup” “join_class heavyweapons”
bind “rightarrow” “join_class medic”
bind “uparrow” “join_class engineer”

//slots
alias “xslot1” “slot1; r_drawviewmodel 0; viewmodel_fov 0”
alias “xslot2” “slot2; r_drawviewmodel 0; viewmodel_fov 0”
alias “yslot1” “slot1; r_drawviewmodel 0; viewmodel_fov 54”
alias “yslot2” “slot2; r_drawviewmodel 0; viewmodel_fov 54”
alias “melee” “slot3; r_drawviewmodel 1; viewmodel_fov 54”
alias “xslots” “bind e xslot1; bind q xslot2”

Spike Himself

TC

aliases.cfg & binds.cfg
/////////////
// GENERAL //
/////////////

alias setuprcon "exec rconcfg" // Sets rcon_address and rcon_password
alias "asplode" "explode; say_team ">> Oops my head asplode!""
alias "setupservers" "exec servers"

alias "+scoreboard" "+showscores; net_graph 4; timeleft"
alias "-scoreboard" "-showscores; net_graph 0"

///////////////////////////
// CROSSHAIR & VIEWMODEL //
///////////////////////////

// Colours and shit (ty Zeth!) :D
alias xhclr1 "cl_crosshair_green 0;cl_crosshair_red 0;cl_crosshair_blue 255; alias xhclr xhclr2"
alias xhclr2 "cl_crosshair_green 0;cl_crosshair_red 255;cl_crosshair_blue 0; alias xhclr xhclr3"
alias xhclr3 "cl_crosshair_green 0;cl_crosshair_red 255;cl_crosshair_blue 255; alias xhclr xhclr4"
alias xhclr4 "cl_crosshair_green 255;cl_crosshair_red 0;cl_crosshair_blue 0; alias xhclr xhclr5"
alias xhclr5 "cl_crosshair_green 255;cl_crosshair_red 0;cl_crosshair_blue 255; alias xhclr xhclr6"
alias xhclr6 "cl_crosshair_green 255;cl_crosshair_red 255;cl_crosshair_blue 0; alias xhclr xhclr7"
alias xhclr7 "cl_crosshair_green 0;cl_crosshair_red 0;cl_crosshair_blue 192; alias xhclr xhclr8"
alias xhclr8 "cl_crosshair_green 0;cl_crosshair_red 192;cl_crosshair_blue 0; alias xhclr xhclr9"
alias xhclr9 "cl_crosshair_green 0;cl_crosshair_red 192;cl_crosshair_blue 192; alias xhclr xhclr10"
alias xhclr10 "cl_crosshair_green 192;cl_crosshair_red 0;cl_crosshair_blue 0; alias xhclr xhclr11"
alias xhclr11 "cl_crosshair_green 192;cl_crosshair_red 0;cl_crosshair_blue 192; alias xhclr xhclr12"
alias xhclr12 "cl_crosshair_green 192;cl_crosshair_red 192;cl_crosshair_blue 0; alias xhclr xhclr1"
alias xhclr "xhclr1"

// Scout
alias scattergun "slot1;exec default_crosshair;cl_crosshair_scale 32;r_drawviewmodel 0;viewmodel_fov 75"
alias pistol "slot2;cl_crosshair_file crosshair7;cl_crosshair_scale 24;cl_crosshair_red 0;cl_crosshair_green 192;cl_crosshair_blue 32;r_drawviewmodel 1"
alias bat "slot3;exec default_crosshair;r_drawviewmodel 1"

// Medic
alias syringegun "slot1;exec default_crosshair;cl_crosshair_red 192;cl_crosshair_green 32;r_drawviewmodel 0;autocall_temp"
alias medigun "slot2;cl_crosshair_red 32;cl_crosshair_green 192;cl_crosshair_blue 32;r_drawviewmodel 1;autocall_initial"
alias bonesaw "slot3;exec default_crosshair;r_drawviewmodel 1;autocall_temp"

// Spy
alias "revolver" "slot1;cl_crosshair_file crosshair7;cl_crosshair_scale 20;cl_crosshair_red 0;cl_crosshair_green 192;cl_crosshair_blue 32;r_drawviewmodel 0"
alias "sapper" "slot2;cl_crosshair_file crosshair7;cl_crosshair_scale 32;cl_crosshair_red 0;cl_crosshair_green 192;cl_crosshair_blue 32;r_drawviewmodel 1"
alias "knife" "slot3;cl_crosshair_file crosshair7;cl_crosshair_scale 32;cl_crosshair_red 0;cl_crosshair_green 192;cl_crosshair_blue 32;r_drawviewmodel 1"
alias "disgkit" "slot4;cl_crosshair_file crosshair7;cl_crosshair_scale 32;cl_crosshair_red 0;cl_crosshair_green 192;cl_crosshair_blue 32;r_drawviewmodel 1"

// Solly
alias "rockets" "slot1;exec default_crosshair"
alias "shotgunsolly" "slot2;exec default_crosshair"
alias "shovel" "slot3;exec default_crosshair"

///////////
// MEDIC //
///////////

// Fake uber call
alias "fakeuber" "voicemenu 1 7;say_team >> UBER FAKED!!"

// Mask uber call
alias "maskuber" "voicemenu 2 5;say_team >> UBER MASKED!!"

// Uber
alias "activated_uber" "say_team >> * U * B * E * R *"
alias "activated_kritz" "say_team >> * K * R * I * T * Z *"
alias "activated" "activated_uber"

alias +uber "dropitem; medigun; +attack2;voicemenu 2 5; activated"
alias -uber "-attack2"

// Load Item presets
// A - Medigun + High five taunt
// B - Kritz + High five taunt
// C - Medigun + Meet the medic taunt
// D - Kritz + Meet the medic taunt

alias "equip_medigun" "medigun; load_itempreset 0; say_team >> USING MEDIGUN; medigun; alias swap_medigun "equip_kritz"; alias swap_spawn_with_medigun "swap_spawn_with_medigun_2"; alias swap_spawn "swap_spawn_with_medigun"; alias activated "activated_uber";"
alias "equip_kritz" "medigun; load_itempreset 1; say_team >> USING KRITZ; medigun; alias swap_medigun "equip_medigun"; alias swap_spawn_with_kritz "swap_spawn_with_kritz_2"; alias swap_spawn "swap_spawn_with_kritz"; alias activated "activated_kritz";"

alias "swap_spawn_with_medigun_1" "load_itempreset 0; say_team >> SPAWN SWAP (MEDIGUN); alias swap_spawn_with_medigun "swap_spawn_with_medigun_2"; medigun"
alias "swap_spawn_with_medigun_2" "load_itempreset 2; say_team >> SPAWN SWAP (MEDIGUN); alias swap_spawn_with_medigun "swap_spawn_with_medigun_1"; medigun"

alias "swap_spawn_with_kritz_1" "load_itempreset 1; say_team >> SPAWN SWAP (KRITZ); alias swap_spawn_with_kritz "swap_spawn_with_kritz_2"; medigun"
alias "swap_spawn_with_kritz_2" "load_itempreset 3; say_team >> SPAWN SWAP (KRITZ); alias swap_spawn_with_kritz "swap_spawn_with_kritz_1"; medigun"

alias "swap_spawn_with_medigun" "swap_spawn_with_medigun_2"
alias "swap_spawn_with_kritz" "swap_spawn_with_kritz_2"

alias "swap_medigun" "equip_kritz"
alias "swap_spawn" "swap_spawn_with_medigun"

// Autocalls (ty Chris!)
alias autocall_initial "hud_medicautocallersthreshold 50"
alias autocall_temp "hud_medicautocallersthreshold 150"
alias +autocall "autocall_temp"
alias -autocall "autocall_initial"

// Spam
alias "demneedles" "say dem needles!; voicemenu 2 6"
alias "sawyou" "say Heh, I saw you!; voicemenu 2 7"
alias "smug" "say :>; voicemenu 2 4"

--------------------------------------------------------------------

bind "1" "slot1; xhclr" // 1
bind "2" "slot2; xhclr" // 2
bind "3" "slot3; xhclr" // 3
bind "4" "slot4; xhclr" // 4
bind "5" "slot5; xhclr" // 5
bind "6" "slot6; xhclr" // 6
bind "7" "slot7; xhclr" // 7
bind "8" "slot8; xhclr" // 8
bind "9" "slot9; xhclr" // 9
bind "0" "slot0; xhclr" // 10
bind "-" "asplode; xhclr" // 11
bind "=" "+quickswitch; xhclr" // 12

bind "a" "+scoreboard"
bind "q" "lastinv"
bind "w" "voicemenu 0 0"
bind "r" "prec_mark"
bind "t" "forwardspawn_toggle"
bind "e" "+forward; xhclr"
bind "s" "+moveleft; xhclr"
bind "d" "+back; xhclr"
bind "f" "+moveright; xhclr"
bind "z" "voice_menu_1; xhclr"
bind "x" "voice_menu_2; xhclr"
bind "c" "voice_menu_3; xhclr"
//bind "v" "+taunt"
bind "v" "+use_action_slot_item"
bind "y" "say"
bind "b" "say_team"
bind "`" "toggleconsole"
bind "," "changeclass"
bind "." "changeteam"
bind "/" "open_charinfo_direct"
bind "SPACE" "+jump; xhclr"
bind "ESCAPE" "cancelselect"
bind "SHIFT" "+duck; xhclr"
bind "F3" "askconnect_accept"
bind "F5" "screenshot"
bind "F12" "pause"
bind "MOUSE1" "+attack; xhclr"
bind "MOUSE2" "+attack2; xhclr"
bind "MOUSE3" "dropitem; xhclr"
bind "MWHEELUP" "slot1; xhclr"
bind "MWHEELDOWN" "slot2; xhclr"

medic.cfg
bind "1" "syringegun"
bind "2" "medigun"
bind "3" "bonesaw"
bind "4" "fakeuber"
// 5 = mmbl ptt
bind "6" "maskuber"
bind "7" "swap_spawn"
bind "8" "+autocall"
bind "9" "swap_medigun"

bind "MOUSE1" "+attack"
bind "MOUSE2" "+uber"
bind "MOUSE3" "bonesaw"
bind "MWHEELDOWN" "medigun"
bind "MWHEELUP" "syringegun"

// Spam
bind "g" "demneedles"
bind "h" "sawyou"

medigun

sensitivity 3.2

Retsh0ck

32erz
2strong

none
coordination bro!

Septique

I only use the script that makes me warp around and just unhittable in general.

Vazzan

TwistedPlay.

alias saying20 “say I wouldn’t catch a grenade for myself! – w00dy;alias say_toggle saying1”
alias saying1 “say why am I so different to everyone else :[ – numlocked;alias say_toggle saying2”
alias saying2 “say KILL HIM KILL HIM, oh ffs, I’m going to get some more wine – numlocked;alias say_toggle saying3”
alias saying3 “say fucking lol, was eating a sandwich, peanut butter and pickle, tried swallowing a big bit, couldn’t ’cause of my tonsils;alias say_toggle saying4”
alias saying4 “say ended up regurgitating it – numlocked;alias say_toggle saying5”

alias saying5 “say Cobby: Jealousy is a one eyed beast, cRzy: So’s my penis;alias say_toggle saying6”
alias saying6 “say cRzy: I bet it’s because he has a huge dong. Woody: Yeah he I’ve seen it;alias say_toggle saying7”
alias saying7 “say I love cheese and cock – n0va;alias say_toggle saying8”
alias saying8 “say I am like the condom of TF2 – SoniXzR;alias say_toggle saying9”

alias saying9 “say I’m going to erection my tent – Toby;alias say_toggle saying10”
alias saying10 “say I like hot meat.. in my mouth – Toby;alias say_toggle saying11”
alias saying11 “say I can’t wait to eat woody – n0va;alias say_toggle saying12”
alias saying12 “say Foster: I need to start a short list, cRzy: Put Sam on it;alias say_toggle saying13”
alias saying13 “say Where do I put this code? in the promotional code or email bit – PlumbEd;alias say_toggle saying14”
alias saying14 “say TCM numlocked : I screamed like a girl :D;alias say_toggle saying15”
alias saying15 “say I can’t make it small and thick which is how I like it – Toby;alias say_toggle saying16”
alias saying16 “say I still can’t make it small, but it gets bigger when I shoot – Toby;alias say_toggle saying17”
alias saying17 “say Mine smells like Pencil Case – Woody;alias say_toggle saying18”
alias saying18 “say I wouldn’t want to be a woman, I don’t think I could handle Child Birth – evilspongebob;alias say_toggle saying19”
alias saying19 “say I’ve got 50p in my eye like a pirate – Woody;alias say_toggle saying1”

alias say_toggle saying20

bind “]” “say_toggle”

smziii

(Legendary Ratehacks)
SVIFT

Quoted from Septique

I only use the script that makes me warp around and just unhittable in general.

NOT EVEN FUNNY -> DEAD SERIOUS

Dr-GimpfeN

9g1c

Quoted from Vazzan

alias saying20 “say I wouldn’t catch a grenade for myself! – w00dy;alias say_toggle saying1”
alias saying1 “say why am I so different to everyone else :[ – numlocked;alias say_toggle saying2”
alias saying2 “say KILL HIM KILL HIM, oh ffs, I’m going to get some more wine – numlocked;alias say_toggle saying3”
alias saying3 “say fucking lol, was eating a sandwich, peanut butter and pickle, tried swallowing a big bit, couldn’t ’cause of my tonsils;alias say_toggle saying4”
alias saying4 “say ended up regurgitating it – numlocked;alias say_toggle saying5”

alias saying5 “say Cobby: Jealousy is a one eyed beast, cRzy: So’s my penis;alias say_toggle saying6”
alias saying6 “say cRzy: I bet it’s because he has a huge dong. Woody: Yeah he I’ve seen it;alias say_toggle saying7”
alias saying7 “say I love cheese and cock – n0va;alias say_toggle saying8”
alias saying8 “say I am like the condom of TF2 – SoniXzR;alias say_toggle saying9”

alias saying9 “say I’m going to erection my tent – Toby;alias say_toggle saying10”
alias saying10 “say I like hot meat.. in my mouth – Toby;alias say_toggle saying11”
alias saying11 “say I can’t wait to eat woody – n0va;alias say_toggle saying12”
alias saying12 “say Foster: I need to start a short list, cRzy: Put Sam on it;alias say_toggle saying13”
alias saying13 “say Where do I put this code? in the promotional code or email bit – PlumbEd;alias say_toggle saying14”
alias saying14 “say TCM numlocked : I screamed like a girl :D;alias say_toggle saying15”
alias saying15 “say I can’t make it small and thick which is how I like it – Toby;alias say_toggle saying16”
alias saying16 “say I still can’t make it small, but it gets bigger when I shoot – Toby;alias say_toggle saying17”
alias saying17 “say Mine smells like Pencil Case – Woody;alias say_toggle saying18”
alias saying18 “say I wouldn’t want to be a woman, I don’t think I could handle Child Birth – evilspongebob;alias say_toggle saying19”
alias saying19 “say I’ve got 50p in my eye like a pirate – Woody;alias say_toggle saying1”

alias say_toggle saying20

bind “]” “say_toggle”

epic fail

Add A Reply Pages: 1 2 Next »