This project utilizes the ATTINY85 Digispark module to simulate keyboard actions as a simple Anti AFK (Away From Keyboard) tool for online games. Keep your character active while farming for in-game resources, all while staying undetected by common anti-cheat systems.
- 🎯 Simulates key presses (W, A, S, D, SPACE)
- ⏱️ Configurable delay intervals
- 💡 LED status indication
- 🎲 Random delay patterns
- 🔌 Plug-and-play USB interface
Choose the version that best suits your needs:
File Name | Description |
---|---|
FullKeyPressAntiAFK.ino |
Advanced version with LED indicators and random delays |
SimpleKeyPressAntiAFK.ino |
Minimalist version with consistent timing |
- ATTINY85 Digispark module
- Arduino IDE
- Digispark board support package
- Required libraries
-
Arduino IDE Setup
# Install Arduino IDE from: https://www.arduino.cc/en/software
-
Configure Digispark Support
- Open Arduino IDE preferences
- Add to Board Manager URLs:
http://digistump.com/package_digistump_index.json
- Install "Digistump AVR Boards" via Boards Manager
-
Upload Process
- Open desired
.ino
file - Select
Digispark (USB)
board - Click upload and follow prompts
- Open desired
- Connect Digispark to USB
- Launch your game
- Monitor LED for activity status
Feature | FullKeyPressAntiAFK | SimpleKeyPressAntiAFK |
---|---|---|
LED Indicator | ✅ | ❌ |
Random Delays | ✅ | ❌ |
Memory Usage | Higher | Lower |
Complexity | Advanced | Basic |
- Using automation tools may violate game terms of service
! Use at your own risk
+ Educational purposes only
We welcome contributions! Here's how:
- Fork the repository
- Create your feature branch
git checkout -b feature/AmazingFeature
- Commit your changes
- Push and submit a Pull Request
This project is under the MIT License. See LICENSE for details.
This tool is for educational purposes only. The developers assume no
responsibility for any consequences resulting from its use. Users must
comply with all applicable game rules and terms of service.
Made with ❤️ by [Your Username]