Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

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[]:

newTransformiceSWF();// will download fresh swf from transformice.com/Transformice.swfnewTransformiceSWF(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

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

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages