PDA

View Full Version : Legal Rate Movement Change Script



regslayor
29th May 2008, 01:54
Hi after trying for a long time and failing to get all of the section of my autoexec to work I wondered if any of you could help me!

Basically the idea is that everytime I move with w,a,s and d I don't only just move but it also changes my rate, cmdrate and updaterate. However despite this so far I've been unable to get it work. Thought this was be best place as it is a way to give you an advantage in game as you would be (I presume) harder to hit, or "Spongey" as it is known,AND if it was able to work could be added to Legal Cheats section. Anyway this what I have tried so far but as of yet it has failed...

bind "w" "rate 15000;cl_cmdrate 50;cl_updaterate 50;+moveup"
bind "a" "rate 18000;cl_cmdrate 66;cl_updaterate 66;+moveleft"
bind "s" "rate 25000;cl_cmdrate 75;cl_updaterate 75;+movedown"
bind "d" "rate 30000;cl_cmdrate 100;cl_updaterate 100;+moveright"

I have managed to get it to change the rates correctly however I am as of yet unable to move. I was thinking would the only way to change it to put it as alias commands which I have seen in the past.

Cheers

(Wouldn't mind if it only changed if i pressed one of the buttons)

knileb
29th May 2008, 03:56
alias "rate1" rate 15000;cl_cmdrate 50;cl_updaterate 50
alias "rate2" rate 18000;cl_cmdrate 66;cl_updaterate 66
alias "rate3" rate 25000;cl_cmdrate 75;cl_updaterate 75
alias "rate4" rate 30000;cl_cmdrate 100;cl_updaterate 100

bind "w" "+forward; rate1"
bind "a" "+moveleft; rate2"
bind "s" "+back; rate3"
bind "d" "+moveright;rate4"
echo "rate script activated"

Try that. I'm by no means great at making scripts, though.

sLaYeR-eS-Me
29th May 2008, 04:19
hah interesting idea, I heard someone complaining about this earlier today actually while in a server =0.

timon
29th May 2008, 05:19
as far as I know rate is all client side. Same with cmdrate and updaterate.

regslayor
29th May 2008, 13:49
alright cheers ill try that belink

EDIT: Works a treat belink - thanks.

Not only does the config work but after playing it for a short time it did become obvious that I was much harder to hit especially when strafing in a fire fight. However i'm going to try in long term and see the effects.