You last visited: Today at 04:54
Advertisement
How to Bypass HackShield?
Discussion on How to Bypass HackShield? within the Kal Online forum part of the MMORPGs category.
10/11/2014, 08:15
#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
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)
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
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
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.
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);
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
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:"
10/16/2014, 09:51
#8
elite*gold: 0
Join Date: Dec 2011
Posts: 127
Received Thanks: 10
gooddamn it
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
10/26/2014, 21:57
#10
elite*gold: 0
Join Date: Sep 2009
Posts: 12
Received Thanks: 0
and for me
11/08/2014, 18:32
#11
elite*gold: 0
Join Date: Oct 2007
Posts: 856
Received Thanks: 35
Quote:
Originally Posted by
nonosocr1986
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?
11/09/2014, 17:53
#12
elite*gold: 281
Join Date: Oct 2007
Posts: 6,248
Received Thanks: 887
Quote:
Originally Posted by
mclane09
wanted to ask how to bypass hackshield on int server , or shuurin or many other int servers
Quote:
Originally Posted by
erfan100
is this for int or priv server?
the tile of his
said "
simple int " - should answer your question
11/09/2014, 19:44
#13
elite*gold: 0
Join Date: Oct 2007
Posts: 856
Received Thanks: 35
my bad ^^ thanks
11/09/2014, 19:46
#14
elite*gold: 0
Join Date: Mar 2012
Posts: 146
Received Thanks: 22
Quote:
Originally Posted by
nonosocr1986
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
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 +2. The time now is 04:54 .