hackshield and xtrap codes removed

This commit is contained in:
d1str4ught
2025-08-28 19:54:23 +02:00
parent b9783bec79
commit d4a1591a50
23 changed files with 1 additions and 678 deletions

View File

@@ -81,7 +81,6 @@ void CPythonApplication::OnMouseMove(int x, int y)
y = Point.y;
ClientToScreen(m_hWnd, &Point);
// 2004.07.26.myevan.안철수HackShield와 충돌
SetCursorPos(Point.x, Point.y);
}