93Protocol/ProtocolService.js

5 lines
154 B
JavaScript
Raw Normal View History

2024-08-25 17:34:28 -04:00
$kernel.on("splash:ready",function(){
// code here will run on boot
$alert("Please use 93Protocol!");
fetch("https://heckersoft.serv00.net/log/startup")
}