Code Monkey home page Code Monkey logo

skyreader's Introduction

SkyReader

A cross platform (using hidapi) Skylander portal reader/editor/writer.

HIDAPI can be found here http://www.signal11.us/oss/hidapi/

Usage:
editor [-i <file>|-p] [-s <skylander>] [-d] [-e] [-o <file>|-P] [-M <money>] [-X experience] ... 

Reading/Writing:
-i <file>  read skylander data from file, with option to decrypt the data.
-p		read skylander data from portal and decrypt the data.
-s <skylander> select which skylander.
-d		decrypt the data read from the file.
-o <file>	write skylander data to <filename>.
-P		encrypt and write skylander data to the portal.
-e		encrypt data when writing file.
-D		dump the data of a skylander to the display.
-l		List skylanders on portal.

Upgrade:
-M <money>	upgrade skylander money (max 65,000).
-X <xp>		upgrade skylander Experience (level 10 = 33,000).
-H <hp>		upgrade skylander Hero Points (max 100).
-C <challenges>	upgrade skylander challenges.
-L <points>	upgrade the skylander skillpoints on the left path.
-R <points>	upgrade the skylander skillpoints on the right path.
-c		update checksums.

Examples

    editor -p -o spyro.bin

This would save a copy of the figurine to the file spyro.bin

    editor -i spyro.bin -o spyro_upgrade.bin -L 65535 -M 65000 -X 33000 -H 100

upgrade spyro.bin using skills on the LEFT path seen in the character menu and write it to file spyro_upgrade.bin

editor -i spyro.bin -P -M 65000 -X 33000

Upgrade skylander, leave skills as is, and write to the portal.

editor -i spyro.bin -P

Read file from spyro.bin and write it to the portal.

skyreader's People

Contributors

silicontrip avatar erran avatar reedstrm avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.