Leetex | 2010-11-20 13:47
Leet-Translator
12
points ]
 (2 votes)
Translate a text easily to leet-speak and share it with your friends

Do you know the leet-speak language? This is a language, in which you substitute numbers for letters, which look like a number. So the letter "A" would be replaced with "4" and so forth.

My script allows you to fill a text into a dynamic field and translates it into leet-speak.

Additional function: It's possible, to share the translated text with all the guys on the server or your teammates.

Info: Menu is bound to F1.

German version available on http://leetex.bplaced.net/leet-uebersetzer.php.

I know, the script isn't very useful, but it's just for fun. :-)

newgui "Leet-Translator" [
	guititle "Leet-Translator"
	guibar
		guitext "Set the width of the field: " 0
		guislider "width_of_field" "1" "128" [translate = (substr [@translate] 0 $width_of_field)]
	guibar
	guilist [
		guitext "Your text: " 0
		guifield "translate" $width_of_field "mustblink = 1; blink"
		guistayopen [
			guibar
			guibutton [@translate_button_text] [mustblink = 0; checknumber = 0; number = 0; stelle = 0; replace_string]
		]
	]
	guibar
	guitext "   ^f5Your leeted text:" 0
	guitext [@(result "^f7")@translate] 0
	guibar
	guilist [
		guistayopen [
			guibutton "^f0Say it!" [method = 1; check_empty] "snoutx10k"
			guibar
			guibutton "^f1Teamchat it!" [method = 0; check_empty] "snoutx10k_blue"
			guibar
			guibutton "^f3Close this window" [cleargui] "exit"
		]
	]
] "Leet-Translator"

newgui "warning" [
	guitext "Your translate-field is empty." 0
	guitext "Type a text to translate it." 0
	guibar
	guialign 0 [
	guibutton "OK" [showgui "Leet-Translator"] "exit"
	]
] "^f3Warning!"

check_empty = [if (strcmp [@translate] "") [showgui "warning"] [if $method [say [@translate]] [sayteam [@translate]] ]]

char = "O o I i Z z E e A a S s G g T t"
translate_button_text = "^f7Translate"
width_of_field = "64"

replace_string = [loop x 16 [
	translate = (strreplace $translate (substr [@char] $stelle 1) $number)
	stelle = (+ $stelle 2)
	checknumber = (+ $checknumber 1)
	if (mod $checknumber 2) [] [number = (+ $number 1)]
	]
]

blink = [if (= $mustblink 1) [translate_button_text = "^f7Translate"; sleep 500 [translate_button_text = "^f3Translate"; sleep 500 [blink]]] [translate_button_text = "^f7Translate"]]

bind "F1" [showgui "Leet-Translator"]
editbind "F1" [showgui "Leet-Translator"]
leet.cfg (1.73 KB)
12
points
 (2 votes)
AttachmentSize
leet.png440.79 KB
User login
Users on Quadropolis
1 guest & no users online
vampirefrog
Created 2024-04-11 22:25
1 week 5 days ago
vampirefrog
29
points ]
 (4 votes)
Created 2010-05-30 10:00
13 years 47 weeks ago
Gangler
36
points ]
 (4 votes)
Created 2020-10-22 00:50
3 years 26 weeks ago
Zoocata
10
points ]
 (1 vote)
Created 2024-02-11 21:20
10 weeks 2 days ago
vampirefrog
10
points ]
 (1 vote)
Created 2023-07-23 20:02
39 weeks 3 days ago
36
points ]
 (4 votes)
Created 2020-12-10 12:49
3 years 19 weeks ago
Created 2023-12-12 23:34
19 weeks 21 hours ago
Zoocata
Created 2023-11-27 23:00
21 weeks 1 day ago
20
points ]
 (2 votes)
Created 2023-10-01 15:21
29 weeks 3 days ago
20
points ]
 (2 votes)
Created 2021-05-24 00:01
2 years 48 weeks ago
9
points ]
 (1 vote)
Created 2023-06-13 17:54
45 weeks 1 day ago
Zoocata
27
points ]
 (3 votes)
Created 2023-05-05 20:58
50 weeks 4 days ago
Zoocata
18
points ]
 (2 votes)
Created 2023-03-02 01:40
1 year 7 weeks ago
Getridou
Created 2023-01-29 23:27
1 year 12 weeks ago
Created 2023-01-19 19:36
1 year 13 weeks ago
Getridou
Created 2023-01-10 17:10
1 year 15 weeks ago
Getridou
Created 2023-01-01 14:30
1 year 16 weeks ago
Getridou
10
points ]
 (1 vote)
Created 2023-01-01 10:58
1 year 16 weeks ago
Getridou
Created 2023-01-01 10:49
1 year 16 weeks ago
afroninja
17
points ]
 (2 votes)
Created 2023-01-01 06:32
1 year 16 weeks ago
Who's new
  • ColdIV
  • Aidan
  • Hunk
  • letic86
  • BATMAN