Top

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 
  Bookmark and Share

Introduction

Just paste this script into your remotes section (alt +r). To activate it, right click someone's name and click On Slap RAND!

Credits: Mrjos for the script - Me for the insults

Big thanks to Mrjos

Grab the Code

Comments

  (9)  RSS
mrjos
Comments: 5
 
mIRC Snippet:  Random Slap Script
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?
Rath
Comments: 11
 
mIRC Snippet:  Random Slap Script
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.
mrjos
Comments: 5
 
mIRC Snippet:  Random Slap Script
Posted on Dec 22, 2007 4:51 pm
:) I\'ll look forward to seeing a new version then. Good luck.
Rath
Comments: 11
 
mIRC Snippet:  Random Slap Script
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.
mrjos
Comments: 5
 
mIRC Snippet:  Random Slap Script
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
*/
Rath
Comments: 11
 
mIRC Snippet:  Random Slap Script
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.
mrjos
Comments: 5
 
mIRC Snippet:  Random Slap Script
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.
napa182
Comments: 1,006
 
mIRC Snippet:  Random Slap Script
Posted on Dec 22, 2007 6:00 pm
just do
Code:
on *:load:{
    write slaps.txt Windows 95
    write slaps.txt a KFC mega bucket
}

and so on to auto load the txt file
Rath
Comments: 11
 
mIRC Snippet:  Random Slap Script
Posted on Dec 22, 2007 6:05 pm
well I went with mrjos way, found it more complex. :P

Please Register or Login to start posting comments.
Bottom