Guest-1052

From Our World of Text Wiki
Revision as of 21:19, 8 December 2025 by Rscr (talk | contribs)
Jump to navigation Jump to search
The origin of Guest's Discord pfp

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

/guest1052world

/archivetests

Calendar for navigation
A script that allows users to search for specific items in /archivetests
2023 archive

/archivetests was created on August 29th, 2025. It is inspired by a previous archive world named /spawnhistory, which began archiving content from Spawn in February 2023 and became inactive in August 2025. This world is currently the largest and most comprehensive archive of OWOT content, with Guest adding to it almost every day.

/archivetests in its entirety(as of May 6th, 2025)

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"



Hotdog Quest

An RPG that runs in OWOT.

www.youtube.com/watch?v=cTEVVnAi6yM

Note link animation script

/files.catbox.moe/eda43b.webm

Remote/TV script

An unreleased script that allowed users to interact with the canvas using a remote.

See it in action here and here.

User-controlled JTPL critter

An animated script that allows users to move JanTechPL's OC around the canvas.

The critter alongside several automatically moving creatures by lime

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.

A collection of Guest's ASCII and ANSI art