Skip to content

Extracts useful information (version, connection key..) from browser game called Transformice (www.transformice.com).

License

Notifications You must be signed in to change notification settings

devsaider/TransformiceSWFExtractor

Repository files navigation

TransformiceSWFExtractor

Extracts useful information (version, connection key..) from browser game called Transformice (www.transformice.com).

Getting Started

You can intitialize TransformiceSWF object from either url or byte[]:

new TransformiceSWF(); // will download fresh swf from transformice.com/Transformice.swf
new TransformiceSWF(File.ReadAllBytes("../path/to/Transformice.swf"));
...
swf.parseData();

After calling parseData() you can access theese parameters:

  • swf
  • version
  • connectionKey
  • xorKey
  • securityIntKey

Perfomance

In current state this tool takes about 6s to find values on my high-end PC (i5-4460, SSD). You can improve perfomance by breaking main searching loop earlier.

Dependencies

Authors

  • Ruslan Devsaider - Initial work - devsaider

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU GPL License - see the LICENSE file for details

About

Extracts useful information (version, connection key..) from browser game called Transformice (www.transformice.com).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages