KMS-QADhooker for Localhost Self-Activation

Discussion in 'Windows 10' started by xinso, Apr 17, 2014.

  1. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    You run non-core edition ?
     
  2. Parsix

    Parsix MDL Member

    Joined:
    Aug 19, 2014
    Messages:
    100
    Likes Received:
    20
    Trophy Points:
    10


    no , i use msdn version ( enterprise update 3)
     
  3. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Maybe convert to VL licence :g:
     
  4. duich

    duich MDL Novice

    Joined:
    Oct 29, 2013
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    can anyone please reupload. File is gone. Thanx
     
  5. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
  6. hh3256

    hh3256 MDL Novice

    Joined:
    May 15, 2015
    Messages:
    1
    Likes Received:
    1
    Trophy Points:
    0
  7. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
  8. rjc862003

    rjc862003 MDL Junior Member

    Joined:
    Sep 4, 2009
    Messages:
    78
    Likes Received:
    12
    Trophy Points:
    0
    nm: I am retarded
     
  9. ibocan06

    ibocan06 MDL Novice

    Joined:
    Jul 8, 2012
    Messages:
    18
    Likes Received:
    19
    Trophy Points:
    0
    Link dead :S
     
  10. LostED

    LostED SVF Patch Lover

    Joined:
    Jul 30, 2009
    Messages:
    6,477
    Likes Received:
    17,572
    Trophy Points:
    210
    #610 LostED, Jul 22, 2015
    Last edited by a moderator: Apr 20, 2017
  11. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
    #611 xinso, Jul 31, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Thank you, LostED.

    The script has been slightly modified for Windows 10 10240:

    Before
    Code:
    for /f "tokens=2 delims==" %%A in ('wmic path %SPS% get version /format:list') do (set VS=%%A)
    set CV=%VS:~,3%
    if %CV% LSS 6.2 (echo.&echo Unsupported Windows.&echo.&pause&exit)
    After
    Code:
    for /f "tokens=3 delims= " %%A in ('reg query "%HK%" /v CurrentVersion') do (set CV=%%A)
    if %CV% LSS 6.2 (echo.&echo Unsupported Windows.&echo.&pause&exit)
     
  12. JakeBickel

    JakeBickel MDL Junior Member

    Joined:
    Nov 9, 2009
    Messages:
    91
    Likes Received:
    41
    Trophy Points:
    0
    #612 JakeBickel, Jul 31, 2015
    Last edited: Jul 31, 2015
    $OEM$ folder did not activate OS when added to 10240 Enterprise 64 disk.
    Activated OK with install.bat file after OS installation.
     
  13. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    OEM + Enterprise = Oxymoron!
     
  14. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
    LOL :p
    Trying to make a franken-aio :cool:
     
  15. JakeBickel

    JakeBickel MDL Junior Member

    Joined:
    Nov 9, 2009
    Messages:
    91
    Likes Received:
    41
    Trophy Points:
    0
    $OEM$ folder in sources directory containing setupcomplete.cmd file to run QADhooker activation.
     
  16. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
    I see. Forgot $OEM$ (Busy testing Enterprise LTSB). Sorry. And thanks.
     
  17. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    Then something went wrong. Check the code propperly.
     
  18. maxee

    maxee MDL Novice

    Joined:
    Sep 13, 2013
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    #618 maxee, Aug 7, 2015
    Last edited: Aug 8, 2015
    Why is that? Is that statement also true for the latest version?
    I just tried KMS-QADhook_Localhost_W62_W63w_KmsRenewalTaskLogon_O15w_Slipstream.7z on W7SP1 and there is only a warning about another service process connected (e.g. debugger) every time the Software Protection service is started.
    Activation is working fine. :)

    A little bit of information in the opening post on how this hook works exactly would be nice.
    Is it working like SECOInjector, by writing directly to the response buffer?
    Or is it redirecting the IP connection to its own inbuilt KMS emulator?

    I like the logging functionality of deagles' emulator very much, would it be possible to add something similar to the hook?

    Thank you.
     
  19. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
    #619 xinso, Aug 8, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
  20. bee4u

    bee4u MDL Novice

    Joined:
    Aug 10, 2010
    Messages:
    36
    Likes Received:
    6
    Trophy Points:
    0
    @ xinso THX a lot it worked...:worthy::worthy::worthy::worthy::clap: u r always a great help to this forum ...:worthy::worthy::worthy::clap::cool: