SF SPEED HACK

Posts 112 of 12 · Page 1 of 1
SF SPEED HACK
Requirements: C++ Compiler (Any version) and a Brain actually ))

Code:
#include "StdAfx.h"
#include <windows.h> // We include our windows header file.
#define speedhack  // addy Here
#define ADR_PLAYERPOINTER //addy here
int start;
DWORD WINAPI hacks(LPVOID lpParam)
{
while(1){ 
          if(*(int*)ADR_PLAYERPOINTER >=0){
          if(*(double*)speedhack !=3000)
          *(double*)speedhack=3000; //Speed of a char
}       
}
Sleep(200);
}
BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpvReserved)
{
    DisableThreadLibraryCalls(hDll);
    if(dwReason == DLL_PROCESS_ATTACH) {
    CreateThread( NULL, 0, ( LPTHREAD_START_ROUTINE ) hacks, NULL, 0, NULL );
    CreateThread( NULL, 0, ( LPTHREAD_START_ROUTINE ) Init, NULL, 0, NULL );
    }
return TRUE;
}
Thats All

Credits:
Me
@johnpp
Nice share, now waiting for someone to convert it into a hack.
Nice share!
Thank you!
later.

I will try it to compile.
I will leave a feedback asap.
Error Line.
if(*(int*)ADR_PLAYERPOINTER >=0){
BECAUSE You don't even know what ADR_PLAYERPOINTER IS.
Haha good luck using this it will not work :P
Quote Originally Posted by joered View Post
Haha good luck using this it will not work :P
Quote Originally Posted by vikingteam View Post
its not working
Some people can't read.
no tutorial ? only a source code ? where's the tut ? please add a tut on how to find addy and pointers :P btw !! Thanks again .
Quote Originally Posted by viHackz View Post
no tutorial ? only a source code ? where's the tut ? please add a tut on how to find addy and pointers :P btw !! Thanks again .
Well, he probably thought this out for coders with experience so he only shared the source code. Or he forgot.
thanks alot, they worked, tested & thanked.
Quote Originally Posted by pureskill14 View Post
Requirements: C++ Compiler (Any version) and a Brain actually ))

Code:
#include "StdAfx.h"
#include <windows.h> // We include our windows header file.
#define speedhack  // addy Here
#define ADR_PLAYERPOINTER //addy here
int start;
DWORD WINAPI hacks(LPVOID lpParam)
{
while(1){ 
          if(*(int*)ADR_PLAYERPOINTER >=0){
          if(*(double*)speedhack !=3000)
          *(double*)speedhack=3000; //Speed of a char
}       
}
Sleep(200);
}
BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpvReserved)
{
    DisableThreadLibraryCalls(hDll);
    if(dwReason == DLL_PROCESS_ATTACH) {
    CreateThread( NULL, 0, ( LPTHREAD_START_ROUTINE ) hacks, NULL, 0, NULL );
    CreateThread( NULL, 0, ( LPTHREAD_START_ROUTINE ) Init, NULL, 0, NULL );
    }
return TRUE;
}
Thats All

Credits:
Me
@johnpp
Posts 112 of 12 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?