Skip to content

Commit 182b928

Browse files
Update DoorsHub.lua
1 parent 9d852ad commit 182b928

File tree

1 file changed

+17
-23
lines changed

1 file changed

+17
-23
lines changed

loaders/doors/DoorsHub.lua

+17-23
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/kla
22

33
OrionLib:MakeNotification({
44
Name = "Mika",
5-
Content = "Doors Injection",
5+
Content = "Doors Injection Archive",
66
Image = "rbxassetid://4483345998",
77
Time = 5
88
})
@@ -21,40 +21,34 @@ local PlayerTab2 = Window:MakeTab({
2121
local PlayerSection2 = PlayerTab2:AddSection({
2222
Name = "Scripts"
2323
})
24-
PlayerSection2:AddButton({
25-
Name = "Load All (minus morphs)",
26-
Callback = function()
27-
loadstring(game:HttpGet("https://raw.githubusercontent.com/klashdevelopment/Mika-Roblox/main/loaders/doors/Loader.lua"))()
28-
end
29-
})
30-
PlayerSection2:AddButton({
31-
32-
Name="Doors Morphs",Callback=function()
33-
loadstring(game:HttpGet("https://raw.githubusercontent.com/klashdevelopment/Mika-Roblox/main/scripts/DoorMorph.lua"))()
34-
end
35-
})
36-
PlayerSection2:AddButton({
37-
Name = "Doors Mikamod",
38-
Callback = function()
39-
loadstring(game:HttpGet("https://raw.githubusercontent.com/klashdevelopment/Mika-Roblox/main/scripts/DoorsMikamod.lua"))()
40-
end
41-
})
24+
-- PlayerSection2:AddButton({
25+
-- Name = "Doors Mikamod",
26+
-- Callback = function()
27+
-- loadstring(game:HttpGet("https://raw.githubusercontent.com/klashdevelopment/Mika-Roblox/main/scripts/DoorsMikamod.lua"))()
28+
-- end
29+
-- })
4230
PlayerSection2:AddButton({
4331
Name = "Rooms Auto-Farm",
4432
Callback = function()
4533
loadstring(game:HttpGet("https://raw.githubusercontent.com/DaRealGeo/roblox/master/rooms-autowalk"))()
4634
end
4735
})
36+
-- PlayerSection2:AddButton({
37+
-- Name = "PlamenUtil",
38+
-- Callback = function()
39+
-- loadstring(game:HttpGet('https://raw.githubusercontent.com/plamen6789/UtilitiesHub/main/UtilitiesGUI'))()
40+
-- end
41+
-- })
4842
PlayerSection2:AddButton({
49-
Name = "PlamenUtil",
43+
Name = "Vynixius",
5044
Callback = function()
51-
loadstring(game:HttpGet('https://raw.githubusercontent.com/plamen6789/UtilitiesHub/main/UtilitiesGUI'))()
45+
loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Doors/Script.lua"))()
5246
end
5347
})
5448
PlayerSection2:AddButton({
55-
Name = "Vynixius",
49+
Name = "Vynixius Rooms",
5650
Callback = function()
57-
loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Doors/Loader.lua"))()
51+
loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Vynixius/main/Doors/The%20Rooms/Script.lua"))()
5852
end
5953
})
6054
PlayerSection2:AddButton({

0 commit comments

Comments
 (0)