Random Slap Script
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 |
| Scores Submitted | 0 |
| Date Added | Dec 22, 2007 |
| Last Updated | Dec 22, 2007 |
| Tags | irc mirc random script slap snippet |
|
|
Introduction
Credits: Mrjos for the script - Me for the insults
Big thanks to Mrjos
mIRC Snippet:
Random Slap Script
Posted on Dec 22, 2007 4:48 pm
Posted on Dec 22, 2007 4:48 pm
\"a trojan condom\"
I must admit... that I do like that brand name.
Anyway, just a suggestion / request ?
Perhaps make a install alias that creates the text file? Then have an alias to add user-selected words to it. May make it easier for people to use (if they can\'t be bothered with your instruction). :)
Also seeing as you have a slap count (%slapc) is it worth including that on the message?
I must admit... that I do like that brand name.
Anyway, just a suggestion / request ?
Perhaps make a install alias that creates the text file? Then have an alias to add user-selected words to it. May make it easier for people to use (if they can\'t be bothered with your instruction). :)
Also seeing as you have a slap count (%slapc) is it worth including that on the message?
mIRC Snippet:
Random Slap Script
Posted on Dec 22, 2007 4:49 pm
Posted on Dec 22, 2007 4:49 pm
No it\'s not. Remember i leeched it, I\'m going to have to edit it, your idea is good, i\'ll see what i can do.
mIRC Snippet:
Random Slap Script
Posted on Dec 22, 2007 4:51 pm
Posted on Dec 22, 2007 4:51 pm
:) I\'ll look forward to seeing a new version then. Good luck.
mIRC Snippet:
Random Slap Script
Posted on Dec 22, 2007 5:30 pm
Posted on Dec 22, 2007 5:30 pm
Well I tried to make it install the text file but it failed. I made the directions easier to understand though.
mIRC Snippet:
Random Slap Script
Posted on Dec 22, 2007 5:49 pm
Posted on Dec 22, 2007 5:49 pm
I was thinking something like (lazy solution):
[code]
menu nicklist {
Slap RAND!:describe $chan slaps $$1 with $read(slaps.txt)
$iif(!$exists(slaps.txt),Install Slap RAND!):window @slaps.install | loadbuf $calc($lines($qt($script)) - 5) @slaps.install $qt($script) | savebuf $+(1-,$calc($line(@slaps.install, 0) - 1)) @slaps.install slaps.txt
}
/*
word 1
word 2
word 3
*/
[code]
menu nicklist {
Slap RAND!:describe $chan slaps $$1 with $read(slaps.txt)
$iif(!$exists(slaps.txt),Install Slap RAND!):window @slaps.install | loadbuf $calc($lines($qt($script)) - 5) @slaps.install $qt($script) | savebuf $+(1-,$calc($line(@slaps.install, 0) - 1)) @slaps.install slaps.txt
}
/*
word 1
word 2
word 3
*/
mIRC Snippet:
Random Slap Script
Posted on Dec 22, 2007 5:52 pm
Posted on Dec 22, 2007 5:52 pm
If you would test that out for me, i\'ll be glad to put it up there and give you full 100% credit.
mIRC Snippet:
Random Slap Script
Posted on Dec 22, 2007 5:56 pm
Posted on Dec 22, 2007 5:56 pm
Well I tested it before I posted... it seemed ok. Although it makes a huge assumption that the user makes a new script file... and that there\'s 5 lines (loadbuf) before the first word.
Welcome to use it though. May want to add a \"| window -c @slaps.install\" onto it though I guess.
Welcome to use it though. May want to add a \"| window -c @slaps.install\" onto it though I guess.
mIRC Snippet:
Random Slap Script
Posted on Dec 22, 2007 6:00 pm
Posted on Dec 22, 2007 6:00 pm
just do
and so on to auto load the txt file
| Code: |
| on *:load:{ write slaps.txt Windows 95 write slaps.txt a KFC mega bucket } |
and so on to auto load the txt file
mIRC Snippet:
Random Slap Script
Posted on Dec 22, 2007 6:05 pm
Posted on Dec 22, 2007 6:05 pm
well I went with mrjos way, found it more complex. :P





