WOAT - OEM/KMS Activator

Discussion in 'MDL Projects and Applications' started by DARKOR04, Aug 8, 2010.

?

Did WOAT work for you?

  1. Yes, It works perfectly.

    60.0%
  2. No, for some reason it did not work for me.

    40.0%
  1. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #61 timesurfer, Sep 1, 2010
    Last edited: Sep 3, 2010
  2. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    @jabberwocky

    First of all WOAT means: "Windows OEM Activation Tool" and I'm not going to slag you off as you said, thats not me if that what you looking forward to, I will not go offtopic... sorry ;) every one its free to think whatever they want....
     
  3. Phazor

    Phazor MDL Expert

    Sep 1, 2009
    1,139
    518
    60
    Sent you that activation repeat code...hope it will help you.


    @All: Yes, he may be copying what others have already done but why not? Chances are always that something else will work where some other solution has failed so i say the more the merrier.

    Besides, he is by far not the only one. All KMS activators for instance are basically spinoffs of KMSA, and all Office KMS activators only exist because i came up with the idea to use ZWTs host for that purpose. This means i had lots of reason to complain about 'idea-stealing', (heck, the first Office activator spinoffs appeared before i even made my own!), but i dont, because in my opinion the principle of sharing ideas, and seeing how others would implement them, is precisely what makes this place so great.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    Yea is was strange at first to see another rearm concept but then I thought like my last post said that MasterDisaster's great console would get use and this developer would have an even more awesome tool than it already is. I think it's kinda hard usually to work with exploits without collaboration since most efforts are off past efforts just like IR4 is and others

    Keep up the good work guys

    Later
     
  5. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    #65 DARKOR04, Sep 17, 2010
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Thanks a lot Phazor for the code, but I use this one:

    It keep trying till windows its activated...

    Code:
    :STEP2
    CLS
    title W.O.A.T Tool v1.7 - Activating Product.
    echo.
    echo. W.O.A.T Tool v1.7 - Activating Product.
    echo. ---------------------------------------
    echo.
    echo. Please Wait.....
    echo.
    echo. Note: This can take several minutes.
    echo.
    start /B %~dp0KMS\KMS.exe 
    echo.
    cscript /b \windows\system32\slmgr.vbs -skms localhost:1688 & echo Localhost Successfully Set.
    :act
    cscript /b \windows\system32\slmgr.vbs -ato
    cscript /nologo C:\Windows\system32\slmgr.vbs /dli | Find "259200" >NUL
    IF ERRORLEVEL 1 goto act
    echo.
    echo. Activation Was Successfull. Enjoy Windows 7!
    echo.
    pause
    goto :KILL
    )

    Only use this portion of code you send me:

    Code:
    :KILL
    CLS
    title W.O.A.T Tool v1.7 - KMS Shutdown
    echo.
    echo. W.O.A.T Tool v1.7 - KMS Shutdown
    echo. ---------------------------------
    echo. Shuting Down KMS Server...
    tasklist /fi "imagename eq KMS.exe" 2>nul | find /i /n "KMS.exe" >nul
    if "%errorlevel%"=="0" taskkill /t /f /im KMS.exe >nul
    echo.
    echo. Done!
    echo.
    echo. Press any key to return to the main menu.
    pause > nul
    GOTO MAINMENU
    )
    BTW Thanks goes to:
    Opa
    MD
    Phazor
    timesufer
    ZWT
    for their great tools and help, keep the hard work guys ;)

    Note:
    WOAT Tool v1.7 finished will be availabe soon, hope you like it.

    PS:
    About:
    This tool its like a "MONSTER VERSION" of Opa Tool. It Checks for Widows Status, Activates Windows 7 via OEM or KMS Emulator. Also Can rearm Widnows 7 and Server Editions forever like IR4 by timesurfer and Reset Windows 7 Editions Back to trial.

    Meaning of WOAT = W.indows O.EM A.ctivation T.ool ;)

    New Features:

    Now it detect OS installed and install proper key automatic. (When Resetting and KMS Activation).
    KMS Activation keep trying till OS it's Activated.
    Resetting process now its hidden, only shows "Windows has been resetted Successfully".
    Add option to Exit WOAT and Go to Windows Validation Site.
    Other minor script changes.
     
  6. Phazor

    Phazor MDL Expert

    Sep 1, 2009
    1,139
    518
    60
    MDs 'repeat-code' is genious in principle, (yes, i mean it), but its downside is that it keeps trying and trying and trying and trying even if it will never succeed.

    Thus, a way to interrupt the trying is needed so that a user can at least abort once it becomes obvious that it will never succeed anyway.


    The other solution (IMO better in this scenario) is to have it do a limited amount of tries in the 1st place, because if it didnt succeed after so many tries it will most likely keep failing anyway no matter how many more tries follow. (Simply a matter of experience.) Thats why i decided for 5 tries with 2 seconds pause inbetween for my 'after-bootup auto-renewaler' in KMSA 5.0. So far it never failed...:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    Yes your right, thats the reason I did not release it yet... ;) Actually I'm trying to meld the two codes or modify it in some way.
     
  8. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    I thought his code tries 10 times and then stops with msg? Are you guys using a different code than I?

    :D
     
  9. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    #69 DARKOR04, Sep 18, 2010
    Last edited by a moderator: Apr 20, 2017
    (OP)
    I'm using this code:
    Code:
    :STEP2
    CLS
    title W.O.A.T Tool v1.7 - Activating Product.
    echo.
    echo. W.O.A.T Tool v1.7 - Activating Product.
    echo. ---------------------------------------
    echo.
    echo. Please Wait.....
    echo.
    echo. Note: This can take several minutes.
    echo.
    start /b %~dp0KMS\KMS.exe & echo KMS Emulator Ready. 
    echo.
    cscript /b \windows\system32\slmgr.vbs -skms localhost:1688 & echo Localhost Successfully Set.
    set f=0
    :act
    set /A f=f+1
    if /i %f% == 5 goto:FAIL
    cscript /b \windows\system32\slmgr.vbs -ato
    cscript /nologo C:\Windows\system32\slmgr.vbs /dli | Find "259200" >NUL
    IF ERRORLEVEL 1 goto act
    echo.
    echo. Activation Was Successfull. %f% attempt(s) used. Enjoy Windows 7.
    echo.
    pause
    goto :KILL
    )
    :FAIL
    echo. Activation fail, after %f% attempt(s) used. Please try again.
    pause > nul
    goto:KILL
    :KILL
    CLS
    title W.O.A.T Tool v1.7 - KMS Shutdown
    echo.
    echo. W.O.A.T Tool v1.7 - KMS Shutdown
    echo. ---------------------------------
    echo. Shuting Down KMS Server...
    tasklist /fi "imagename eq KMS.exe" 2>nul | find /i /n "KMS.exe" >nul
    if "%errorlevel%"=="0" taskkill /t /f /im KMS.exe >nul
    echo.
    echo. Done!
    echo.
    echo. Press any key to return to the main menu.
    pause > nul
    GOTO MAINMENU
    )
    So far, so good ;)
     
  10. Phazor

    Phazor MDL Expert

    Sep 1, 2009
    1,139
    518
    60
    This looks very good.

    Much shorter and simpler than what i used...in fact i might just adopt that for KMSA...:)


    (BTW: Thats exactly what i meant about sharing ideas. Today you profit from mine and tomorrow i profit from yours. Need i say more?)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    lol here we are to help each other. and thanks for everything Phazor
     
  12. ducht1987

    ducht1987 MDL Novice

    Aug 30, 2010
    1
    0
    0
    I'm just curious but if i accidently install the WAT update will this tool can bypass the genuine check and my windows 7 keeps genuine ?
     
  13. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
  14. plauzi

    plauzi Guest

    I miss a 't' in the red word. ;)
     
  15. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    hehe now Deactivation
     
  16. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    NEW VERSION AVAILABLE!

    About:
    This tool its like a "MONSTER VERSION" of Opa Tool. It Checks for Widows Status, Activates Windows 7 via OEM or KMS Emulator.
    Also Can rearm Widnows 7 and Server Editions forever like IR4 by timesurfer and Reset Windows 7 Editions Back to trial.

    PS. Meaning of WOAT = W.indows O.EM A.ctivation T.ool ;)

    Main Features:
    • Activation Status check.
    • Install OEM Certs.
    • Install OEM-SLP Keys.
    • Reset Windows back to Trial and Install Default Key.
    • Rearm Forever. (Installation of Rearm Task Required).
    • KMS Activation.

    New Features:
    • Now it detect OS installed and install proper key automatic. (When Resetting and KMS Activation).
    • KMS Activation keep trying till OS it's Activated. (8 attempts max)
    • Resetting process now its hidden, only shows "Windows has been resetted Successfully".
    • Added option to Exit WOAT and Go to Windows Validation Site.

    See start of thread for more info, hope you like it and found it useful.... Thank to all of you.
     
  17. plauzi

    plauzi Guest

    Do you want to kill my eyes with this deep blue font? :eek:
     
  18. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    #78 DARKOR04, Sep 19, 2010
    Last edited: Sep 19, 2010
    (OP)
    Men a read most of your posts, and found complains, complains and more complains, :eek:
     
  19. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    lol...Did you try 3-D glasses. Works great for me :p...lol
     
  20. sosodef57

    sosodef57 MDL Novice

    Sep 17, 2010
    5
    1
    0
    thanks it worked perfectly!