not really if you know how does speed hacker works
as i know,the speed hacker will hook "timegettime" "gettickcount" "queryperformance" and some other Api that affect time,by change their result it could may game looks run faster
and about hooking,they always choose r3 or r0 ssdt hook
for r3 hooking,we can just build a basic dll to detect these api,check them is being hooked,like check if the first 5 bytes has "jmp " operation code
for ssdt hooking,we can detect ntkrnlpa.exe