Trikz macro to jump after a certain amount of time when you throw a flashbang. Maximum speed is expected by default.
It's implemented as a client plugin, so it's loaded by the game without any external software.
- Place
macro.dllinsidecstrikefolder. - Add the
-insecurelaunch option, otherwise the plugin can't be loaded - Type
plugin_load macroin the console while in the main menu. Alternatively, you can add+plugin_load macroto the game launch parameters to load it automatically on startup.
Activate by pressing MOUSE2 button (+attack2).
To change the delay, use macro console command, for example macro 0.08.
When throwing a grenade, the server logic typically releases it after 0.1 seconds. To achieve maximum vertical speed, it is important to jump at the same time, as the grenade inherits the player's speed. If you jump later, gravity will come into play, and the vertical speed will decrease.