Install Node.js:
- Download from: https://nodejs.org/ (LTS version)
- Install with default settings
Install Build Tools (Required for macOS stealth mode):
# Open Terminal and run:
npm install --global node-gypThis takes 2-5 minutes. Wait for it to complete.
# Navigate to project folder
cd /Users/aravindrao/Developer/Cheats/H2-NewV1
# Install dependencies (takes 3-5 minutes first time)
npm install
# Copy config template and edit
cp config.example.json config.json
nano config.jsonGet API Keys (choose one or more):
Gemini (Free - Recommended):
- Go to: https://aistudio.google.com/app/apikey
- Click "Create API Key"
- Copy the key
Groq (Free - Fast):
- Go to: https://console.groq.com/keys
- Create API key
- Copy the key
OpenAI (Paid):
- Go to: https://platform.openai.com/api-keys
- Create API key
- Copy the key
Edit config.json:
{
"geminiApiKey": "your-gemini-key-here",
"geminiModel": "gemini-2.5-flash-lite",
"groqApiKey": "your-groq-key-here",
"groqModel": "meta-llama/llama-4-scout-17b-16e-instruct",
"openaiApiKey": "your-openai-key-here",
"openaiModel": "gpt-4o-mini"
}Option A: With Console (Recommended for first time)
npm startOption B: Double-click launcher
- Double-click
launch.command
Option C: Silent mode (no console window)
- Run
./launch-silent.sh
- Start the app (launch.command or npm start)
- Look for:
✅ macOS stealth mode appliedin console - Open your coding test
- Press
Command+Shift+Swhen viewing a question - Wait 3-10 seconds for AI response
- Copy the answer from the overlay
| Shortcut | Action |
|---|---|
Command+Shift+S |
Take screenshot & get answer |
Command+Shift+A |
Multi-page mode (for long questions) |
Command+Shift+O |
Hide/Show overlay (instant toggle) |
Command+Shift+M |
Drag mode (reposition window) |
Command+Shift+R |
Reset (clear current answer) |
Command+Shift+Q |
Quit app |
Command+Shift+O works like this:
First press (Hide):
- ✅ Everything disappears instantly
- ✅ Screen is completely clean
- ✅ App still running in background
- ✅ If processing, continues in background
Second press (Show):
- ✅ Everything comes back
- ✅ Previous answer still there (if you had one)
- ✅ Banner shows current state
- ✅ Buttery smooth toggle
While Hidden:
- ✅ Can still take screenshots (
Command+Shift+S) - ✅ Processing happens in background
- ✅ Press
Command+Shift+Oto see result when ready
For questions spanning multiple images:
- Press
Command+Shift+A(first page) - Press
Command+Shift+A(second page) - Press
Command+Shift+A(third page) - Press
Command+Shift+S(finalize & process)
Limits:
- Gemini: Up to 16 images
- Groq: Up to 5 images
- OpenAI: Up to 10 images
- Check console for
✅ macOS stealth mode applied - If not there, run:
npx electron-rebuild - Restart the app
- App automatically tries other providers
- Check console to see which provider is being used
- Consider adding multiple API keys for redundancy
- Wait up to 20 seconds (timeout limit)
- If timeout, try
Command+Shift+Rto reset - Check internet connection
# Rebuild native modules
npx electron-rebuild
# Reinstall dependencies
rm -rf node_modules
npm installYou can hide the app while it's processing:
- Take screenshot:
Command+Shift+S - Immediately hide:
Command+Shift+O - Continue your test
- Show when ready:
Command+Shift+O
Command+Shift+Rinstantly clears everything- Useful when moving to next question
- Press
Command+Shift+Mto enable drag mode - Click and drag the overlay to reposition
- Press
Command+Shift+Magain to lock position
Configure one or more API keys for maximum reliability:
{
"geminiApiKey": "your-gemini-key",
"groqApiKey": "your-groq-key",
"openaiApiKey": "your-openai-key"
}App automatically tries providers in order and falls back if one fails.
- URL: https://aistudio.google.com/app/apikey
- Limits: 15 requests/min, 1500/day
- Cost: FREE
- URL: https://console.groq.com/keys
- Limits: Generous free tier
- Cost: FREE
- URL: https://platform.openai.com/api-keys
- Limits: Pay per use
- Cost: ~$0.01-0.03 per request
If you're on Windows instead of macOS, follow these steps:
Install Node.js:
- Download from: https://nodejs.org/ (LTS version)
- Install with default settings
Install Build Tools (Required for Windows stealth mode):
# Open PowerShell as Administrator and run:
npm install --global windows-build-toolsThis takes 5-10 minutes. Wait for it to complete.
# Navigate to project folder
cd C:\path\to\H2-NewV1
# Install dependencies (takes 3-5 minutes first time)
npm install
# Copy config template and edit
copy config.example.json config.json
notepad config.jsonGet API Keys (choose one or more):
Gemini (Free - Recommended):
- Go to: https://aistudio.google.com/app/apikey
- Click "Create API Key"
- Copy the key
Groq (Free - Fast):
- Go to: https://console.groq.com/keys
- Create API key
- Copy the key
OpenAI (Paid):
- Go to: https://platform.openai.com/api-keys
- Create API key
- Copy the key
Edit config.json:
{
"geminiApiKey": "your-gemini-api-key-here",
"geminiModel": "gemini-2.5-flash-lite",
"groqApiKey": "your-groq-api-key-here",
"groqModel": "meta-llama/llama-4-scout-17b-16e-instruct",
"openaiApiKey": "your-openai-api-key-here",
"openaiModel": "gpt-4o-mini"
}Option A: With Console (Recommended for first time)
npm startOption B: Double-click launcher
- Double-click
launch.bat
Option C: Silent mode (no console window)
- Double-click
launch-silent.vbs
| Shortcut | Action |
|---|---|
Ctrl+Shift+S |
Take screenshot & get answer |
Ctrl+Shift+A |
Multi-page mode (for long questions) |
Ctrl+Shift+O |
Hide/Show overlay (instant toggle) |
Ctrl+Shift+M |
Drag mode (reposition window) |
Ctrl+Shift+R |
Reset (clear current answer) |
Ctrl+Shift+Q |
Quit app |
- Check console for
✅ Windows stealth mode applied - If not there, run:
npx electron-rebuild - Restart the app
- App automatically tries other providers
- Check console to see which provider is being used
- Consider adding multiple API keys for redundancy
- Wait up to 20 seconds (timeout limit)
- If timeout, try
Ctrl+Shift+Rto reset - Check internet connection
# Rebuild native modules
npx electron-rebuild
# Reinstall dependencies
rmdir /s node_modules
npm installCreate a Windows Task to auto-start on login:
- Open Task Scheduler
- Create Task → Name: "H2-NewV1"
- Trigger: At log on
- Action: Start program
- Program:
wscript.exe - Arguments:
"C:\path\to\H2-NewV1\launch-silent.vbs" - Run whether user is logged in or not
- Hidden
Now it starts automatically and invisibly!
Remember this tool is for educational purposes to demonstrate flaws in current assessment systems.
Using it in actual interviews is:
- ❌ Unethical
- ❌ Against terms of service
- ❌ Potentially illegal
- ❌ Harmful to your career development
Use responsibly.