File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -752,6 +752,7 @@ DWORD InjectionEntryPoint(DWORD processID)
752
752
else
753
753
memcpy (jumpPred, nopBuffer, 6 );
754
754
jumpPredPatched = !jumpPredPatched;
755
+ ConMsg (" BunnyhopAPE: %d\n " , jumpPredPatched);
755
756
}
756
757
else if (msg.message == WM_HOTKEY && msg.wParam == 2 )
757
758
{
@@ -766,6 +767,7 @@ DWORD InjectionEntryPoint(DWORD processID)
766
767
memcpy (pFUCKD3D9, " \x90\xE9 " , 2 );
767
768
}
768
769
fullScreenPatched = !fullScreenPatched;
770
+ ConMsg (" Fullscreen hook: %d\n " , fullScreenPatched);
769
771
}
770
772
else if (msg.message == WM_HOTKEY && msg.wParam == 3 )
771
773
{
@@ -777,6 +779,7 @@ DWORD InjectionEntryPoint(DWORD processID)
777
779
m_vecPunchAngle_RecvProp[8 ] = RecvProxy_ZeroToVector;
778
780
}
779
781
fuckViewpunch = !fuckViewpunch;
782
+ ConMsg (" Viewpunch: %d\n " , !fuckViewpunch);
780
783
}
781
784
}
782
785
You can’t perform that action at this time.
0 commit comments