Status: Not updated🔴 Recommended: https://github.com/FoarteBine/Polycheat-Build
Polysploit is a script executor for Polytoria. It injects a DLL into the target process, hooks the Luau VM, and exposes a custom Lua API for automation, drawing, and debugging.

Polysploit.exe (WPF GUI)
└── spawns --> Injector.exe (CLI)
└── injects --> Polysploitlib.dll (into target process)
└── hooks --> Luau.VM.dll (runtime)
Requires Visual Studio 2022, Windows SDK 10.0, .NET 10.0 SDK.
Open Polysploit.slnx and build. Outputs go to x64\Release\:
| Project | Output |
|---|---|
Polysploit/ |
Polysploit.exe (WPF GUI) |
Injector/ |
Injector.exe (CLI host) |
Polysploitlib/ |
Polysploitlib.dll (injected DLL) |
Place Polysploitlib.dll next to Injector.exe. Runtime dependencies: Luau.VM.dll, Luau.Compiler.dll.
Run Polysploit.exe. Select a client from the list, write Lua code in the editor, execute.
Injector.exe
list - show running clients
attach - inject DLL into un-attached clients
execute <pid> <code> - run Lua code on a client
unload - unload DLL from all clients
terminate - kill all tracked clients
See docs.md for full API reference.