STREAMER.BOT INPUT AUTOMATION
Enhance your Twitch streaming experience with comprehensive virtual key simulation.
Simulate holding and releasing any keyboard key using a simple toggle action. Unlike default keybinds, this tool lets you virtually hold a key—then release it—through automation.
Ideal for tactical sprinting, crouch-holding, or push-to-talk scenarios where built-in toggles fall short.
• Toggle ON: Simulates key held down
• Toggle OFF: Instantly releases key
• Any Key: Assign via Virtual Key Code
• Seamless: Native Streamer.bot integration
The script listens for a variable. True = Pressed/Held. False = Released.
At the moment, only keyboard keys are supported. Mouse support may come in a future update.
Yes, most games recognize the simulated input. However, always check your game’s rules regarding input simulation.
Use Decimal or Hex values for assigning keys in Streamer.bot
| KEY NAME | VK CODE (HEX) | VK CODE (DEC) | DESCRIPTION |
|---|---|---|---|
| A | 0x41 | 65 | Letter A |
| B | 0x42 | 66 | Letter B |
| C | 0x43 | 67 | Letter C |
| D | 0x44 | 68 | Letter D |
| E | 0x45 | 69 | Letter E |
| F | 0x46 | 70 | Letter F |
| G | 0x47 | 71 | Letter G |
| H | 0x48 | 72 | Letter H |
| I | 0x49 | 73 | Letter I |
| J | 0x4A | 74 | Letter J |
| K | 0x4B | 75 | Letter K |
| L | 0x4C | 76 | Letter L |
| M | 0x4D | 77 | Letter M |
| N | 0x4E | 78 | Letter N |
| O | 0x4F | 79 | Letter O |
| P | 0x50 | 80 | Letter P |
| Q | 0x51 | 81 | Letter Q |
| R | 0x52 | 82 | Letter R |
| S | 0x53 | 83 | Letter S |
| T | 0x54 | 84 | Letter T |
| U | 0x55 | 85 | Letter U |
| V | 0x56 | 86 | Letter V |
| W | 0x57 | 87 | Letter W |
| X | 0x58 | 88 | Letter X |
| Y | 0x59 | 89 | Letter Y |
| Z | 0x5A | 90 | Letter Z |