Greasy Fork is available in English.

CrySkins

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/30118/197743/CrySkins.js

// ==UserScript==
// @name         CrySkins
// @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:"Cry Skins By Saturn",
     frames: [
         {time: 500, url: "https://cdn.discordapp.com/attachments/265038113330429969/319065003414126602/cry1.png",},
         {time: 500, url: "https://cdn.discordapp.com/attachments/265038113330429969/319065005603684352/cry2.png",},
         {time: 500, url: "https://cdn.discordapp.com/attachments/265038113330429969/319065007218229248/cry3.png",},
         {time: 500, url: "https://cdn.discordapp.com/attachments/265038113330429969/319065008698818561/cry4.png",},
         {time: 500, url: "https://cdn.discordapp.com/attachments/265038113330429969/319065043042041856/cry5.png",},
         {time: 500, url: "https://cdn.discordapp.com/attachments/265038113330429969/319065110192586752/cry6.png",},

    ]}
);