Hydroxide is a powerful Lua script analysis and manipulation tool for Roblox exploits. It provides a clean, modern interface for various reverse engineering tasks.
Monitor and intercept remote events and functions in real-time. Hydroxide allows you to:
- View all RemoteEvents, RemoteFunctions, BindableEvents, and BindableFunctions
- See detailed call information including arguments and calling scripts
- Generate code to replicate remote calls
- Block or ignore specific remotes
- Filter remotes by name or type
Analyze and manipulate Lua closures:
- View upvalues and constants
- Modify closure values at runtime
- Track function calls and returns
Scan the game for scripts:
- Find LocalScripts and ModuleScripts
- View script source code
- Search for specific patterns or functions
Scan for and modify upvalues:
- Find specific upvalues across all scripts
- Modify upvalue contents
- Track upvalue changes
Scan for and modify constants:
- Find specific constants across all scripts
- Modify constant values
- Track constant usage
Play the classic Super Mario Bros game directly within Hydroxide:
- Play all 32 levels of the original game
- Adjust game speed for faster or slower gameplay
- Track lives, score, and time
- Use keyboard controls for authentic gameplay experience
- Execute the Hydroxide script in your exploit
- Use the sidebar to navigate between different tools
- Each tool has specific functionality for analyzing different aspects of Lua scripts
The Hydroxide UI is designed to be clean, intuitive, and user-friendly:
- Navigation Sidebar: Quick access to all tools
- Status Bar: Shows current status and operation results
- Tool-specific Panels: Each tool has its own specialized interface
- Context Menus: Right-click for additional options
Hydroxide is designed to work with most modern Roblox exploits that provide the necessary Lua functions. Some features may require specific exploit capabilities.
This project is licensed under the Unlicense - see the LICENSE file for details.
Hydroxide was originally created by Upbolt and has been improved with a modern UI redesign.
Contributions are welcome! Feel free to submit pull requests or open issues for bugs and feature requests.