Created by sashaa#5351
Features:
- ANTICHEAT BYPASS
- only works on hotel singleplayer lobbies
- unlike old methods this allows you to pickup items / doesn’t remove humanoid
PUT IN YOUR AUTO EXECUTE FOLDER
if game.PlaceId == 6839171747 then
task.defer(function()
while wait() do
pcall(function()
workspace.CurrentRooms["0"].StarterElevator.DoorHitbox:Destroy()
end)
end
end)
game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game.RemoteListener.Disabled = true
end