cryzed / PyKit

PyKit is an automation library for Windows, supporting 32 and 64-bit applications. It currently supports controlling the cursor, searching for and setting pixels on the screen and detouring/hooking functions in foreign processes to local Python code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyKit

PyKit is an automation library for Windows, supporting 32 and 64-bit applications. It currently supports controlling the cursor, searching for and setting pixels on the screen and detouring/hooking functions in foreign processes to local Python code.

Dependencies

Examples

  • recettear.py

    Implements a hotkey controlled (F1, F2) "vacuum hack" for the game "Recettear: An Item Shop's Tale" version 1.105, teleporting all mobs to your location with a slight offset. F2 toggles the hack and F1 sets the vacuum position.

About

PyKit is an automation library for Windows, supporting 32 and 64-bit applications. It currently supports controlling the cursor, searching for and setting pixels on the screen and detouring/hooking functions in foreign processes to local Python code.


Languages

Language:Python 100.0%