-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ryan edited this page Jun 8, 2024
·
1 revision
A Pet Simulator 99 macro for Windows.
This macro uses prison keys to open the cells in the Prison Block.
- Unlocks cells and opens chests.
- Error handling for latency issues.
- Auto-reconnects.
Download AutoHotKey 2.0 from https://www.autohotkey.com/ and install it.
- Download the macro's zip file.
- Unzip the downloaded file.
- Remove the zip file after extraction.
Setting | Requirement | How To Change |
---|---|---|
Display Resolution | 1920x1080 |
Windows+I > Home > Display
|
Scale | 100% |
Windows+I > Home > Display
|
Keyboard | QWERTY |
Windows+I > Time & language > Language & region
|
Language | English |
Windows+I > Time & language > Language & region
|
Setting | Requirement | How To Change |
---|---|---|
Roblox Version | Web (not Microsoft Store) | https://www.roblox.com/ |
Camera Mode | Classic |
Escape > Settings
|
Movement Mode | Default |
Escape > Settings
|
Action Mode | Priority |
Settings icon > Action Menu
|
Vibrations | Off |
Settings icon > Action Menu
|
Frame Rate | 60 (Recommended) |
Escape > Settings
|
- Ensure zone 204 is unlocked.
- Standard Hoverboard (shiny hoverboards will disrupt the pathing).
- Navigate to the folder where you extracted the zip file.
- Double-click the
ahk
file. This will initiate the macro and display the user interface.
- Load Pet Simulator 99.
- Navigate to the last world.
- Run the macro.
Note
Do not rotate the camera. It can be zoomed in and out but any rotation will cause any movement to certain areas to fail.
Key | Function |
---|---|
F5 | Exit the macro. |
F8 | Pause the macro. |
Note
These shortcuts are configurable in the Settings.ini
file.
Control | Type | Description |
---|---|---|
Zone | Listview Column | The zone the player is in |
Action | Listview Column | The current action being performed by the player |
Prison | Listview Column | The number of prison keys used |
Golden | Listview Column | The number of golden keys used |
Total | Listview Column | The total number of keys used |
Pause | Button | Pauses the macro |
Wiki | Button | Opens this wiki |
Reconnect | Button | Reconnects to the server |
Basic configuration is completed in the Settings.ini
file. Any changes made to this file take effect immediately.
Advanced configuration is completed using the following ahk
files. The macro must be restarted for any of these changes to take effect.
File | Description |
---|---|
Lib\Movement.ahk |
Contains paths to different cells |
Lib\Coords.ahk |
Contains coordinate locations for PS99 controls |