Skip to content

Instantly share code, notes, and snippets.

@thapr0digy
thapr0digy / mouse.swift
Created May 1, 2026 12:30
Mouse jiggler
import CoreGraphics
import Foundation
let interval: TimeInterval = 30
print("Mouse jiggler started (every \(Int(interval))s). Press Ctrl+C to stop.")
let formatter = DateFormatter()
formatter.dateFormat = "HH:mm:ss"