Skip to content

Commit

Permalink
Updated README.md to demonstrate finding target coordinates with Auto…
Browse files Browse the repository at this point in the history
…Hotkey Window Spy
  • Loading branch information
thoresonjd committed Sep 26, 2023
1 parent 68ad266 commit 8b0c3de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,14 @@ This glitch is often exploited in I, Zombie Endless to obtain the [Better Off De

## Usage

The script requires a the positions of the Bungie Zombie's "seed" card and the sunflower's tile. These locations can be retrieved from AutoHotkey Window Spy.
The script requires the positions of the Bungie Zombie's "seed" card and the sunflower's tile. The screen coordinates for both can be retrieved from AutoHotkey Window Spy. Simply move the mouse cursor over the target and mark down the default client coordinates.

Under the "Positions" section, replace the default coordinates with the proper x and y values on your system.
<div align="center">
<img src="./assets/ahk-window-spy.png" style="height: 10vw;" alt="Window Spy"/>
<p>Mouse coordinates shown in AutoHotkey Window Spy</p>
</div>

Under the "Positions" section of the script, replace the placeholder values with the proper x and y values on your system.
```
...
Expand Down
Binary file added assets/ahk-window-spy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b0c3de

Please sign in to comment.