Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 06:40

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

Advertisement



(Source Code included) How do i add these hacks to my code

Discussion on (Source Code included) How do i add these hacks to my code within the WarRock forum part of the Shooter category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: May 2010
Posts: 3
Received Thanks: 0
Exclamation (Source Code included) How do i add these hacks to my code

Hello
I wanted to add these hacks to my source code but i keep getting a message saying it failed.
i want to add theses:
//No Recoil
{*(float*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL3) = 0;}

//Unlimited Stamina
{*(float*)(dwPlayerPtr+Stamina_OffSet) = 100;}

//Speed Normal
{if(GetAsyncKeyState(VK_NUMPAD0) &1<< 0xF){
*(float*)(Speed) = 100.0f;}}

//Speed x2
{if(GetAsyncKeyState(VK_NUMPAD1) &1<< 0xF){
*(float*)(Speed) = 200.0f;}}

//Fast All
{*(float*)Fast_Repair = 10.0f;
*(float*)Fast_Health = 5.0f;
*(float*)Fast_Flag = 10.0f;
*(float*)Fast_Ammo = 5.0f;}

Here is my current source code:
Quote:
#include <windows.h>
#include <stdio.h>

//-------------------Define Hacks----------------------//

#define Playerpointer 0xD284E8
#define Serverpointer 0xC24B10
#define OFS_Z 0x102D8
#define NFD_Player_OffSet 0x103A4

//------------------End Define Adddies-----------------//

//--------------------------Define HackThread--------------------------//

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

//--------------------------End Define HackThread--------------------------//

//--------------------------Start Hacks--------------------------//

void PlayerHacks() // Start PlayerHacks
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0){

//Superjump

{if(GetAsyncKeyState(VK_CONTROL) &1){
*(float*)(dwPlayerPtr+OFS_Z) = 1000;}}

//End Superjump

// No Fall Damage

{*(float*)(dwPlayerPtr+NFD_Player_OffSet) = -20000;}

//End No Fall Damage

}} //End PlayerHacks

void ServerHacks() // Start ServerHacks
{
DWORD dwSrvrPtr=*(DWORD*)Serverpointer;
if(dwSrvrPtr!=0){

}} //End ServerHacks

//--------------------------End Hacks--------------------------//

//-------------------------HackThread--------------------------//

void Hacks(){
for(;{
PlayerHacks();
ServerHacks();
Sleep(20);}}

//--------------------------End HackThread--------------------------//

//--------------------------End--------------------------//

BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res){
switch(DWORD_GRUND){
case 1:
ShellExecuteA(NULL,"Open","http://www.sealteamvi.*********/",NULL,NULL,1);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Hacks , 0, 0, 0);
break;
case 2:
break;}
return TRUE;}

//--------------------------End--------------------------//
//credits go to [Tutorial] WarRock NoMenu Hack [Date = 2 sept 2010] - Gamerz Needs - For All Your Gaming Needs! for helping me create this main.cpp
Any help please when ever i rebuild to add these codes i get a message saying it failed.
johnnydicamillo is offline  
Old 12/15/2010, 06:57   #2
 
elite*gold: 0
Join Date: Aug 2010
Posts: 43
Received Thanks: 11
Schau in den sticky


wenn ich geholfen habe thanks nicht vergessen
subwoower is offline  
Old 12/15/2010, 08:30   #3
 
.Minecraft™'s Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 802
Received Thanks: 220
Quote:
Originally Posted by subwoower View Post
Schau in den sticky


wenn ich geholfen habe thanks nicht vergessen
sieht so aus, als spricht er englisch ne

look in the sticky there you get help the link is in subwoowers answer

*reported*
.Minecraft™ is offline  
Old 12/15/2010, 10:23   #4

 
elite*gold: 2390
The Black Market: 591/0/0
Join Date: Jul 2010
Posts: 13,749
Received Thanks: 17,323
#closed
Real~Life is offline  
Closed Thread

Tags
help add hack code




All times are GMT +1. The time now is 06:40.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.