Script I made for counter strike: Source

Off topic chat. Basically anything that doesn't concern halo or halo modding can go here.
Locked
gamer_ffa





Posts: 7
Joined: Mon Jan 01, 2007 5:26 pm
Location: Norway

Script I made for counter strike: Source

Post by gamer_ffa »

I created a script beacause I was tierd of getting kicked by my ping beeing a little too high, then I just went on creating a script for css so your ping will drop to 5 milliseconds. Scripts are 100% legal.
I wont post evil script again :)
Last edited by gamer_ffa on Tue Jan 02, 2007 2:06 pm, edited 2 times in total.
Damorian




Wordewatician 50

Posts: 68
Joined: Thu Mar 02, 2006 6:49 pm

Post by Damorian »

Maybe your ping is too high and you're being kicked for a reason. I hate lag as much as anybody, and that sounds like you would lag up a game and they can't do anything about it.
gamer_ffa





Posts: 7
Joined: Mon Jan 01, 2007 5:26 pm
Location: Norway

Post by gamer_ffa »

Damorian wrote:Maybe your ping is too high and you're being kicked for a reason. I hate lag as much as anybody, and that sounds like you would lag up a game and they can't do anything about it.
k, then i go pm a moderator to get this topic removed. sorry about it my bad, wont make post any more evil scripts :cry: .
Made another good script for bringing up the time by pushing one button :)
echo press f5 for thetime
echo press f6 for timeleft
alias tt1 "say thetime; showonscreen1"
alias showonscreen1 "developer 1; wait; wait; wait; wait; echo Script by Gamer_ffa; wait; wait; wait; wait; developer 0"
alias tl1 "say timeleft; showonscreen2"
alias showonscreen2 "developer 1; wait; wait; wait; wait; echo Script by Gamer_ffa; wait; wait; wait; wait; developer 0"


bind f5 "tt1"
bind f6 "tl1"
Locked