Guest-1052: Difference between revisions
m →Art |
|||
| Line 119: | Line 119: | ||
File:1052 owotd 2.png | File:1052 owotd 2.png | ||
File:1052 owotd.png | File:1052 owotd.png | ||
</gallery><gallery mode="packed" heights="400"> | </gallery><gallery mode="packed" heights="400" caption="Art created using a brush script"> | ||
File:1052 green alien.png | File:1052 green alien.png | ||
File:1052 cat man.png | File:1052 cat man.png | ||
File:Owot tan.png|"OWOT tan," based off of IRL art by [[Tatejo]] | File:Owot tan.png|"OWOT tan," based off of IRL art by [[Tatejo]] | ||
</gallery> | </gallery> | ||
[[File:1052 airpod.png|border|center|frameless|548x548px]] | [[File:1052 airpod.png|border|center|frameless|548x548px]] | ||
Latest revision as of 14:18, 28 October 2025
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).
Worlds
/guest1052world
/archivetests

Scripts
Headache3d
A script for viewing OWOT through a 3D interface.
It can also be used on YWOT and OWOP.
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.
*For a 3D text canvas, see typetobuild.com.
/* 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.
He has archived some of them at /Guest-1052doesart, while others can be found at /SpawnHistory.

- Art created for /OWOTD
- Art created using a brush script
-
"OWOT tan," based off of IRL art by Tatejo
