# Functions with code encrypted (as3)

**URL:** https://forum.kirupa.com/t/functions-with-code-encrypted-as3/330434
**Category:** Uncategorized
**Created:** [January 21, 2013, 11:31am UTC](https://forum.kirupa.com/t/functions-with-code-encrypted-as3/330434 "2013-01-21T11:31:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![farofakids](https://avatars.discourse-cdn.com/v4/letter/f/eada6e/32.png) [@farofakids](https://forum.kirupa.com/u/farofakids)
#### Post date: [January 21, 2013, 11:31am UTC](https://forum.kirupa.com/t/functions-with-code-encrypted-as3/330434/1 "2013-01-21T11:31:24Z")

</div>

I’m sorry little time course action script so do not have much understanding of the language … I use a plugin for a game that uses various codes encrypted, see the example:

[COLOR=#282828][FONT=Helvetica Neue] private function ParseKeys(event:KeyboardEvent) : void[/FONT][/COLOR]  
[COLOR=#282828][FONT=Helvetica Neue] {[/FONT][/COLOR]  
[COLOR=#282828][FONT=Helvetica Neue] if (this.stage.focus != this.tfm.OiloOoIO && event.keyCode != 13)[/FONT][/COLOR]  
[COLOR=#282828][FONT=Helvetica Neue] {[/FONT][/COLOR]  
[COLOR=#282828][FONT=Helvetica Neue] switch(event.keyCode)[/FONT][/COLOR]  
[COLOR=#282828][FONT=Helvetica Neue] {[/FONT][/COLOR]  
[COLOR=#282828][FONT=Helvetica Neue] case 84:[/FONT][/COLOR]  
[COLOR=#282828][FONT=Helvetica Neue] {[/FONT][/COLOR]  
[COLOR=#282828][FONT=Helvetica Neue] this.tfm.lIiIlOiO(this.tfm.IIIlliOiOI, false);[/FONT][/COLOR]  
[COLOR=#282828][FONT=Helvetica Neue] this.tfm.liOlilIioIOl(false, false);[/FONT][/COLOR]  
[COLOR=#282828][FONT=Helvetica Neue] break;[/FONT][/COLOR]  
[COLOR=#282828][FONT=Helvetica Neue]}[/FONT][/COLOR]  
[COLOR=#282828][FONT=Helvetica Neue] [/FONT][/COLOR]  
[COLOR=#282828][FONT=Helvetica Neue]##########################################  
however now the game has changed the encrypted to invest OiloOoIO to use these characters, he is using symbols .)…{]]]…)(, whereupon the example:

if (this.stage.focus != this.tfm…)…{]]]…)(… && event.keyCode != 13)

and of course I am not able to publish my films more causes of this new codes …  
Could someone help me on how I can work around the problem. I would be very grateful.  
[/FONT][/COLOR]
