Home - waktool/RankQuests GitHub Wiki
A Pet Simulator 99 macro for Windows.
This macro automates the completion of various quests, covering tasks such as resource collection, potion usage, item usage, breaking various objects, and making and hatching pets.
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 |
---|---|---|
Camera Mode | Classic |
Escape > Settings
|
Movement Mode | Default |
Escape > Settings
|
Setting | Requirement | How To Change |
---|---|---|
Action Mode | Priority |
Settings icon > Action Menu
|
Vibrations | Off |
Settings icon > Action Menu
|
Ensure all worlds and zones are unlocked.
The following items are essential for the macro to rank up your character.
Item | Quest |
---|---|
Basic Coin Jars | Break Basic Coin Jars in the Best Area |
Comets | Break Comets in the Best Area |
Lucky Blocks | Break Lucky Blocks in the Best Area |
Pinatas | Break Pinatas in the Best Area |
Fruit | Use Fruits |
Standard Best Pets | Make Golden Pets from the Best Egg |
Golden Best Pets | Make Rainbow Pets from the Best Egg |
Flags* | Use Flags |
Tier 3 Potions* | Use Tier 3 Potions |
Tier 4 Potions* | Use Tier 4 Potions |
Tier 5 Potions* | Use Tier 5 Potions |
Potions* | Collect Potions |
Enchants* | Collect Enchants |
*This is a user choice defined in the Settings.ini
file.
Important
If you run out of resources, quests may become stuck (e.g., transforming all pets into golden pets).
Warning
Due to latency or poor OCR performance, there is a risk of unintentionally upgrading all pets, potions, or enchants at once when crafting. It's advised to store any excess pets or items in a box as a precaution.
Tip
If you have pets in your inventory that are stronger than the pets hatched from the best egg, put them in a box.
The following items are recommended for the macro to rank up your character more efficiently.
Item | Quest |
---|---|
Chest Mimic | Break Mini-Chests in the Best Area |
Diamond Chest Mimic | Break Mini-Chests in the Best Area |
Chest Spell Ultimate | Break Mini-Chests in the Best Area |
Superior Chest Mimic | Break Superior Mini-Chests in Best Area |
Fruity Enchant | Use Fruits |
VIP Gamepass | Break Diamond Breakables |
- Navigate to the folder where you extracted the zip file.
- Double-click the
RankQuest.ahk
file. This will initiate the macro and display the user interface.
- Load Pet Simulator 99.
- Run the macro (this will alter your fonts, which will only take effect after restarting Roblox).
- Close the macro (F5 by default).
- Close Pet Simulator 99.
- Load Pet Simulator 99.
- Run the macro again.
Note
This macro changes your Roblox font to Times New Roman to improve OCR results. The new font will remain in your Roblox client until you click the Default Font
button and restart Roblox.
- 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 |
---|---|---|
Pause | Button | Pauses the macro |
Help | Button | Displays the README.txt file |
Refresh | Button | Manually refreshes the quest list |
Reconnect | Button | Initiates a reconnection |
Default Font | Button | Reinstates the default Roblox font (requires changing worlds or restarting Roblox to take effect) |
Basic configuration is completed in the Settings\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\Quests.ahk |
Contains individual quest priorities (a priority of 0 disables a quest). |
Lib\Movement.ahk |
Contains paths to different areas (e.g., VIP, best egg). |
Lib\Coords.ahk |
Contains coordinate locations for PS99 controls. |
Lib\Delays.ahk |
Contains delay times between different in-game actions (e.g., after closing the Inventory menu). |
Important
When performing automated conversions with calculated angles under 10°, the macro initiates at a 2.5° angle and increments as needed. However, there is an issue where 2.5° selections are occasionally misinterpreted as approximately 90°, resulting in significantly more pets being converted than required.