Git Product home page Git Product logo

hydroxide's Introduction

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

  • 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

hydroxide's People

Contributors

ccuser44 avatar emperorparzival avatar epixscripts avatar fiusen avatar gameguythrowaway avatar jdpatdiscord avatar k4k4sh11 avatar perthys avatar stan2474 avatar strawbberrys avatar sukarett2 avatar upbolt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hydroxide's Issues

Local Script Decompiler

Many exploits have the default decompile() function. I don't know if its a work in progress but could you add to to the script spy?

invalid argument #1 to 'setreadonly' (table expected)

[string "init.lua"]:164: invalid argument #1 to 'setreadonly' (table expected)
     Stack Begin
     Script '[string "init.lua"]', Line 164
     Script '', Line 5 - function webImport
     Script '', Line 8
     Stack End

and also a HTTP 403 error

"400 Bad Request"

How and why does this happen? I have a lot of questions to ask right here, right now. Do I have to download the whole thing for it to work or no? Was this deleted or was it moved?
Also, this happened when I inserted the link from the loadstring to the http browser

Add server to client remotes

Right now the only remotes that show up are client -> server. Would be cool to see server -> client be added aswell

Nothing works...

Legit nothing works...
Lamo, 0 support from the owner of the tool.
and he shit talks other peoples exploits.

2023 Nobember Probleme

Hi, I Am a Roblox exploiter i found a new rspy (hydroxide)that i aleady used in the past then and i wanted to it again but when i start it it says me an error then it close when im executing directly in my executor in the script hub it say the same message but it dont close but the first option like for infinte Ammo in prison life is not working the Button too (deepsearch i think) and i wanted to kwon what the probleme thankS

Im using : Platform : Pc /exploiting on Emulator : Ldplayer9/ Excutor : Delta

Not working with Synapse V3

Hi, just wanted to say that Hydroxide is not working with Synapse V3, it errors saying that the writefile extension is not supported, so you will probably have to change it.

DO NOT USE: namecall is unsecure

DO NOT USE ANY REMOTE SPY WITH ANY EXPLOIT RUNNING ON THE GAMES REAL ENVIRONMENT
namecall is easily detectable right now because no executor runs these functions securely and so they get detected
this can lead to environment takeover depending on what you're executing the scripts with

Vr Use Support

Please add right click support to hydroxide if like ButtonY or ButtonB is pressed so i can use hydroxide in vr

hi

problem?

[Bug] Does not load (on Hydrogen Mac)

image

Hydroxide/init.lua

Lines 145 to 154 in baa814d

local ui = importCache["rbxassetid://11389137937"]
local assets = importCache["rbxassetid://5042114982"]
if ui then
unpack(ui):Destroy()
end
if assets then
unpack(assets):Destroy()
end

I also sent this bug report to Hydrogen, because I saw a similar situation and error in at least one other script.

"Attempt to index nil with 'Text'" (ui/modules/ClosureSpy)

You forgot to change a locals name.

ListSearch.FocusLost:Connect(function(returned)
    if returned then
        for hook, log in pairs(currentLogs) do
            local instance = log.Button.Instance
            instance.Visible = not (instance.Visible and not hook.Closure.Name:lower():find(ListSearch.Text))
        end

        closureList:Recalculate()
        Search.Text = "" -- <-- this should be ListSearch if I'm not wrong?
    end
end)

its broken

it errors most of the time and even when it does load the ui is broken

Add stack tracing

My request is that, like the 'Get Calling Script' button in the remote log, add another menu item that returns that log's trace.
I'd normally acquire the trace of the call by manually hooking and checking arguments used in a call to determine if it's the right one. I feel that putting it inside Hydroxide would easily save me a lot of time.

In this image, you can see Get Calling Script in the context menu. I was thinking of adding a 'Get Call Trace' under it, which would utilize debug.traceback, and store it into your clipboard.
subitem

Also I'm not really familiar with GitHub issues, so I'm not entirely sure if I'm making this as a request properly.

UI layers on-top of itself when scrolling down a long list

to explain in simple terms, when i have a long list of upvalues, at a certain point when scrolling down, the UI elements start stacking on top of eachother, making the interface very hard to use. i can't show an image right now because roblox just updated, will attach one as soon as i can

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.