Ссылка на Сообщение
#1
28.3.2010, 10:23

sv_cheats 1 Fun Script 
Put it to autoexec! (...cstrike/cfg)
This is my first CSS script
To use that U need CS:S server with sv_cheats 1!
1. Open console and type:
a) "cheatson"
"info"
c) "alias" for all commands
2. Type one of cheat commands and play4fun!
100% by Czaro!
Console Commands:
jump - give scout
awp - give awp and deagle
whon - enable wallhack
whoff - discable wallhack
shon - enable speedhack
shoff - discable speedhack
noob - funny say
Binds:
v - host_timescale 0.25
f - host_timescale 1

Put it to autoexec! (...cstrike/cfg)
This is my first CSS script

1. Open console and type:
a) "cheatson"

c) "alias" for all commands
2. Type one of cheat commands and play4fun!

100% by Czaro!
Console Commands:
jump - give scout
awp - give awp and deagle
whon - enable wallhack
whoff - discable wallhack
shon - enable speedhack
shoff - discable speedhack
noob - funny say

Binds:
v - host_timescale 0.25
f - host_timescale 1
CODE
exec userconfig.cfg
// .:By Czaro:.
alias cheatson "echo Czaro's Cheat Engine Loading... Cheats Sucesfull Loaded! Play For Fun With This!; sv_cheats 1"
alias info "echo Cheat Engine scripted by Czaro!"
alias cheatsoff "host_framerate 0; r_drawothermodels -1; echo "Cheat Egine Has Been Disable! See Ya!"
alias whon "r_drawothermodels 2"
alias whoff "r_drawothermodels -1"
bind "v" "host_timescale 0.25"
bind "f" "host_timescale 1"
alias awp "give weapon_awp; give weapon_deagle"
alias jump "give weapon_scout"
alias shon "host_framerate 13"
alias shoff "host_framerate 0"
alias noob "say What The Fuck!? I don't have any cheats! You Fuckin N00b!"
// .:By Czaro:.
alias cheatson "echo Czaro's Cheat Engine Loading... Cheats Sucesfull Loaded! Play For Fun With This!; sv_cheats 1"
alias info "echo Cheat Engine scripted by Czaro!"
alias cheatsoff "host_framerate 0; r_drawothermodels -1; echo "Cheat Egine Has Been Disable! See Ya!"
alias whon "r_drawothermodels 2"
alias whoff "r_drawothermodels -1"
bind "v" "host_timescale 0.25"
bind "f" "host_timescale 1"
alias awp "give weapon_awp; give weapon_deagle"
alias jump "give weapon_scout"
alias shon "host_framerate 13"
alias shoff "host_framerate 0"
alias noob "say What The Fuck!? I don't have any cheats! You Fuckin N00b!"