Recently I have been working on rapid fire by manipulating my tickbase using WriteUsercmdDeltaToBuffer hook.
The double tap works but it also lags me on community servers like this -
https://streamable.com/ylcza
if i am on local server it works fine without lag.
Is there a way to minimize /...
Proof-of-Concept тикбейз манипуляции на примере shift антиаимов, ничего особого
// begin of create move hook
if ( IsKeyDown( VirtualKeys::ALT ) && IsKeyDown( VirtualKeys::F4 ) ) {
static bool shifting = false;
if ( !shifting ) { // send another packet after shifting tickbase...