Im making a '1337 text converter' on my bot. Im trying to make it with the
Replace() function, replacing certain characters with others went the message is sent...any ideas on how I can do this easilly?
VB NoobAss Out :P
dim msg as string
msg = "im kewl"
msg = replace(msg, "kewl", "Cool")
i think thats how replacing is done.