Documentation

Azure epic :sunglaso:

Loadstring

local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/preztel/AzureLibrary/master/uilib.lua", true))()

Tab

After u added the main Library Code you will have to create a Tab.

local Library = loadstring(game:HttpGet("https://pastebin.com/raw/2xDTKdpV", true))()

local AimbotTab = Library:CreateTab("Aimbot", "This is where you modify the Aimbot", true) 
--true means darkmode is enabled and false means its disabled
--if you leave it empty you have a custom theme.
This is what the Ui will look like so far.

Toggle

When you added the Tab you can add multiple things into it, such as a toggle.

When you add the toggle it will look like this.

Slider

You can also add a slider

This is what the slider will look like.

You can also add a dropdown. A dropdown is a list of options you can choose.

This is what the dropdown will look like when its opened.
What it looks like when its not opened.

Button

A button describes itself, it's a button you can click (duh)

And this is how the button looks like.

That's it! It's not the best documentation but it's kinda helpful ig.

There will ofc be more updated n shit like darkmode/lightmode gui toggle bing and colorpickers

Last updated

Was this helpful?