[Image Quality Improvement 30%] Storm 5 Local left eye cracking

Source: Internet
Author: User

This software was actually written for less than an hour. I didn't expect it to be very popular for 52 attacks.

Http://www.52pojie.cn/forum.php? MoD = viewthread & tid = 122152.

I am very happy that no reply is set.

 

The left figure below shows the effect of enabling the left eye key.










As stormwind has to improve its own revenue, it has disabled the local playback function of the left eye key. After some efforts, I have written this attack into a program.
The finished product is as follows:

 

I will not go into details here if the principle is different from that on the Internet. The right-click registration is completed.

 

I learned how to pass parameters in an external program and right-click the menu to input the parameter path.

 

First, in the main method of the program entry, The args array is the input parameter.

 

/// <Summary>
/// Main entry point of the application.
/// </Summary>
[Stathread]
Static void main (string [] ARGs)
{
If (ARGs. getlength (0 )! = 0)
{

Application. enablevisualstyles ();
Application. setcompatibletextrenderingdefault (false );
Application. Run (New form1 (ARGs [0]);
}
Else
{

Application. enablevisualstyles ();
Application. setcompatibletextrenderingdefault (false );
Application. Run (New form1 ("false "));

}

 

 

Determine two methods. If an external parameter is input, pass array content 1 to form1.

If not, false is input.

 

Receives this variable in the form1 constructor.

 

String cpath = "";
Public form1 (string path)
{
Initializecomponent ();
Cpath = path;

If (Path = "false ")
{}

Else

{
This. Hide ();
Docrack ();}
}

 

 

If fasle is input, the window is not operated. If it is a path parameter, call the method for the window to achieve the same effect as the NT full-domain access. A program supports opening by UI and pure methods. It is actually quite simple to say, but if you haven't learned it, it will save the time for Baidu.

 

Because Windows 7 and Vista are used to link the file command line, the Windows XP system is not supported. Sorry.

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.