ADVERTISEMENTREMOVE ADS

Hydroxide [Universal]

Universal script
1 year ago
Script preview thumbnail
Script Preview

Description

Tool for scripting/making games support.

Uploaded here because it's not here

IT DOESN'T SUPPORT SOLARA

Note:

It's not mine, all credits to Upbolt (https://github.com/Upbolt)

Hydroxide discord server: https://discord.gg/DJxBwAX

Features description:

  • 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.)

Features:

  • Upvalue Scanner
  • Constant Scanner
  • Script Scanner
  • Module Scanner
  • RemoteSpy
  • ClosureSpy
ADVERTISEMENTREMOVE ADS
9 Lines • 281 Bytes
Verified
Raw
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")
ADVERTISEMENTREMOVE ADS

Comments

7 comments
to add a comment
Ri

not working at XENO

0
0
Ma

@RichardAdamk i didn't say that its supposed to, also ig reading description is too hard

0
0
Vt

Don't work (Not supported Wave).

0
0
Ma

@Vtoroiacc it supports it

0
0
De

doesnt work on macsploit

1
0
Ma

@Devappl unsupported executor probably

0
0
in

doesnt work on awp for some reason (on my awp), just says attempted to call a nil value

0
0
ADVERTISEMENTREMOVE ADS