-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLoading-UI.lua
More file actions
43 lines (21 loc) · 965 Bytes
/
Loading-UI.lua
File metadata and controls
43 lines (21 loc) · 965 Bytes
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
local library = loadstring(game:HttpGet("https://pastebin.com/raw/SKZjdjdj"))();
local Gamer = library:CreateSection("FriendsHub");
Gamer:Button("(Status: Working)",function()
end)
Gamer:Button("Multi-Friends-Hub (Main)",function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Martin-Minecraft/Multi-Friends-Hub-V1/master/main.lua"))();
end)
local Gamer = library:CreateSection("Auto-Clicker-Key-Is-P");
Gamer:Button("Auto-Clicker",function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Martin-Minecraft/Multi-Friends-Hub-V1/master/Auto-Clicker-Key-Is-P.lua"))();
end)
local Gamer = library:CreateSection("SS-Scripts");
Gamer:Button("SS-Koi",function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Martin-Minecraft/Multi-Friends-Hub-V1/master/SS-Koi.lua"))();
end)
local Gamer = library:CreateSection("Big Paintball");
Gamer:Button("",function()
end)
Gamer:Button("",function()
end)
library:Ready();