Speedhack source?

Posts 18 of 8 · Page 1 of 1
Speedhack source?
hi,

i found this souce code for speedhack in crossfire.
some people said it was permanently banned.
is that true?


here is the source code i found:

Code:
[Source] Crossfire Speed Hack Code:
#include <windows.h>
#include <stdio.h>

int Speedhack=0;

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;
}
Quote Originally Posted by teun95 View Post
hi,

i found this souce code for speedhack in crossfire.
some people said it was permanently banned.
is that true?


here is the source code i found:

Code:
[Source] Crossfire Speed Hack Code:
#include <windows.h>
#include <stdio.h>

int Speedhack=0;

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;
}
pretty sure its all fucked i doubt there will ever be a public speedhack , and i dont imagine theres gonna be too many vip either
:/ dunno whether to close this or not, don't want any speeders. But i guess, its not against the rules so... I'll let this go.
Quote Originally Posted by Wolf View Post
:/ dunno whether to close this or not, don't want any speeders. But i guess, its not against the rules so... I'll let this go.
i like ur avatar im adding rep just for a smexy avatar
Naw it dosent work. U can close wolf
Quote Originally Posted by n3m1s1s View Post
Naw it dosent work. U can close wolf
R u shur??
Quote Originally Posted by Wolf View Post
R u shur??
yah it dont close er up wolf :P
Ok, as seen as every1 is saying it doesn't work imma close this.
Posts 18 of 8 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?