Replace letters.

By SnoooP on Jun 04, 2005

What it does is replaces a b and c with � � and �. To use it change #funkytext off to #funkytext on. then type abc or what ever and you have the script working =)

***been updated completely.... thanks raid :)

#funkytext on
On *:Input:*: {
If ($Left($1,1) != /) && (!$Ctrlenter) { msg $active $replace($1-,a, �,b, �,c, �,d, �,e, �,f, F,g, �,h, h,i, i,j, j,k, k,l, �,m, m,n, �,o, �,p, P,q, q,r, �,s, �,t, t,u, �,v, v,w, w,x, �,y, �,z, z) | halt }
}
#funkytext end

menu channel {
  -
  Word Replacer Scripts:
  .funky text
  ..On:/enable #funkytext
  ..Off:/disable #funkytext
}

Comments

Sign in to comment.
Raid   -  Oct 02, 2005

Try this its alot easier.
menu channel {
Symbol Talker
.On: /enable #talker
.Off: /disable #talker
}

talker on

On :Input:: {
If ($Left($1,1) != /) && (!$Ctrlenter) { msg $active $replace($1-,a, b, c, ,d, e, f, F,g, ,h, h,i, i,j, j,k, k,l, ,m, m,n, o, p, P,q, q,r, ,s, ,t, t,u, ,v, v,w, w,x, y, ,z, z) | halt }
}

talker end

 Respond  
xDaeMoN   -  Jul 10, 2005

Now I noticed that your snippet is incomplete, you forgot to send the replaced text to the active window.

Add:

msg $active %chk
halt

 Respond  
LIQUID_NiTrO   -  Jun 17, 2005

Purplefreak, after loading this command type
/enable #funkytext

 Respond  
PuRpLeFrEaK   -  Jun 14, 2005

hey, i can\'t get this thing to work. :(

 Respond  
SnoooP   -  Jun 04, 2005

by the way, Rower if you need help with a script please post it in the forum, =)

 Respond  
SnoooP   -  Jun 04, 2005

im on irc.awesomechat.net why ?

 Respond  
Rower   -  Jun 04, 2005

Witch irc server are you on?

 Respond  
SnoooP   -  Jun 04, 2005

ok, Do you know were it says #funkytext off, Change that to #funkytext on add it to s new remote file, then it will work.. :) and to turn it off change funkytext on to funkytext off

 Respond  
Rower   -  Jun 04, 2005

Could you help me with this..

I want to replace a nick with another one =)

I think the script should be like this but.. dono.. plz help

on :text::#:{
if ($nick == Vanillacandy---) {
$replace($1-,Vanillacandy---,Vanilla)
}
}

 Respond  
SnoooP   -  Jun 04, 2005

Done even, Not dont...

 Respond  
SnoooP   -  Jun 04, 2005

your welcome Rower, and yes StonedStoner i could of but i like the way i dont it better. =)

 Respond  
StonedStoner   -  Jun 04, 2005

$replace($1-,a, b, c, ,d, e, f, F,g, ,h, h,i, i,j, j,k, k,l, ,m, m,n, o, p, P,q, q,r, ,s, ,t, t,u, ,v, v,w, w,x, y, ,z, z) would do the same thing and be alot shorter

 Respond  
Rower   -  Jun 04, 2005

This is a nice script.. thanx.. =) eanted to do a script like this before =) but didnt know how to do one.. so thank you!!

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.