Skip to content

Commit

Permalink
update readme (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcat authored Nov 1, 2022
1 parent e204d63 commit 08a64d1
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
# Away From Blox (AFB)

## Prerequisite
AutoHotkey scripts to specifically to help you when you're *Away From (Ro)Blox*

Install [AutoHotKey v2](https://www.autohotkey.com/download/ahk-v2.exe) Beta or higher
## How to use (.exe file)

### How to use
1. [Download latest release](/releases/latest)
2. Double-click to run
3. Press `F1` to activate

1. Double-click to run
2. Press F1 to activate
## How to use (.ahk file)

1. **Install [AutoHotkey v2](https://www.autohotkey.com/download/ahk-v2.exe)** Beta or higher
2. [Download latest release](/releases/latest)
3. Double-click to run
4. Press `F1` to activate

## TODO

* Fix toggling
* Probably need to replace `sleep` with a [timer](https://lexikos.github.io/v2/docs/commands/SetTimer.htm)
* Only click if reconnection button exists
* Probably easily check for white color at the coordinates
* Eventually remove custom `ahk2exe` github action, once its been updated to support AHK v2 (watch [GitHub-Action-Ahk2Exe](https://github.com/nekocodeX/GitHub-Action-Ahk2Exe))
* Test/fix/verify we can use scaling for clicking reconnection button
* If not try to figure out a way to find button and click on it
* Modularity
* Support multiple games with unique AFK conditions and loops

0 comments on commit 08a64d1

Please sign in to comment.