@@ -2,7 +2,7 @@ local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/kla
2
2
3
3
OrionLib :MakeNotification ({
4
4
Name = " Mika" ,
5
- Content = " Doors Injection" ,
5
+ Content = " Doors Injection Archive " ,
6
6
Image = " rbxassetid://4483345998" ,
7
7
Time = 5
8
8
})
@@ -21,40 +21,34 @@ local PlayerTab2 = Window:MakeTab({
21
21
local PlayerSection2 = PlayerTab2 :AddSection ({
22
22
Name = " Scripts"
23
23
})
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
+ -- })
42
30
PlayerSection2 :AddButton ({
43
31
Name = " Rooms Auto-Farm" ,
44
32
Callback = function ()
45
33
loadstring (game :HttpGet (" https://raw.githubusercontent.com/DaRealGeo/roblox/master/rooms-autowalk" ))()
46
34
end
47
35
})
36
+ -- PlayerSection2:AddButton({
37
+ -- Name = "PlamenUtil",
38
+ -- Callback = function()
39
+ -- loadstring(game:HttpGet('https://raw.githubusercontent.com/plamen6789/UtilitiesHub/main/UtilitiesGUI'))()
40
+ -- end
41
+ -- })
48
42
PlayerSection2 :AddButton ({
49
- Name = " PlamenUtil " ,
43
+ Name = " Vynixius " ,
50
44
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 " ))()
52
46
end
53
47
})
54
48
PlayerSection2 :AddButton ({
55
- Name = " Vynixius" ,
49
+ Name = " Vynixius Rooms " ,
56
50
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" ))()
58
52
end
59
53
})
60
54
PlayerSection2 :AddButton ({
0 commit comments