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

Você precisará instalar uma extensão como Tampermonkey, Greasemonkey ou Violentmonkey para instalar este script.

Você precisará instalar uma extensão como Tampermonkey para instalar este script.

Você precisará instalar uma extensão como Tampermonkey ou Violentmonkey para instalar este script.

Você precisará instalar uma extensão como Tampermonkey ou Userscripts para instalar este script.

Você precisará instalar uma extensão como o Tampermonkey para instalar este script.

Você precisará instalar um gerenciador de scripts de usuário para instalar este script.

(Eu já tenho um gerenciador de scripts de usuário, me deixe instalá-lo!)

Você precisará instalar uma extensão como o Stylus para instalar este estilo.

Você precisará instalar uma extensão como o Stylus para instalar este estilo.

Você precisará instalar uma extensão como o Stylus para instalar este estilo.

Você precisará instalar um gerenciador de estilos de usuário para instalar este estilo.

Você precisará instalar um gerenciador de estilos de usuário para instalar este estilo.

Você precisará instalar um gerenciador de estilos de usuário para instalar este estilo.

(Eu já possuo um gerenciador de estilos de usuário, me deixar fazer a instalação!)

Autor
YouTubeDrawaria
Instalações hoje
0
Total de instalações
8
Avaliações
0 0 0
Versão
1.0
Criado
27/01/2025
Atualizado
27/01/2025
Tamanho
2,95 KB
Licença
MIT
Aplicável a

### **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. 😊