Welcome to the PonyTown Scripts repository! This repository contains a collection of useful scripts for the game PonyTown, hosted via jsDelivr CDN for easy access.
To use any of the scripts, follow these steps:
-
Open PonyTown in your browser.
-
Type the following URL into the browser’s address bar, replacing
<your selected script file .js>
with the desired script file name:javascript:fetch('https://cdn.jsdelivr.net/gh/RandSfk/pt@main/<your selected script file .js>').then(r => r.text()).then(eval);
-
AFK Script
To use the AFK script, type the following into the browser’s address bar:
javascript:fetch('https://cdn.jsdelivr.net/gh/RandSfk/pt@main/afk.js').then(r => r.text()).then(eval);
This will load and execute the script directly from the CDN within PonyTown. This method works on both desktop and mobile browsers.