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 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! <

I don't want to deal with YouTube DMCA anymore, so I put my rhythm clips in my google drive, you can watch them by clicking -> here <-

Just a slow, older (in osu!terms) circle clicker.
I find enjoyment in just listening to the music and clicking circles to the beat. I'm not very competitive, never played tournaments, don't plan to.
I don't care to be good, I care about enjoyment.


Social updates



Vrchat Stuffs



My Content Stuff



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(); } });