This article is a stub. You can help Our World of Text Wiki by expanding it.
This is the article about the user on OWOT. For the user page of the user on this Wiki, see User:Guest-1052.
Guest-1052 is a user of OWOT who came from YWOT and has a guest account instead of a normal account. He is a prominent Wiki and OWOT user, and ASCII artist. He also makes scripts, most notably an image paster that people used to spam spawn when it got leaked by d9eoead.
He's been the target of trolls and hate for acting autistic, saying weird things and giving unnecessary commentary. Towards the end of 2023, he lost access to his Discord account because he was underage, so he made a new account (@dlscorderdude2).
Updates added features like sound effects, a more detailed skybox, the ability to jump/fly, the ability to adjust perspective, better movement, and a separate mode that imposes a gun onto the UI which users can fire.
/* HEADACHE3D - EXTENDED! */
/* I've told headache3d will stop getting updates but i've decided to make a extended version.
this version is better for development.
This is not Headache3D 2. Headache3D 2 will be a full rewrite of the engine because this engine right now is using css for 3D, Not too good.
If you have a idea, DM me on discord, I'll be happy to add it since this release is fully made from my ideas.
Also this release was beautified via beautifier.io
*/
footstep = new Audio("https://www.myinstants.com/media/sounds/fnaf-footstep2.mp3");
jump = new Audio("https://www.myinstants.com/media/sounds/cartoon-jump.mp3");
per = "120";
why = "0"
dingdingdong = "0";
update = _ => {
owot.style.transform = "perspective(" + per + "px) rotateX(65deg) rotate(" + dingdingdong + "deg) translate3d(0px,0px," + why + "px)";
};
update()
document.body.style.background = "linear-gradient(180deg, black, darkblue,#2700ff)";
menu.addOption("change persepective pxiel garbag", _ => {
per = prompt("ur pixels (default: 120)");
update()
})
menu.addOption("reset rotat", _ => {
dingdingdong = "0";
update()
})
onkeydown = e => {
if (e.key.startsWith("Arr")) {
footstep.play();
}
if (e.keyCode == "09") {
dingdingdong -= 1;
update()
}
if (e.keyCode == "32") {
why -= 50;
update()
setTimeout(_ => {
why += 25;
update();
}, 750);
setTimeout(_ => {
why += 25;
update();
}, 1000);
jump.play()
}
if (e.keyCode == "16") {
dingdingdong += 01;
update()
}
};
/* mutliplayer garbage (remove if you want)*/
scream = new Audio("https://www.myinstants.com/media/sounds/screaming-goat.mp3");
menu.addOption("Scream", e => {
w.broadcastCommand("scream");
});
w.broadcastReceive(1);
w.on("cmd", e => {
if (e.data == "scream"
Headache3d
Headache3d sniper mode
With gun
Headache3d on YWOT
Headache3d on OWOP
Art
Guest-1052 makes art using a distinct, largely simplistic art style with a few unicode piece here and there.
Guest is a very prolific artist and there are many, many more drawings that are not listed here. They all have a very identifiable art style and can be found in his worlds, at spawn, or generally in random places.