Source Code HackShield ByPass | Tüm HS Versiyonları

I

iwystic

Veteran
Joined
Aug 27, 2019
Messages
4,834
Reaction score
9,970
Notlar.png
Konuyu görüntülemek için konuya cevap yazıp beğenmelisiniz.

PpUOkx.png
[HIDE]
HackShield ByPass

// CRC Bypass
// Ana algılama atlama

[/HIDE]​
[HIDE]
Code:
         DWORD BeginJMPBack;
void __cdecl SingleStepDetectionEHS ()
{
    __asm cmp eax,0x10501
    __asm jmp detectiondone1
    __asm cmp esi,0x10705
    __asm jmp detectiondone2
    __asm cmp ecx,0x10703
    __asm jmp detectiondone2
    detectiondone1:
    __asm mov eax,0
    detectiondone2:
    __asm mov esi,0
    detectiondone3:
    __asm mov ecx,0
    __asm jmp dword ptr [BeginJMPBack];
}
 
 
int __stdcall DetouringHackShield ( DWORD Detail , DWORD CrcCheck )
{
    DWORD dwEhSvc = 0;
    do{
            dwEhSvc = (DWORD)GetModuleHandle("EhSvc.dll");
            Sleep(1000);
      }     while(!dwEhSvc)
 
 
            BeginJMPBack(dwEhSvc+0x71936);
                DetourCreate((PBYTE)(dwEhSvc+0x71691),(LPBYTE)SingleStepDetectionEHS,5);
 
        __asm
        {
            push eax
            push edx
            mov  eax,CrcCheck
            mov  edx,[eax+0xC]
            mov  Details,edx
            pop  edx
            pop  eax
        }
 
        if ( CrcCheck == 0x12  && Detail  == 0x0A )
        {
             MemWrite((void*)dwEhSvc+0x09F10)(void*)"\xC2\x04\x00",3);
        }
 
 
        return (1);
}
 
Usage :
DetouringHackShield ( 0x12, 0x0A );

[/HIDE]

PpUOkx.png

İyi Forumlar.​
 
S

Selyk

Prince Of Darkness
Super Moderator
Joined
Sep 6, 2020
Messages
2,470
Reaction score
1,626
Yapıyorsun bu işi
 
S

senkes27

Confirmed Memb.
Joined
Sep 26, 2019
Messages
71
Reaction score
9
bir de sormak istediğim bir şey var bunu nasıl kullanabilirim bu kodu dll ye çevirip oyuna injecte etmek mi gerekiyor
 
R

Rico

Hayatımı sadece ben değiştirebilirim
Ultra Member
Joined
Sep 4, 2019
Messages
883
Reaction score
1,741
Location
Moskova
SPAM IS FORBIDDEN!
  • SPAMMERS ARE BANNED FROM THE FORUM AND CANNOT USE ANY OF THE CHEATS
  • For example: thanks, thx, very good, asdqwe, working, ty and so on!
  • For example: Writing the same message over and over. thanks, thx and so on!
  • Copying and copying someone else's message is prohibited.
  • It is forbidden to send messages to increase the number of comments on threads that you have no knowledge of.
  • Write your own opinion when commenting!
  • If you see spam message, please let us know with the REPORT button!

Tema düzenleyici

Top Bottom