SF game, req.php

04/05/2015 10:00 testercz#1
Hi guys,

i play on server 22.sfgame.cz, where isnt new update. But, i thing that will be for few days. I m in guild L45 and i make website [Only registered and activated users can see links. Click Here To Register...]. On the website we have guild statistics.

I use the req.php file to take informations about guild and I use on the website.

But in new update is new string of req.php?req=.... . i think that they use base64 for decription the string.

Somebody know how can i encode this string because i need it for my website and i dont know what i must do. I try use PHP function base64_encode() for encode the string but without result.
04/05/2015 11:55 malnnikas#2
yeah, it seems like that, but there is also probably some protection (encryption), see function MEO_RpcSend in [Only registered and activated users can see links. Click Here To Register...] (decompiled swf source)

unfortunately I'm not the best at these things, so I hope there is someone, who understand actionscript :D
04/05/2015 17:14 testercz#3
Oh,... its nice but i dont know action script, but i find the part of code, where is request coded. i try some thinks and i hope that find succes solution
04/05/2015 19:27 -Bl4ckfail-#4
I'll try to do the reverse engineering and code the decryption in php.

Edit: It would be easier to edit the swf with RABCDAsm and remove the encryption ^^

Edit 2: [Only registered and activated users can see links. Click Here To Register...] I've removed the encryption.
If there is interest in the swf, leave a reply.
04/06/2015 00:04 krejcomut#5
nice :) blackfail :)
04/06/2015 09:19 testercz#6
Quote:
Originally Posted by -Bl4ckfail- View Post
I'll try to do the reverse engineering and code the decryption in php.

Edit: It would be easier to edit the swf with RABCDAsm and remove the encryption ^^

Edit 2: [Only registered and activated users can see links. Click Here To Register...] I've removed the encryption.
If there is interest in the swf, leave a reply.
Hi, you are best :handsdown:. but i cannot use the edit swf file, because i dont have access to server. I try make code for php.