free flowers
United States
 
 
情報が指定されていません。
コメント
Juno 2019年2月27日 8時42分 
umu
Juno 2019年2月27日 8時42分 
A collection of OwOs and their uses:

OwO : Standard use, for noticing bulges

owo : When the bulge isn't as big

uwu : When you're not impressed by the bulge or there isn't one

ÒwÓ : Mischievous OwO, for when you're feeling devious

□w□ : The OwO for people who wear glasses

●w● : The OwO if you're wearing sunglasses

Owo : For feeling confused of the bulge

♡w♡ : The legendary OwO, used for bulges so large that you get heart eyes from it. Do not use this emote lightly, for the power of it is great
Juno 2018年7月9日 4時03分 
cls
@ECHO OFF
title Folder occultatum
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST occultatum goto MDLOCKER
:CONFIRM
echo ¿Vis ad abscondere Deus absconsa tua? (S/N)
set/p "cho="
if %cho%==S goto LOCK
if %cho%==s goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren occultatum "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo ¿Clavis est ad reserare secreta, ne quid est?
set/p "pass="
if NOT %pass%== different.heaven goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" occultatum
echo Folder Unlocked successfully
goto End
AIL
echo Invalid password
goto end
:MDLOCKER
md occultatum
echo occultatum created successfully
goto End
:End