StudioExecutor Versions Save

Roblox Studio executor for game penetration testing.

v0.2.1a

2 weeks ago
  • Update for version-f0582db71b134926 of Roblox Studio.

v0.2.0a

2 weeks ago
  • Added getfpscap, setfpscap, getscripthash, getscriptbytecode (Only on local play)

  • Fixed getscripts.

  • Studio will no longer crash when stopping a play test session, if you do so, and you want to use the tool again, run reinit() and it will reinitialize itself, allowing you to execute again.

  • Initial crypt library implementation (Partially Incomplete)

  • Added crypt.base64encode, crypt.base64decode, crypt.decrypt (Unstable), crypt.encrypt (Unstable), crypt.hash, crypt.generatekey (Not cryptographically safe, and I don't plan on adding crypt.generatebytes until I get a cryptographically-safe RNG source)

v0.1.7a

3 weeks ago
  • Updated for version-e2728ac197f84660.

v0.1.6a

3 weeks ago
  • Finalize implmentation for the UNC debug library.
  • Added firetouchdetector, getloadedmodules, getscripts, request (+ Aliases) , lz4compress and lz4decompress
  • Fixed getinstances, getnilinstances, getsenv.

NOTE: For some unknown reason getscripts is doing something eefy. And it makes no sense why. I'll check it out sooner than later. For now, happy pentesting.

v0.1.5a

3 weeks ago
  • Improve security (metamethod hooks)
  • Add call instrumentation for __namecall and __index (Prints arguments as a table for the former, and the table and key for the latter)

The DLL size is different due to using Release instead of RelWithDebInfo for building artifact(s).

v0.1.4a

3 weeks ago
  • Fix yielding inside of New C closures.
  • Fix broken vsc_websocket function.

v0.1.3a

3 weeks ago
  • Added environment function vsc_websocket. Call it to connect to Visual Studio Code (Compatible with this extension)

v0.1.2a

3 weeks ago
  • Fixes a detection relating to incorrect handling of errors on New C closures.
  • Removed constant obfuscation fully, performance should now be slightly better than on previous builds.
  • Fix possible detection when hooking functions from any to lua closures.

v0.1.1a

4 weeks ago
  • Updated offsets for Roblox Studio LIVE version-1870963560174427
  • Improved performance of HttpPost by not copying memory chunks around for no reason.

v0.1.0a

1 month ago
  • Added UNC compliant websocket library (With an extra Event)