Jump to content

Featured Replies

Posted

Speed Hack script:

//speed
unbind shift
alias +spd "host_framerate 19"
alias -spd "host_framerate 0"
bind shift "+spd"

 

It works with coconuT, I don't know if it works with out it.

Try it out.

I was under the impression that host_framerate recorded .tifs on your hard drive :S
does this actually work? anyone want to check this out? looks real
lol noobs THIS DOES WORK, but you need a sv_cheats on 1 so HA
using this was the most fun i've had in a LOOONG time lol good stuff
Coconut forces sv_cheats 1 client side, speedhacks just play with host_timescale, this does the same thing obviously.
  • Author

Use coconuT 2.4.1.. that script should work perfectly.

Also, a nice wall hack I've got.. May of seen this before as the source exploit but I added some new stuff:

//Wallhacks
r_screenoverlay models/player/ct_urban/ct_urban
wait; wait; wait; wait; wait; wait; wait; wait
r_screenoverlay models/player/t_phoenix/t_phoenix
wait; wait; wait; wait; wait; wait; wait; wait
r_screenoverlay 0
cl_minmodels 1
cl_min_ct 1
cl_min_t 1
r_3dsky 0
alias wh1 "cl_min_ct 1; cl_min_t 1; mat_fullbright 1; r_drawparticles 0; fog_enable 0; alias wht wh0"
alias wh0 "cl_min_ct 2; cl_min_t 2; mat_fullbright 0; r_drawparticles 1; fog_enable 1; alias wht wh1"
alias wht wh0
bind "v" "wht"
//speed
unbind shift
alias "+spd" "host_framerate 20"
alias "-spd" "host_framerate 0"
bind shift +spd
clear; echo SHIFT = Speedhacks
echo V = Wall {on/off}

Guest
This topic is now closed to further replies.