Koderna fungerar även till: sv_cheats bypass. Förutom thirdperson.
Eftersom folk har viljat ha mitt "sv_cheats 1" fuskscript till counter-strike: source. Så släpper jag det nu.
Det kan vara buggig. Och det är inte fullt klart. Kommer även lägga till en meny, så det är lättare att använda det
Menyn är nästan helt klar. ;)
http://pici.se/thumbs/t_JaUpdOpKr.gif
Och varför jag använder forumet, istället för att lägga upp det i fuskarkivet. Det är för att man inte kan göra det enkelt
att lägga till bilder. Bilder är nog ganska ett måste. Jag själv föredrar att se bilder på hur saker ser ut innan jag laddar ner dom.
Mina gamla fuskkoder är: Här
Uppdateringar:
[2008/04/21 - 23:13:09]
- Lade till clearwalls. Och en justerare till det. xcwtog
- Lade till greenwalls. Och en justerare till det. xgrwtog
- Tog bort onödiga koder.
[2008/04/21 - 01:47:50]
- Fixade till så inget skrivs ut till alla, utan kommer i echo.
- Fixade till zoom koden igen. Och lade till den i listan.
- Fixade små buggar.
Vad som följer med i scriptet.
grönt = Färdiga
rött = under uppbyggnad
orange = Nya
// -ESP- \\
o Sound - xes_toggle - Bild
o Entitys - xee_toggle - Bild
o Fire - xef_toggle - Bild
o Spikes - xesp_toggle - Bild
o Box - xeb_toggle - Bild
o Colored Shootholes - xesh_toggle Bild
// -Walls- \\
o Asus red - xarw_toggle - Bild
o Asus green/blue - xagbw_toggle - Bild
o Wire models - xwh_toggle - Bild
o Clearwalls - xcw_toggle - xcwtog - Bild
o Brigthwalls - xbw_toggle - Bild
o Whitewalls - xww_toggle - Bild
o Squarewalls - xsw_toggle - Bild
o Grey mode - xgw_toggle - Bild
o Mario style - xmw_toggle - Bild
o Drugmode - xdw_toggle - Bild
o Greenwalls - xgrw_toggle - xgrwtog - Bild
// -Speed- \\
Ställ in hastigheten med: sspeed
o AutoSpeed - asph_toggle
o Speed - ssph_toggle
o Speedkey - bsph_toggle
Demo med speedhack på: Ladda ned
// -Misc- \\
o Thirdperson - xtp_toggle - Bild
o Colored props - xcp_toggle - Bild
o Silver models - xsm_toggle - Bild
o Skulls - xsk - Bild
o Nosmoke xas_toggle - Bild
o Zoom - xzm_toggle - Bild
Asus red och Asus green/blue bör bindas till en knapp. Eftersom consolen inte syns så bra när man aktiverat dem.
Speed läggs till på mouse1. Och speedkey läggs till på x.
Zoom läggs till på scrollen när man scrollar ner. Och för att ändra hur mycket zoom det ska vara. Klicka på Delete/DEL.
Sist utav allt. Använd inte allt samtidigt. Det kan bugga.
Koden under skall läggas in i cstrike\cfg\userconfig.cfg.
Och har du inte userconfig.cfg. Så får du skapa en egen.
clear echo >!< DarkLight >!< echo echo echo -ESP- echo echo o Sound - xes_toggle echo o Entitys - xee_toggle echo o Fire - xef_toggle echo o Spikes - xesp_toggle echo o Box - xeb_toggle echo o Colored Shootholes - xesh_toggle echo echo echo -Walls- echo echo o Asus red - xarw_toggle echo o Asus green/blue - xagbw_toggle echo o Wire models - xwh_toggle echo o Clearwalls - xcw_toggle - xcwtog echo echo o Brigthwalls - xbw_toggle echo o Whitewalls - xww_toggle echo o Squarewalls - xsw_toggle echo o Grey mode - xgw_toggle echo o Mario style - xmw_toggle echo o Drugmode - xdw_toggle echo o Greenwalls - xgrw_toggle - xgrwtog echo echo -Speed- echo echo o Speed - sspeed echo echo o AutoSpeed - asph_toggle echo o Speed shoot - ssph_toggle echo o Speedkey - bsph_toggle echo echo -Misc- echo echo o Thirdperson - xtp_toggle echo o Colored props - xcp_toggle echo o Silver models xsm_toggle echo o Nosmoke - xas_toggle echo o Zoom - xzm_toggle echo // Cheat say on/off alias cheats "developer 1;con_notifytime 30; contimes 120;alias dlsay echo Cheat is on" alias cheat1 "exec darklight/dlight_echo.cfg;w10;w10;w10;w10;w10;w10;w10;w10;w10;developer 0;wait;clear" alias w10 "wait;wait;wait;wait;wait;wait;wait;wait;wait;wait" // ### ESP ### \\ //Sound ESP alias xes_toggle "xes" alias xes "alias xes_toggle xes2;cheats;alias dlsay echo ESP: Sounds - is activated;wait;snd_show 1;snd_visualize 1;cheat1" alias xes2 "alias xes_toggle xes;cheats;alias dlsay echo ESP: Sounds - is deactivated;wait;snd_show 0;snd_visualize 0;cheat1" //bind x "xes_toggle" //Entitys ESP alias xee_toggle "xee" alias xee "alias xee_toggle xee2;cheats;alias dlsay echo ESP: Entitys - is activated;wait;r_drawmodelstatsoverlay 1;cheat1" alias xee2 "alias xee_toggle xee;cheats;alias dlsay echo ESP: Entitys - is deactivated;wait;r_drawmodelstatsoverlay 0;cheat1" //bind x "xee_toggle" //Fire ESP alias xef_toggle "xef" alias xef "alias xef_toggle xef2;cheats;alias dlsay echo ESP: Fire - is activated;wait;r_drawlights 1;cheat1" alias xef2 "alias xef_toggle xef;cheats;alias dlsay echo ESP: Fire - is deactivated;wait;r_drawlights 0;cheat1" //bind x "xef_toggle" //Spikes ESP alias xesp_toggle "xesp" alias xesp "alias xesp_toggle xesp2;cheats;alias dlsay echo ESP: Spikes - is activated;wait;r_visualizetraces 1;r_rainspeed 0;cheat1" alias xesp2 "alias xesp_toggle xesp;cheats;alias dlsay echo ESP: Spikes - is deactivated;wait;r_visualizetraces 0;r_rainspeed 1;cheat1" //bind x "xesp_toggle" //Box ESP alias xeb_toggle "xeb" alias xeb "alias xeb_toggle xeb2;cheats;alias dlsay echo ESP: Box - is activated;wait;r_drawrenderboxes 1;cheat1" alias xeb2 "alias xeb_toggle xeb;cheats;alias dlsay echo ESP: Box - is deactivated;wait;r_drawrenderboxes 0;cheat1" //bind x "xeb_toggle" //Shoot ESP alias xesh_toggle "xesh" alias xesh "alias xesh_toggle xesh2;cheats;alias dlsay echo ESP: Shoot - is activated;wait;sv_showimpacts 3;cheat1" alias xesh2 "alias xesh_toggle xesh;cheats;alias dlsay echo ESP: Shoot - is deactivated;wait;sv_showimpacts 0;cheat1" //bind x "xesh_toggle" // ### Walls ### \\ //Wiremodels alias xwh_toggle "xwh" alias xwh "alias xwh_toggle xwh2;cheats;alias dlsay echo Walls: Wire models - is activated;wait;r_drawothermodels 2;cheat1" alias xwh2 "alias xwh_toggle xwh;cheats;alias dlsay echo Walls: Wire models - is deactivated;wait;r_drawothermodels 1;cheat1" //Brightwalls alias xbw_toggle "xbw" alias xbw "alias xbw_toggle xbw2;cheats;alias dlsay echo Walls: Brightwalls - is activated;wait;mat_fullbright 1;cheat1" alias xbw2 "alias xbw_toggle xbw;cheats;alias dlsay echo Walls: Brightwalls - is deactivated;wait;mat_fullbright 0;cheat1" //Whitewalls alias xww_toggle "xww" alias xww "alias xww_toggle xww2;cheats;alias dlsay echo Walls: Whitewalls - is activated;wait;mat_fullbright 2;r_drawparticles 0;cheat1" alias xww2 "alias xww_toggle xww;cheats;alias dlsay echo Walls: Whitewalls - is deactivated;wait;mat_fullbright 0;r_drawparticles 1;cheat1" //Asus red alias xarw_toggle "xarw" alias xarw "alias xarw_toggle xarw2;cheats;alias dlsay echo Walls: Asus red - is activated;wait;mat_fillrate 1;r_drawparticles 0;r_drawtranslucentrenderables 0;cheat1" alias xarw2 "alias xarw_toggle xarw;cheats;alias dlsay echo Walls: Asus red - is deactivated;wait;mat_fillrate 0;r_drawparticles 1;r_drawtranslucentrenderables 1;cheat1" //Asus green/blue alias xagbw_toggle "xagbw" alias xagbw "alias xagbw_toggle xagbw2;cheats;alias dlsay echo Walls: Asus green/blue - is activated;wait;mat_measurefillrate 1 ;r_drawparticles 0;r_drawtranslucentrenderables 0;cheat1" alias xagbw2 "alias xagbw_toggle xagbw;cheats;alias dlsay echo Walls: Asus green/blue - is deactivated;wait;mat_measurefillrate 0;r_drawparticles 1;r_drawtranslucentrenderables 1;cheat1" //Mario walls alias xmw_toggle "xmw" alias xmw "alias xmw_toggle xmw2;cheats;alias dlsay echo Walls: Mariowalls - is activated;wait;mat_showlowresimage 1;r_drawparticles 0;r_drawtranslucentrenderables 0;cheat1" alias xmw2 "alias xmw_toggle xmw;cheats;alias dlsay echo Walls: Mariowalls - is deactivated;wait;mat_showlowresimage 0;r_drawparticles 1;r_drawtranslucentrenderables 1;cheat1" //Grey mode alias xgw_toggle "xgw" alias xgw "alias xgw_toggle xgw2;cheats;alias dlsay echo Walls: Greywalls - is activated;wait;mat_yuv 1;cheat1" alias xgw2 "alias xgw_toggle xgw;cheats;alias dlsay echo Walls: Greywalls - is deactivated;wait;mat_yuv 0;cheat1" //Square walls alias xsw_toggle "xsw" alias xsw "alias xsw_toggle xsw2;cheats;alias dlsay echo Walls: Squarewalls - is activated;wait;mat_luxels 1;cheat1" alias xsw2 "alias xsw_toggle xsw;cheats;alias dlsay echo Walls: Squarewalls - is deactivated;wait;mat_luxels 0;cheat1" //Drug mode alias xdw_toggle "xdw" alias xdw "alias xdw_toggle xdw2;cheats;alias dlsay echo Walls: Drug mode - is activated;wait;r_aspectratio 5;cheat1" alias xdw2 "alias xdw_toggle xdw;cheats;alias dlsay echo Walls: Drug mode - is deactivated;wait;r_aspectratio 0;cheat1" //Green walls alias xgrwtog "mat_proxy 3;wait;mat_proxy 1" alias xgrw_toggle "xgrw" alias xgrw "alias xgrw_toggle xgrw2;cheats;alias dlsay echo Walls: Greenwalls - is activated;wait;xgrwtog;r_colorstaticprops 1;cheat1" alias xgrw2 "alias xgrw_toggle xgrw;cheats;alias dlsay echo Walls: Greenwalls - is deactivated;wait;mat_proxy 0;r_colorstaticprops 0;cheat1" //Clear walls alias xcwtog "mat_proxy 2;wait;mat_proxy 1" //Green walls alias xcw_toggle "xcw" alias xcw "alias xcw_toggle xcw2;cheats;alias dlsay echo Walls: Clearwalls - is activated;wait;xcwtog;cheat1" alias xcw2 "alias xcw_toggle xcw;cheats;alias dlsay echo Walls: Clearwalls - is deactivated;wait;mat_proxy 0;cheat1" // ### Speedhacks ### alias sspeed "sspeed1" alias sspeed1 "alias ssped host_framerate 25;wait;wait;cheats;alias dlsay echo Speed: 20;wait;alias sspeed sspeed2;cheat1" alias sspeed2 "alias ssped host_framerate 12;wait;wait;cheats;alias dlsay echo Speed: 40;wait;alias sspeed sspeed3;cheat1" alias sspeed3 "alias ssped host_framerate 8;wait;wait;cheats;alias dlsay echo Speed: 60;wait;alias sspeed sspeed4;cheat1" alias sspeed4 "alias ssped host_framerate 5;wait;wait;cheats;alias dlsay echo Speed: 80;wait;alias sspeed sspeed5;cheat1" alias sspeed5 "alias ssped host_framerate 2;wait;wait;cheats;alias dlsay echo Speed: 100;wait;alias sspeed sspeed1;cheat1" //Speedhack button alias bsph_toggle "bsph" alias bsph "alias bsph_toggle bsph2;cheats;alias dlsay echo Speedhack: Button - is Activated;cheat1;wait;bind x +bsph" alias bsph2 "alias bsph_toggle bsph;cheats;alias dlsay echo Speedhack: Button - is Deactivated;cheat1;wait;unbind x" alias +bsph "ssped" alias -bsph "host_framerate 0" //Shoot + Speedhack alias ssph_toggle "ssph" alias ssph "alias ssph_toggle ssph2;cheats;alias dlsay echo Speedhack: Shoot - is Activated;wait;bind mouse1 +ssph;cheat1" alias ssph2 "alias ssph_toggle ssph;cheats;alias dlsay echo Speedhack: Shoot - is Deactivated;wait;bind mouse1 +attack;cheat1" alias +ssph "+attack;wait;ssped" alias -ssph "-attack;wait;host_framerate 0" //Automatic Speedhack alias asph_toggle "asph" alias asph "alias asph_toggle asph2;cheats;alias dlsay echo Speedhack: Automatic - is Activated;wait;ssped;cheat1" alias asph2 "alias asph_toggle asph;cheats;alias dlsay echo Speedhack: Automatic - is Deactivated;wait;host_framerate 0;cheat1" //### Misc ### //Thirdperson alias xtp_toggle "xtp" alias xtp "alias xtp_toggle xtp2;cheats;alias dlsay echo Misc: Thirdperson - is Activated;wait;cam_command 1;cam_idealist 130;cam_idealyaw 0;cheat1" alias xtp2 "alias xtp_toggle xtp;cheats;alias dlsay echo Misc: Thirdperson - is Deactivated;wait;cam_command 0;cam_idealist 54;cam_idealyaw 90;sv_cheats 0;wait;wait;sv_cheats 1;cheat1" bind kp_pgup "xtp_toggle" //Nosmoke alias xas_toggle "xas" alias xas "alias xas_toggle xas2;cheats;alias dlsay echo Misc: Nosmoke - is Activated;wait;r_drawparticles 0;r_drawtranslucentrenderables 0;cheat1" alias xas2 "alias xas_toggle xas;cheats;alias dlsay echo Misc: Nosmoke - is Deactivated;wait;r_drawparticles 1;r_drawtranslucentrenderables 1;cheat1" //Silver Models alias xsm_toggle "xsm" alias xsm "alias xsm_toggle xsm2;cheats;alias dlsay echo Misc: Silver Models - is Activated;wait;r_showenvcubemap 1;cheat1" alias xsm2 "alias xsm_toggle xsm;cheats;alias dlsay echo Misc: Silver Models - is Deactivated;wait;r_showenvcubemap 0;cheat1" //Colored props alias xcp_toggle "xcp" alias xcp "alias xcp_toggle xcp2;cheats;alias dlsay echo Misc: Colored props - is Activated;wait;r_colorstaticprops 1;cheat1" alias xcp2 "alias xcp_toggle xcp;cheats;alias dlsay echo Misc: Colored props - is Deactivated;wait;r_colorstaticprops 0;cheat1" //Skulls alias xsk "impulse 102" //Zooom bind mwheeldown "xzm_toggle" alias xzm_toggle "zoom1" alias zoom1 "xzoom5;sensitivity 1; alias xzm_toggle zoom2" alias zoom2 "fov 90;sensitivity 3;alias xzm_toggle zoom1" alias xzoom "xzoom1" alias xzoom1 "alias xzoom5 fov 70;wait;wait;cheats;alias dlsay echo Zoom: 10;wait; alias xzoom xzoom2;cheat1" alias xzoom2 "alias xzoom5 fov 50;wait;wait;cheats;alias dlsay echo Zoom: 30;wait; alias xzoom xzoom3;cheat1" alias xzoom3 "alias xzoom5 fov 30;wait;wait;cheats;alias dlsay echo Zoom: 50;wait; alias xzoom xzoom4;cheat1" alias xzoom4 "alias xzoom5 fov 10;wait;wait;cheats;alias dlsay echo Zoom: 70;wait; alias xzoom xzoom1;cheat1" bind DEL "xzoom"
Koden här under är till för att fixa så man ser texten ingame när man sätter på något.
Kopiera koden som finns här under. Skapa sedan en fil som heter "dlight_echo.cfg",
och klistra in koden. Filen ska in i "cstrike\cfg\"
clear echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " echo " " dlsay