mIRC Home    About    Download    Register    News    Help

Print Thread
#22269 04/05/03 03:31 PM
Joined: Mar 2003
Posts: 8
R
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Mar 2003
Posts: 8
I want to make a script that transforms text. Example: blabla?! 12a => b/bl/bla/blab/blabla/blabla?/blabla?!/blabla?! /blabla?!/ 1/blabla?! 12/blabla?! 12a/
I also want to use popups. Please, if you know, tell me step by step wink

#22270 04/05/03 04:00 PM
Joined: Mar 2003
Posts: 8
R
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Mar 2003
Posts: 8
How about this one:
/trans {
var %x $len($1-) | var %i 1
while (%i <= %x) {
set %temp $+(%temp,$mid($1-,1,%i),/)
inc %i 1
}
say %temp | unset %temp
}
Can I make anything better? grin

Last edited by ROvladuz; 04/05/03 04:02 PM.
#22271 04/05/03 05:05 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Umm this sure sounds like you are trying to make a flooding script...

#22272 04/05/03 05:09 PM
Joined: Mar 2003
Posts: 8
R
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Mar 2003
Posts: 8
Huh? excuse me? What's the connection of this and flood ?

#22273 04/05/03 05:19 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
What reason would you have to send a message like:

b/bl/bla/blab/blabla/blabla?/blabla?!/blabla?! /blabla?!/ 1/blabla?! 12/blabla?! 12a/

to someone?

#22274 04/05/03 08:40 PM
Joined: Mar 2003
Posts: 8
R
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Mar 2003
Posts: 8
I'm curently making am script, and I have Leet form, Drunk form and Reverse form.. Why not add this one to ?

#22275 04/05/03 09:10 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Well add it, but label it "please kick me form" because as soon as someone uses it, thats what will happen.


Link Copied to Clipboard