Browser console scripts for automating Duet Night Abyss tasks. Copy, paste, run.
Use at your own risk. These scripts are provided as-is for educational purposes.
File: scripts/survey/autofill.js
Automatically fills out survey forms on wjx.cn with random selections.
How to use:
-
Go to a survey on wjx.cn
-
Open console (F12)
-
Copy and paste this code, then press Enter:
fetch('https://getthevoid.github.io/dna-automation/scripts/survey/autofill.js') .then(r => r.text()) .then(eval);
File: scripts/events/divination.js
Unlocks all 17 character roles in the divination event on dna-panstudio.com.
Event URL: https://duetnightabyss.dna-panstudio.com/divination/
How to use:
-
Go to the divination event page (link above)
-
Open console (F12)
-
Copy and paste this code, then press Enter:
fetch('https://getthevoid.github.io/dna-automation/scripts/events/divination.js') .then(r => r.text()) .then(eval);
-
Auto-starts after 2 seconds
-
Stop with
globalThis.divinationBot.stop()
Roles unlocked: Berenica, Margie, Randy, Outsider, Daphne, Lady Nifle, Rebecca, Lynn, Sibylle, Tabethe, Lisbell, Rhythm, Hellfire, Truffle and Filbert, Yale and Oliver, Phantasio, Psyche
const metadata = {
name: 'dna-automation',
version: '1.0.0',
author: 'pyyupsk',
license: 'MIT',
repository: 'github.com/getthevoid/dna-automation'
};MIT License - Copyright (c) 2025 pyyupsk