The following script:
var anticheatMediumDelay = function() {
for (var i = 0; i < 20; i++)
tick();
};
player.openContainer(1803,100 ,-1196 , "crafting");
anticheatMediumDelay();
if(player.currentContainer === null)
{
print("yeah boi");
}
else
{
player.closeContainer();
}
Seems to freeze the game on Windows.