Posted inOpinion/Journal
Keyboard Jiggler with Python and Raspberry Pi
So I did a pretty simple but amusing little project recently, a bit on a whim. Let's say, I have a few games that it would be useful to just, let idle for experience or whatever. The problem is, that these games also have built-in idle deterrence. Your character falls asleep, or you just time out of the game after five or ten minutes. I initially start off trying to use AutoHotkey, a program that basically does what I wanted here, you program it to press keys at certain intervals, basically just a simple keep-alive movement every couple of minutes.…