Use
these
buttons
to
travel
around
the
website!~

Telegram
is
where
I
write
updates
about
everything
and
anything,
for
you!~


Avatar by Skip4D @ Gumroad, but modified a lot by myself!

If a link or account is not listed directly on this site, it is not me. Please be wary of IMPOSTERS.


⬇️ My Music Playlist ⬇️


Telegram Stuffs

Updates for everything Daiguh, from my Telegram channel so you don't have to join it to be up to date! (updates every 60min~)


content stuffs


osu!stuffs

My osu! Profile can be found here > Click me! <

Updates for osu! scoreposts, replays and comments from ME.
From my Telegram channel so you don't have to join it to be up to date! (updates every 60min~)


Social updates


Give it some time, it'll show up, there's A LOT of images!~
Hover over it to pause the slideshow.


My links and such


Active


Game Clients


Game Profiles & Such


Not really active

- EA: Daiguh (main) and Daiguh95 (I have 2 accounts, Daiguh95 has EA play, that's why)
- battle.net/Blizzard: Daiguh#1159
- Nintendo: SW-7952-2167-1701
- Discord: Daiguh
- Marvel Rivals: Daiguh
- ElderScrollsOnline: Daiguh
- Guild Wars (2): Daiguh.6508
(I probably won't add you if we don't know each other)

Use these buttons to travel around the website!~

🔞 Here are ALL my NSFW (ADULT) social media. This is for MATURE, ADULT audience only! 🔞I take no responsibility to verify that you are 18 years or older.
The accounts listed below are public, so there's that.
I also want to preface that NSFW content is NOT my main thing, but I am transparent in what I do and I am in fact an adult and this is a part of being an adult, for me at least.

(The accounts listed below are not tied to my "daiguh" brand or whatever you want to call it. They are their seperate things)
Please be respectful of this decision.

can't link rule34 but username: lurkertiger


function openModal() { document.getElementById('ageModal').style.display = 'flex'; } function closeModal() { document.getElementById('ageModal').style.display = 'none'; } function checkAge() { var yearInput = document.getElementById('byear').value; if (!yearInput || yearInput.length !== 4) { alert("Please enter a valid 4-digit year."); return; } var currentYear = new Date().getFullYear(); var age = currentYear - parseInt(yearInput, 10); if (age >= 18) { closeModal(); // Hides the pop-up on the original page window.open('#adult', '_blank'); // Opens the Carrd section in a new tab } else { document.getElementById('age-error').style.display = 'block'; } } document.addEventListener('click', function(e) { var target = e.target.closest('a'); if (target && target.getAttribute('href') === '#ageprompt') { e.preventDefault(); openModal(); } });