Skip to content
forked from nunera/Hydronium

Penetration testing tool for games developed on the Roblox game engine.

License

Notifications You must be signed in to change notification settings

dckrell/Hydronium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is mainly a temporary fix to some things including the shitty and buggy ui of hydroxide. (+ adonis bypass)

Script

loadstring(game:HttpGet("https://raw.githubusercontent.com/nunera/Hydronium/revision/Loadstring.lua"))()

if you're having problems updating, delete the cache at workspace/hydronium.

Upcoming

fix the stupid goddamn ui deciding it wants to stop working until you scroll all the way up

Hydronium

General purpose pen-testing tool for games on the Roblox engine


Features

  • Upvalue Scanner
    • View/Modify Upvalues
    • View first-level values in table upvalues
    • View information of closure
  • Constant Scanner
    • View/Modify Constants
    • View information of closure
  • Script Scanner
    • View general information of scripts (source, protos, constants, etc.)
    • Retrieve all protos found in GC
  • Module Scanner
    • View general information of modules (return value, source, protos, constants, etc.)
    • Retrieve all protos found in GC
  • RemoteSpy
    • Log calls of remote objects (RemoteEvent, RemoteFunction, BindableEvent, BindableFunction)
    • Ignore/Block calls based on parameters passed
    • Traceback calling function/closure
  • ClosureSpy
    • Log calls of closures
    • View general information of closures (location, protos, constants, etc.)

More to come, soon.

Images/Videos

Video prior to Hydronium

About

Penetration testing tool for games developed on the Roblox game engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%