Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 14:49

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

Advertisement



Warrock - Code Snippets

Discussion on Warrock - Code Snippets within the WarRock forum part of the Shooter category.

Closed Thread
 
Old 05/12/2013, 21:47   #961
 
elite*gold: 0
Join Date: Mar 2012
Posts: 88
Received Thanks: 2
Quote:
Originally Posted by GigaByte™ View Post
#Request latest EhSvc dump
Hackshield dump?
hansewurst is offline  
Old 05/12/2013, 22:19   #962
 
elite*gold: 0
Join Date: Apr 2012
Posts: 594
Received Thanks: 810
Quote:
Originally Posted by hansewurst View Post
Hackshield dump?
Yes. The latest one if you can please
GigaByte™ is offline  
Old 05/13/2013, 20:43   #963
 
elite*gold: 1
Join Date: Apr 2013
Posts: 461
Received Thanks: 216
EhSvc.dll dumped

Be happy that I share it with you now..
Download is attached.

It's only a DLL. Scan it yourself (#low connection ftw)..

Anhang deleted da kein VT
.BlackHat is offline  
Thanks
3 Users
Old 05/14/2013, 21:37   #964
 
elite*gold: 0
Join Date: Apr 2013
Posts: 17
Received Thanks: 23
#Request

NadeSize source
Inline™ is offline  
Old 05/14/2013, 21:55   #965
 
elite*gold: 0
Join Date: Aug 2012
Posts: 184
Received Thanks: 724
Quote:
Originally Posted by Inline™ View Post
#Request

NadeSize source
switch ( _Cy_NadeSize )
{
case 0:*(FLOAT*)(ADR_NadeSize) = (0.13);break; //Normal Volue
case 1:*(FLOAT*)(ADR_NadeSize) = (0.13f*10);break; //x10Size
case 2:*(FLOAT*)(ADR_NadeSize) = (0.13f*30);break; //x30Size
case 3:*(FLOAT*)(ADR_NadeSize) = (0.13f*50);break; //x50Size
case 4:*(FLOAT*)(ADR_NadeSize) = (0.13f*70);break; //x70Size
case 5:*(FLOAT*)(ADR_NadeSize) = (0.13f*100);break; //x100Size

}

Credits CyBerTürk™.
*KingDevil* is offline  
Old 05/15/2013, 07:51   #966
 
Raz9r's Avatar
 
elite*gold: 297
Join Date: Dec 2010
Posts: 1,129
Received Thanks: 1,687
Quote:
Originally Posted by *KingDevil* View Post
switch ( _Cy_NadeSize )
{
case 0:*(FLOAT*)(ADR_NadeSize) = (0.13);break; //Normal Volue
case 1:*(FLOAT*)(ADR_NadeSize) = (0.13f*10);break; //x10Size
case 2:*(FLOAT*)(ADR_NadeSize) = (0.13f*30);break; //x30Size
case 3:*(FLOAT*)(ADR_NadeSize) = (0.13f*50);break; //x50Size
case 4:*(FLOAT*)(ADR_NadeSize) = (0.13f*70);break; //x70Size
case 5:*(FLOAT*)(ADR_NadeSize) = (0.13f*100);break; //x100Size

}

Credits CyBerTürk™.
The same thing as in my last post applies:
Code:
static const float nadesize_valarr[] = { 0.13f, 0.13f * 10.0f, 0.13f * 30.0f, 0.13f * 50.0f, 0.13f * 70.0f, 0.13f * 100.0f };
// assuming that 0 <= _Cy_NadeSize <= 5
*reinterpret_cast<float *const>(ADR_NadeSize) = nadesize_valarr[_Cy_NadeSize];
If your compiler supports constexpr use it instead of static const. Also note that _Cy_NadeSize is valid production code, but invalid per standard as names prefixed by _ followed either an uppercase letter or another _ are implementation reserved. Please also take note that compilers often do not optimize the expression 0.13f * 100 because of the different encodings of float and int.
Raz9r is offline  
Thanks
1 User
Old 05/15/2013, 11:32   #967
 
elite*gold: 5
Join Date: Jan 2012
Posts: 738
Received Thanks: 1,707
//================= EHSVC =================//
EhsVc.dll Entry Point : 0x5C81000
EhsVc.dll .code Size : 0x101000
EhsVc.dll .code Offset : 0x1000

//================ BYPASS1 =================//
#define ADR_HSCallBack1 0x0085C2D
#define ADR_HSCallBack2 0x000A238
#define ADR_HSNanoScan1 0x00A713A
#define ADR_HSNanoScan2 0x00A481E
//================ BYPASS2 =================//
#define EhsvcSelfCrC 0x008518E
#define Detection 0x000A1A0
#define NanoCheck1 0x003F55E
#define NanoCheck2 0x003C90F
//================= Other =================//
#define HSAntiCrash 0x003F5D4
#define Asm Detection 0x002ECFD
//======= Made By BlackLegend & NikM =======//

HF
BlackLegend™# is offline  
Thanks
3 Users
Old 05/15/2013, 12:48   #968
 
xXrussXx's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 643
Received Thanks: 846
Exclamation

Quote:
Originally Posted by BlackLegend™# View Post
//================= EHSVC =================//
EhsVc.dll Entry Point : 0x5C81000
EhsVc.dll .code Size : 0x101000
EhsVc.dll .code Offset : 0x1000

//================ BYPASS1 =================//
#define ADR_HSCallBack1 0x0085C2D
#define ADR_HSCallBack2 0x000A238
#define ADR_HSNanoScan1 0x00A713A
#define ADR_HSNanoScan2 0x00A481E
//================ BYPASS2 =================//
#define EhsvcSelfCrC 0x008518E
#define Detection 0x000A1A0
#define NanoCheck1 0x003F55E
#define NanoCheck2 0x003C90F
//================= Other =================//
#define HSAntiCrash 0x003F5D4
#define Asm Detection 0x002ECFD
//======= Made By BlackLegend & NikM =======//

HF
IDK but your logger gives me this loggs..(could be you old logger!?)

//================= EHSVC =================//
EhsVc.dll Entry Point : 0x3B31000
EhsVc.dll .code Size : 0x100000
EhsVc.dll .code Offset : 0x1000

//================ BYPASS1 =================//
#define ADR_HSCallBack1 0x0085CDD
#define ADR_HSCallBack2 0x000A238
#define ADR_HSNanoScan1 0x00A5EBA
#define ADR_HSNanoScan2 0x00A359E
//================ BYPASS2 =================//
#define EhsvcSelfCrC 0x008523E
#define Detection 0x000A1A0
#define NanoCheck1 0x00402CE
#define NanoCheck2 0x003D67F
//================= Other =================//
#define HSAntiCrash 0x0040344
#define Asm Detection 0x002EE5D
//======= Made By BlackLegend & NikM =======//
//================= EHSVC =================//
EhsVc.dll Entry Point : 0x3831000
EhsVc.dll .code Size : 0x100000
EhsVc.dll .code Offset : 0x1000

//================ BYPASS1 =================//
#define ADR_HSCallBack1 0x0085CDD
#define ADR_HSCallBack2 0x000A238
#define ADR_HSNanoScan1 0x00A5EBA
#define ADR_HSNanoScan2 0x00A359E
//================ BYPASS2 =================//
#define EhsvcSelfCrC 0x008523E
#define Detection 0x000A1A0
#define NanoCheck1 0x00402CE
#define NanoCheck2 0x003D67F
//================= Other =================//
#define HSAntiCrash 0x0040344
#define Asm Detection 0x002EE5D
//======= Made By BlackLegend & NikM =======//
//================= EHSVC =================//
EhsVc.dll Entry Point : 0x39C1000
EhsVc.dll .code Size : 0x101000
EhsVc.dll .code Offset : 0x1000

//================ BYPASS1 =================//
#define ADR_HSCallBack1 0x0085C2D
#define ADR_HSCallBack2 0x000A238
#define ADR_HSNanoScan1 0x00A713A
#define ADR_HSNanoScan2 0x00A481E
//================ BYPASS2 =================//
#define EhsvcSelfCrC 0x008518E
#define Detection 0x000A1A0
#define NanoCheck1 0x003F55E
#define NanoCheck2 0x003C90F
//================= Other =================//
#define HSAntiCrash 0x003F5D4
#define Asm Detection 0x002ECFD
//======= Made By BlackLegend & NikM =======//
//================= EHSVC =================//
EhsVc.dll Entry Point : 0x3861000
EhsVc.dll .code Size : 0x101000
EhsVc.dll .code Offset : 0x1000

//================ BYPASS1 =================//
#define ADR_HSCallBack1 0x0085C2D
#define ADR_HSCallBack2 0x000A238
#define ADR_HSNanoScan1 0x00A713A
#define ADR_HSNanoScan2 0x00A481E
//================ BYPASS2 =================//
#define EhsvcSelfCrC 0x008518E
#define Detection 0x000A1A0
#define NanoCheck1 0x003F55E
#define NanoCheck2 0x003C90F
//================= Other =================//
#define HSAntiCrash 0x003F5D4
#define Asm Detection 0x002ECFD
//======= Made By BlackLegend & NikM =======//
xXrussXx is offline  
Old 05/15/2013, 16:14   #969
 
elite*gold: 1
Join Date: Apr 2013
Posts: 461
Received Thanks: 216
My logs say:

Code:
#define adrCqcProne 0x0091BD84
#define adrWeapon1 0x000101EC
#define adrWeapon2 0x000101EE
#define adrWeapon3 0x000101F0
#define adrD3DUsername 0x00AB0294
#define adrD3DHealth 0x00AB1464
#define adrSpawnTime 0x00B9D220
#define adrFallDamage 0x000102E8
#define adrUnlimitedAmmo 0x00A533F4
#define ofsPremium1 0x0000058C
#define ofsPremium2 0x00000590
#define ofsFireDelay 0x00010410
#define ofsInvisible 0x000DF35C
#define fEngineText 0x00401023
#define fMessageBox 0x0051AE5A

#define adrHSStub 0x00515926 // write \xEB
#define adrHSHandler 0x005E5E53 // write \xC3
#define ofsHsDetection 0x0000A1A0 // write \xC2\x04\x00
#define ofsHsSelfCrc 0x0008523E // write \xC2\x04\x00
#define ofsHsNano 0x000A5EBA // write \xD2
.BlackHat is offline  
Old 05/15/2013, 17:24   #970
 
CyberVeezy :)'s Avatar
 
elite*gold: 1
Join Date: Oct 2011
Posts: 1,117
Received Thanks: 1,520

[ 15.05.2013 - Updated Bypass ]
[ 1 Hours - Kick! ]
[ Credits: Reaper & BlackHat ]

Code:
void WarRock_AhnLab_HackShield_Bypass(void)
{
DWORD dwEhSvc;
do
{
dwEhSvc = (DWORD)GetModuleHandleA("EHSVC.DLL");
Sleep(30);
}
while (!dwEhSvc);


MemoryEdit((void *)(hEhSvc + 0x515926), (void *)"\xEB\", 1);
MemoryEdit((void *)(hEhSvc + 0x5E5E53),(void *)"\xC3", 1);
MemoryEdit((void *)(hEhSvc + 0x0000A1A0)(void *)"\xC2\x04\x00", 3);
MemoryEdit((void *)(hEhSvc + 0x0008523E )(void *)"\xC2\x04\x00", 3);
MemoryEdit((void *)(hEhSvc + 0x5E5E53),(void *)"\xD2", 1);
}
I dont know if its work, test it.
CyberVeezy :) is offline  
Thanks
1 User
Old 05/15/2013, 21:43   #971
 
elite*gold: 1
Join Date: Apr 2013
Posts: 461
Received Thanks: 216
Quote:
Originally Posted by CyberVeezy :) View Post

[ 15.05.2013 - Updated Bypass ]
[ 1 Hours - Kick! ]
[ Credits: Reaper & BlackHat ]

Code:
void WarRock_AhnLab_HackShield_Bypass(void)
{
DWORD dwEhSvc;
do
{
dwEhSvc = (DWORD)GetModuleHandleA("EHSVC.DLL");
Sleep(30);
}
while (!dwEhSvc);


MemoryEdit((void *)(hEhSvc + 0x515926), (void *)"\xEB\", 1);
MemoryEdit((void *)(hEhSvc + 0x5E5E53),(void *)"\xC3", 1);
MemoryEdit((void *)(hEhSvc + 0x0000A1A0)(void *)"\xC2\x04\x00", 3);
MemoryEdit((void *)(hEhSvc + 0x0008523E )(void *)"\xC2\x04\x00", 3);
MemoryEdit((void *)(hEhSvc + 0x5E5E53),(void *)"\xD2", 1);
}
I dont know if its work, test it.
mega fail.

MemoryEdit((void *)(hEhSvc + 0x5E5E53),(void *)"\xC3", 1);
...
MemoryEdit((void *)(hEhSvc + 0x5E5E53),(void *)"\xD2", 1);

wtf?
Außerdem sind die beiden Addressen (0x515926 und 0x5E5E53) keine Offsets. Sprich: hEhSvc + muss weg.
Kanns hier auch einmal einer richtig machen?
.BlackHat is offline  
Thanks
2 Users
Old 05/16/2013, 06:39   #972
 
elite*gold: 0
Join Date: Nov 2012
Posts: 51
Received Thanks: 21
Quote:
Originally Posted by .BlackHat View Post
mega fail.

MemoryEdit((void *)(hEhSvc + 0x5E5E53),(void *)"\xC3", 1);
...
MemoryEdit((void *)(hEhSvc + 0x5E5E53),(void *)"\xD2", 1);

wtf?
Außerdem sind die beiden Addressen (0x515926 und 0x5E5E53) keine Offsets. Sprich: hEhSvc + muss weg.
Kanns hier auch einmal einer richtig machen?

Hey.Im using xC3 but its still perfect.
Lazl07 is offline  
Old 05/17/2013, 01:16   #973
 
xXrussXx's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 643
Received Thanks: 846
Arrow

Quote:
Originally Posted by Lazl07 View Post
Hey.Im using xC3 but its still perfect.
He's not speaking about the bytes.
He's speaking about the Ehsvc which u dont need to use.
xXrussXx is offline  
Old 05/17/2013, 06:13   #974
 
elite*gold: 0
Join Date: Nov 2012
Posts: 51
Received Thanks: 21
i didnt understand dutch.
Lazl07 is offline  
Old 05/18/2013, 12:30   #975

 
MineCore's Avatar
 
elite*gold: 30
Join Date: Jan 2011
Posts: 1,306
Received Thanks: 170
Hallo,
ich bin eine Anfänger in C++ und habe eine frage und zwar ich habe es jetzt endlich geschaft ohne C&P einen Warrock Hack zumachen aber er schmiert nach ca 2min ab.
Liegt es daran das ich einen Hackshield Bypass brauche.
Und wenn ja woher bekomme ich einen ?
MineCore is offline  
Closed Thread


Similar Threads Similar Threads
WarRock EU - Code Snippets
07/12/2012 - WarRock - 7490 Replies
Hi Leute, in diesem Thread könnt ihr: -> Nach Sourcecodes fragen(Beispiel unten) -> Eure Sourcecodes posten(Wenn sie nicht von euch sind mit Credits!) -> Fragen ob eure Source evtl. einen Fehler hat -> Fragen was welcher Fehler bedeuted -> Sourcecodes entnehmen(Bitte beim Release dann Credits angeben!)



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


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.