Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Kal Online
You last visited: Today at 10:54

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

Advertisement



How to Bypass HackShield?

Discussion on How to Bypass HackShield? within the Kal Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2011
Posts: 127
Received Thanks: 10
How to Bypass HackShield?

wanted to ask how to bypass hackshield on int server , or shuurin or many other int servers
mclane09 is offline  
Old 10/11/2014, 11:33   #2
 
elite*gold: 0
Join Date: Jul 2013
Posts: 35
Received Thanks: 2
int is not shuurin and vice versa and you most likely dont have skills to bypass int hackshield (i'm not saying i do)
Lungi is offline  
Old 10/13/2014, 18:45   #3
 
elite*gold: 0
Join Date: Dec 2008
Posts: 11
Received Thanks: 1
simple int

Quote:
Originally Posted by mclane09 View Post
wanted to ask how to bypass hackshield on int server , or shuurin or many other int servers
MemoryEdit((void *)(dwEhSvc + 0x9fa8), (void *)"\x90\x90", 2); // HS_Call_Back_2
MemoryEdit((void *)(dwEhSvc + 0x7907a), (void *)"\xC3", 1); // HS_Call_Back_1
MemoryEdit((void *)(dwEhSvc + 0x9f10), (void *)"\xC2\x04\x00", 3); // HS_Detection
MemoryEdit((void *)(dwEhSvc + 0x2b341), (void *)"\x90\x90", 2); // HS_Assembly
MemoryEdit((void *)(dwEhSvc + 0x3bcb4), (void *)"\x90\x90", 2); // HS_Anti_Crash
parostatek is offline  
Old 10/14/2014, 07:55   #4
 
elite*gold: 0
Join Date: Dec 2011
Posts: 127
Received Thanks: 10
do me a favor and create an dll to do that , coding is not my best side.
mclane09 is offline  
Old 10/15/2014, 11:43   #5
 
elite*gold: 0
Join Date: Oct 2005
Posts: 112
Received Thanks: 23
DWORD dwEhSvc;
do{
dwEhSvc = (DWORD)GetModuleHandleA("Ehsvc.dll");
}
while (!dwEhSvc);

MemoryEdit((void *)(dwEhSvc + 0x7BD57), (void *)"\xC3", 1);
MemoryEdit((void *)(dwEhSvc + 0x9FA8), (void *)"\x74\x15", 2);
MemoryEdit((void *)(dwEhSvc + 0x9A040), (void *)"\x03\xD2" ,2);
MemoryEdit((void *)(dwEhSvc + 0x97A8F), (void *)"\xB8\x00\x00\x00\x00",5);
MemoryEdit((void *)(dwEhSvc + 0x9F10), (void *)"\xC2\x04\x00",3);
MemoryEdit((void *)(dwEhSvc + 0x2BE31), (void *)"\x90\x90",2);
MemoryEdit((void *)(dwEhSvc + 0x3CA9E), (void *)"\x90\x90",2);
nonosocr1986 is offline  
Thanks
1 User
Old 10/15/2014, 13:15   #6
 
elite*gold: 0
Join Date: Dec 2011
Posts: 127
Received Thanks: 10
and now explain me how i can use it O.o cause i got no clue about coding or creating an simple dlls
mclane09 is offline  
Old 10/16/2014, 09:43   #7
 
elite*gold: 0
Join Date: Oct 2005
Posts: 112
Received Thanks: 23


and add all the code above below "case DLL_PROCESS_ATTACH:"
nonosocr1986 is offline  
Thanks
1 User
Old 10/16/2014, 09:51   #8
 
elite*gold: 0
Join Date: Dec 2011
Posts: 127
Received Thanks: 10
gooddamn it
mclane09 is offline  
Old 10/17/2014, 10:07   #9
 
elite*gold: 0
Join Date: Dec 2011
Posts: 127
Received Thanks: 10
do me a favor and code the dll for me please
mclane09 is offline  
Old 10/26/2014, 21:57   #10
 
elite*gold: 0
Join Date: Sep 2009
Posts: 12
Received Thanks: 0
and for me
kamilek15 is offline  
Old 11/08/2014, 18:32   #11
 
elite*gold: 0
Join Date: Oct 2007
Posts: 856
Received Thanks: 35
Quote:
Originally Posted by nonosocr1986 View Post
DWORD dwEhSvc;
do{
dwEhSvc = (DWORD)GetModuleHandleA("Ehsvc.dll");
}
while (!dwEhSvc);

MemoryEdit((void *)(dwEhSvc + 0x7BD57), (void *)"\xC3", 1);
MemoryEdit((void *)(dwEhSvc + 0x9FA8), (void *)"\x74\x15", 2);
MemoryEdit((void *)(dwEhSvc + 0x9A040), (void *)"\x03\xD2" ,2);
MemoryEdit((void *)(dwEhSvc + 0x97A8F), (void *)"\xB8\x00\x00\x00\x00",5);
MemoryEdit((void *)(dwEhSvc + 0x9F10), (void *)"\xC2\x04\x00",3);
MemoryEdit((void *)(dwEhSvc + 0x2BE31), (void *)"\x90\x90",2);
MemoryEdit((void *)(dwEhSvc + 0x3CA9E), (void *)"\x90\x90",2);
is this for int or priv server?
Slade100 is offline  
Old 11/09/2014, 17:53   #12
 
Mahatma's Avatar
 
elite*gold: 281
Join Date: Oct 2007
Posts: 6,248
Received Thanks: 887
Quote:
Originally Posted by mclane09 View Post
wanted to ask how to bypass hackshield on int server , or shuurin or many other int servers
Quote:
Originally Posted by erfan100 View Post
is this for int or priv server?
the tile of his said "simple int" - should answer your question
Mahatma is offline  
Thanks
1 User
Old 11/09/2014, 19:44   #13
 
elite*gold: 0
Join Date: Oct 2007
Posts: 856
Received Thanks: 35
my bad ^^ thanks
Slade100 is offline  
Old 11/09/2014, 19:46   #14
 
Huntershoot's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 146
Received Thanks: 22
Quote:
Originally Posted by nonosocr1986 View Post
DWORD dwEhSvc;
do{
dwEhSvc = (DWORD)GetModuleHandleA("Ehsvc.dll");
}
while (!dwEhSvc);

MemoryEdit((void *)(dwEhSvc + 0x7BD57), (void *)"\xC3", 1);
MemoryEdit((void *)(dwEhSvc + 0x9FA8), (void *)"\x74\x15", 2);
MemoryEdit((void *)(dwEhSvc + 0x9A040), (void *)"\x03\xD2" ,2);
MemoryEdit((void *)(dwEhSvc + 0x97A8F), (void *)"\xB8\x00\x00\x00\x00",5);
MemoryEdit((void *)(dwEhSvc + 0x9F10), (void *)"\xC2\x04\x00",3);
MemoryEdit((void *)(dwEhSvc + 0x2BE31), (void *)"\x90\x90",2);
MemoryEdit((void *)(dwEhSvc + 0x3CA9E), (void *)"\x90\x90",2);
Was also searching for it thx
Huntershoot is offline  
Reply


Similar Threads Similar Threads
Hackshield bypass help
09/09/2014 - SRO Coding Corner - 0 Replies
I think I am almost finish Hackshield bypass , But I need help in LoadlibraryA("ehsvc.dll") function , When I use IDA Pro to try to check SRO_Client.exe program cant't pass this function it gives me error that there is debugger work on dll file or something like that , So need a program or plugin to try to use this function without that dll file see the debugger
WTB RO2 HACKSHIELD BYPASS
09/19/2013 - Ragnarok Online - 1 Replies
Willing to pay for RO2 Sea Hackshield Bypass. Please leave a message if you have :)
Hackshield Bypass Help
06/28/2012 - General Coding - 2 Replies
Removed, fixed my issue.
[Hackshield]Bypass the new protection hackshield
01/25/2010 - Silkroad Online - 2 Replies
Today i was so mad from agbot so i found the loader lite 3... so i tried to connect with him to ibot (port : 16000) and failed cuz of the hackshield .... so i tried to rename the "hackshield" file dictory and it was full of success ... but i dont know .. should i get banned for it? (i bought silks) if no ill post here the download and guide... Thank's alot : Kobbi :)
Q> need help Bypass HackShield
06/18/2009 - RF Online - 0 Replies
Anyone can teach me how to bypass Hackshield please .. i am new here so anyone can help me .. ?? :handsdown::handsdown::handsdown::handsdown::hand sdown::handsdown:



All times are GMT +1. The time now is 10:55.


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.