- JavaScript 100%
| assets | ||
| src | ||
| .gitignore | ||
| README.md | ||
Demonicscans Userscripts
A collection of Tampermonkey userscripts for automating gameplay on Demonicscans.
Scripts
⚔️ Veyra Background Farm
File: src/background-farm.js
Matches: https://demonicscans.org/*
Background API-based auto farming. Attacks monsters through direct API requests without requiring page navigation or active interaction. Automates combat, stamina recovery, looting, and potion usage while allowing normal site use.
Features:
- Automated combat with configurable attack types (Slash → Legendary Slash)
- Damage targeting — stops attacking once the configured threshold is reached
- Stamina recovery via looting, level-up detection, and optional potions
- Smart Loot and Auto Loot modes
- Rate-limit handling with exponential backoff
- Live status panel with persistent settings
🗡️ Dungeon Auto-Damage
File: src/dungeon-auto-damage.js
Matches: https://demonicscans.org/guild_dungeon_instance.php*
Set per-monster-type damage targets inside a guild dungeon instance. Auto-attacks each monster until the configured damage target is reached, then moves on.
Features:
- Per-monster damage target configuration
- Auto-attack loop with configurable attack type
- HP potion usage when health is low
- Integrates with the Veyra HUD
🏰 Dungeon Location Farmer
File: src/dungeon-location-farmer.js
Matches: https://demonicscans.org/guild_dungeon_location.php*
Auto-farms all alive monsters on the current dungeon location page. Iterates through every available monster and attacks until they are dead.
Features:
- Scans and attacks all alive monsters on the location
- Configurable attack delay
- Stops automatically when no alive monsters remain
ScreenShots
💀 Advanced Dead Monster Looter
File: src/advanced-monster-looter.js
Matches: https://demonicscans.org/active_wave.php*
Automates looting dead monsters on the active wave page. Supports auto-merge, batch looting of selected monsters, and the Extract & Loot combo (capped at 5 per day).
Features:
- Auto-merge dead monsters before looting
- Loot Selected — batch-loot a configurable set of monsters
- Extract & Loot combo with daily limit enforcement (max 5/day)
🧪 Auto-Heal
File: src/auto-heal.js
Matches: https://demonicscans.org/battle.php*
Automatically consumes HP and Mana potions before attacking when resources fall below configured thresholds.
Features:
- Configurable HP and Mana thresholds
- Separate potion type selection for HP and Mana
- Integrates with the Veyra HUD
⚒️ Blacksmith Filtering
File: src/blacksmith-filter.js
Matches: https://demonicscans.org/blacksmith.php*
Adds set-based filtering to the Blacksmith page so you can quickly find gear belonging to a specific equipment set.
Features:
- Filter blacksmith cards by equipment set name
- Multi-set selection support
- Integrates with the Veyra HUD
⚔️ Clash Automator (J4F Warlord Edition)
File: src/Clash Automator (J4F Warlord Edition V5.0)-5.0.user.js
Matches:
https://demonicscans.org/clash_of_guilds.php*https://demonicscans.org/clash_of_guilds_battle.php*https://demonicscans.org/pvp_style_battle.php*
Automates Clash of Guilds battles. Handles auto-clicking attacks, map roaming between opponents, error recovery, and cooldown waiting.
Features:
- Auto-battle clicking
- Map roaming to find and engage opponents
- Error recovery and automatic retry
- Cooldown detection and handling
Installation
Prerequisites
Install a userscript manager:
- Tampermonkey
- Violentmonkey
- Greasemonkey
Install a Script
Each script has a @downloadURL pointing to this repository. Open the raw file URL in your browser and your userscript manager will prompt you to install it.
Scripts run automatically on their respective @match URLs once installed.
Known Limitations
- All scripts require an active Demonicscans login session.
- Depend on current Demonicscans API endpoints and page structure.
- Site updates may break compatibility and require script updates.
Disclaimer
This project is provided for educational and personal-use purposes.
Use at your own risk. Future game updates may affect compatibility.
Credits
- Veyra Background Farm — DARKxLORDx15
- Dungeon Auto-Damage, Auto-Heal, Blacksmith Filtering, Dungeon Location Farmer — [J4F] RacletteCestLavie
- Advanced Dead Monster Looter — [J4F] Killey
- Clash Automator — [J4F] Killey

