Advertisement
baconhack_263

DOORS SCRIPT

Oct 31st, 2023 (edited)
1,013
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. local lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/acsu123/HOHO_H/main/hoho_lib.lua", true))()
  2. local win = lib:Window("BACONHACK_26 AND BACONHACK_263","DOORS FIL",Color3.new(0.333333, 0.666667, 1))
  3. local tab = win:Tab("Main")
  4. local label = tab:Label("Label", properties) --properties: {["Visible"] = flase}
  5. label:NewLabel("Main", properties)
  6. tab:Line()
  7. tab:Button("KEYS ESP", function()
  8. for i,v in pairs(KeyChams) do
  9. v.Enabled = Value
  10. end
  11. end)
  12.  
  13. tab:Line()
  14. tab:Button("BOOKS ESP", function()
  15. for i,v in pairs(BookChams) do
  16. v.Enabled = Value
  17. end
  18. end)
  19.  
  20. tab:Line()
  21. tab:Button("FIGURE ESP", function()
  22. for i,v in pairs(FigureChams) do
  23. v.Enabled = Value
  24. end
  25. end)
  26.  
  27. tab:Line()
  28. tab:Button("No seek arms/obstructions NOT WORKING EVERYTIME", function()
  29. game:GetService("Workspace").CurrentRooms.DescendantAdded:Connect(function(descendant)
  30.  
  31. if OrionLib.Flags["NoSeek"].Value == true and descendant.Name == ("Seek_Arm" or "ChandelierObstruction") then
  32.  
  33. task.spawn(function()
  34.  
  35. wait(0.01)
  36.  
  37. descendant:Destroy()
  38.  
  39. end)
  40.  
  41. end
  42.  
  43. end)
  44. end)
  45.  
  46. local tab = win:Tab("SPAWNER")
  47. local label = tab:Label("Label", properties)
  48. label:NewLabel("YOU SPAWN AT BACKROOMS", properties)
  49. tab:Line()
  50. tab:Button("SPAWN RUSH", function()
  51. loadstring(game:HttpGet("https://raw.githubusercontent.com/iCherryKardes/Entity-Spawner/main/Rush"))()
  52. end)
  53.  
  54. tab:Line()
  55. tab:Button("SPAWN HALT", function()
  56. require(game.ReplicatedStorage.ClientModules.EntityModules.Shade).stuff(Data, workspace.CurrentRooms[tostring(game.ReplicatedStorage.GameData.LatestRoom.Value)])
  57. end)
  58.  
  59. tab:Line()
  60. tab:Button("SPAWN GLITCH", function()
  61. require(game.ReplicatedStorage.ClientModules.EntityModules.Glitch).stuff(Data, workspace.CurrentRooms[tostring(game.ReplicatedStorage.GameData.LatestRoom.Value)])
  62. wait(1.99)
  63. game.Players.LocalPlayer.Character.Humanoid.Health -= 40
  64. firesignal(game.ReplicatedStorage.Bricks.DeathHinwt.OnClientEvent, {"That is odd. I cannot figure out who you died to.", "However, I did notice you lagged back from your friends.", "Stay close together!"})
  65. wait(2.55)
  66. game.Players.LocalPlayer.PlayerGui.MainUI.Statistics.Death.Text = "Died to Glitch"
  67. end)
  68.  
  69. local tab = win:Tab("CRUCIFIX GIVER")
  70. local label = tab:Label("Label", properties)
  71. label:NewLabel("CRUCIFIX AHH", properties)
  72. tab:Line()
  73. tab:Button("GIVE CRUCIFIX", function()
  74. loadstring(game:HttpGet('https://raw.githubusercontent.com/Johnny39871/assets/main/crucifixo'))()
  75. end)
  76.  
  77. tab:Line()
  78. tab:Button("NOTE:", function()
  79. loadstring(game:HttpGet('https://raw.githubusercontent.com/Johnny39871/assets/main/crucifixo'))()
  80. end)
  81.  
  82. tab:Line()
  83. tab:Button("THE CRUCIFIX ONLY WORKS", function()
  84. loadstring(game:HttpGet('https://raw.githubusercontent.com/Johnny39871/assets/main/crucifixo'))()
  85. end)
  86.  
  87. tab:Line()
  88. tab:Button("ON SPAWNED ENTITY", function()
  89. loadstring(game:HttpGet('https://raw.githubusercontent.com/Johnny39871/assets/main/crucifixo'))()
  90. end)
  91.  
  92. local tab = win:Tab("OWNER")
  93. local label = tab:Label("Label", properties)
  94. label:NewLabel("AHH AHH", properties)
  95. tab:Line()
  96. tab:Button("#BACONHACK_26", function()
  97. loadstring(game:HttpGet("https://pastebin.com/raw/9DYp3MHi"))()
  98. end)
  99.  
  100. tab:Line()
  101. tab:Button("#BACONHACK_263", function()
  102. loadstring(game:HttpGet("https://pastebin.com/raw/9DYp3MHi"))()
  103. end)
  104.  
  105. tab:Line()
  106. tab:Button("#BACONHACK_262", function()
  107. loadstring(game:HttpGet("https://pastebin.com/raw/9DYp3MHi"))()
  108. end)
  109.  
  110. tab:Line()
  111. tab:Button("#BACONHACK_27", function()
  112. loadstring(game:HttpGet("https://pastebin.com/raw/9DYp3MHi"))()
  113. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement