Capture Console Logs

Captures console logs in a bloxd.io server and stores them in local storage. You can use this to find player ID numbers, idk what you can use them for possibly tracking server activity.

目前為 2025-05-18 提交的版本,檢視 最新版本

作者
nomu
評價
0 0 0
版本
1.0
建立日期
2025-05-18
更新日期
2025-05-18
尺寸
2.0 KB
授權條款
MIT
腳本執行於

Bloxd.io Capture Console Logs

Version: 1.0
Author: Nomu
Description: Creates a button to capture console logs of the bloxd.io server you're in
License: MIT

Usage:
After downloading this script, when you join a bloxd.io server, a small button on the top right will appear. When used, it will download a text file you can open on your computer with an application like Notepad. In the file, it will tell you all of the events on the server, like animal spawns, the libraries, all lifeforms, and your server activity.

The file will contain hundreds of logs. Here's an example log format:
{
"timestamp": "Year-Month-DayOfMonth-Hour:Minute:Second.450Z",
"message": "Changed name of -(playerID) (Player lifeform) to \"username\""
},