开发者

How to make a Console plugin to interact with facebook games or other flash apps

I'm playing a flash game on facebook. I know I can decompile it to find out all the commands and would like to make scripts to automate the game by calling procedures in the actionscript of the game. So I guess I would like to make a plugin also that would insert this console into any flash app and this would be handy for a lot of things. Then if an开发者_高级运维yone wants to hack a new game, u just decompile it and make a handbook of methods for people to make scripts with. So how would I go about making this console? I don't know if I could make a swf interact with the game or if it has to be compiled into the game's swf. Or if it is easier with javascript, that is cool too. maybe we can make a javascript library just for this. anyone can tell me more?


Sorry, but you can't do this, the Flash security model won't allow it.

The console would need to be compiled into the original SWF, which you could only do as the original swf author.


Well, you could interact with the original game servers as the flash (.swf File) does it.

I tried it too, but it is pretty tricky because some parts of the package content is being encrypted.

I don't know how to decompile the game files so you could maybe write the same algorithm inside your program and communicate with the servers. Clientless.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜