Greasy Fork is available in English.
Animates characters on Drawaria.online canvas with optimized drawing commands, fetched from JSON, and precisely centered on the canvas. Supports multiple animations and a delay between loops.
English: This script introduces an advanced animation system to Drawaria, allowing users to load animations from JSON files and play them on the canvas using a bot. It provides a user interface with controls to activate the animator, select different animations (Space Invader, Mario, Sonic), adjust animation speed and brush thickness, and start/stop animations. The script optimizes drawing by sending commands in chunks and includes features like canvas clearing, loop pausing, and WebSocket management for executing animations accurately.
Español: Este script introduce un sistema avanzado de animación en Drawaria, permitiendo a los usuarios cargar animaciones desde archivos JSON y reproducirlas en el lienzo usando un bot. Proporciona una interfaz de usuario con controles para activar el animador, seleccionar diferentes animaciones (Space Invader, Mario, Sonic), ajustar la velocidad de animación y el grosor del pincel, e iniciar/detener animaciones. El script optimiza el dibujo enviando comandos en bloques e incluye funciones como limpieza de lienzo, pausa entre bucles y gestión de WebSocket para ejecutar animaciones con precisión.
Español:
| 🇺🇸 English Instructions | 🇪🇸 Instrucciones en Español |
|
|
| Feature / Característica | Details / Detalles |
| JSON Data Loading | Fetches animation frame data from specified GitHub raw URLs. |
| WebSocket Hooking | Intercepts WebSocket messages to find the game socket for sending drawing commands. |
| Draw Command Generation | Generates Drawaria-specific draw commands based on parsed JSON frame data. |
| Animation Loop Control | Manages animation playback, frame progression, looping, and pausing using setTimeout. |
Español:
| ✅ Compatible Browsers / Navegadores Compatibles | ✅ Required Extensions / Extensiones Requeridas |
| Chrome, Firefox, Edge, Opera (Browsers supporting userscripts, Fetch API, WebSocket, and JSON parsing) | Tampermonkey or similar userscript manager (Required for script execution) Access to a bot instance for sending Drawaria commands |
Open your userscript manager (e.g., Tampermonkey), find "Drawaria fetched from JSON Animation", and disable or delete it.
Método 1 - Gestor de Scripts: Abre tu gestor de userscripts (ej. Tampermonkey), busca "Drawaria fetched from JSON Animation" y desactívalo o elimínalo.
Click the "Desactivar Animador" button in the menu to stop animations and disable the animator's functionality.
Método 2 - Desactivar Animador: Haz clic en el botón "Desactivar Animador" en el menú para detener las animaciones y deshabilitar la funcionalidad del animador.
Español:
Bring your favorite characters to life on the Drawaria canvas with animated sequences!
¡Da vida a tus personajes favoritos en el lienzo de Drawaria con secuencias animadas!
Author: YouTubeDrawaria | Version: 1.0 | License: MIT
Support: Report issues in the comments below | Additional Info: Animates drawings on Drawaria using JSON data and bot commands.