FIX: If it's not working go into your notepad file > save as > change file type from .txt to All Files > set file name as name.vbs (obviously whatever you're calling it) > then it will change the icon and work as a prompt.
@Ģirts Berkans I translated when I watched the video but in my language we need to adapt some words or even phrases and the translators that I found aren't the betters on the world. But after some days I finish the prank.
Two things with MsgBox function: 1. You can customise it even more. 4096 - Prioritary window 256 - Second button is default 512 - Third button is default. 768 - Fourth button is default. 2. You can change your script depending on the button the user pressed. 1 - User clicked Ok 2 - User clicked Cancel 3 - User clicked Abort 4 - User clicked Retry 5 - User clicked Ignore 6 - User clicked Yes 7 - User clicked No Hope it helps.
@@yomynameisidk let me give you an example: X=MsgBox("messsage",4+16+4096+512,"title") If X=6 Then MsgBox("You clicked Yes!") Else If X=7 Then MsgBox("You clicked No!") Else MsgBox("You clicked Cancel!") End If So, this program will create MsgBox that has 3 buttons: Yes, No, Cancel. Then, it was an error message. Then, even when clicking on another program, the MsgBox will still be in the middle of the screen, it's prioritary. And finally, the second button (No) was set by default. For the If statement, it simply checks which button was pressed by the user.
LOL! Love it man .. .that takes me back to the good ol' days of when pranking people wasn't such a "terrible" thing to do . . .it was supposed to be all in fun . . .NOW, you try any of thee old gags..(around my state anyway) you just might end up in jail . . .again, all meant in fun to do on friends etc .but...anyway . . .great job . . . take care . . .God bless ;)
@@Wolfgraphicdesigns can you not put it as a loop as well with some loop code at the end lol and it'll keep coming up lool 😂 as in like just keeps copying its self into an endless abis
this is so fricking sick what i did was made my friend think it was gta 6 and i set it to like "warning error opening gta6 do u wanna fix?" and when u click yes it says "warning virus found, delete? " but when u delete it says gta6 deleted.
I remember typing up notepad scripting coding and i found one called cool background change so i downloaded it without looking over what it was and accidentally downloaded a code that recycled my pc
I wanted to Prank my Stster by making her think there is a new Kids Game coming out [Because she is young] And all of a Sudden, there will be a Fake Virus on my PC and at the End she will be Pranked LOL Like if it is a good Idea
If anyone wants to know how to make the text between two lines of code, here it is: X=MsgBox("firstTextLine" & vbCrLf & "secondTextLine",0+16,"sampleTitle") Incase you couldn't tell, "& vbCrLf &" is what does it.
Thank you so much, I also love you you confirmed that it wasn't a real virus because I know some people will think it is. Easy to follow along with too, thanks for the amazing tutorial. You deserve more subs. Thank you so much!
You could prank it on someone every time the computer boots up by creating a shortcut in C:\users\(username)\appdata oaming\microsoft\windows\startmenu\programs\startup (Please Note: I may have incorrectly typed some of the directories but they are similar to the actual directory. Or create a batch file file that will copy a shortcut of the prank file to the directory above and also open the prank file. And if you want to make it even better you could duplicate the prank file and create a batch file to open all the duplicates
Don't forget, you can delete files with vbs and make new ones that could be virus files. You could start any type of website, and you could just destroy many things. (If somebody gives you a vbs don't start it first look first into the code and see what he did.)
Wow i have no idea you can hack that easily.How you are so good at this?You are like... GENIUS,yes! that's the word.Anyway pls make more video because I really like yours!
Finnage want a real virus to send to enemys? cause ill make you one and watch thier computer burn to He#@ msg me for revenge virus WARNING: i am not responsible for any deaths of computers! Try At Your Own RISK!!!
i tried to make a vbs file out of the text file following your instructions, but it didnt work. it just stayed as a text file. i even tried replacing it and using the "save as" option after the regular save option didnt work. do you know how to fix?
haha i remember doing this in highschool around 2011 to every computer that was unlocked haha so nobody knew what it was and i was never caught haha :D good old memories (i was only 13/14years old), so im not sure if thats highschool im not from usa.
I love this! I'm going to install this on my friend's PC in the start up menu. So every time he turns on his PC he gets this message. The message will read "Your PC has a virus due to visiting too many gay porn sites." "Press cancel to delete virus or OK to accept the virus." Of course there will be no Cancel button. I can't wait until his wife finds this message on their PC.
mine says that there is an error of loop without do and when i add do it says expected while or until at end of statement and whn i add that is still says it
Hello, I wanna make it so rather than re-opening, it will open another msgbox, but also add the thing that it will duplicate itself every 15 seconds, and it duplicates itself if you press alt+f4, I dont know if it is possible, but I remember I had a program like that that was really fun and made lots of my friends restart their pc but I've lost it, if anyones knows, would be very kind :).
what ever happened to the reoccurring ( .bat) spam CDM prompt for windows 7. is there a simple build or does someone need to build a program for a virus like such.
when i did this i thought to myself hmm so this is how memz does it's error message payloads but how do i get them to appear all at once? (i'm asking this because i'm having lots of fun with this)
hello! this video helps alot.. but the other thing i have in my mind is.. what we have to add in this script to get the same msg more than 1 time at the same time popping on screen?.
When I click "Text Document" it only says Text Document. It doesn't say Text Document.txt or TextDocument.txt and when I put TextDocument.vbs the image doesn't change. Is it patched or am I just doing something wrong???
The real joke is waiting for someone to casually click on the internet explorer
Yep
a fake windows red zone great idea
bruh
ok ok ok ok ok that's cool. How about making a free bonzi buddy that actually works with no virus
ROSES ARE RED
MY SCREEN IS BLUE
I THINK I DELETED SYSTEM32
Lenidon lol that is old
@@zet8622 sweden?
error mods omg y and how
error mods how did you know :0
@@zet8622 ditt namn
FIX:
If it's not working go into your notepad file > save as > change file type from .txt to All Files > set file name as name.vbs (obviously whatever you're calling it) > then it will change the icon and work as a prompt.
I am from Brazil, so I don't understand all of your speach. Could you please explain better?
@Ģirts Berkans I translated when I watched the video but in my language we need to adapt some words or even phrases and the translators that I found aren't the betters on the world. But after some days I finish the prank.
thx so much
@@perrylets change .txt to .vbs
@@wardo1 I already made the prank
Two things with MsgBox function:
1. You can customise it even more.
4096 - Prioritary window
256 - Second button is default
512 - Third button is default.
768 - Fourth button is default.
2. You can change your script depending on the button the user pressed.
1 - User clicked Ok
2 - User clicked Cancel
3 - User clicked Abort
4 - User clicked Retry
5 - User clicked Ignore
6 - User clicked Yes
7 - User clicked No
Hope it helps.
How would you put these into the script?
@@yomynameisidk let me give you an example:
X=MsgBox("messsage",4+16+4096+512,"title")
If X=6 Then
MsgBox("You clicked Yes!")
Else If X=7 Then
MsgBox("You clicked No!")
Else
MsgBox("You clicked Cancel!")
End If
So, this program will create MsgBox that has 3 buttons: Yes, No, Cancel. Then, it was an error message. Then, even when clicking on another program, the MsgBox will still be in the middle of the screen, it's prioritary. And finally, the second button (No) was set by default.
For the If statement, it simply checks which button was pressed by the user.
@@md-ey9yr I dont really undestand, I mean why to type x=6? or how to use it
@@o_oO0 X will have an Int output corresponding to which button was pressed. If X=6 means that Yes was clicked.
@@md-ey9yr I mean how do I know what number to put to know to if he pressed ''retry'' or something like that
*LMAOO I JUST GOT SUSPENDED FROM DOING THIS TO THE TEACHER'S COMPUTER LMAOOOOOOOOOOOO XD LOL*
r/thathappened
No one says that they git suspended sk positively
@@mateya07 stfy uduit
@@PerseveranceIsKey-10 ooooooooooooooohhhhhhhhhh u did it lmaooo loll
SAME BRO XD
my friend is now not my friend anymore...
FR
dam
Do you want to be friends
LOL! Love it man .. .that takes me back to the good ol' days of when pranking people wasn't such a "terrible" thing to do . . .it was supposed to be all in fun . . .NOW, you try any of thee old gags..(around my state anyway) you just might end up in jail . . .again, all meant in fun to do on friends etc .but...anyway . . .great job . . . take care . . .God bless ;)
I hid mine in a friend's startup menu. Hilarity ensued. Cool video.
oh god
LOL OH GOD BRO
in the text ima put "deleting all apps... this may take a while"
Nice idea
God level troller
you can actually delete some
imagine doing axidentilly a real memz virus on the pc
imagine your face when they get a real virus
imagine learning to spell
Set it as a startup program to really tic them off
@@Wolfgraphicdesigns can you not put it as a loop as well with some loop code at the end lol and it'll keep coming up lool 😂 as in like just keeps copying its self into an endless abis
*laughs in younger sibling using notebook for the first time*
7:27 I don't think anyone would want to click internet explorer...
You can take any image you want and convert it to a .ico image and use that instead to mimic any software you like
I just used ie as an example lol
everybody gangsta till the virus messages still show up after the prank is finished
Stop trying to get likes
thats because you put "do" at the start of the X=MsgBox Text written and "loop" at the end of it
i did not know you could add your own icon as an icl image
omg that is so cool
i should have done that 10 years ago!
thanks man! :D
this is so fricking sick what i did was made my friend think it was gta 6 and i set it to like "warning error opening gta6 do u wanna fix?" and when u click yes it says "warning virus found, delete? " but when u delete it says gta6 deleted.
💀💀💀💀💀💀💀💀💀💀
@@tajdindajal3828 dawg this was 5 years ago spare me 💀💀💀💀💀🙏
I remember typing up notepad scripting coding and i found one called cool background change so i downloaded it without looking over what it was and accidentally downloaded a code that recycled my pc
Lmao
rip
I wanted to Prank my Stster by making her think there is a new Kids Game coming out [Because she is young]
And all of a Sudden, there will be a Fake Virus on my PC and at the End she will be Pranked LOL
Like if it is a good Idea
Do not do it. She might not like it.
Do it xDD
@@Terrox I did that a Couple Weeks ago
@@ethanpaulplays Did it work xDD?
@@Terrox Yes it Worked she just Freaked out
[btw she can find more games so she will not worry about my computer anymore]
Guys if it doesn't work its probs still a text file make sure to click the thing at the bottom that says txt file and change it to all files
Your facial hair looks very cool.
ty XD I tried it on my friend then she was scared
I freaking change the icon to GTA 6 XD
You can't do that
@@mason2007 yes you can, you can only change a shortcuts icons :/
Oh, I thought you meant the one on the message box
@@mason2007 lol
@Joneresto what do you mean by saving it?
1998 - 2018 : Your PC has a virus, Cannot open This PC.
2019 - 2021 : Your PC now has COVID-19. Do you want to put This PC in quarantine?
Me : Yes.
If anyone wants to know how to make the text between two lines of code, here it is:
X=MsgBox("firstTextLine" & vbCrLf & "secondTextLine",0+16,"sampleTitle")
Incase you couldn't tell, "& vbCrLf &" is what does it.
you don't need cr, cr means characters, vblf is enough
Thank you so much, I also love you you confirmed that it wasn't a real virus because I know some people will think it is. Easy to follow along with too, thanks for the amazing tutorial. You deserve more subs. Thank you so much!
im gonna get really fancy with my message.
also copy the file to start up folder.....so it just executes literally everytime on start up they wont know where to look lol.
Im scared lol what if my pc will crash
Its ok when i use .bat and .txt and .html and nkt .vbs
OMG THANK YOU I CAN NOW PRANK MY FRIENDS AT SCHOOL!
Command prompt is BlOcKeD
@@KIAFROMCLASS not at my old school
@@daking7779 yeah in the last year i found a way to unblock it. it usually is blocked but theres a way to bypass it.
1:01 It didn't changed.
Thank you, Sir. This trick is really cool!
You could prank it on someone every time the computer boots up by creating a shortcut in C:\users\(username)\appdata
oaming\microsoft\windows\startmenu\programs\startup
(Please Note: I may have incorrectly typed some of the directories but they are similar to the actual directory.
Or create a batch file file that will copy a shortcut of the prank file to the directory above and also open the prank file.
And if you want to make it even better you could duplicate the prank file and create a batch file to open all the duplicates
sadly i can't save the file with vbs
how did you change the name so you cant see the vbs?
r e n a m e
do ctrl+shift+save or click file>save as and Select all files
or enable "show file extensions" in explorer
School Computers im coming for you
I was actually thinking the same thing Lol
THANK YOU, I can finally make a prank virus for UA-cam!
Don't forget, you can delete files with vbs and make new ones that could be virus files. You could start any type of website, and you could just destroy many things. (If somebody gives you a vbs don't start it first look first into the code and see what he did.)
The comment is 1 year old but do you know how to remove files with vbs?😅
Instead Just rename the file to .txt (simple that what u said to do lol) ;)
@@frukius6713 set objFSO=createobject(scripting.filesystemobject")
objFSO.DeleteFile("C:/idk")
i spent almost an hour doing this just for my friend to get pissed at me. thanks dude.
Lmao it’s not that long
1
1 HOUR???? it took me 2 minutes
Hey thanks :) this works on my Windows 10 :) thx it works so well 👌🤜🤛 👍
indian Tech support scammers : Write that down !!
is there a way to make it multiply? like when you close one 2 more windows pop up
Nope but you can do an infinite loop so it won’t end without a taskkill
Wow i have no idea you can hack that easily.How you are so good at this?You are like... GENIUS,yes! that's the word.Anyway pls make more video because I really like yours!
Finnage want a real virus to send to enemys? cause ill make you one and watch thier computer burn to He#@ msg me for revenge virus WARNING: i am not responsible for any deaths of computers! Try At Your Own RISK!!!
its not hacking
i tried to make a vbs file out of the text file following your instructions, but it didnt work. it just stayed as a text file. i even tried replacing it and using the "save as" option after the regular save option didnt work. do you know how to fix?
look in your files, it should be in there, then just create a shortcut
yo... i just got a advertisement for avast. the anti-virus
Congratulations
Olo
Bom
Me too LOL .
Everyone does.
Everyone gangsta until You cant get rid of the prank
Hello How I Can Fix 0:52 vbs Is Not Working For Me Please Fix
just save the file as a vbs file by clicking edit, then file, then save as.. then change the name from text document or wahtever to text document.vbs
you have 2 options.
click file > save as
or
do Ctrl+shift+s name.vbs
and Select all files
or
enable "show file extensions" in explorer
YaY Now I could Prank my Dad now thank you so much!
it doesnt work when I try to change it to .vbs
me too
how?
go to text and click on save as and rename it to prank.vbs and save !
activate your extensions
ShellaStar yes
why when i put ".vbs" the icon isn t chaing and it s not working, it s just open notepad and do nothing
you have 2 options.
click file > save as
or
do Ctrl+shift+s name.vbs
and Select all files
or
enable "show file extensions" in explorer
haha i remember doing this in highschool around 2011 to every computer that was unlocked haha so nobody knew what it was and i was never caught haha :D good old memories (i was only 13/14years old), so im not sure if thats highschool im not from usa.
it’s middle school I think
I love this! I'm going to install this on my friend's PC in the start up menu. So every time he turns on his PC he gets this message.
The message will read "Your PC has a virus due to visiting too many gay porn sites." "Press cancel to delete virus or OK to accept the virus."
Of course there will be no Cancel button. I can't wait until his wife finds this message on their PC.
Thanks man! 🤝
I thought that my laptop is hacked off now i am ok
Next step is when the '' enemy'' clicks on okay des pc reboots
that ez you just launch cmd and do a shutdown command
it works, now i can troll my friends, making fake games when i dont even know how to make one
I made it wrote “ by pressing X or ok we will take 10000$ from your bank account” my dad freaked out im grounded but it was worth it
the .txt wont show up, just the New Doc. no .txt thus i cant access the .vbs
Same
same
you need the like extencion which you CAN turn on: first go to explorer or THIS PC then go to view and click the Extencions and done
you have 2 options.
click file > save as
or
do Ctrl+shift+s name.vbs
and Select all files
or
enable "show file extensions" in explorer
@@ss8vage you have 2 options.
click file > save as
or
do Ctrl+shift+s name.vbs
and Select all files
or
enable "show file extensions" in explorer
ROSES ARE RED
MY SCREEN IS BLUE
OH SHIT
I THINK I DELETED SYSTEM32
How do you make it so, if I put a message with answers "yes and no", if I press yes it will continue if you press no it quits?
I would just do a defragmenter hidden as a prank virus.
Best idea.
On a yes or no box how would i make it pop up with a different one depending on the answer? I know how in excel but its different in notepad.
copy and paste
x=msgbox("text here",1+16,"title here")
yes
How do I make it like in the thumbnail? Like a lot of prompts
mine says that there is an error of loop without do and when i add do it says expected while or until at end of statement and whn i add that is still says it
:) Hello sir this is peter from microsoft tech support
Could you make it so that if you close a window it adds two more?
Do you really want it to actually become a forkbomb?
How to do like that window poping up 100 times everywhere and filling the entire desktop?
Hello, I wanna make it so rather than re-opening, it will open another msgbox, but also add the thing that it will duplicate itself every 15 seconds, and it duplicates itself if you press alt+f4, I dont know if it is possible, but I remember I had a program like that that was really fun and made lots of my friends restart their pc but I've lost it, if anyones knows, would be very kind :).
It doesn't work for me...
me too
There is no place to put the vbs
Thank you for the video xD
if anyone doesnt want to type the message script here it is:x=msgbox("Message here", 0+16, "Title here")
what ever happened to the reoccurring ( .bat) spam CDM prompt for windows 7. is there a simple build or does someone need to build a program for a virus like such.
The funny thing is i got an antivirus ad before this video started
funny, but it won't detect it as a virus
Going to prank my family with this ; )
Its Working At Windows 7 Too...Amazing Trick Man.
it works on anywhere
When I open it t just takes me back to the document
You haven't convert it from .txt to .vbs, try to open from the notepad app instead. I tried it
you have 2 options.
click file > save as
or
do Ctrl+shift+s name.vbs
and Select all files
or
enable "show file extensions" in explorer
I tried it to make it loop. but it doesn't work
How to put different messages in the window (You teach this)
If the file doesn't change when you add .vbs save as and change is to all files instead as text
you have 2 options.
click file > save as
or
do Ctrl+shift+s name.vbs
and Select all files
or
enable "show file extensions" in explorer
Who is gotta do this for a Lego Star Wars Skywalker Saga Prank?
VERY GOOD ONE. YOU EXPLAIN NICE AND EASY.
YES I KNOW RIGHT
how do i make it so it waits a second before sending the second message?
ROSES ARE RED
VIOLETS ARE BLUE
My Screen Is Dead
Cause I'm Playing With My Maid
thanks bro this is very good video
when i did this i thought to myself hmm so this is how memz does it's error message payloads but how do i get them to appear all at once? (i'm asking this because i'm having lots of fun with this)
You can't do it with this, Memz uses a special one that crashes the computer, Even if you manage to make them appear all at once it won't work.
where do i find the codes? like your exemple text?
x=msgbox("Your Message Here", 0+16, Your Title Here")
when i do that vbs the logo doesnt change
you need to right click that file and select properties at bottom you will see change icon
bottom of properties
you have 2 options.
click file > save as
or
do Ctrl+shift+s name.vbs
and Select all files
or
enable "show file extensions" in explorer
hello! this video helps alot.. but the other thing i have in my mind is.. what we have to add in this script to get the same msg more than 1 time at the same time popping on screen?.
Do
X=MsgBox("You have been hacked",0+16,"Urgent warning")
Loop
@@fridaynightfatality3319 Don't forget to learn the language completely before answering some questions.
Is it the same code every time or can you vary it
I like it!😁😁
x=msgbox("Demo massage", 0+16, "Title")
First number:
0 - ok
1 - ok and cancel
2 - Abort , Retry , Cancel
3 - Yes and no
4 - Retry and cancel
Second number:
0 - No icon
16 - "X" icon
32 - "?" icon
48 - "!" icon
64 - "i" icon
4096 appear at the top
I want to make it repeat the same message when you press the x but then say something different when they press ok how can I do that?
I'm getting an error message. Do you know how to fix this?
Umm well if your in windows 7 or lower if vista or lower try another vid, he’s in windows 10
Burberry Lil no he means that the windows script master thing is saying his code is incorrect
@@nopfp416 nah won't throw an error, vbscripting is available in those platforms.
Love how he uses kali linux like he wasn't sure if this will be friendly or not so he just booted up his kali linux just to be sure
Lol just joking
If i do that virus,my dad just litterally seem the fake virus,i prank them lol
Didnt work pls help
make shure it is a note pad
X=MsgBox("Can not stop. File transfer Completed",1+16,"Completed")
Try This
Ok,i hope i don't explode my pc
When I click "Text Document" it only says Text Document. It doesn't say Text Document.txt or TextDocument.txt and when I put TextDocument.vbs the image doesn't change. Is it patched or am I just doing something wrong???
enable "show file extensions" on explorer
or
save as .vbs by clicking "file" or Ctrl+shift+s
Not working because My Windows Script Host open
Mine gives me a error message saying "Windows Script Host"
Why am I getting an error?