Skip to content

k1nnx/Hydroxide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hydroxide

Hydroxide UI

Hydroxide is a powerful Lua script analysis and manipulation tool for Roblox exploits. It provides a clean, modern interface for various reverse engineering tasks.

Features

Remote Spy

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

Closure Spy

Analyze and manipulate Lua closures:

  • View upvalues and constants
  • Modify closure values at runtime
  • Track function calls and returns

Script Scanner

Scan the game for scripts:

  • Find LocalScripts and ModuleScripts
  • View script source code
  • Search for specific patterns or functions

Upvalue Scanner

Scan for and modify upvalues:

  • Find specific upvalues across all scripts
  • Modify upvalue contents
  • Track upvalue changes

Constant Scanner

Scan for and modify constants:

  • Find specific constants across all scripts
  • Modify constant values
  • Track constant usage

Super Mario Bros

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

Getting Started

  1. Execute the Hydroxide script in your exploit
  2. Use the sidebar to navigate between different tools
  3. Each tool has specific functionality for analyzing different aspects of Lua scripts

UI Overview

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

Compatibility

Hydroxide is designed to work with most modern Roblox exploits that provide the necessary Lua functions. Some features may require specific exploit capabilities.

License

This project is licensed under the Unlicense - see the LICENSE file for details.

Credits

Hydroxide was originally created by Upbolt and has been improved with a modern UI redesign.

Contributing

Contributions are welcome! Feel free to submit pull requests or open issues for bugs and feature requests.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages