Register for your free account! | Forgot your password?

You last visited: Today at 04:21

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

Advertisement



CODe/ADDYs

Discussion on CODe/ADDYs within the WarRock Hacks, Bots, Cheats & Exploits forum part of the WarRock category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2010
Posts: 13
Received Thanks: 8
CODe/ADDYs

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

#define Playerpointer 0x00C6D910
#define Serverpointer 0x00D71558
#define ADR_FAST_HEALTH 0x00BF3C74
#define ADR_FAST_AMMO 0x00BF3C9C
#define ADR_FAST_FLAG 0x00BF3CA8
#define ADR_FAST_REPAIR 0x00BF3CA0
#define ADR_NoRecoil 0x00BF3CEC
#define ADR_EXTRAAMMO1 0x00BF3CD0
#define ADR_EXTRAAMMO2 0x00BF3CD1
#define ADR_SPEED 0x00A8A424
#define Weapon 0x00101D4
#define NoWater 0x00B1128C
#define NoFog 0x00BF9AB8
#define ADR_BOUNDS_1 0x00C1E300
#define ADR_BOUNDS_2 0x00C1E304
#define ADR_BOUNDS_3 0x00C1E308
#define FullBright_1 0x00BF9B20
#define FullBright_2 0x00BF9B1C
#define FullBright_3 0x00BF9B18
#define OFS_NORECOIL1 0x0000001C
#define OFS_NORECOIL2 0x00000024
#define OFS_NORECOIL3 0x00000020
#define ADR_SPAWN_2 0x00C26EE4
#define ADR_SPAWN_3 0x00BF3CC4
#define Sniper 0x00BF3CD4
#define Bandage 0x00BF3CBE
#define slot5 0x001021A4
#define slot6 0x001021A5
#define slot7 0x001021A6
#define slot8 0x001021A7
#define Dinar 0x0011A620
#define Roommaster 0x00FD148
#define Supermaster 0x00FCCF4

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


void Visual()
{
DWORD dwPlayerPtr = *(DWORD*)Serverpointer;
if(dwPlayerPtr != 0)
{
*(long*)(dwPlayerPtr + slot5)= 1;
*(long*)(dwPlayerPtr + slot6)= 1;
*(long*)(dwPlayerPtr + slot7)= 1;
*(long*)(dwPlayerPtr + slot8)= 1;
*(long*)(dwPlayerPtr + Dinar) = 999999999;
*(int*)(dwPlayerPtr+Roommaster) = 1;
*(int*)(dwPlayerPtr+Supermaster) = 1;
}
}
void Auto()
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL3) = 0;
*(int*)(ADR_EXTRAAMMO1) = 1;
*(int*)(ADR_EXTRAAMMO2) = 1;
*(int*)(Sniper) = 1;
*(int*)(Bandage) = 1;
*(float*) ADR_NoRecoil = 0;
*(float*)ADR_FAST_REPAIR = 10.0f;
*(float*)ADR_FAST_HEALTH = 10.0f;
*(float*)ADR_FAST_FLAG = 10.0f;
*(float*)ADR_FAST_AMMO = 10.0f;
*(int*)(FullBright_1) = 1092779973;
*(int*)(FullBright_2) = 1092779973;
*(int*)(FullBright_3) = 1092779973;
*(int*)(NoWater) = 0;
*(float*)NoFog = 0;
*(int*)(ADR_BOUNDS_1)=0;
*(int*)(ADR_BOUNDS_2)=0;
*(int*)(ADR_BOUNDS_3)=0;
*(int*)ADR_SPAWN_2 = 0;
*(int*)ADR_SPAWN_3 = 0;
}
}
void speed1()
{
if(GetAsyncKeyState(VK_NUMPAD1) &1)
{
*(float*) ADR_SPEED = 120;
}
}
void speed2()
{
if(GetAsyncKeyState(VK_NUMPAD2) &1)
{
*(float*) ADR_SPEED = 150;
}
}
void speed3() // insert key, speed on
{
if(GetAsyncKeyState(VK_NUMPAD3) &1)
{
*(float*) ADR_SPEED = 200;
}
}
void speed4()
{
if(GetAsyncKeyState(VK_NUMPAD4) &1)
{
*(float*) ADR_SPEED = 800;
}
}
void speed5()
{
if(GetAsyncKeyState(VK_NUMPAD5) &1)
{
*(float*) ADR_SPEED = 1500;
}
}
void snip()
{
for(;; )
{
if(*ingame)
{
Auto();
speed1();
speed2();
speed3();
speed4();
speed5();
}
if(*outgame)
{
Visual();
}
Sleep(200);
}
}
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
MessageBoxA(NULL, "Add me @ FB :[email protected]", "Credits", MB_OK);
MessageBoxA(NULL, "EEESSSTTTOOORRRYYYAAAHHHEEE!!", "PPAAMMIINAAWII!!", MB_OK);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)snip, 0, 0, 0);
}
return TRUE;
}
Can anyOne Can Give To Me The Correct Code Of GLassWall Or Wallhack plss! I Need It!!
NeedCreDits is offline  
Old 02/19/2011, 09:19   #2
 
•~•Pr0Sk1ll•~•'s Avatar
 
elite*gold: 1
Join Date: Nov 2008
Posts: 576
Received Thanks: 166
u need a Dip for wallhack i have a vip one but i dont give it
to you
and your Auto() dont work
because many things are false
Code:
*(float*)NoFog = 0;
*(int*)(ADR_BOUNDS_1)=0;
*(int*)(ADR_BOUNDS_2)=0;
*(int*)(ADR_BOUNDS_3)=0;
*(int*)ADR_SPAWN_2 = 0;
*(int*)ADR_SPAWN_3 = 0;
*(float*) ADR_NoRecoil = 0;
these are false...
learn c++ and not c&p
#false section move/closerequest
•~•Pr0Sk1ll•~• is offline  
Old 02/19/2011, 21:28   #3
 
elite*gold: 0
Join Date: Jan 2011
Posts: 63
Received Thanks: 6
wers glaubt
xbadbooyx3 is offline  
Old 02/19/2011, 21:30   #4
 
Norbert8's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 875
Received Thanks: 206
stimmen die addys?
Norbert8 is offline  
Old 02/19/2011, 21:31   #5
 
NikM's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 972
Received Thanks: 1,583
nich so ganz ne
und warum postest du diesen anderen C&P Schrott hier ?
NikM is offline  
Old 02/19/2011, 22:07   #6
 
Son_Goten's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 349
Received Thanks: 431
Proskill laver mal nciht *-.-
du kanst selbst kein C++!
Son_Goten is offline  
Reply


Similar Threads Similar Threads
CoDe/Addys
02/19/2011 - WarRock - 2 Replies
#include <stdio.h> #include <windows.h> #define Playerpointer 0x00C6D910 #define Serverpointer 0x00D71558 #define ADR_FAST_HEALTH 0x00BF3C74 #define ADR_FAST_AMMO 0x00BF3C9C #define ADR_FAST_FLAG 0x00BF3CA8 #define ADR_FAST_REPAIR 0x00BF3CA0 #define ADR_NoRecoil 0x00BF3CEC
Warrock 22.01.2011 addys code
01/22/2011 - WarRock Hacks, Bots, Cheats & Exploits - 3 Replies
Warrock 22.01.2011 addys code Möchten Sie helfen ich brauche die Codes für warrock anzeigen 2011.01.22 addys? Ich danke Ihnen im voraus ...
Quel logiciel pour trouver les addys /// What software to find addys /// Welche Softw
10/18/2010 - WarRock - 20 Replies
French: Je recherche le logiciel pour trouver les Addys (Les speed,fast medic,etc) Pouvait vous me le poster le lien du téléchargement ou le nom merci English : I am looking for software to find the Addys (The speed, fast medic, etc.) Could you mail me the download link or the name thank you Allemand : Ich bin für Software, um die Addys finden (Die Geschwindigkeit, schnelle Sanitäter, etc.) suchen Könnten Sie mir Mail den Download-Link oder den Namen danke



All times are GMT +2. The time now is 04:21.


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.