0.2.1 • Published 1 year ago

macs-api v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

macsploit

A Node.js package for executing Roblox scripts via a socket connection.

Installation

To install the macsploit package, run:

npm install macsploit

Usage

Here is an example of how to use the package:

const execute = require('macsploit');

// Your Roblox script
const script = `
-- Your Roblox Lua script here
print("Hello from the script!")
`;

execute(script);

API

execute(script)

Parameters:

  • script (string): The Roblox script you want to execute.

Description:

Sends the given script to a local server running on port 5553. The script should be a string containing the Lua code you want to execute in Roblox.

Example:

const execute = require('macsploit');

const script = `
print("Hello, Roblox!")
`;

execute(script);

License

This package is licensed under the MIT License.

Key Sections in This README:

  • Title and Description: Provides a brief overview of what macsploit does.
  • Installation: Instructions for installing the package via npm.
  • Usage: Example code demonstrating how to use the package.
  • API: Details on the execute function and its parameters.
  • Contributing: Guidelines for contributing to the project.
  • License: Information about the license under which the package is distributed.
  • Acknowledgments: Credits to relevant resources.
0.2.1

1 year ago

0.2.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago