Skip to content

02-t/GenshinImpact-LyreBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Python bot that lets you select a song to play in Genshin Impact's lyre gadget.

It works by simulating a player's keyboard, without modifying the game files, so you won't get banned for using it, but it is against Genshin's ToS, so use it at your own risk!

Only works in Windows!

Instalation/How to run

  1. Download "Application.zip" from the release
  2. Extract the downloaded .zip file
  3. Open the extracted folder, after that open the "code" folder and run "main.exe" as admin

Optional: you can right-click the "main.exe" file and click "Create a shortcut" to create a shortcut and move it to your Desktop or wherever you want to run the application easier.

How to use

Press any song you want from the songs listed in the app, after that Alt+TAB to Genshin and the song will be played in 2 seconds (you can change the amount of time needed in the "info.txt" file)


To stop the song from playing, hold "R" on your keyboard (this keybind can also be modified from the "info.txt" file).


You can also change the background's color in "info.txt"!






(OPTIONAL) How to compile (the nerdier way to install)

1. Download Python
  • Download the setup
  • Run the setup and select Customize installation
  • Make sure you have these optional features enabled and press next
  • Make you have these advanced options enabled and press install
  • Open cmd, type pip install keyboard and press enter
  1. Download the souce code and extact it, open the "code" folder and copy it's path
  2. Open cmd as administrator, type cd followed by the path you just copied and press enter
  3. Now type python "main.py" and press enter