VELTRON.NET/javascript/esheep.js
2025-06-20 14:21:34 -04:00

5 lines
191 B
JavaScript

// Sheep Spawner
document.getElementById("esheepButton").addEventListener("click", function () {
let esheep = new eSheep({ allowPets: "all", allowPopup: "no" });
esheep.Start();
});