Mantis SET_SPEED Command
The Mantis SET_SPEED command configures typing speed using built-in behavioral presets or millisecond values.
By selecting presets such as $Human or $Random, Mantis injects natural keystroke variance, effectively simulating real human typing behavior to avoid triggering heuristic keystroke-rate monitors.
What It Does
- Modifies character pacing dynamically.
- Supports 4 standard profile presets:
$Fastest: Minimal hardware delay (~2-5ms per key).$Normal: Standard smooth pacing (~20ms per key).$Human: Realistic human typing pace (~60-90ms per key).$Random: Variable, randomized pacing between keystrokes to simulate organic human typing.
Syntax & Parameters
hello.mantis
1SET_SPEED <preset | milliseconds>Examples & Payload Snippets
hello.mantis
1REM Simulate natural human typing2SET_SPEED $Human3STRING Typing a realistic email or document...4ENTER56REM Switch to maximum throughput for script injection7SET_SPEED $Fastest8STRING powershell -NoP -NonI -W Hidden -Exec Bypass -C "Invoke-Item $env:TEMP"9ENTERRelated Commands
SET_DELAY— Configure fixed numeric millisecond intervals.FAST_STRING— Batched HID reports for maximum throughput.STRING— Standard text typing.
Last updated on