-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |