Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added a line break
  • Loading branch information
EasyOnHard authored Feb 27, 2024
1 parent 5262f1f commit 794a992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ To start, copy the `12_B.1` file onto your computer, making sure that it is stil
## Modifying the Code
All of the mouse positions in this program are hardcoded, meaning that you may have to modify them by going into the file and tweaking them individually (Sorry!). To change the positions, open the file be right clicking on it and opening it with Notepad or something of the like. You should now see the code. Navagate to where it says `^t::`. This is the testing macro. You will see multiple `Click` functions, and those are what you need to modify. Go back to IXL and hit `Ctrl+m` over the first answer to get the mouse position. Put that number into the first `Click`, and make the y-value for the second click a bit higher, but keep the x-value the same. Back in IXL, get the question wrong and find the `Got it` button. Hit `Ctrl+m` over the top of the buttion and put it into the 3rd `Click`. Keep the x-value the same for all three, but make the y-value a bit higher each time. Save the script and run it. Go to IXL and hit `Ctrl+t` to test it. If it works a few times in a row, put that code into the main loop at `$^i::`, save it, and Voilà, you are set! If it does not work multiple times in a row, change the positions ultil they work.
******
If you want to change the keybinds, refer to the [doc](https://www.autohotkey.com/docs/v2/Hotkeys.htm).
If you want to change the keybinds, refer to the [doc](https://www.autohotkey.com/docs/v2/Hotkeys.htm).
This repo should be relatively secure and safe, but AHK can get stuck in loops!

0 comments on commit 794a992

Please sign in to comment.