Skip to content

convert Text to Macro

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #189165
    namsir
    Member

    does anyone know how to do this? i used to do it long time ago, now i totally forgot how….cause i used to program something for aol users ;] those lame scroller and color fader stuff like that.

    #189174
    Admin
    Administrator

    Ah umm I think this what you mean
    firs I made a sub like this

    Sub Asc()
    Text1.Text = Replace(Text1.Text, "a", "â")
    Text1.Text = Replace(Text1.Text, "b", "ß")
    Text1.Text = Replace(Text1.Text, "c", "Ç")
    Text1.Text = Replace(Text1.Text, "d", "Ð")
    Text1.Text = Replace(Text1.Text, "e", "ë")
    Text1.Text = Replace(Text1.Text, "f", "F")
    Text1.Text = Replace(Text1.Text, "g", "G")
    Text1.Text = Replace(Text1.Text, "h", "H")
    Text1.Text = Replace(Text1.Text, "i", "í")
    Text1.Text = Replace(Text1.Text, "j", "J")
    Text1.Text = Replace(Text1.Text, "k", "K")
    Text1.Text = Replace(Text1.Text, "l", "£")
    Text1.Text = Replace(Text1.Text, "m", "M")
    Text1.Text = Replace(Text1.Text, "n", "Ñ")
    Text1.Text = Replace(Text1.Text, "o", "0")
    Text1.Text = Replace(Text1.Text, "p", "þ")
    Text1.Text = Replace(Text1.Text, "q", "Q")
    Text1.Text = Replace(Text1.Text, "r", "R")
    Text1.Text = Replace(Text1.Text, "s", "§")
    Text1.Text = Replace(Text1.Text, "t", "T")
    Text1.Text = Replace(Text1.Text, "u", "ú")
    Text1.Text = Replace(Text1.Text, "v", "V")
    Text1.Text = Replace(Text1.Text, "w", "W")
    Text1.Text = Replace(Text1.Text, "x", "×")
    Text1.Text = Replace(Text1.Text, "y", "Ý")
    Text1.Text = Replace(Text1.Text, "z", "Z")
    End Sub

    Then I call it with this command

    Call Asc

    🙂

    #189173
    namsir
    Member

    nah, i mean i have 1 textbox to enter the text that i want, and another textbox gonna display the text like:

    if i have “N” in the first textbox
    the second textbox gonna look like this

    :::: :::
    ::: :: :::
    ::: :: :::
    ::: :: :::
    ::: :: :::
    ::: ::::

    #189172
    Admin
    Administrator

    Oh, 🙂 that look cool is like a triggerbot rdbot made, but he never releases his codes I wonder if someone knows him lol, he got the bestest of paltlk programs, but he never shared ah 🙁

    #189171
    namsir
    Member

    hehehhe, he ever release his programs?

    #189170
    Admin
    Administrator

    his programs yes although I think he stop doing it for paltalk havent sein his programs for a long time. and his codes are great super great but I dont he ever gave them away ):

    #189169
    Admin
    Administrator

    Rdbot hangs out in 18+ his name is Ryan-D

    #189168
    Admin
    Administrator

    man, can u ask him to hook us up lol joke just dreaming lol

    #189167
    Admin
    Administrator

    i dont like him… ryan is a loser

    #189166
    Admin
    Administrator

    lol oh damn, too bad his programs where cool he just stop updating them 🙁

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.