Instruments of War :: Official site for the Enemy Territory clan Instruments of War

Instruments of WarWolf ET ChatScript.dump - various

#1:  Script.dump - various Author: rEhearsal Post You have posted in this forum: Wed Oct 02, 2013 6:25 pm

Cba to create topics for erry single-script so, here's a small amount of stuffs im using actually
// - ---------------------------------------------------------------------------



Record demo - toggle
Code: › //------[ demoswitch  ]------------\\
   bind "KP_ENTER" "vstr demotoggle"
   set demostop "set demotoggle vstr demostart; stoprecord; echo ^0[^1stoprecord^0]"
   set demostart "set demotoggle vstr demostop; autorecord; echo ^0[^1startrecord^0]"
   set demotoggle "vstr demostart"



Stats.toggle (topshots+stats)
Code: › //------[ statistik toggle  ]------------\\
      set st      "vstr statisticsall"
     set statisticsall "vstr statistics"
     set statistics "+topshots;+stats;set statisticsall vstr statistics2"
     set statistics2   "-topshots;-stats;set statisticsall vstr statistics"
        bind ALT            "vstr st"



Volume up/down
Code: › //------[ volume toggle  ]------------\\
   bind "KP_PGDN" "vstr volup"
   bind "KP_DEL" "vstr voldown"
   set vol00 "set s_volume 0.0;set voldown vstr vol00;set volup vstr vol01;echo Volume ^2O^7=========="
   set vol01 "set s_volume 0.1;set voldown vstr vol00;set volup vstr vol02;echo Volume =^2O^7========="
   set vol02 "set s_volume 0.2;set voldown vstr vol01;set volup vstr vol03;echo Volume ==^2O^7========"
   set vol03 "set s_volume 0.3;set voldown vstr vol02;set volup vstr vol04;echo Volume ===^2O^7======="
   set vol04 "set s_volume 0.4;set voldown vstr vol03;set volup vstr vol05;echo Volume ====^3O^7======"
   set vol05 "set s_volume 0.5;set voldown vstr vol04;set volup vstr vol06;echo Volume =====^3O^7====="
   set vol06 "set s_volume 0.6;set voldown vstr vol05;set volup vstr vol07;echo Volume ======^3O^7===="
   set vol07 "set s_volume 0.7;set voldown vstr vol06;set volup vstr vol08;echo Volume =======^1O^7==="
   set vol08 "set s_volume 0.8;set voldown vstr vol07;set volup vstr vol09;echo Volume ========^1O^7=="
   set vol09 "set s_volume 0.9;set voldown vstr vol08;set volup vstr vol10;echo Volume =========^1O^7="
   set vol10 "set s_volume 1.0;set voldown vstr vol09;set volup vstr vol10;echo Volume ==========^1O^7"
   set volup vstr vol05
   set voldown vstr vol05




Gamma up/down (incase r_ignorehwgamma 0)
Code: › //------[ gamma toggle  ]------------\\
   bind "KP_5" "vstr gammup"
   bind "KP_leftarrow" "vstr gammdown"
   set roll00 "set r_gamma 1.0;set gammdown vstr roll00;set gammup vstr roll01;echo gamma ^2O^7=========="
   set roll01 "set r_gamma 1.1;set gammdown vstr roll00;set gammup vstr roll02;echo gamma =^2O^7========="
   set roll02 "set r_gamma 1.2;set gammdown vstr roll01;set gammup vstr roll03;echo gamma ==^2O^7========"
   set roll03 "set r_gamma 1.3;set gammdown vstr roll02;set gammup vstr roll04;echo gamma ===^2O^7======="
   set roll04 "set r_gamma 1.4;set gammdown vstr roll03;set gammup vstr roll05;echo gamma ====^3O^7======"
   set roll05 "set r_gamma 1.5;set gammdown vstr roll04;set gammup vstr roll06;echo gamma =====^3O^7====="
   set roll06 "set r_gamma 1.6;set gammdown vstr roll05;set gammup vstr roll07;echo gamma ======^3O^7===="
   set roll07 "set r_gamma 1.7;set gammdown vstr roll06;set gammup vstr roll08;echo gamma =======^1O^7==="
   set roll08 "set r_gamma 1.8;set gammdown vstr roll07;set gammup vstr roll09;echo gamma ========^1O^7=="
   set roll09 "set r_gamma 1.9;set gammdown vstr roll08;set gammup vstr roll10;echo gamma =========^1O^7="
   set roll10 "set r_gamma 2.6;set gammdown vstr roll09;set gammup vstr roll10;echo gamma ==========^1O^7"
   set gammup vstr roll05
   set gammdown vstr roll05




Crosshair color's
Code: › //------[ crosshair-color ]------------\\
   bind kp_UPARROW "vstr crosstoggle"
   set cross1 "seta cg_crosshaircolor "green";seta cg_crosshairColorAlt  green; echo ^2cr ^2green; set crosstoggle vstr cross2"
   set cross2 "seta cg_crosshaircolor "red";seta cg_crosshairColorAlt  red; echo ^1cr ^1red; set crosstoggle vstr cross3"
   set cross3 "seta cg_crosshaircolor "yellow";seta cg_crosshairColorAlt  yellow; echo ^3cr ^3yellow; set crosstoggle vstr cross4"
   set cross4 "seta cg_crosshaircolor "cyan";seta cg_crosshairColorAlt  cyan; echo ^ucr ^ucyan ; set crosstoggle vstr cross1"
   set crosstoggle "vstr cross1




basic Class changing
Code: › set sp0 "class e 1;play sound/chat/axis/63a;echo ^0[ ^3engii - smg ^0];set cycl0 vstr sp1"
   set sp1 "class e 2;play sound/chat/axis/63a;echo ^0[ ^3engii - rifle ^0];set cycl0 vstr sp0"
   set cycl0 "vstr sp0"
   bind F4 "vstr cycl0"

   set spe0 "class c 3;play sound/chat/axis/65a;echo ^0[ ^3covert - rifle ^0];set cycl02 vstr spe1"
   set spe1 "class c 1;play sound/chat/axis/65a;echo ^0[ ^3covert - sten ^0];set cycl02 vstr spe0"
   set cycl02 "vstr spe1"
   bind F5 "vstr cycl02"

   set speq0 "class s 4;play sound/chat/axis/61a;echo ^0[ ^3Panzerfaust ^0];set cycl03 vstr speq1"
   set speq1 "class s 2;play sound/chat/axis/61a;echo ^0[ ^3HeavyMG:42 ^0];set cycl03 vstr speq0"
   set cycl03 "vstr speq0"
   bind F8 "vstr cycl03"

   bind f6 "class m 1;play sound/chat/axis/62a;echo ^0[ ^3Medicc ^0]"
   bind f7 "class f 1;play sound/chat/axis/64a;echo ^0[ ^3Field:Op ^0]"





Advanced selfkill/ !!!l
Code: › bind g   "cmd kill;forcetapout;weaponbank 3;pb_sleep 500;com_maxfps 125;cg_fov 90;pmove_fixed 0;cg_drawgun 1;m_pitch 0.01501"





pbplist/cheaters condump (edit outdated AC-cmd's)
Code: › //------[ pbplist/cheaters script  ]------------\\
   set pblist  "vstr pblist0"
      set pblist0 "clear;notice;where;wait;cl_guid;wait;where;cheaters;where;pb_plist;where;ac_players;ac_listplayers;echo ^0[ ^5retard dumpz0r ^0];play sound/etpro/hit; set pblist vstr pblist1"
      set pblist1 "condump CHEATERS.txt;echo ^0[ ^5CONDUMP.txt ^0];play sound/etpro/headshot; set pblist vstr pblist0"
      bind o    "vstr pblist"




Fireteam invite-all
Code: › bind KP_DOWNARROW "fireteam create; vote no;fireteam inviteall;echo ^0[^3ftinviteall^0];play sound\menu\select.wav"




Game-over (rage quit)
Code: › bind END   "play sound/etpro/hitteammate;cmd kill;forcetapout;wait 88;quit"






To be continued..

#2:   Author: PumpkiN Post You have posted in this forum: Wed Oct 02, 2013 10:28 pm

nice

thanks for this Very Happy
Instruments of WarWolf ET ChatScript.dump - various


Generated using printer-friendly.
All times are GMT - 5 Hours
Page 1 of 1


Powered by phpBB © phpBB Group
[ IntegraMOD © 2004 The IntegraMOD Group ]
[Page generation time: 0.3009s (PHP: 60% | SQL: 40%) | SQL queries: 44 | GZIP disabled | Debug on]