-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoors.lua
More file actions
129 lines (111 loc) · 3.85 KB
/
Copy pathDoors.lua
File metadata and controls
129 lines (111 loc) · 3.85 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/Xenon-UI-coder/Ui/main/Orion-Source')))()
local Window = OrionLib:MakeWindow({Name = "??? hub / .gg/zeJ32NF6rZ", HidePremium = false, IntroText = "??? hub" , SaveConfig = true, ConfigFolder = "OrionTest"})
local Tab = Window:MakeTab({
Name = "Items",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
Tab:AddButton({
Name = "Urine jar",
Callback = function()
print("Executed Star Jug")
loadstring(game:HttpGet("https://raw.githubusercontent.com/notpoiu/Scripts/refs/heads/main/StarJug.lua"))()
end
})
Tab:AddButton({
Name = "Spawn of Pandenion",
Callback = function()
print("Spawn")
loadstring(game:HttpGet("https://raw.githubusercontent.com/DripCapybara/Doors-Mode-Remakes/refs/heads/main/PandemoniumProtected.lua"))()
end
})
Tab:AddButton({
Name = "Size Stick",
Callback = function()
loadstring(game:HttpGet('https://gist.githubusercontent.com/IdkMyNameLoll/f0178af2301ca90c09895f10f3e7bd4b/raw/46899ccc3626f3485d85f990012f7ef37ae52e5e/resizerDoorsRemake'))()
end,
})
Tab:AddButton({
Name = "Gold Shakelight",
Callback = function()
print("Executed Star Jug")
loadstring(game:HttpGet(("https://raw.githubusercontent.com/aadyian9000/the-thing/main/GoldenGummyFlashlight.lua"),true))()
end
})
Tab:AddButton({
Name = "Water jar",
Callback = function()
print("Executed Star Jug")
loadstring(game:HttpGet('https://gist.githubusercontent.com/IdkMyNameLoll/04d7dd5e02688624b958b8c2604b924c/raw/9e86b34249f44ed2dd433176e67daaf3db30cde8/MoonBottle'))()
end
})
Tab:AddButton({
Name = "Seek Gun",
Callback = function()
print("Executed Star Jug")
loadstring(game:HttpGet("https://raw.githubusercontent.com/notpoiu/Scripts/main/seekgun.lua"))()
end
})
Tab:AddButton({
Name = "Bomb rocket 2007",
Callback = function()
print("Executed Star Jug")
loadstring(game:HttpGet("https://raw.githubusercontent.com/notpoiu/Scripts/main/rocketLauncher.lua"))()
end
})
Tab:AddButton({
Name = "Seek Morph",
Callback = function()
print("Executed Star Jug")
loadstring(game:HttpGet("https://api.hugebonus.xyz/scripts/TrollFaceSpawner.lua"))()
end
})
local Section = Tab:AddSection({
Name = "Cheats"
})
Tab:AddButton({
Name = "Morphs",
Callback = function()
print("Executed Star Jug")
loadstring(game:HttpGet("https://raw.githubusercontent.com/ChronoAccelerator/Public-Scripts/main/Morphing/MorphScript.lua"))();
end
})
Tab:AddButton({
Name = "Infinite Vitamins",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/refs/heads/main/Inf_Vitamins.lua"))()
end,
})
Tab:AddButton({
Name = "Crucifix On Anything",
Callback = function()
_G.Uses = 99999999999
_G.Range = 999
_G.OnAnything = true
_G.Fail = false
loadstring(game:HttpGet('https://raw.githubusercontent.com/PenguinManiack/Crucifix/main/Crucifix.lua'))() --no deivid-- --execute this instead--
end,
})
Tab:AddButton({
Name = "Mischievous Crucifix",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Teilsthebfdifan/Modhub-assets/refs/heads/main/MischievousV2Test.lua"))()
end,
})
local Section = Tab:AddSection({
Name = "Mods"
})
Tab:AddButton({
Name = "Creepy mod",
Callback = function()
print("Executed Star Jug")
loadstring(game:HttpGet('https://raw.githubusercontent.com/Anzor5458/Mode/refs/heads/main/Creepy%20mode'))()
end
})
Tab:AddButton({
Name = "хаос",
Callback = function()
print("Executed Star Jug")
loadstring(game:HttpGet("https://raw.githubusercontent.com/t1hub2/Chaos/3adc3d35de10eb716d85cef84b18f29c2a0b3278/README.lua"))()
end
})