Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 20:35

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

Advertisement



NEED ADDY`S

Discussion on NEED ADDY`S within the WarRock forum part of the Shooter category.

Reply
 
Old   #1
 
kilgut12's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 423
Received Thanks: 285
Question NEED ADDY`S

pls brauche addys für no menü hack pls help
kilgut12 is offline  
Old 09/28/2010, 07:50   #2
 
elite*gold: 40
The Black Market: 105/0/0
Join Date: Aug 2010
Posts: 2,801
Received Thanks: 544
Von meinem VIP Addy Updater
littlegohl is offline  
Old 09/28/2010, 07:50   #3

 
elite*gold: 2390
The Black Market: 591/0/0
Join Date: Jul 2010
Posts: 13,749
Received Thanks: 17,323
Quote:
Originally Posted by Yazzn™ View Post
Hi,
hier mal einem kleines NoMenu Beispiel bei dem ihr euch selbst die funktionen nach dem darin vorgegebenen schema hinzufügen

dann kommen wir mal zum code :

Base.cpp
Code:
[COLOR="SeaGreen"]//////////////////////
////Author:YaZZn`/////
////Language:C++//////
//////////////////////[/COLOR]

[COLOR="RoyalBlue"]
#include [COLOR="Red"]<windows.h>[/COLOR]
#include [COLOR="Red"]<stdio.h>[/COLOR]
#include [COLOR="Red"]"addies.h"[/COLOR][/COLOR]



DWORD dwPlayerPtr = *(DWORD*)PTR_PLAYERPOINTER;
DWORD dwServerPtr = *(DWORD*)PTR_PLAYERPOINTER;


[COLOR="RoyalBlue"]int[/COLOR] Superjump = 1;
[COLOR="RoyalBlue"]int[/COLOR] Premium = 1;


[COLOR="RoyalBlue"]void[/COLOR] PlayerHacks()
{
[COLOR="RoyalBlue"]if[/COLOR](dwPlayerPtr != 0)
{
[COLOR="SeaGreen"]//here a little example for a player hack:[/COLOR]
[COLOR="RoyalBlue"]if[/COLOR](Superjump == 1)
{
[COLOR="RoyalBlue"]if[/COLOR](GetAsyncKeyState(VK_CONTROL)&1)
{
*([COLOR="RoyalBlue"]float[/COLOR]*)(dwPlayerPtr+OFS_Z) = 1000;
}
}

[COLOR="SeaGreen"]//put here the player hacks like the example//[/COLOR]

}
}

[COLOR="RoyalBlue"]void[/COLOR] ServerHacks()
{
[COLOR="RoyalBlue"]if[/COLOR](dwServerPtr != 0)
{

[COLOR="SeaGreen"]//here a little example for a server hack:[/COLOR]
[COLOR="RoyalBlue"]if[/COLOR](Premium == 1)
{
*([COLOR="RoyalBlue"]long[/COLOR]*)(dwServerPtr+OFS_PREMIUM1) = 3, 10; 
{
*([COLOR="RoyalBlue"]float[/COLOR]*)(dwServerPtr+OFS_PREMIUM2) = 1, 1;
}
}

[COLOR="SeaGreen"]//put here server hacks like the example[/COLOR]

}
}


[COLOR="SeaGreen"]//Hack Thread[/COLOR]
[COLOR="RoyalBlue"]void[/COLOR] HackThread() 
{
[COLOR="RoyalBlue"]for[/COLOR](;;) 
{
PlayerHacks();
ServerHacks();
}
Sleep(150); 
}


BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
{
	[COLOR="RoyalBlue"]if[/COLOR] (dwReason == DLL_PROCESS_ATTACH)
	{	
			CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)HackThread, NULL, NULL, NULL);

	}
	return TRUE;
}
addies.h (Hier addys einfügen)
Code:
[COLOR="SeaGreen"]//Pointers[/COLOR]
[COLOR="RoyalBlue"]#define[/COLOR] PTR_PLAYERPOINTER 0x00
[COLOR="RoyalBlue"]#define[/COLOR] PTR_SERVERPOINTER 0x00
[COLOR="SeaGreen"]//Offsets[/COLOR]
[COLOR="RoyalBlue"]#define[/COLOR] OFS_Z 0x00
[COLOR="RoyalBlue"]#define[/COLOR] OFS_PREMIUM1 0x00
[COLOR="RoyalBlue"]#define[/COLOR] OFS_PREMIUM2 0x00


Es ist nur ein Beispiel wie man so einen NoMenu coden kann.
LG
Real~Life is offline  
Old 09/28/2010, 07:50   #4
 
elite*gold: 40
The Black Market: 105/0/0
Join Date: Aug 2010
Posts: 2,801
Received Thanks: 544
Von meinem VIP Addy Updater
littlegohl is offline  
Old 09/28/2010, 08:02   #5
 
elite*gold: 61
Join Date: Aug 2010
Posts: 4,538
Received Thanks: 1,359
Doppelpost, bitte editieren
xh0m3r1n0x' is offline  
Old 09/28/2010, 09:54   #6
 
elite*gold: 0
Join Date: May 2010
Posts: 551
Received Thanks: 732
Quote:
Originally Posted by Yazzn™ View Post
Date : 25.09.2010
Author : YaZZn`
Status : Up2date
Count : 54
Comment : Enjoy :>

//Pointer
#define PTR_PLAYERPOINTER 0x00A71030
#define PTR_SERVERPOINTER 0x0096BDE8
//Offsets
#define OFS_X 0x000102D4
#define OFS_Y 0x000102DC
#define OFS_Z 0x000102D8
#define OFS_NFD 0x000103A4
#define OFS_NORECOIL1 0x0000001C
#define OFS_NORECOIL2 0x00000020
#define OFS_NORECOIL3 0x00000024
#define OFS_NOSPREAD 0x008B2564
#define OFS_PREMIUM1 0x0000057C
#define OFS_PREMIUM2 0x00000580
#define OFS_1SLOT 0x000D1478
#define OFS_2SLOT 0x000D1479
#define OFS_3SLOT 0x000D147A
#define OFS_4SLOT 0x000D147B
#define OFS_5SLOT 0x000D147C
#define OFS_6SLOT 0x000D147D
#define OFS_7SLOT 0x000D147E
#define OFS_8SLOT 0x000D147F
#define OFS_LEVEL 0x000E98E8
#define OFS_DINAR 0x000E98F8
#define OFS_WEAPON1 0x00010100
#define OFS_WEAPON2 0x000101D2
#define OFS_WEAPON3 0x000101D0
#define OFS_LOWGRAVITY 0x00C49C
#define OFS_GMMODE 0x0574
#define OFS_ROOMMASTER 0x000CC420
#define OFS_SUPERMASTER 0x000CC004
//Adresses
#define ADR_SCOPE 0x007D6F04
#define ADR_NOSPAWN1 0x009253C8
#define ADR_NOSPAWN2 0x009253D0
#define ADR_NOBOUNDS1 0x008DCB9C
#define ADR_NOBOUNDS2 0x008DCBA4
#define ADR_NOBOUNDS3 0x008DCBA0
#define ADR_WATERCOLOR1 0x007D6FD0
#define ADR_WATERCOLOR2 0x007D6FCC
#define ADR_WATERCOLOR3 0x007D6FC8
#define ADR_WATERHEIGHT 0x008B8448
#define ADR_FULLBRIGHT1 0x008B83C4
#define ADR_FULLBRIGHT2 0x008B83C0
#define ADR_FULLBRIGHT3 0x008B83BC
#define ADR_NEARFOG 0x008B844C
#define ADR_FARFOG 0x008B8450
#define ADR_FASTAMMO 0x008B5A0C
#define ADR_FASTHEALTH 0x008B5A10
#define ADR_FASTFLAG 0x008B5A18
#define ADR_FASTREPAIR 0x008B256C
#define ADR_FOGCOLOR1 0x008B8404
#define ADR_FOGCOLOR2 0x008B8400
#define ADR_FOGCOLOR3 0x008B83FC0

//PX
#define PX_EXTRAAMMO1 0x008B2548
#define PX_EXTRAAMMO2 0x008B2549
#define PX_SNIPER 0x008AB4AC
LG
Yazzn™ is offline  
Old 09/28/2010, 13:05   #7
 
kilgut12's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 423
Received Thanks: 285
des ist kommisch ich habe ein hack erstellt und der ist detect mit diesen addys!
also wenn ich in den room rein geh dann wähle ich harakter und dann stürtzt warrock ab!
kilgut12 is offline  
Reply


Similar Threads Similar Threads
New-Addy´s
04/03/2010 - WarRock Hacks, Bots, Cheats & Exploits - 12 Replies
Arbarwings Addy #define ADR_STW 0x0067B230 ||=====================|| || = = VEHICLES = = || ||=====================|| #define ADR_VEHICLEDELAY 0x00450C2D #define ADR_VEHILCEJUMP1 0x004A28BA #define ADR_VEHILCEJUMP2 0x006E4FFB #define ADR_VEHILCEJUMP3 0x006E5005 #define ADR_OMGLOOKCAR1 0x00456706
New-Addy´s
04/02/2010 - WarRock Hacks, Bots, Cheats & Exploits - 5 Replies
ist eine sehr grosse liste //------------------------Cyniu Private LOGGER STARTED------------------------\ //--------HACKSHIELD-----------\ #define ADR_HACKSHIELD 0x00****** #define ADR_HACKDETECTED 0x00****** #define ADR_INCLUDE_EHSVC 0x00****** #define ADR_INITIALIZE_EAGLE 0x00****** #define ADR_ANTIBAN 0x00A822E8 //--------POINTERS-----------\ #define ADR_ALLSERVER 0x004B9979
Addy NEW
02/28/2010 - WarRock Hacks, Bots, Cheats & Exploits - 10 Replies
//Addys logged by ToxXiC (AKA Spike)'s Addylogger// //Addys logged on: 27-2-2010 At 1:56 AM// HiddenStuff_shownHidden Stuff: //---------Pointers---------// #define ADR_Playerpointer 0xCF4498 #define ADR_Serverpointer 0xBF3C00 #define ADR_BasePointer 0xC4A1B0 #define ADR_HealthPointer 0xC4BCB4 #define ADR_DevicePointer 0x0 #define ADR_WeaponPointer 0xB32220
help addy
11/13/2009 - WarRock - 3 Replies
antikick ?,opk1,opk2,opk3? addies help me
QQ Addy vom GM
07/30/2009 - Metin2 Private Server - 0 Replies
Kann mir wer die QQ Addy vom GM von longjuyt geben? kriegt ein thx



All times are GMT +1. The time now is 20:37.


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.