Auto casino

Auto casino

{H1}

STEAM
This item has been removed from the community because it violates Steam Community & Content Guidelines. It is only visible to you. If you believe your item has been removed by mistake, please contact Steam Support.
This item is incompatible with Danganronpa V3: Killing Harmony. Please see the instructions page for reasons why this item might not work within Danganronpa V3: Killing Harmony.
This guide is fairly inspired from the guide below

DR1 Casino Guide

to use a macro to let you live your life a bit.
AHK[www.autohotkey.com] or Auto Hot Key, is basically setting up a macro to do a certain sequence of keys for you. It uses its own coding language, but it's not too difficult when you get into the bottom of it.

This guide basically uses that macro to do some... irritatingly repetitive things that requires your attention at the same time.

Though note, this program runs at the active window. That means if you have this macro running, you can't do anything else with the computer. Just turn the screen off and browse some forums on your cellphone, watch a TV show / movie as it will take a good chunk of time.
The mono mono machine is basically the same thing across all 3 main titles. You put a coin in, you turn, prize comes out. The process is outrageously tedious as all you do is press a few buttons and wait.

So, likely the best thing to do is just throw in a macro for you to do this. I just tweaked a few things from the original post to let it fit ndrv3.

~CapsLock:: { loop { if GetKeyState("CapsLock", "T") { Send {Up down} Sleep, 200 Send {Up up} Send {Return down} Sleep, 200 Send {Return up} } else { Break } } } return

paste that into a black notepad file, and save it as .ahk when you run it, pressing the caps lock button will infinitely repeat the sequence of button pressing above.
Honestly, this is likely to come in more handy as you might not want to use up all your coins using the casino.

It's basically a script to make the protagonist run infinitely in a single direction until you turn off the script.

~CapsLock:: { loop { if GetKeyState("CapsLock", "T") { Send {Shift down} Send {w down} Sleep, 10000 Send {Shift up} Send {w up} Sleep, 100 } else { Break } } } return

Put the protagonist in a corner. For example, CH2 free time second floor where Miu is standing and make the protagonist infinitely run at the TV screen there.
This guide isn't a "quick way to gain levels" or such. Even if you make the protagonist run at a wall, you will still take around 1-2 hours to gain the last stretch of levels.

I personally finished the first run of NDRv3 around LV68 so there was so much more grinding to do. Though, using such, I can at least do something else while you gain some levels.

Modern problems require modern solutions.
Close
Источник: https://steamcommunity.com/sharedfiles/filedetails/?id=2055282936