Greasy Fork is available in English.

Drawaria Movement Free - Open for Custom Mods

Adds movement only this is a Simplified version of Drawaria Mario Mod so you can make your custom mods

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

You will need to install an extension such as Tampermonkey to install this script.

Necesitarás instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Necesitará instalar una extensión como Tampermonkey para instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
YouTubeDrawaria
Instalaciones diarias
0
Instalaciones totales
8
Calificaciones
0 0 0
Versión
1.0
Creado
27/1/2025
Actualizado
27/1/2025
Tamaño
2,95 KB
Licencia
MIT
Funciona en

### **How to Use the "Drawaria Movement Free" Script:**

#### **1. Prerequisites:**
- **Install Tampermonkey:**
It’s a browser extension for running UserScripts. Available for:
- [Chrome/Edge](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)
- [Firefox](https://addons.mozilla.org/es/firefox/addon/tampermonkey/)

#### **2. Script Installation:**
- **Step 1:** Copy the entire script code you shared.
- **Step 2:** Open Tampermonkey in your browser.
- **Step 3:** Click **"Create a new script"**, paste the code, and save it (Ctrl + S / Cmd + S).

#### **3. Usage on Drawaria:**
- **Access the website:** Go to [https://drawaria.online](https://drawaria.online).
- **Activate the script:**
Tampermonkey will automatically detect the script and run it on the page.

---

### **Movement Controls:**
| **Key** | **Action** |
|----------------|---------------------------------------------------------------------------|
| **← Left Arrow** | Moves the avatar to the left (gradual acceleration). |
| **→ Right Arrow** | Moves the avatar to the right (gradual acceleration). |
| **↑ Up Arrow** | Jump (only works if you’re not already in the air). |
| **(Release keys)**| The avatar gradually slows down horizontally due to friction. |

---

### **Key Features:**
- **Realistic physics:**
- Gravity (`GRAVITY`) and speed limits (`MAX_SPEED`, `MIN_SPEED`).
- Basic collision with the "ground" (prevents the avatar from falling infinitely).
- **Boundary limits:**
The avatar cannot go outside the defined margins (`-900px` to `1024px` horizontally, `-350px` to `768px` vertically).
- **Base for modifications:**
You can edit the script’s constants (e.g., `JUMP_HEIGHT = 20` for higher jumps) to customize its behavior.

---

### **Additional Notes:**
- ✨ **Visual effects:** The script removes borders and shadows from the avatar for cleaner movement.
- ⚠️ **Conflicts:** If you use other Drawaria scripts, they might interfere. Disable them if issues arise.
- 🔄 **Restart:** Reload the page (`F5`) if the script doesn’t activate properly.
- 🛠 **Customization:** Since it’s under the MIT license, you can freely modify and redistribute the script.

---

### **Example Modification:**
To make jumps more powerful, edit this line in the code:
```javascript
const JUMP_HEIGHT = 15; // Change to 20 or higher
```

That’s it! Now your avatar in Drawaria will have free platformer-style movement. 😊