Kawaii Deathu Desu – Easily Grind Souls

Kawaii Deathu Desu – Easily Grind Souls Welcome to our Kawaii Deathu Desu Easily Grind Souls […]

Kawaii Deathu Desu – Easily Grind Souls

Welcome to our Kawaii Deathu Desu Easily Grind Souls guide. 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

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

    Leave a Comment

    Your email address will not be published. Required fields are marked *