Notepad vbs tutorial (how to make a copycat)

Опубликовано: 18 Июнь 2026
на канале: Elijah R
593
9

Visit my website: http://thetyrosmith.weebly.com/
Sorry for the red writing on my screen. Its just the desktop recorder i am using
here is the code:

dim x
dim name
dim input
x=msgbox("Starting program")
name=inputbox("What is your name")
inputbox("Hi " & name)
input=inputbox("I can copy you!")
input=inputbox(input)
input=inputbox(input)
input=inputbox(input)
input=inputbox(input)
input=inputbox(input)
msgbox("That was funny! Bye")