A tool that simulates coding activity in VS Code to maintain WakaTime streaks.
- Finds empty lines in your VS Code file
- Adds temporary gibberish text
- Creates comments with timestamps
- Manages variables
- Cleans up after itself
- Repeats every 18-25 seconds
- Windows OS
- VS Code installed
- AutoHotkey v2.0+
- Go to https://www.autohotkey.com/
- Download AutoHotkey v2 (NOT v1.1)
- Install it with default settings
- Copy the script code into a new file
- Save it with
.ahk
extension (e.g.,wakatime-simulator.ahk
)
- Open VS Code with any file (JavaScript/TypeScript recommended)
- Make sure the file has some content and empty lines
- Double-click the
.ahk
file to run
- F9 - Pause/Resume
- F10 - Exit
- F11 - Show/Hide status window
Shows:
- Current status
- Cycle count
- Runtime
- Pause state
- This is BETA software - expect bugs
- Always backup your code before using
- Don't use on important files
- The script will modify your VS Code file temporarily
- Make sure VS Code is the active window when starting
- Script won't start: Make sure you have AutoHotkey v2.0, not v1.1
- VS Code not detected: Make sure VS Code is running and visible
- Gibberish not cleaned: Press F9 to pause, manually clean up, then resume
- Errors: Try restarting both the script and VS Code
This software is in beta testing. Use responsibly and only on test files. The developers are not responsible for any data loss or issues caused by this software.