Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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