Awesome script
#1
I'm a noob scriptor so it's not great. Enjoy!

[Image: forumnumber1.png]

Uploaded with ImageShack.us
Thanks given by:
#2
In what way should we enjoy this script? :D
Thanks given by:
#3
* Bukz does the dirty work for him :P

alias quittintime [echo 3; sleep 1000 [echo 2]; sleep 2000 [echo 1]; sleep 3000 [disconnect]]

Nice though. :)
Thanks given by:
#4
Itchy scripting fingers today, Bukzy? :-P
Thanks given by:
#5
Hehe. I like this better: But I don't know how to add random choices.
alias ragequit [
say "OMG hax0rZ!one!!1eleven!"
say "I quit cheater noobs"
echo 3; sleep 1000
echo 2; sleep 2000
echo 1; sleep 3000
disconnect
]

Off-topic: This reminds me of Awesome Man (a video)

EDIT: If you value your IQ points you won't look it up.
Thanks given by:
#6
eftertanke, just a code snippet to help you along with random messages

if (= (rnd 1) 1) [say "Choice one if random number generated is 1"] [say "Choice two if random number generated is not 1"]

While this works for two messages, a better solution is required if more random choices are needed. Every time the if (...) is checked, a new random number is generated. I'm too tired now, but you should make aliases with the messages with a format like msg1 msg2 msg3 etc. and use rnd with concatword to put the alias name and the number together.

say (concatword "msg" (rnd 5))
Thanks given by:
#7
Or you could script a script that'll script that script for you...
;_;
Thanks given by:
#8
(19 Jan 11, 04:28AM)DES|V-Man Wrote: Or you could script a script that'll script that script for you...
;_;

Jajaja. No thanks! (27)
Thanks given by:
#9
alias "ragequit" [say ragequit;sleep 300 [quit]]

been using this for half a year. Thinking of making this QL like btw :>
Thanks given by:
#10
i might use this...

/bind f8 [say i'm sick of teabagging you H4x0R N0085! lololol onrelease; [Disconnect]]
Thanks given by:
#11
(19 Jan 11, 01:01PM)mykegregory Wrote: i might use this...

/bind f8 [say i'm sick of teabagging you H4x0R N0085! lololol onrelease; [Disconnect]]

I'm pretty sure you mean this:
bind F8 [say "sick of teabagging etc."; onrelease [disconnect]]
The semicolon is interpreted as the end of a command, much like a hard return.
Thanks given by:
#12
lol! oh yeah.
Thanks given by: