Register for your free account! | Forgot your password?

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

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

Advertisement



WarRock - Pointer und Offsets

Discussion on WarRock - Pointer und Offsets within the WarRock forum part of the Shooter category.

Closed Thread
 
Old 08/27/2012, 13:10   #211
 
elite*gold: 0
Join Date: Aug 2012
Posts: 184
Received Thanks: 724
Quote:
Originally Posted by futbolcuadem View Post
request#
#define ADR_HSCallBack1
#define ADR_HSCallBack2
#define ADR_HSNanoScan1
#define ADR_HSNanoScan2
#define EhsvcSelfCrC
#define Detection
#define NanoCheck1
#define NanoCheck2
#define HSAntiCrash
#define ADR_ASMDETECTION
#define NanoCheck3

and how to find these addys..
//================= EHSVC =================//
//================ BYPASS =================//
#define EhsvcSelfCrC 0x007B6AC
#define Detection 0x0009FB0
#define NanoCheck1 0x003CC8E
#define NanoCheck2 0x003A0CF
//================= Other =================//
#define HSAntiCrash 0x003CD04
#define Asm Detection 0x002C0A1
#define NanoCheck3 0x003C146
//================= LOGGED =================//
//=================== 7 ==================//
//======= Made By BlackLegend & NikM =======//

Credits für den Logger BlackLegend & NikiM

#define ADR_HSCallBack1 0x007C139
#define ADR_HSCallBack2 0x000A048

Credits für die 2 Addys zu SpeedLvlers, für alle die es nicht verstanden haben

€: How to find? Download CHimpREC -> Dump EHSvc -> Download OllyDBG -> Search Addys

@ scraprecon

#define ASM_OPK 0x407E14

@ alfmkwndk

BOOL MemoryEdit ( VOID *lpMem, VOID *lpSrc, DWORD len )
{
DWORD lpflOldProtect, flNewProtect = PAGE_READWRITE;
unsigned char *pDst = (unsigned char *)lpMem,
*pSrc = (unsigned char *)lpSrc;
if (VirtualProtect(lpMem,len,flNewProtect,&lpflOldPro tect))
{
while(len-- >0) *pDst++ = *pSrc++;
VirtualProtect(lpMem,len, lpflOldProtect,&lpflOldProtect);
FlushInstructionCache(GetCurrentProcess(), lpMem, len);
return 1;
}
return 0;
}

Credits IDK...
*KingDevil* is offline  
Old 08/28/2012, 02:05   #212
 
xDaNero's Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 26
Received Thanks: 21
Don't you need 3 addies for ASM OPK?
xDaNero is offline  
Thanks
1 User
Old 08/28/2012, 05:26   #213
 
elite*gold: 73
Join Date: Mar 2011
Posts: 2,908
Received Thanks: 8,548
Quote:
//================= EHSVC =================//
//================ BYPASS =================//
#define EhsvcSelfCrC 0x007B6AC
#define Detection 0x0009FB0
#define NanoCheck1 0x003CC8E
#define NanoCheck2 0x003A0CF
//================= Other =================//
#define HSAntiCrash 0x003CD04
#define Asm Detection 0x002C0A1
#define NanoCheck3 0x003C146
//================= LOGGED =================//
//=================== 7 ==================//
//======= Made By BlackLegend & NikM =======//

#define ADR_HSCallBack1 0x007C139
#define ADR_HSCallBack2 0x000A048

Credits SpeedLvlers
warum Credits SpeedLvlers?? wenn da sogar steht Made By BlackLegend & NikM ...
Kazbah__ is offline  
Thanks
4 Users
Old 08/28/2012, 13:11   #214
 
elite*gold: 0
Join Date: Aug 2012
Posts: 184
Received Thanks: 724
Hat jemand noch ne Dumped wr.exe vom 04.07.12?

Quote:
Originally Posted by Zyzz__ View Post
warum Credits SpeedLvlers?? wenn da sogar steht Made By BlackLegend & NikM ...
Wenn man lesen könnte dann ist man klar im Vorteil....

EHSvc Logger steht BlackLegend usw. drunter, die anderen 2 Addys sind von Speedlvlers. Soviel Gehirn muss allerdings sein...
*KingDevil* is offline  
Thanks
1 User
Old 08/28/2012, 14:05   #215
 
elite*gold: 5
Join Date: Jan 2012
Posts: 738
Received Thanks: 1,707
Quote:
Originally Posted by *KingDevil* View Post
Hat jemand noch ne Dumped wr.exe vom 04.07.12?



Wenn man lesen könnte dann ist man klar im Vorteil....

EHSvc Logger steht BlackLegend usw. drunter, die anderen 2 Addys sind von Speedlvlers. Soviel Gehirn muss allerdings sein...
Lüge!

Hier der Aktuelle Log:
//================= EHSVC =================//
//================ BYPASS1 =================//
#define ADR_HSCallBack1 0x007C139
#define ADR_HSCallBack2 0x000A048
#define ADR_HSNanoScan1 0x009A520
#define ADR_HSNanoScan2 0x0097F6F
//================ BYPASS2 =================//
#define EhsvcSelfCrC 0x007B6AC
#define Detection 0x0009FB0
#define NanoCheck1 0x003CC8E
#define NanoCheck2 0x003A0CF
//================= Other =================//
#define HSAntiCrash 0x003CD04
#define Asm Detection 0x002C0A1
#define NanoCheck3 0x003C146
//================= LOGGED =================//
//================== 11 ==================//
//======= Made By BlackLegend & NikM =======//

Dumped 04.07.12:

Download:

Virustotal:
BlackLegend™# is offline  
Thanks
1 User
Old 08/28/2012, 14:09   #216
 
elite*gold: 0
Join Date: Aug 2012
Posts: 184
Received Thanks: 724
Quote:
Originally Posted by BlackLegend™# View Post
Lüge!

Hier der Aktuelle Log:
//================= EHSVC =================//
//================ BYPASS1 =================//
#define ADR_HSCallBack1 0x007C139
#define ADR_HSCallBack2 0x000A048
#define ADR_HSNanoScan1 0x009A520
#define ADR_HSNanoScan2 0x0097F6F
//================ BYPASS2 =================//
#define EhsvcSelfCrC 0x007B6AC
#define Detection 0x0009FB0
#define NanoCheck1 0x003CC8E
#define NanoCheck2 0x003A0CF
//================= Other =================//
#define HSAntiCrash 0x003CD04
#define Asm Detection 0x002C0A1
#define NanoCheck3 0x003C146
//================= LOGGED =================//
//================== 11 ==================//
//======= Made By BlackLegend & NikM =======//
Was bitteschön für eine lüge? Ich hab nur den EHSvc logger den du damals gepostet hast und nicht den. Die HSCallBack Addys hat SpeedLvlers vor 1 oder 2 seiten gepostet...

€: Danke für die .exe
*KingDevil* is offline  
Old 08/28/2012, 14:24   #217
 
elite*gold: 5
Join Date: Jan 2012
Posts: 738
Received Thanks: 1,707
Quote:
Originally Posted by *KingDevil* View Post
Was bitteschön für eine lüge? Ich hab nur den EHSvc logger den du damals gepostet hast und nicht den. Die HSCallBack Addys hat SpeedLvlers vor 1 oder 2 seiten gepostet...

€: Danke für die .exe
Dieser Logger ist so Public was denkst du woher er die hat?
BlackLegend™# is offline  
Thanks
1 User
Old 08/28/2012, 19:30   #218
 
elite*gold: 0
Join Date: Aug 2012
Posts: 14
Received Thanks: 1
yo ,
i tried this with quick plant :

if(Quickpd)
{
MemEdit((VOID *)(0x004F210B),(PBYTE)"\xEB\x39",2);
}else{
MemEdit((VOID *)(0x004F210B),(PBYTE)"\x7D\x07",2);
}

but not working! please help me
Deltran_ is offline  
Old 08/28/2012, 20:12   #219
 
elite*gold: 0
Join Date: Dec 2009
Posts: 11
Received Thanks: 11
Quote:
Originally Posted by Deltran_ View Post
if(Quickpd)
{
MemEdit((VOID *)(0x004F210B),(PBYTE)"\xEB\x39",2);
}else{
MemEdit((VOID *)(0x004F210B),(PBYTE)"\x7D\x07",2);
}
Try this :
Code:
if(Quickpd)
	{
		MemEdit((void *)ASM_QuickPlant, (BYTE *)"\xEB\x39",2);
		}else{
                MemEdit((void *)ASM_QuickPlant, (BYTE *)"\x7D\x07",2);

	}
Code:
#define ASM_QuickPlant				0x4F210B
#define ASM_QuickDefuse				0x43653C
wewewe13 is offline  
Old 08/29/2012, 01:14   #220
 
elite*gold: 0
Join Date: Jul 2011
Posts: 53
Received Thanks: 11
#request
ASM_OPK1
ASM_OPK2
ASM_OPK3
scraprecon is offline  
Old 08/29/2012, 03:08   #221
 
elite*gold: 0
Join Date: Feb 2012
Posts: 85
Received Thanks: 18
@*KingDevil*

MemoryEdit



Quote:
1>c:\documents and settings\leonardo\escritorio\downloads\hack\mempac h.h(8) : error C2065: 'lpflOldPro' : identificador no declarado
1>c:\documents and settings\leonardo\escritorio\downloads\hack\mempac h.h(8) : error C2146: error de sintaxis : falta ')' delante del identificador 'tect'
1>c:\documents and settings\leonardo\escritorio\downloads\hack\mempac h.h(8) : error C2059: error de sintaxis : ')'
1>c:\documents and settings\leonardo\escritorio\downloads\hack\mempac h.h(9) : error C2143: error de sintaxis : falta ';' delante de '{'
1>c:\documents and settings\leonardo\escritorio\downloads\hack\mempac h.h(4) : error C2084: la función 'BOOL MemoryEdit(void *,void *,DWORD)' ya tiene un cuerpo
1> c:\documents and settings\leonardo\escritorio\downloads\hack\mempac h.h(3) : vea la definición anterior de 'MemoryEdit'
1>c:\documents and settings\leonardo\escritorio\downloads\hack\mempac h.h(8) : error C2065: 'lpflOldPro' : identificador no declarado
1>c:\documents and settings\leonardo\escritorio\downloads\hack\mempac h.h(8) : error C2146: error de sintaxis : falta ')' delante del identificador 'tect'
1>c:\documents and settings\leonardo\escritorio\downloads\hack\mempac h.h(8) : error C2059: error de sintaxis : ')'
1>c:\documents and settings\leonardo\escritorio\downloads\hack\mempac h.h(9) : error C2143: error de sintaxis : falta ';' delante de '{'
1>El registro de compilación se guardó en el "file://c:\Documents and Settings\Leonardo\Escritorio\Downloads\hack\Releas e\BuildLog.htm"
1>Gato - 9 errores, 0 advertencias
========== Volver a generar todo: 0 correctos, 1 incorrectos, 0 omitidos ==========
alfmkwndk is offline  
Old 08/29/2012, 12:18   #222
 
elite*gold: 0
Join Date: Apr 2010
Posts: 41
Received Thanks: 3
need addys after update..
futbolcuadem is offline  
Old 08/29/2012, 13:42   #223
 
elite*gold: 0
Join Date: Apr 2012
Posts: 594
Received Thanks: 810
Quote:
Originally Posted by futbolcuadem View Post
need addys after update..
Addies haven't changed after this "update"
GigaByte™ is offline  
Old 08/29/2012, 19:52   #224
 
elite*gold: 0
Join Date: Feb 2012
Posts: 85
Received Thanks: 18
#request

ADR_ClassBase
ADR_WeaponBase
ADR_SlotBase
alfmkwndk is offline  
Thanks
2 Users
Old 08/29/2012, 21:51   #225
 
xXrussXx's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 643
Received Thanks: 846
#Request Silentwalk/SilentReloed
xXrussXx is offline  
Closed Thread




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


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