Home Forums Register FAQ Members List Calendar Search Today's Posts Mark Forums Read Arcade Chat
Go Back   ClubPenguinHQ Forums > General Discussion > Programming > Action Script
Reload this Page Eval function?
Action Script Any discussion of Action Script belongs here.

Eval function?

Reply
 
LinkBack Thread Tools Display Modes
Eval function?
Old
  (#1)
Charlie_ is Offline
Member
Charlie_ is an unknown quantity at this point
 
Posts: 138
Join Date: Jan 2009
Rep Power: 0
   
Default Eval function? - Sunday, June 21st, 2009

Code:
var _local7 = eval ("251", "14");
What does that AS statement do?
  
Reply With Quote
Old
  (#2)
Bollivierke is Offline
Über Member
Bollivierke is on a distinguished road
 
Bollivierke's Avatar
 
Posts: 4,036
Join Date: Jul 2007
Location: Belgium
Age: 15
Rep Power: 35
  Send a message via AIM to Bollivierke Send a message via MSN to Bollivierke  
Default Sunday, June 21st, 2009

Where did you get it from? Google it?




Bored.
Send me a PM for a Lockerz.com invite!
  
Reply With Quote
Old
  (#3)
Charlie_ is Offline
Member
Charlie_ is an unknown quantity at this point
 
Posts: 138
Join Date: Jan 2009
Rep Power: 0
   
Default Sunday, June 21st, 2009

A code snippet from a club penguin SWF. Nothing I found on google explained what it does.
  
Reply With Quote
Old
  (#4)
Elemental95 is Offline
BANNED
Elemental95 is on their way to the top
 
Posts: 178
Join Date: Jun 2009
Location: papapapapa
Rep Power: 0
   
Default Sunday, June 21st, 2009

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]
  
Reply With Quote
Old
  (#5)
Bollivierke is Offline
Über Member
Bollivierke is on a distinguished road
 
Bollivierke's Avatar
 
Posts: 4,036
Join Date: Jul 2007
Location: Belgium
Age: 15
Rep Power: 35
  Send a message via AIM to Bollivierke Send a message via MSN to Bollivierke  
Default Sunday, June 21st, 2009

Maybe they created it themselves. Search all the SWF files for it and you might find it ;)




Bored.
Send me a PM for a Lockerz.com invite!
  
Reply With Quote
Old
  (#6)
Charlie_ is Offline
Member
Charlie_ is an unknown quantity at this point
 
Posts: 138
Join Date: Jan 2009
Rep Power: 0
   
Default Sunday, June 21st, 2009

It is a real command, their usage makes no sense!.

Additionally, what does the ^ in
Code:
((((_var << 4) ^ (_var >>> 5))
And what do << and >>> do?


Is club penguin written in AS3?

http://www.adobe.com/support/flash/a...ionary200.html

Doesn't matter >> and ^ are Bitwise operators, additionally, eval "ASNative is for some undocumented functions. Thanks for trying to help though!

Last edited by Charlie_; Sunday, June 21st, 2009 at 01:02pm.
  
Reply With Quote
Old
  (#7)
lolabob is Offline
BANNED
lolabob
 
Posts: 1,478
Join Date: Nov 2008
Location: Somewhere up above
Age: 14
Rep Power: 0
  Send a message via MSN to lolabob  
Default Sunday, June 21st, 2009

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]
  
Reply With Quote
Old
  (#8)
JaMeS is Offline
Cheating God
JaMeS wants to be the best
 
Posts: 479
Join Date: Jul 2007
Location: Darlington
Age: 19
Rep Power: 12
   
Default Tuesday, August 11th, 2009

From the adobe website:

"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..!
  
Reply With Quote
Old
  (#9)
Flappi282 is Offline
New Member
Flappi282 is on their way to the top
 
Posts: 40
Join Date: Apr 2009
Rep Power: 0
   
Default Sunday, August 30th, 2009

The SWF's been encrypted. It is virtually impossible to crack


__________________________________________________ ______

Last edited by Flappi282; 1 million years ago at 0:00.
CLICK THIS BUTTON REALLY FAST!!
  
Reply With Quote
Old
  (#10)
JaMeS is Offline
Cheating God
JaMeS wants to be the best
 
Posts: 479
Join Date: Jul 2007
Location: Darlington
Age: 19
Rep Power: 12
   
Default Tuesday, September 1st, 2009

Quote:
Originally Posted by Flappi282 View Post
The SWF's been encrypted. It is virtually impossible to crack
which SWFs?
clubpenguin's SWFs are stil unencrypted, i checked.
  
Reply With Quote
Reply

Lower Navigation
Go Back   ClubPenguinHQ Forums > General Discussion > Programming > Action Script

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
php break; function Billybob1234 Hacking/Programming 9 Saturday, August 30th, 2008 10:49pm
Nice function we found Sben Macroing & Cheating 9 Monday, January 21st, 2008 06:20am



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Skin developed by: vBStyles.com
Copyright ©2006 - 2009, RancidKraut Industries