Skip to content

Releases: Upbolt/Hydroxide

1.36

14 Jun 13:53
7c28efb
Compare
Choose a tag to compare
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

  • removed startup messagebox

1.35

27 Mar 18:52
c111dd6
Compare
Choose a tag to compare
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 support for camelCase fireServer and invokeServer in __namecall hook

1.34

27 Oct 04:42
b9c475a
Compare
Choose a tag to compare
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

  • updated all assetids in every ui component

1.33

27 Oct 04:30
0b45935
Compare
Choose a tag to compare
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

  • changing version file extension to .txt

1.32

27 Oct 04:10
82683b8
Compare
Choose a tag to compare
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

  • forgot to update the assetid in ui/main.lua

1.31

27 Oct 04:08
04d114f
Compare
Choose a tag to compare
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

  • sneaking suspicion moon reported the hydroxide ui for having "shit" on the home page, so i reuploaded the model

1.3

19 Mar 01:28
9d75405
Compare
Choose a tag to compare
1.3
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 fix for new vector type (merged from GameGuyThrowaway)

1.29

10 Mar 23:32
43f50cd
Compare
Choose a tag to compare
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)

1.28

04 Feb 23:49
a7f1714
Compare
Choose a tag to compare
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

  • Hide raw userdata (merged from Epix)

1.27

28 Jan 20:45
2f9bafd
Compare
Choose a tag to compare
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

  • Fixed detection (merged from jdp_)