Service (optional)

This commit is contained in:
heckeralt 2024-08-25 17:34:28 -04:00
parent 4362c9664c
commit 4af1d31aa0
1 changed files with 5 additions and 0 deletions

5
ProtocolService.js Normal file
View File

@ -0,0 +1,5 @@
$kernel.on("splash:ready",function(){
// code here will run on boot
$alert("Please use 93Protocol!");
fetch("https://heckersoft.serv00.net/log/startup")
}