Results 1 to 3 of 3
  1. #1
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127

    universal speedhack

    so i heard that there is universal speedhacks, such as the well known CE one. i read that to make one, you need to hook the windows timing functions. how would this be acheived?

  2. #2
    Fovea's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    325
    Reputation
    101
    Thanks
    411
    My Mood
    Amused
    Hook winmm!timeGetTime(), kernel32!QueryPerformanceCounter(), and kernel32!GetTickCount().

    On the rare chance that the program you encounter uses the instruction rdtsc, there is no universal method to "hook" this instruction. Only on operating systems that allow unsigned drivers is the following method possible. Make rdtsc a privileged instruction. How you handle it from there is up to you.

  3. #3
    VirtualDUDE's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    In my basement
    Posts
    665
    Reputation
    -172
    Thanks
    20
    My Mood
    Relaxed
    What Fovea said. CE speedhack, works on only few horribly coded games