Speed hackHey guys, here is the source code for the speed hack and yes i did look before posting :P Code: DWORD CShellBase = (DWORD) GetModuleHandle("cshell.dll"); DWORD SpeedHack = CShellBase + 0x5BE458; void Speed() { while(1){ if(GetAsyncKeyState(VK_NUMPAD1)&1){ Speedhack++; if(Speedhack > 2){Speedhack=1;}; } if (Speedhack==1){ // Faster *(DWORD*)(*(DWORD*)SpeedHack) = 0x46A29CE8; *(DWORD*)((*(DWORD*)SpeedHack) + 0x20) = 0x46A29CE8; } if(Speedhack==2){ // Normal Speed Value *(DWORD*)(*(DWORD*)SpeedHack) = 0x45938DF8; *(DWORD*)((*(DWORD*)SpeedHack) + 0x20) = 0x45938DF8; } Sleep(100); } } BOOL WINAPI DllMain(HINSTANCE module, DWORD dwReason, LPVOID lpvReserved) { if(dwReason == DLL_PROCESS_ATTACH) { CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Speed, NULL, NULL, NULL); } return TRUE; } Dont forget to say thanks
Originally Posted by -Away- Doesn't work for me have you test it on 64bit os? if you can unhook xtrap from windows kernel & etc then it will work (on all os especially XP).
Originally Posted by sapass209 This code is leeched guys. This code has been posted before him and he just copy and paste -.- bcz hes a noob ... noobz these days