Search by

compactinteractive / rccservicesoap08

turbozap1

A class to execute scripts to Roblox RCC using Soap.

Package info

github.com/turbozap1/RCCServiceSoap08

pkg:composer/compactinteractive/rccservicesoap08

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.1 2026-08-05 17:57 UTC

This package is auto-updated.

Last update: 2026-09-10 17:08:36 UTC


README

INSPO CRED: NolanWhy DiscordUID: 583756379320483870

Documentation here: RCCServiceSoap08 Docs

Install:

composer require compactinteractive/rccservicesoap08

Example:

use CompactInteractive\RCCServiceSoap08;

RCCServiceSoap08::init("127.0.0.1", 64989);
$result = RCCServiceSoap08::execute('print("Hello")');

More examples in the Examples/ folder!