Kawaii Deathu Desu

Kawaii Deathu Desu

Not enough ratings
Easily Grind Souls
By MeduMegu
How to grind souls using AutoHotKey
   
Award
Favorite
Favorited
Unfavorite
Introduction
Here is a simple script I made to easily grind this game.
The script will automatically press A & D button repeatedly with spacebar so you can leave the game open and it will automatically restart the stage.
Content
Firstly you need to have AutoHotKey which you can download it here https://www.autohotkey.com/
After that, just copy this code and paste it on notepad. rename it to something with .ahk as the extension. Double click to open the script and you're ready to go.

Numpad 0 = Run the script
Numpad 1 = Pause/Unpause the script
Numpad 2 = Close the script

Numpad0:: loop { SendInput {A} Sleep 60 SendInput {D} Sleep 60 SendInput {Space} Sleep 60 } return Numpad1::Pause Numpad2::ExitApp

For some character (Suu / Mary), there is a delay on their special skill that makes this script not useful. In this case, just change the code "Sleep 60" to "Sleep 120".

I suggest Endless stage 6 (China) for the fastest soul grind. With max level character, I can get max 3500 souls per run.
I have tested the script on all hard stage and it can easily earn you 3 skulls token.

5 Comments
🤤 下着通 😋 16 Dec, 2022 @ 6:37am 
Thanks for the script and heads up. It works just fine but instead of making notepad document, create new autohotkey script directly, right click on edit and paste the script there.
gageschleser 18 Sep, 2022 @ 10:08pm 
I use lghubs macro customization personally.
MarcusC 21 Feb, 2022 @ 1:33am 
You can do this with just Steam and a custom controller binding.
Aku Yami(1740) 14 Feb, 2022 @ 7:33am 
Does this still work? i tried it and it doesn't seem to work anymore?
Venatus 12 Aug, 2021 @ 6:28am 
:cozybethesda: