Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Offline
Top floor, with a common room?
Offline
Offline
10 years and still awkward. Keep it up, baby!
Offline
益
10 years and still awkward. Keep it up, baby!
Offline
( ͡° ͜ʖ ͡°)
discord: sciallasemper
Offline
mmmmmmmmmmmmmmmm
lunchbox
Offline
discord: sciallasemper
Offline
and sp_customization_field.id_customization_field = sp_customized_data.index
---
For those wondering, it's a part of a MySQL sentence/command
Offline
derp
discord: sciallasemper
Offline
EE is slowly dying D: oh no we're doomed
discord: sciallasemper
Offline
Offline
Arkona.gif
Uh, you have good eyes don't you? Or you just highlight this text?
Journey to probrably not a noob: 54%
Offline
Report Woot Quote Quick quote
Pages: Previous 1 … 31 32 33
Post reply
Index » Forum Games » What's under ctrl+v?
Subscribe to this topic
Quick reply
discord: sciallasemper
Offline
I r8 this sig 8 outta 10
discord: sciallasemper
Offline
"fire rate penalty"
{
"plugin" "tf2attributes"
"value" "1.10"
}
Offline
@echo off
:Start2
cls
goto Start
:Start
title Password Generator
echo I will make you a new password.
echo Please write the password down somewhere in case you forget it.
echo ---------------------------------------------------------------
echo 1) 1 Random Password
echo 2) 5 Random Passwords
echo 3) 10 Random Passwords
echo Input your choice
set input=
set /p input= Choice:
if %input%==1 goto A if NOT goto Start2
if %input%==2 goto B if NOT goto Start2
if %input%==3 goto C if NOT goto Start2
:A
cls
echo Your password is %random%
echo Now choose what you want to do.
echo 1) Go back to the beginning
echo 2) Exit
set input=
set /p input= Choice:
if %input%==1 goto Start2 if NOT goto Start 2
if %input%==2 goto Exit if NOT goto Start 2
:Exit
exit
:B
cls
echo Your 5 passwords are %random%, %random%, %random%, %random%, %random%.
echo Now choose what you want to do.
echo 1) Go back to the beginning
echo 2) Exit
set input=
set /p input= Choice:
if %input%==1 goto Start2 if NOT goto Start 2
if %input%==2 goto Exit if NOT goto Start 2
:C
cls
echo Your 10 Passwords are %random%, %random%, %random%, %random%, %random%, %random%, %random%, %random%, %random%, %random%
echo Now choose what you want to do.
echo 1) Go back to the beginning
echo 2) Exit
set input=
set /p input= Choice:
if %input%==1 goto Start2 if NOT goto Start 2
if %input%==2 goto Exit if NOT goto Start 2
Just a password generator Im testing
Offline
Offline
10 years and still awkward. Keep it up, baby!
Offline
[ Started around 1731479822.1742 - Generated in 0.069 seconds, 11 queries executed - Memory usage: 1.66 MiB (Peak: 1.88 MiB) ]