Eval? I don't think I have ever even heard of that command
[SIGPIC][/SIGPIC]
[COLOR=Gray][COLOR=Silver][FONT=Arial][I][*You need the drive, to get the dream*]
[/I][\ View my art [URL="http://clubpenguinhq.com/forums/members/elemental95-albums-signature-album.html"] here [/URL][/FONT][/COLOR][/COLOR][URL="http://clubpenguinhq.com/forums/members/elemental95-albums-signature-album.html"][COLOR=Gray][COLOR=Silver][FONT=Arial]/][/FONT][/COLOR][/COLOR][/URL][COLOR=Gray][COLOR=Silver][FONT=Arial]
[/FONT][/COLOR][/COLOR]
if you encrypt flash files, you get eval aswell. the var _local7 is a bit like:
Code:
function showMessage(themessage)
{
var _loc3 = window_size[WINDOW_SMALL];
var _loc1 = themessage;
var _loc4 = _level0.instance.shell.getLocalizedString("Okay");
var _loc5 = "Cp haunter RC1";
var _loc2 = function ()
{
_level0.instance.shell.closeErrorPrompt();
};
_level0.instance.shell.showErrorPrompt(_loc3, _loc1, _loc4, _loc2, _loc5);
} // End of the function
#
by the way, that actionscript is the orange box that comes up with the messages. i used that actionscript in a flash file on my trainer
[B][SIGPIC][/SIGPIC][/B]
[B]Visit ps34eva123.wordpress.com for the latest updates on club penguin. visit cpelite.co.cc for the latest club penguin cheats![/B]
"If the expression is a variable or a property, the value of the variable or property is returned. If the expression is an object or movie clip, a reference to the object or movie clip is returned. If the element named in the expression cannot be found, undefined is returned."
Which is strange 'cause the PHP version of eval() does a completely different thing..!