We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f55f9 commit d93ed28Copy full SHA for d93ed28
addons/sourcemod/gamedata/shavit.games.txt
@@ -160,6 +160,13 @@
160
"windows" "\xF3\x0F\x10\x80\x2A\x2A\x2A\x2A\xF3\x0F\x59\x45\x2A\xF3\x0F\x11\x45"
161
"linux" "\xF3\x0F\x10\xB8\x2A\x2A\x2A\x2A\xA1"
162
}
163
+ // search "sv_maxusrcmdprocessticks_warning at server" to find CPlayerMove::RunCommand
164
+ // then sig the the `mov REG1,dword ptr [REG2 + OFFSET_TO_BUTTON_DISABLED_HERE]`
165
+ "CBasePlayer->m_afButtonDisabled"
166
+ {
167
+ "windows" "\x8B\x87\x2A\x2A\x2A\x2A\xF7\xD0\x21\x43"
168
+ "linux" "\x8B\x83\x2A\x2A\x2A\x2A\xF7\xD0"
169
+ }
170
171
172
0 commit comments