MCIO Custom Packets & Console

Adds a draggable window to send custom packets with notification balloons.

Auteur
Earth1283
Nombre d'installations quotidiennes
0
Nombre d'installations
2
Évaluations
0 0 0
Version
1.6
Créer
2025-03-01
Mis à jour
2025-03-01
Taille
6,78 ko
Licence
S/O
S'applique à

MCIO Custom packets

This is a remake of the MCIO Packet Manager

Notes to users: for the CONSOLE option, please BE CAREFUL with what you input! It could run any JavaScript code on the web console! An example is GAME.events.emit('gamePlay') (this makes you join a game if you are not in one)

Below is the documentation written by Gemini:

This Tampermonkey script provides a convenient, draggable window directly within your browser, specifically designed for the mine-craft.io website (though easily adaptable to other sites). It empowers you to send custom HTTP requests (GET, POST, PUT, DELETE) to the current webpage, and also execute arbitrary JavaScript commands directly within the page's console.

Key Features:

  • Draggable Window: A floating, stylish window allows you to easily position the tool anywhere on your screen.
  • HTTP Request Sending:
    • Choose from various HTTP methods (GET, POST, PUT, DELETE).
    • Input custom packet data (JSON, or any data format) into a text area.
    • Send requests to the currently loaded webpage's URL.
    • Receive visual notification balloons indicating successful or failed packet transmissions, complete with descriptive emojis.
  • Console Command Execution:
    • Select the "Console Command" option to execute JavaScript code directly within the webpage's context.
    • Input your JavaScript code into the text area.
    • Receive visual notification balloons with emojis indicating successful or failed command execution.
    • This feature lets you manipulate the webpage's elements or run custom scripts on demand.
  • Visual Notification Balloons:
    • Informative balloons appear to provide feedback on packet and command execution.
    • Success and error balloons are visually distinct with unique colors.
    • Informative Emojis are used to give even more information.
    • Balloons automatically fade out after a short period, or can be dismissed manually.
  • User-Friendly Interface:
    • Clean and intuitive design makes it easy to send packets and execute console commands.
    • Easy to understand select boxes and text areas.

Use Cases:

  • Testing API endpoints on the mine-craft.io website.
  • Debugging and experimenting with HTTP requests.
  • Quickly executing JavaScript snippets on the webpage.
  • Manipulating webpage elements or data for testing or customization.
  • Sending custom packets to game servers (if applicable and if you know the correct packet structure).

Installation:

  1. Install the Tampermonkey browser extension.
  2. Copy and paste the script code into a new Tampermonkey script.
  3. Save the script.
  4. Navigate to mine-craft.io (or the target website).
  5. The packet sender window will appear.

THE AUTHOR SHOULD NOT BE HELD ACCOUNTABLE FOR ANY HARM DONE WITH THIS USERSCRIPT!!!