Featured
- Get link
- X
- Other Apps
Open NotePad and copy and paste this code into Notepad.
Dim x
Dim y
set oShell = createobject("wscript.shell")
x = InputBox("Enter User or IP","Net Send Messenger.. script by Cavingboy92")
y = InputBox("Enter Messege","Net Send Messenger.. script by Cavingboy92")
oshell.run "net send "& (x) &" "& (y) &""
Step 2: Step 2... Interpretation of Script
Dim x = declaring variables
Dim y = declaring variables
set oShell = createobject("wscript.shell") = calls and makes the object
x = InputBox("Enter User or IP","Net Send Messenger.. script by Cavingboy92") = asks you for username or IP.
y = InputBox("Enter Messege","Net Send Messenger.. script by Cavingboy92") = Enter messege
oshell.run "net send "& (x) &" "& (y) &"" = starts net send and inputs the username/ IP and messege into the program. Then it sends it.
Step 3: Step 3...Saving the Script and Testing Messenger
Once you have the script copied and pasted into NotePad, you have to save it.
Save the scripting as Messenger.vbs
*Once you have done that test it out.
If you have any problems, suggestions,or questions, send me a message.
Enjoy!
Be the First to Share
Did you make this project? Share it with us!
Recommendations
26 Comments
6 years ago on Introduction
I tried sending myself a message...it was only open for a split second and then closed...How can I keep the message open long enough to read it?
8 years ago on Introduction
where i can download it ?
9 years ago on Introduction
it work perfectly bro, but is it possible to add net view command along with net send to see users in network.
11 years ago on Introduction
just funny way to shut pc down
so write u own funny mesg inbetween " "
so it could be
onclick=msgbox ("your hard drive has failed please format",2,"ph home to late shutting down")
now u can change to numer from 1 to 20 to get dif boxes
copy past into notpad save as any thing u whant but must end in .vbs
onclick=msgbox ("your hard drive has failed please format",2,"com%dot disk format fat32")
onclick=msgbox ("your hard drive is running to fast",13,"com%dot disk format fat32 restart")
onclick=msgbox ("failed please format",14,"com%dot disk format fat32 restart")
onclick=msgbox ("save and exit now",15,"com%dot disk format fat32 restart")
onclick=msgbox ("sending passwords",16,"com%dot disk format fat32 shut down")
onclick=msgbox ("sending bannking details",17,"com%dot disk format fat32 restart")
onclick=msgbox ("sending b.s.b details",18,"com%dot disk format fat32 formating hard drive")
onclick=msgbox ("thank you for your time and $",19,"you have just been hacked")
Set shell = WScript.CreateObject("WScript.Shell")
shell.Run "%windir%\system32\shutdown.exe -s"
- Get link
- X
- Other Apps
Comments
Popular Posts
- Get link
- X
- Other Apps
We have a be nice policy.
Please be positive and constructive.