Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void Hooked_CL_Move(float accumulated_extra_samples, bool bFinalTick) {
- if (GetAsyncKeyState('E')) {
- for (int i = 0; i < 5; i++)
- CL_Move(accumulated_extra_samples, false);
- }
- CL_Move(accumulated_extra_samples, bFinalTick);
- }
Add Comment
Please, Sign In to add comment