[HELP-ME]

11/05/2011 16:40 R3d_D4rk#1
First sorry about the topic I'm new here then I do not know where is the luga certain topic only to help excuse does not know where, and I want you to help me with C + + like I have to my current address but when I click Build a business is going down there after carrengando appears Falid what i Faso? I did so the hack is this right?

#include <windows.h>
#include <stdio.h>

//////// Address \\\\\

#define Playerpointer 0x9E57D4
#define Serverpointer 0x9E5770
#define FASTAMMO 0x9EA14C
#define FASTMEDIC 0x9EA154
#define FASTFLAG 0x9EA158
#define FASTREPAIR 0x9EA150
#define OFS_NORECOIL1 0xC43C
#define OFS_NORECOIL2 0xC440
#define OFS_NORECOIL3 0xC444




DWORD *ingame= (DWORD*)Playerpointer;
DWORD *outgame= (DWORD*)Serverpointer;

///// Hack Code \\\\\\

void FastAll ()
{
*(float*)FASTAMMO = 10;
*(float*)FASTMEDIC = 5;
*(float*)FASTFLAG = 10;
*(float*)FASTREPAIR = 5;
}}

void NoRecoil () ///NORECOIL
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+0x00) = 0;
*(float*)(dwPlayerPtr+0x04) = 0;
*(float*)(dwPlayerPtr+0x08) = 0;
}
}

/////////hackthread\\\\\

void HackThread()
{
for(;; )
{
if(*ingame)
{
FastAll();
}
if(*outgame)
{
norecoil
}
}
Sleep(200);
}
BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:
MessageBoxA(NULL,"Hack by R3d_D4rk Undetected 05/11/11","Creditz",MB_OK);//
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
break;
}
return TRUE;
}

add me if someone knew the messenger [Only registered and activated users can see links. Click Here To Register...]
11/05/2011 16:46 mjj,kh.jö#2
this is a no question section
#closequest
11/05/2011 16:48 R3d_D4rk#3
Vocyou add me on msn [Only registered and activated users can see links. Click Here To Register...] to help me?
Quote:
Originally Posted by €MoneyBoy€ View Post
this is a no question section
#closequest
11/05/2011 16:50 Venom'#4
Quote:
Originally Posted by R3d_D4rk View Post
First sorry about the topic I'm new here then I do not know where is the luga certain topic only to help excuse does not know where, and I want you to help me with C + + like I have to my current address but when I click Build a business is going down there after carrengando appears Falid what i Faso? I did so the hack is this right?

#include <windows.h>
#include <stdio.h>

//////// Address \\\\\

#define Playerpointer 0x9E57D4
#define Serverpointer 0x9E5770
#define FASTAMMO 0x9EA14C
#define FASTMEDIC 0x9EA154
#define FASTFLAG 0x9EA158
#define FASTREPAIR 0x9EA150
#define OFS_NORECOIL1 0xC43C
#define OFS_NORECOIL2 0xC440
#define OFS_NORECOIL3 0xC444




DWORD *ingame= (DWORD*)Playerpointer;
DWORD *outgame= (DWORD*)Serverpointer;

///// Hack Code \\\\\\

void FastAll ()
{
*(float*)FASTAMMO = 10;
*(float*)FASTMEDIC = 5;
*(float*)FASTFLAG = 10;
*(float*)FASTREPAIR = 5;
}}

void NoRecoil () ///NORECOIL
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+0x00) = 0;
*(float*)(dwPlayerPtr+0x04) = 0;
*(float*)(dwPlayerPtr+0x08) = 0;
}
}

/////////hackthread\\\\\

void HackThread()
{
for(;; )
{
if(*ingame)
{
FastAll();
}
if(*outgame)
{
norecoil
}
}
Sleep(200);
}
BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:
MessageBoxA(NULL,"Hack by R3d_D4rk Undetected 05/11/11","Creditz",MB_OK);//
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
break;
}
return TRUE;
}

add me if someone knew the messenger [Only registered and activated users can see links. Click Here To Register...]
Deine Sources sind Falsch !
schreib sie bitte neu oder frag im Sammelthread nach ..!
Die Valuen sind auch etwas...wähh :)
11/05/2011 16:53 R3d_D4rk#5
Sie add me on msn, mir zu helfen Ich bin online
[Only registered and activated users can see links. Click Here To Register...]
11/05/2011 16:57 _TradEmArk_ ™#6
Here you have Fixxed Source:
Code:
#include <windows.h>
#include <stdio.h>

//////// Address \\\\\

#define Playerpointer 0x9E57D4
#define Serverpointer 0x9E5770
#define FASTAMMO 0x9EA14C
#define FASTMEDIC 0x9EA154
#define FASTFLAG 0x9EA158
#define FASTREPAIR 0x9EA150
#define OFS_NORECOIL1 0xC43C
#define OFS_NORECOIL2 0xC440
#define OFS_NORECOIL3 0xC444




DWORD *ingame= (DWORD*)Playerpointer;
DWORD *outgame= (DWORD*)Serverpointer;

///// Hack Code \\\\\\

void FastAll ()
{
*(float*)FASTAMMO = 99.0f;
*(float*)FASTMEDIC = 99.0f;
*(float*)FASTFLAG =  99.0f;
*(float*)FASTREPAIR = 99.0f;
}

void NoRecoil () ///NORECOIL
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL3) = 0;
}
}

/////////hackthread\\\\\

void HackThread()
{
for(;; )
{
if(*ingame)
{
FastAll();
}
if(*outgame)
{
norecoil
}
}
Sleep(200);
}
BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:
MessageBoxA(NULL,"Credits to TradEmArk & R3d_D4rk","Creditz",MB_OK);//
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0); 
break;
}
return TRUE;
}
11/05/2011 17:06 R3d_D4rk#7
add me on msn please Cachorrão [Only registered and activated users can see links. Click Here To Register...] _TradEmArk_ ™
Quote:
Originally Posted by _TradEmArk_ ™ View Post
Here you have Fixxed Source:
Code:
#include <windows.h>
#include <stdio.h>

//////// Address \\\\\

#define Playerpointer 0x9E57D4
#define Serverpointer 0x9E5770
#define FASTAMMO 0x9EA14C
#define FASTMEDIC 0x9EA154
#define FASTFLAG 0x9EA158
#define FASTREPAIR 0x9EA150
#define OFS_NORECOIL1 0xC43C
#define OFS_NORECOIL2 0xC440
#define OFS_NORECOIL3 0xC444




DWORD *ingame= (DWORD*)Playerpointer;
DWORD *outgame= (DWORD*)Serverpointer;

///// Hack Code \\\\\\

void FastAll ()
{
*(float*)FASTAMMO = 99.0f;
*(float*)FASTMEDIC = 99.0f;
*(float*)FASTFLAG =  99.0f;
*(float*)FASTREPAIR = 99.0f;
}

void NoRecoil () ///NORECOIL
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL3) = 0;
}
}

/////////hackthread\\\\\

void HackThread()
{
for(;; )
{
if(*ingame)
{
FastAll();
}
if(*outgame)
{
norecoil
}
}
Sleep(200);
}
BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:
MessageBoxA(NULL,"Credits to TradEmArk & R3d_D4rk","Creditz",MB_OK);//
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0); 
break;
}
return TRUE;
}
still appears failed , _TradEmArk_ ™