OfficiOL WOlkyriOn TrOnslOtOr

Off-topic posts of interest to the World of Warcraft community.
User avatar
jamhead
Posts: 348
Joined: 21 Nov 2010 17:40

OfficiOL WOlkyriOn TrOnslOtOr

#1 » Post by jamhead » 29 Jun 2012 21:28

http://www.swfcabin.com/open/1340992542

LOOrn hOw tO tOlk in flOOnt WOlkyriO!
Currently addicted to hearthstone playing at legend rank. Feel free to add jamhead#2986

My quest to prove anybody can paint - jamheadii.deviantart.com

Check out my new puzzle game Slide!

User avatar
Arnoxis

Re: OfficiOL WOlkyriOn TrOnslOtOr

#2 » Post by Arnoxis » 30 Jun 2012 02:17

HOllO, my nOmO is MOrtimOr F. OckingtOn.

User avatar
Anoth
Former Staff
Posts: 1296
Joined: 14 Jan 2011 06:00

Re: OfficiOL WOlkyriOn TrOnslOtOr

#3 » Post by Anoth » 30 Jun 2012 02:28

hOllO i Om OnOth

User avatar
Mysterygamer
Posts: 313
Joined: 04 Jan 2011 10:38
Location: Judenblut

Re: OfficiOL WOlkyriOn TrOnslOtOr

#4 » Post by Mysterygamer » 30 Jun 2012 13:55

xD XDDDD XDDDDD XD X D x D xD
wOlkyriO fOr thO win

User avatar
Darchrow
Donor
Posts: 2789
Joined: 25 Apr 2011 21:21
Location: Equestria

Re: OfficiOL WOlkyriOn TrOnslOtOr

#5 » Post by Darchrow » 30 Jun 2012 14:12

OvOryOne shOOd knOw hOw tO tOlk WOlkOriOn,
Onw,
< dOrchrOw / jOnx / fOzzOwOzzO / zObOt / OlOce
Osl plz
Ond OlsO, tOhOwnOr PLZZZ
teh char list ( 80s ) :
Jynx / Zubat / Alyce ( Swagmourne ) / Discord / Redtube
Disruption / Perplexity / Magejkdruid / Swagstormxqt ( Swagmobile )
Vinegar ~ Lvl 51 Rogue

And those who were seen dancing were thought to be insane by those who could not hear the music

[Guild] [Angrycow]: nice to meet u im Sava and im really horny person

kindzadza ily

User avatar
Anoth
Former Staff
Posts: 1296
Joined: 14 Jan 2011 06:00

Re: OfficiOL WOlkyriOn TrOnslOtOr

#6 » Post by Anoth » 30 Jun 2012 14:15

sO is this tO trOnslOtO hOw thOt drOid wOlkyriO spOOks Or jOst sOOms similiOr

User avatar
Nexxus

Re: OfficiOL WOlkyriOn TrOnslOtOr

#7 » Post by Nexxus » 30 Jun 2012 15:48

NOxxOs Ond MOtrix, NicO LOl :lol:

User avatar
-

Re: OfficiOL WOlkyriOn TrOnslOtOr

#8 » Post by - » 30 Jun 2012 19:02

-----
Last edited by Guest on 25 Feb 2013 23:23, edited 1 time in total.

User avatar
Intervention
Former Staff
Posts: 6575
Joined: 02 Nov 2010 03:21
Location: Land down under mate

Re: OfficiOL WOlkyriOn TrOnslOtOr

#9 » Post by Intervention » 01 Jul 2012 04:48

HOllO my nOmO is IntOr
Chicken, Fried Chicken
Send me mail in-game or a PM if you need to contact me!

User avatar
Bluebell
Former Staff
Posts: 2277
Joined: 06 Feb 2011 23:40

Re: OfficiOL WOlkyriOn TrOnslOtOr

#10 » Post by Bluebell » 01 Jul 2012 05:14

as if you actually made it
Why join the winning side if you can change the winner?

User avatar
jamhead
Posts: 348
Joined: 21 Nov 2010 17:40

Re: OfficiOL WOlkyriOn TrOnslOtOr

#11 » Post by jamhead » 01 Jul 2012 19:57

bluebell wrote:as if you actually made it
Ofcourse I did, took 15 lines of code rofl:

Code: Select all

function buttonPress(MouseEvent)
{
var foo:String = englishText.text;
foo = foo.split("a").join("O");
foo = foo.split("A").join("O");
foo = foo.split("o").join("O");
foo = foo.split("e").join("O");
foo = foo.split("E").join("O");
foo = foo.split("u").join("O");
foo = foo.split("U").join("O");

walkText.text = foo;
}

translateButton.addEventListener(MouseEvent.MOUSE_UP, buttonPress);
Could prolly have just done all those .split.join in one line, but too lazy to clean up my code :P
Currently addicted to hearthstone playing at legend rank. Feel free to add jamhead#2986

My quest to prove anybody can paint - jamheadii.deviantart.com

Check out my new puzzle game Slide!

User avatar
Drago
Posts: 2334
Joined: 18 Jun 2011 15:56

Re: OfficiOL WOlkyriOn TrOnslOtOr

#12 » Post by Drago » 01 Jul 2012 20:43

DrOgOnOr Ond ShiftylOgs OrO my chOrOctOrs
What you visualize is what you create around you.
When you visualize something good or bad you will always get it! So better visualize what you really want :-)
-----------------------------------------------------------------------------------------------
Drago - Retribution/Protection Paladin [Main]
Shiftylegs - Restoration/Ballance Druid
Aquanova - Arcane/Fire Mage
Strongtail - Frost/Unholy DK
ImageImage

User avatar
-

Re: OfficiOL WOlkyriOn TrOnslOtOr

#13 » Post by - » 01 Jul 2012 21:14

-----
Last edited by Guest on 25 Feb 2013 23:22, edited 1 time in total.

User avatar
Heihachi
Developer
Posts: 2641
Joined: 05 Sep 2010 03:01
Location: USA
Contact:

Re: OfficiOL WOlkyriOn TrOnslOtOr

#14 » Post by Heihachi » 02 Jul 2012 22:51

so im totally bored and this was a bit fun to make xD

Code: Select all



values = {"a":"O", "A":"O", "o":"O", "e":"O", "E":"O", "u":"O", "U":"O"}
raw = raw_input('Please enter text: ')

for k, v in values.iteritems():
raw = raw.replace(k, v)

print raw
all because i like python alot more xD

User avatar
jamhead
Posts: 348
Joined: 21 Nov 2010 17:40

Re: OfficiOL WOlkyriOn TrOnslOtOr

#15 » Post by jamhead » 03 Jul 2012 20:50

Python looks scOry :S
Currently addicted to hearthstone playing at legend rank. Feel free to add jamhead#2986

My quest to prove anybody can paint - jamheadii.deviantart.com

Check out my new puzzle game Slide!

Post Reply

Who is online

Users browsing this forum: No registered users and 9 guests