Posted: Wed Nov 17, 2010 3:50 am Post subject: Weird actionscript coding....
When i am reading the actionscript code of a swf file. I find some weird codes with meaningless numbers...Can someone tell me what's going on...
Is the swf file encrypted? How to decrypt it?
Code:
while (i <= 1000)
{
if (!(868225240 ^ 868225240))
{
cardnum = random(3) + 1;
} // end if
if (_root.card_x_position.length > 0.000000)
{
_root.card_x_position.length > 0.000000;
} // end if
if (cardsstopped > 1)
{
if (!(1562823998 ^ 1562823998))
{
} // end if
if (_root["cardBack" + cardnum].targetx == _root["cardBack" + cardnum]._x)
{
chosenposition = random(_root.card_x_position.length);
if (!(891607843 & -891607844))
{
} // end if
if (_root["cardBack" + cardnum].targetx != _root.card_x_position[chosenposition])
{
_root["cardBack" + cardnum].targetx = _root.card_x_position[chosenposition];
_root.card_x_position.splice(chosenposition, 1);
found = 0.000000;
a = 0.000000;
What is the meaning of those if loop and large numbers like:
if (!(868225240 ^ 868225240))
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum