Universal Script 📌
4.8k Views
18.8k Executions

RAKNET SPY 3.2

Universal Script 📌Uploaded by
3 weeks ago
Please login to perform these actions:

Description

# RAKNET SPY 3.2 ## Executor compatibility - Discovers `RakNet`, `raknet`, `Raknet`, and `RAKNET`, including bounded `syn`, `executor`, and `api` namespaces. - Recognizes snake_case, camelCase, PascalCase hook/callback aliases and `OnPacketSend` / `OnPacketReceive` signals. - Chooses the most capable detected candidate without sending probe traffic. - Supports capture-only, incoming-only, and outgoing-only APIs. The working direction remains attached if the other direction fails. Missing send support disables replay/repeater actions rather than rejecting capture. - Honors disabled boolean/function flags, including `false`. Missing/disabled capture APIs and complete attachment failure show a branded popup with **X** and **CLOSE** controls. - Handles raw string, buffer and byte-array callback payloads as capture-only; understands optional metadata and `GetData` / `GetBytes` accessors. Capture-only callbacks skip interception and outgoing delivery manipulation. - Uses dot/method arity hints for Lua functions, method calls for signals, and explicit overrides for ambiguous native contracts. Mutating calls are made once: an error does not trigger a blind second send. - Attempts hidden-UI aliases, CoreGui and PlayerGui parenting. Throwing/missing helper functions no longer abort detection. If every GUI parent is denied, a console warning replaces the popup because no writable GUI surface exists. - Disconnects supported subscriptions on close/rerun. If an API has no removal mechanism, its callback is deactivated and releases the inspector handler; native deregistration depends on that API. ### Optional explicit contract configuration Most users should leave configuration unset. For an API whose documented contract differs from automatic selection, set `getgenv().RakNetSpyConfig` **before** running the standalone file: ```lua getgenv().RakNetSpyConfig = { -- raknet = yourLibrary, -- Optional explicit library object. -- callStyle = "method", -- "dot" or "method" for library functions. -- packetCallStyle = "method",-- Optional packet-object method override. -- sendSignature = "packet", -- "packet" table or "positional" bytes,p,r,channel. -- deliveryReplay = true, -- Opt in ONLY after verifying table-send/re-entry semantics. } ``` Native signatures are not universal. Automatic outgoing delivery manipulation is enabled for the verified Real table-packet contract; other APIs default to display-only unless explicitly configured for compatible delivery replay. Configuration does not create missing capture, send, or packet-mutation capabilities. ## SCANNER tab Automatic scanning starts **ON** and observes both available directions **before intercept rules**. It is independent of capture pause, packet-list display filters, and visual delay. This is a passive triage tab: it does not send probes, fuzz, replay, block, modify, or execute inspected content.

View Raw
Edited By: KernelModeSyS_0x23a0 Download


Comments

0
Log in to join the conversation. Login
No comments yet. Be the first!