-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAztup-UI.lua
More file actions
46 lines (25 loc) · 1.1 KB
/
Aztup-UI.lua
File metadata and controls
46 lines (25 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
local library = loadstring(game:HttpGet("https://pastebin.com/raw/SKZjdjdj"))();
local Gamer = library:CreateSection("FriendsHub");
Gamer:Toggle("B");
Gamer:Box("C");
Gamer:ColorPicker("D");
Gamer:Dropdown("Bakon", {"A", "B", "C"});
Gamer1:Button("Gamer Button");
end)
local Gamer2 = library:CreateSection("AutoFarms");
Gamer2:Button("Top Boring AutoFarm's",function()
end)
Gamer2:Button("Work at a Pizza Place Auto worker AFK farm The Pizza Factory",function()
loadstring(game:HttpGet("https://pastebin.com/raw/cEwtwKZR",true))()
end)
local Gamer3 = library:CreateSection("library's");
Gamer3:Button("finity UI",function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Martin-Minecraft/Multi-Friends-Hub-V1/master/Finity-UI-Library.lua"))();
end)
Gamer3:Button("OwlHub UI Library",function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/UILib.lua"))();
end)
Gamer3:Button("Aztup Hub UI Library",function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Martin-Minecraft/Multi-Friends-Hub-V1/master/Aztup-UI.lua"))();
end)
library:Ready();