Categories > Exploiting > Roblox >
[Release] Moonware - Level 6 Roblox Exploit
Posted
Moonware is my first free exploit in 2 years.
It uses a working but uncommon method: It uses a precompiled lua bytecode interpreter (FiOne), which is fed to Roblox's deserializer
(which gives us a function back on the stack), then gets called whenever you need to execute a script (passing the Lua 5.1 vanilla bytecode).
Moonware reached this state after 1 month of developement and active reverse engineering, but the project started since 4/5 months now.
Side-effect is; it's as powerful (even a bit more, because custom functions) as Roblox's VM but, it's slower and does not include any advantages that Luau has.
I added Custom functions to the vm
Here's a list:
[string] game:HttpGet([string] url)
[table] game:GetObjects([string] asset)
[table] getrawmetatable([userdata] ud)
[void] setrawmetatable([userdata] ud, [table] mt) --I still have to add it, I'll do it once im not lazy lol
[void] setreadonly([userdata] ud / [table] mt)
[void] toclipboard([string] data)
[string] fromclipboard([void])
[void] writefile([string] filename, [string] data, [bool] append = false)
[string] readfile([string] filename)
[function] loadfile([string] filename)
Context elevation to 6, for a full access to the RLua api.
Discord: https://discord.gg/ZP9gVcx
Website: https://moonware.cf/
Thanks for your time!
Added
@49928 yeah, i did it fast but simple of use
Cancel
Post
Added
@49928
require should work right out of the box
Cancel
Post
Replied
@CursedTorch I Tried it out, i am pretty impressed, it ran almost as many scripts as Fluxus, and it never crashed, and the User Interface is basic, but pleasing enough for me, i really like it.
Cancel
Post
<3 N4ri
---
Exploits i use: Comet
Scripts i use: anything cool
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post