Results 1 to 14 of 14
  1. #1
    KillerPX's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    EhSvc Bypass 2013

    Está ai pessoal agora é com vocês!


    Code:
    #define DisableValidation 0X77BC01C5   
    #define DisableLookaside   0X77BC0251   
    #define ShutdownFlags     0X77BC0266   
    #define DisableEscalation    0X77BC2B32
    
    VOID EhSvcBypass(VOID)
    {
        DWORD dwEhSvc;
    
        do {
      dwEhSvc = FindDll("EhSvc.dll");
            Sleep(30);
        } while(!dwEhSvc);
    
     WriteOpCode((PVOID)(dwEhSvc + DisableValidation),"\x68\x02\x89\xB8\x77", 5);
        WriteOpCode((PVOID)(dwEhSvc + DisableLookaside), "\x68\xD8\x88\xB8\x77", 5);
     WriteOpCode((PVOID)(dwEhSvc + ShutdownFlags), "\x68\xBC\x88\xB8\x77", 5);
        WriteOpCode((PVOID)(dwEhSvc + DisableEscalation), "\x68\x08\xAB\xB8\x77", 5);
    }
    Créditos:
    debug -> dump da EhSvc.dll
    Gellin
    kssiobr
    Last edited by KillerPX; 08-21-2013 at 06:08 PM.

  2. #2
    Hackerlog's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Springfield
    Posts
    81
    Reputation
    10
    Thanks
    31
    My Mood
    Bored
    Legal esse bypass mas ele vai funfa ainda amanha se o CA atualiza?

  3. The Following User Says Thank You to Hackerlog For This Useful Post:

    diegosarria12 (08-21-2013)

  4. #3
    Fєηix's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Brαzil
    Posts
    1,178
    Reputation
    114
    Thanks
    6,891
    My Mood
    Sleepy
    Quote Originally Posted by Hackerlog View Post
    Legal esse bypass mas ele vai funfa ainda amanha se o CA atualiza?
    Certeza Que Não. Se Acha Pq Ele Foi Posta Hj ? heuehuehu '-'

  5. The Following User Says Thank You to Fєηix For This Useful Post:

    diegosarria12 (08-21-2013)

  6. #4
    |0_Todinho_0|'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    LTClient
    Posts
    27
    Reputation
    10
    Thanks
    1
    KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK #PraqueFazerIsso

  7. #5
    gibam761's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    100
    Reputation
    10
    Thanks
    49
    My Mood
    Drunk
    Quote Originally Posted by KillerPX View Post
    Está ai pessoal agora é com vocês!


    Code:
    #define DisableValidation 0X77BC01C5   
    #define DisableLookaside   0X77BC0251   
    #define ShutdownFlags     0X77BC0266   
    #define DisableEscalation    0X77BC2B32
    
    VOID EhSvcBypass(VOID)
    {
        DWORD dwEhSvc;
    
        do {
      dwEhSvc = FindDll("EhSvc.dll");
            Sleep(30);
        } while(!dwEhSvc);
    
     WriteOpCode((PVOID)(dwEhSvc + DisableValidation),"\x68\x02\x89\xB8\x77", 5);
        WriteOpCode((PVOID)(dwEhSvc + DisableLookaside), "\x68\xD8\x88\xB8\x77", 5);
     WriteOpCode((PVOID)(dwEhSvc + ShutdownFlags), "\x68\xBC\x88\xB8\x77", 5);
        WriteOpCode((PVOID)(dwEhSvc + DisableEscalation), "\x68\x08\xAB\xB8\x77", 5);
    }
    Créditos:
    debug -> dump da EhSvc.dll
    Gellin
    kssiobr
    vc é engraçado !!!

  8. The Following User Says Thank You to gibam761 For This Useful Post:

    diegosarria12 (08-21-2013)

  9. #6
    Coder.Anonymous's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    MPGH
    Posts
    1,144
    Reputation
    53
    Thanks
    4,940
    My Mood
    Cynical
    Prefiro nem comentar ...
    OoOoO Grande "Bypass" sqñ







    Claro[...]


    WFBR:


    PBBR:


    CABR:



  10. The Following 2 Users Say Thank You to Coder.Anonymous For This Useful Post:

    demtrios (08-21-2013),diegosarria12 (08-21-2013)

  11. #7
    demtrios's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    MPGH.Net
    Posts
    870
    Reputation
    10
    Thanks
    1,056
    My Mood
    Amused
    Quote Originally Posted by KillerPX View Post
    Está ai pessoal agora é com vocês!


    Code:
    #define DisableValidation 0X77BC01C5   
    #define DisableLookaside   0X77BC0251   
    #define ShutdownFlags     0X77BC0266   
    #define DisableEscalation    0X77BC2B32
    
    VOID EhSvcBypass(VOID)
    {
        DWORD dwEhSvc;
    
        do {
      dwEhSvc = FindDll("EhSvc.dll");
            Sleep(30);
        } while(!dwEhSvc);
    
     WriteOpCode((PVOID)(dwEhSvc + DisableValidation),"\x68\x02\x89\xB8\x77", 5);
        WriteOpCode((PVOID)(dwEhSvc + DisableLookaside), "\x68\xD8\x88\xB8\x77", 5);
     WriteOpCode((PVOID)(dwEhSvc + ShutdownFlags), "\x68\xBC\x88\xB8\x77", 5);
        WriteOpCode((PVOID)(dwEhSvc + DisableEscalation), "\x68\x08\xAB\xB8\x77", 5);
    }
    Créditos:
    debug -> dump da EhSvc.dll
    Gellin
    kssiobr


    Cock CS since 26•03•2013

  12. The Following User Says Thank You to demtrios For This Useful Post:

    diegosarria12 (08-21-2013)

  13. #8
    ulquiorraj's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by KillerPX View Post
    Está ai pessoal agora é com vocês!


    Code:
    #define DisableValidation 0X77BC01C5   
    #define DisableLookaside   0X77BC0251   
    #define ShutdownFlags     0X77BC0266   
    #define DisableEscalation    0X77BC2B32
    
    VOID EhSvcBypass(VOID)
    {
        DWORD dwEhSvc;
    
        do {
      dwEhSvc = FindDll("EhSvc.dll");
            Sleep(30);
        } while(!dwEhSvc);
    
     WriteOpCode((PVOID)(dwEhSvc + DisableValidation),"\x68\x02\x89\xB8\x77", 5);
        WriteOpCode((PVOID)(dwEhSvc + DisableLookaside), "\x68\xD8\x88\xB8\x77", 5);
     WriteOpCode((PVOID)(dwEhSvc + ShutdownFlags), "\x68\xBC\x88\xB8\x77", 5);
        WriteOpCode((PVOID)(dwEhSvc + DisableEscalation), "\x68\x08\xAB\xB8\x77", 5);
    }
    Créditos:
    debug -> dump da EhSvc.dll
    Gellin
    kssiobr
    Só impressão minha né ? kkkk
    isso vai desliga o PC u.u
    #Sou novo nissu joven '-'

  14. The Following User Says Thank You to ulquiorraj For This Useful Post:

    diegosarria12 (08-21-2013)

  15. #9
    demtrios's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    MPGH.Net
    Posts
    870
    Reputation
    10
    Thanks
    1,056
    My Mood
    Amused
    Quote Originally Posted by ulquiorraj View Post
    Só impressão minha né ? kkkk
    isso vai desliga o PC u.u
    #Sou novo nissu joven '-'


    Cock CS since 26•03•2013

  16. The Following User Says Thank You to demtrios For This Useful Post:

    diegosarria12 (08-21-2013)

  17. #10
    ulquiorraj's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by demtrios View Post
    pega leve fera u.u relaxe

  18. #11
    diegosarria12's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Min ser o incrível Hulk
    Posts
    326
    Reputation
    10
    Thanks
    709
    My Mood
    Cheerful
    ---------- Post added at 09:59 PM ---------- Previous post was at 09:54 PM ----------

    Quote Originally Posted by KillerPX View Post
    Está ai pessoal agora é com vocês!


    Code:
    #define DisableValidation 0X77BC01C5   
    #define DisableLookaside   0X77BC0251   
    #define ShutdownFlags     0X77BC0266   
    #define DisableEscalation    0X77BC2B32
    
    VOID EhSvcBypass(VOID)
    {
        DWORD dwEhSvc;
    
        do {
      dwEhSvc = FindDll("EhSvc.dll");
            Sleep(30);
        } while(!dwEhSvc);
    
     WriteOpCode((PVOID)(dwEhSvc + DisableValidation),"\x68\x02\x89\xB8\x77", 5);
        WriteOpCode((PVOID)(dwEhSvc + DisableLookaside), "\x68\xD8\x88\xB8\x77", 5);
     WriteOpCode((PVOID)(dwEhSvc + ShutdownFlags), "\x68\xBC\x88\xB8\x77", 5);
        WriteOpCode((PVOID)(dwEhSvc + DisableEscalation), "\x68\x08\xAB\xB8\x77", 5);
    }
    Créditos:
    debug -> dump da EhSvc.dll
    Gellin
    kssiobr
    Nice Bypass em kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
    e esse #define ShutdownFlags 0X77BC0266 esse nome é meio familiar não???
    Last edited by diegosarria12; 08-21-2013 at 10:10 PM.

  19. The Following User Says Thank You to diegosarria12 For This Useful Post:

    ulquiorraj (08-22-2013)

  20. #12
    Otaviomorais's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    MG, Brasil
    Posts
    268
    Reputation
    10
    Thanks
    124
    My Mood
    Dead
    Nossa da bobeira n filho

  21. The Following User Says Thank You to Otaviomorais For This Useful Post:

    diegosarria12 (08-22-2013)

  22. #13
    Eu sou Daleste cheguei mais to saindo fora
    MPGH Member
    experthack's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    1,178
    Reputation
    90
    Thanks
    626
    My Mood
    Aggressive
    So olhando ja da para saber que não funciona porque tem que parar algumas CRCs

  23. The Following User Says Thank You to experthack For This Useful Post:

    diegosarria12 (08-22-2013)

  24. #14
    XarutoUsoCrack's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    CFAL Honra & Glória Server
    Posts
    1,087
    Reputation
    51
    Thanks
    2,543
    My Mood
    Relaxed
    Use isso se quiser desligar o PC (suspeito) ou se quiser tomar um ban na sua Conta !

Similar Threads

  1. [Patched] ZicoS77 EHSVC Bypass v2.1 for Arctic Combat
    By GEHhgerhgerhgerhrhr in forum Arctic Combat Hacks & Cheats
    Replies: 9
    Last Post: 04-13-2013, 06:25 PM
  2. [Question]_GameGuard Bypass 2013 BlackShot EU
    By daviddidi in forum Blackshot Help
    Replies: 11
    Last Post: 04-11-2013, 01:59 AM
  3. [Release] Xshot Indo Bypass 2013 [PH] [PS]
    By -R-A-M-B-O-H-A-C-K-E-R in forum Mission Against Terror Hacks & Cheats
    Replies: 25
    Last Post: 04-10-2013, 07:31 AM
  4. [Preview] NEW MAT CIBMALL BYPASS 2013
    By mrhacker22 in forum Mission Against Terror Hacks & Cheats
    Replies: 39
    Last Post: 01-24-2013, 12:47 AM
  5. [Preview] MAT CIB Bypass 2013 In Test FOR 64bit Only!!
    By arielzafri in forum Mission Against Terror Hacks & Cheats
    Replies: 13
    Last Post: 01-18-2013, 01:41 AM