TerraxSkins

Umm...

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/30170/197955/TerraxSkins.js

// ==UserScript==
// @name         TerraxSkins
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  Umm...
// @author       Saturn
// @grant        none
// @require      https://greasyfork.org/scripts/24894-toradorable-animator/code/Toradorable%20Animator.js
// ==/UserScript==

animator.addAnimation(
    {title:"TerraxSkins",
     frames: [
         {time: 500, url: "http://i.imgur.com/MJbcVUv.png",},
         {time: 500, url: "http://i.imgur.com/1TeyRIT.png",},
         {time: 500, url: "http://i.imgur.com/o1s9bG4.png",},
         {time: 500, url: "http://i.imgur.com/z4yUsDp.png",},
         {time: 500, url: "http://i.imgur.com/JCH7b8r.png",},
         {time: 500, url: "http://i.imgur.com/YHI8rPS.png",},
         {time: 500, url: "http://i.imgur.com/I6apCyU.png",},
         {time: 500, url: "http://i.imgur.com/dmWK011.png",},

    ]}
);