Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oguzhantasimaz/guitar-flash-autoplay
Guitar flash autoplay made with Golang
https://github.com/oguzhantasimaz/guitar-flash-autoplay
cheat cheating game-cheating game-hack game-scripts games golang guitar guitar-flash guitar-hero image-processing script scripting scripts
Last synced: about 2 months ago
JSON representation
Guitar flash autoplay made with Golang
- Host: GitHub
- URL: https://github.com/oguzhantasimaz/guitar-flash-autoplay
- Owner: oguzhantasimaz
- License: gpl-3.0
- Created: 2020-03-28T21:15:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T13:41:28.000Z (over 1 year ago)
- Last Synced: 2023-09-28T00:04:42.089Z (over 1 year ago)
- Topics: cheat, cheating, game-cheating, game-hack, game-scripts, games, golang, guitar, guitar-flash, guitar-hero, image-processing, script, scripting, scripts
- Language: Go
- Homepage: https://www.youtube.com/shorts/noo72JP1h3k
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guitar-Flash-AutoPlay
Guitar flash autoplay v2 made with Golang. Previously it was built with Python.
This is a fun project. It may have bugs / errors. But %99 of the time it plays correctly.
Please test it on expert level.
Adjust these lines according to your screen resolution
Line: 20
```go
x, y, width, height := 0, 0, 1512, 982
```Line: 32-36
```go
go pressNote(667, 673, "s", &previousReceiveTimeS, img)
go pressNote(760, 673, "j", &previousReceiveTimeJ, img)
go pressNote(866, 673, "k", &previousReceiveTimeK, img)
go pressNote(970, 673, "l", &previousReceiveTimeL, img)
```## Working Video Example
[Youtube Video](https://youtube.com/shorts/noo72JP1h3k?feature=share "Working Example")
Feel Free to Contribute