My article name is not called "I have seen it in online game (6)" is because the direction of the study in this article is the content of the network data package, and this article will introduce Windows 2000 / XP to achieve acceleration Making. In Win2000, we can't achieve it directly, Ring0 is also lost, and some people will think that we can write drivers to complete, but here I tell you, Windows2000 drivers are not a VXD It can be realized, like my low hand does not write the drive WDM used by Windows, there is no way, I only have a good implementation, Prottalk is a good device driver, which is very convenient to achieve low-level ports. Operation, thereby achieving acceleration plugging. 1. Let's first have the next porttalk driver. His official website is http://www.beyondlogic.org2, we have to copy the protttalk.sys inside. 3, build a protalk.sys interface (I want to omit, everyone can go at http://www.freewebs.com/liuyue/porttalk.pas Next PAS file yourself) 4, achieve acceleration plug-in. Originally, I didn't want to talk about it. I didn't want to talk too much. Let's talk about the implementation of this program. If you use Prottalk to operate the port is much easier, which is easy to operate with RING permission than Win98. 1. Create a new project to copy the interface files and protalk.sys to the folder saved by the project file. 2, we join our interface files USES Windows, Prottalk ... 3. We create a process Procedure String (Value: Word); Begin if not openporttalk dam ($ 43, $ 34); OUTPORTB ($ 40) , LO (Value); Outprotb ($ 40, Hi (Value)); CloseportTalk; End;
4, first plus a window, put a TRACKBAR control on the window to set its max to 20, MIN is set to 1, set the position to 10, write on this control:
String (Strtoint ('$' INTTOSTR (1742 (10-TRACKBAR1.POSITION) * 160)))
It's so easy, Win2000 is written, I am really busy recently, please wait patiently ~~~~ Thank you for supporting ing.
Copyright Description: You can copy, distribute, download this document freely. However, you may not take it, change this article, or use this article to see any form of interest.