I think I found way to make custom highscores instead these offered by Stencyl (basically my concern is that guest scores will show up as Guest and you can't make possible for players to input their name in-game like for example in MochiScores), but I need two things.
1) How to execute JS code from stencyl game (basically this is for updating iframe with scores on the game page)
2) How to make SHA1 hash from text (this is used for validation if the score is real one and to avoid cheating)