It appears you have not registered with our community. To register please click here ...
Username
Password
native void StartCounter(); // Resets the counternative fixed GetCounter(); // Gets the time in milliseconds since the reset
native int CreateLogger(string filename); // Creates a logger for Plugins\<filename> native void LoggerLog(int logger, string message); // Appends text to the file. A newline is not added at the endnative void DestroyLogger(int logger); // Destroys the logger and closes the file
http://www.mediafire.com/?whbhmfzxintSpeed.dllReplaces the fastest speed with an even faster one. Yay first 3rd party plug-in.thanks to zoxc for sample plugin + his launcher and to xttocs for letting me rip his memory pattern scan code.