19 Jan 11, 03:58AM
Awesome script
|
19 Jan 11, 04:06AM
In what way should we enjoy this script? :D
* Bukz does the dirty work for him :P
[SELECT ALL] Code: alias quittintime [echo 3; sleep 1000 [echo 2]; sleep 2000 [echo 1]; sleep 3000 [disconnect]] Nice though. :)
19 Jan 11, 04:13AM
Itchy scripting fingers today, Bukzy? :-P
19 Jan 11, 04:18AM
(This post was last modified: 19 Jan 11, 04:20AM by eftertanke.)
Hehe. I like this better: But I don't know how to add random choices.
[SELECT ALL] Code: alias ragequit [ Off-topic: This reminds me of Awesome Man (a video) EDIT: If you value your IQ points you won't look it up.
eftertanke, just a code snippet to help you along with random messages
[SELECT ALL] Code: 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. [SELECT ALL] Code: say (concatword "msg" (rnd 5))
19 Jan 11, 04:28AM
Or you could script a script that'll script that script for you...
;_;
19 Jan 11, 04:34AM
[SELECT ALL] Code: alias "ragequit" [say ragequit;sleep 300 [quit]] been using this for half a year. Thinking of making this QL like btw :>
19 Jan 11, 01:01PM
(This post was last modified: 19 Jan 11, 01:04PM by MykeGregory.)
i might use this...
[SELECT ALL] Code: /bind f8 [say i'm sick of teabagging you H4x0R N0085! lololol onrelease; [Disconnect]]
19 Jan 11, 03:34PM
(19 Jan 11, 01:01PM)mykegregory Wrote: i might use this... I'm pretty sure you mean this: [SELECT ALL] Code: bind F8 [say "sick of teabagging etc."; onrelease [disconnect]]
19 Jan 11, 04:31PM
lol! oh yeah.
|
« Next Oldest | Next Newest »
|