Upbolt / Hydroxide

Lua runtime introspection and network capturing tool for games on the Roblox engine.
The Unlicense
369 stars 150 forks source link
exploit-development penetration-testing rlua roblox roblox-engine roblox-exploiting roblox-hack roblox-lua robloxdev robloxlua

Script

local owner = "Upbolt"
local branch = "revision"

local function webImport(file)
    return loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/Hydroxide/%s/%s.lua"):format(owner, branch, file)), file .. '.lua')()
end

webImport("init")
webImport("ui/main")

Hydroxide

Lua runtime introspection and network capturing tool for games on the Roblox engine.

Report issues to our Discord server: https://discord.gg/DJxBwAX

New Discord server will be established when the next major release is ready for use


Features

More to come, soon.

Images/Videos