With this ready-made client, by changing IP-addresses and such to connect to target server, you can do the following:
-Hit 7 times in a row, then keep(necessary) about 1sec pause(to be safe), and then again repeat < no cl, and if cl, it wont get logged

-Cast magics very fast (1sec pause must occur between last cast and next precast, otherwise cl and gets logged)
-Walk and run like wind from hell


(invihack, fast logout and -restart included)
Happy hacking

Code: Select all
"timeGetTime()'s return value" in eax is set to 0 which is sent to server and cleverly used in part of the server speedhack detection functions
0040592F |> 33C0 XOR EAX,EAX
These next parts of code do capture one call to timeGetTime() and increase it's value by 20(ms) thus the
client runs faster
00496A5C |. BE 62D44900 MOV ESI,oma127Dw.0049D462;put esi to point to my function instead of timeGetTime()
00496A61 |. 90 NOP;nopped "unused" byte
0049D462 . FF15 64724B00 CALL DWORD PTR DS:[<&winmm.timeGetTime>]; call to timeGetTime() pointed by import table
0049D468 . 0305 B8D44900 ADD EAX,DWORD PTR DS:[49D4B8];add value from last call to this hijacked function, to the retun value of timeGetTime()
0049D46E . EB 63 JMP SHORT oma127Dw.0049D4D3;continue code caveat as this part isnt big enough to hold the whole code
0049D4D3 > 8305 B8D44900 >ADD DWORD PTR DS:[49D4B8],14;add 0x14 to the memory address used earlier
0049D4DA . C3 RETN;return from this call to 0x496A6F
Link: <a href='http://ten.byethost12.com/' target='_blank'>http://ten.byethost12.com/</a> (at the bottom of the page, "Speed Client")
EDIT-->
For 3.51 (yes, this information is late)
<--EDIT