Register for your free account! | Forgot your password?

You last visited: Today at 13:00

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[HELP-ME]

Discussion on [HELP-ME] within the WarRock Hacks, Bots, Cheats & Exploits forum part of the WarRock category.

Reply
 
Old   #1
 
R3d_D4rk's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 50
Received Thanks: 13
[HELP-ME]

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
R3d_D4rk is offline  
Old 11/05/2011, 16:46   #2
 
elite*gold: LOCKED
Join Date: Nov 2011
Posts: 21
Received Thanks: 1
this is a no question section
#closequest
mjj,kh.jö is offline  
Old 11/05/2011, 16:48   #3
 
R3d_D4rk's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 50
Received Thanks: 13
Vocyou add me on msn to help me?
Quote:
Originally Posted by €MoneyBoy€ View Post
this is a no question section
#closequest
R3d_D4rk is offline  
Old 11/05/2011, 16:50   #4
 
elite*gold: 1
Join Date: Nov 2011
Posts: 437
Received Thanks: 421
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
Deine Sources sind Falsch !
schreib sie bitte neu oder frag im Sammelthread nach ..!
Die Valuen sind auch etwas...wähh
Venom' is offline  
Thanks
2 Users
Old 11/05/2011, 16:53   #5
 
R3d_D4rk's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 50
Received Thanks: 13
Sie add me on msn, mir zu helfen Ich bin online
R3d_D4rk is offline  
Old 11/05/2011, 16:57   #6
 
elite*gold: 8
Join Date: Oct 2011
Posts: 656
Received Thanks: 1,895
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;
}
_TradEmArk_ ™ is offline  
Old 11/05/2011, 17:06   #7
 
R3d_D4rk's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 50
Received Thanks: 13
add me on msn please Cachorrão _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_ ™
R3d_D4rk is offline  
Reply




All times are GMT +2. The time now is 13:00.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.