Skip to content

Instantly share code, notes, and snippets.

View hacker-for-windows's full-sized avatar
💭
give me a python hacking idea

Hacker-for-windows hacker-for-windows

💭
give me a python hacking idea
View GitHub Profile
@hacker-for-windows
hacker-for-windows / fuck you termanal
Last active May 7, 2025 10:37
anuther windows vires like I do best (you can make it run comands in termanal with what i have or by adding key cods yourself https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes)
import ctypes
from ctypes import wintypes
import time
import asyncio
user32 = ctypes.WinDLL('user32', use_last_error=True)
INPUT_MOUSE = 0
INPUT_KEYBOARD = 1
INPUT_HARDWARE = 2