Greasy Fork is available in English.

CrySkins

Umm...

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @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",},

    ]}
);