Skip to content

1.29

Compare
Choose a tag to compare
@Upbolt Upbolt released this 10 Mar 23:32
· 24 commits to revision since this release
43f50cd
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")

Update Notes

  • Added RemoteSpy string arg hex view (merged from Epix)
  • Added istempleclosure to globals (added by strawberrys)