3096 / genshin_scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use ?

s0806774 opened this issue · comments

i use pycharm run
How do i do the next step?
image

press tab + 1 together when in-game, it should do the auto thingy, spacebar to stop

Press in game START_COMBO_KEY = [pynput.keyboard.Key.tab] + key from midi_config.json

in other words: in your case it will be TAB+1, cause th09_04.mid key is 1 and START_COMBO_KEY is TAB

commented

erm you dont need text editor / IDE to run this script. Just install python and run it on the terminal.