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. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    #221 DARKOR04, Jan 28, 2011
    Last edited: Feb 1, 2011
    (OP)
  2. banchan

    banchan MDL Novice

    Jan 28, 2011
    1
    1
    0
    thanks you ; )
     
  3. gonzo3000

    gonzo3000 MDL Novice

    Oct 3, 2007
    12
    4
    0
    #223 gonzo3000, Jan 29, 2011
    Last edited by a moderator: Apr 20, 2017
    Hi man,

    Is there a similar script to activate Office 2010 Standard x64 VL?

    Thx
     
  4. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    #224 DARKOR04, Jan 29, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Here is the new one: Windows

    Code:
    1>>%userprofile%\Desktop\WOATv3.2LOG.log echo.[%date% %time%] [KMS ACTIVATION PROCESS STARTED]
    cls
    echo.
    echo. VOLUME_KMSCLIENT - [SECURITY CHECK...]
    1>>%userprofile%\Desktop\WOATv3.2LOG.log echo.[%date% %time%] [PERFORMING VOLUME CLIENT SECURITY CHECK]
    cscript //nologo \windows\system32\slmgr.vbs -dlv | FINDSTR /i "VOLUME_KMSCLIENT" >nul 
    IF ERRORLEVEL 1 goto:NOTKMSCLIENT
    1>>%userprofile%\Desktop\WOATv3.2LOG.log echo.[%date% %time%] [SECURITY CHECK PASSED]
    CLS
    title WOAT v3.2 OEM/KMS ACTIVATOR
    echo. =======================================
    echo. WINDOWS 7 KMS ACTIVATION
    echo. =======================================
    echo.
    cscript /b \windows\system32\slmgr.vbs -skms localhost:1688 & echo. LOCALHOST: [SET]
    1>>%userprofile%\Desktop\WOATv3.2LOG.log echo.[%date% %time%] [LOCAL HOST SET]
    set em=1
    netsh firewall set portopening TCP 1688 "KMS Emulator" >nul
    1>>%userprofile%\Desktop\WOATv3.2LOG.log echo.[%date% %time%] [PORT OPEN]
    echo. PORT: [Open]
    mkdir "%SystemDrive%\KMSEMUTEMP"
    >nul xcopy /cheriky "%~dp0KMS\KMS.exe" "%SystemDrive%\KMSEMUTEMP"
    set file=%SystemDrive%\KMSEMUTEMP
    if exist %file% attrib +h %file%
    start /b %SystemDrive%\KMSEMUTEMP\KMS.exe >nul
    IF ERRORLEVEL 1 1>>%userprofile%\Desktop\WOATv3.2LOG.log echo.[%date% %time%] [EMULATOR FAIL TO START] & echo. EMULATOR SATUS: [ERROR] & Pause >nul & goto FAIL
    sc query KMS | FINDSTR /i "1060" >nul || exit /b
    IF NOT ERRORLEVEL 1 1>>%userprofile%\Desktop\WOATv3.2LOG.log echo.[%date% %time%] [EMULATOR RUNNING] & echo. KMS EMULATOR: [RUNNING]
    echo.
    echo. PERFORMING REQUEST: [ACTIVATING PRODUCT]
    1>>%userprofile%\Desktop\WOATv3.2LOG.log echo.[%date% %time%] [ACTIVATION REQUEST STARTED]
    echo.
    set f=1
    set /p var=^>ACTIVATION ATTEMPTS: <nul
    :act
    set /p var=%f%<NUL
    cscript /b \windows\system32\slmgr.vbs -ato
    cscript //nologo C:\Windows\system32\slmgr.vbs /dli | FIND "259200" >NUL
    IF '%ERRORLEVEL%' EQU '0' (
    goto:Activated
    ) ELSE (
    goto:WINKMSADD1
    )
    :WINKMSADD1
    set /A f=f+1
    if /i %f% == 10 goto:FAIL
    goto:act
    )
    and this one i use for office:

    Code:
    :ACTIVATEOF
    cls
    title WOAT v3.2 OEM/KMS ACTIVATOR
    MODE CON COLS=68 LINES=20
    echo. =======================================
    echo. OFFICE 2010 VL KMS ACTIVATION
    echo. =======================================
    echo.
    1>>%userprofile%\Desktop\WOATv3.2LOG.log echo.[%date% %time%] [OFFICE KMS ACTIVATION STARTED]
    cscript %~dp0Office\ospp.vbs /remhst >nul & echo. [HOST RESETED]
    1>>%userprofile%\Desktop\WOATv3.2LOG.log echo.[%date% %time%] [HOST RESETED SUCCESS]
    cscript %~dp0Office\ospp.vbs /sethst:127.0.0.1 >nul & echo. [HOST SET]
    1>>%userprofile%\Desktop\WOATv3.2LOG.log echo.[%date% %time%] [HOST SET SUCCESS]
    sc query KMS | findstr /i 1060 >nul || exit /b
    set em=1
    netsh firewall set portopening TCP 1688 "KMS Emulator" >nul
    echo. PORT: [OPEN]
    1>>%userprofile%\Desktop\WOATv3.2LOG.log echo.[%date% %time%] [PORT OPEN]
    mkdir "%SystemDrive%\KMSEMUTEMP"
    >nul xcopy /cheriky "%~dp0KMS\KMS.exe" "%SystemDrive%\KMSEMUTEMP"
    set file=%SystemDrive%\KMSEMUTEMP
    if exist %file% attrib +h %file%
    start /b %SystemDrive%\KMSEMUTEMP\KMS.exe >nul
    IF ERRORLEVEL 1 echo. [EMULATOR FAIL TO START] & Pause >nul & goto:NOTEMU
    echo. EMULATOR STATUS: [RUNNING]
    1>>%userprofile%\Desktop\WOATv3.2LOG.log echo.[%date% %time%] [EMULATOR RUNNING]
    echo.
    echo. PERFORMING REQUEST: [ACTIVATING PRODUCT]
    1>>%userprofile%\Desktop\WOATv3.2LOG.log echo.[%date% %time%] [PERFORMING ACTIVATION REQUEST]
    echo.
    set f=1
    set /p var=^>ACTIVATION ATTEMPT(S): <nul
    :OFACT
    set /p var=%f%<NUL
    ping -n 2 localhost >nul
    cscript //nologo %~dp0Office\ospp.vbs /act |FINDSTR /i "<Product Activated>" >nul
    IF '%ERRORLEVEL%' EQU '0' (
    goto:OFACTIVATED
    ) ELSE (
    goto:ADDONE
    )
    :ADDONE
    set /A f=f+1
    if /i %f% == 10 goto:OFAIL
    goto:OFACT
    )
    You can use WOAT to Activate Office 2010 VL Standard Edition 64 Bit, WOAT uses his own osprearm.exe, osppc.dll, ospp.vbs and slerror.xml files...
     
  5. gonzo3000

    gonzo3000 MDL Novice

    Oct 3, 2007
    12
    4
    0
    DARKOR04,

    I'm curious to know how your tool works to activate Office 2010 Standard VL. I am more skeptical because of the opening of ports and the possibility of being hacked. Don't get me wrong understand. I'm very grateful for your effort to create a simple tool to activate Microsoft's most important product. One very brief explanation would mean very much. Thanks.
     
  6. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10

    The port is only locally open for communication between the KMS Emulator.exe and the computer, do not panic about that dude...

    some technical info about port 1688:

    The implementation of the system port is officially registered with IANA as the default port used by the nsjtp-data protocol. This port is also utilized for the activation of certain Microsoft Windows Vista/7 features including product registration. In general, the usage of this computer port is in relation with Virtual Local Area Network (VLAN) systems.
    Majority of applications attempting to use the communication port 1688 utilize it in conjunction with security sockets that normally run above the 1024 mark. This computer gateway is also associated with HP sockets in its attempts to send command instructions to the computer. The definition and configuration of this port requires for a user to have administrative privileges.
     
  7. gonzo3000

    gonzo3000 MDL Novice

    Oct 3, 2007
    12
    4
    0
    #228 gonzo3000, Jan 30, 2011
    Last edited: Jan 30, 2011
    Frankly, I am thrilled with your tool. I could not at first to activate office 2010 vl, but after turning off firewall and antivirus MSE, everything went as expected. My only concern is that I cann't find the KMS EMULATOR.EXE? Did it apparently was installed, so it was deleted after activation or I'm wrong? Can I delete Emulator from the firewall and what happens after 180 days, what should I do?

    Thank you very much.
     
  8. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    Emulator not installed, it only run once then Deleted after activation....
     
  9. cip6192

    cip6192 MDL Novice

    Nov 13, 2008
    1
    0
    0
    #231 cip6192, Feb 1, 2011
    Last edited by a moderator: Apr 20, 2017
    Today, i did a fresh install of Windows Multipoint Server 2010, x64 edition and tried this tool via KMS Activation method ...
    the activation fails for 10 counts and it suddenly shut's down the process, here's the log though it might be important, if i missed something or did something wrong please feel free to correct, i kinda need this os so bad, oh btw nice tools, been in MDL since windows 7 release, thank you for all this. :worthy:

    Code:
    [Tue 02/01/2011 18:48:18.12] [WOAT v3.2 STARTED]
    [Tue 02/01/2011 18:48:18.12] [OS SECURITY CHECK]
    [Tue 02/01/2011 18:48:18.16] [WORKING ON WINDOWS 7] [MAINMENU]
    [Tue 02/01/2011 18:48:22.95] [WINDOWS KMS ACTIVATION SELECTED]
    [Tue 02/01/2011 18:48:24.71] [KMS ACTIVATION ACCEPTED]
    [Tue 02/01/2011 18:48:24.85] [KMS OS DETECTION SUCCESS] 
    [Tue 02/01/2011 18:48:29.33] [KEY INSTALLATION SUCCESS] [Windows Multipoint Server] [VOLUME CLIENT]
    [Tue 02/01/2011 18:48:32.45] [KMS ACTIVATION PROCESS STARTED]
    [Tue 02/01/2011 18:48:32.45] [PERFORMING VOLUME CLIENT SECURITY CHECK]
    [Tue 02/01/2011 18:48:33.42] [SECURITY CHECK PASSED]
    [Tue 02/01/2011 18:48:33.47] [LOCAL HOST SET]
    [Tue 02/01/2011 18:48:33.58] [PORT OPEN]
    [Tue 02/01/2011 18:48:33.64] [EMULATOR RUNNING] 
    [Tue 02/01/2011 18:48:33.64] [ACTIVATION REQUEST STARTED]
    [Tue 02/01/2011 18:48:43.47] [WINDOWS ACTIVATION FAIL]
    [Tue 02/01/2011 18:48:43.47] [ATTEMPTS 10]
    [Tue 02/01/2011 18:48:46.37] [EMULATOR SHUTDOWN SUCCESS]
    [Tue 02/01/2011 18:48:48.60] [WORKING ON WINDOWS 7] [MAINMENU]
    [Tue 02/01/2011 18:48:51.56] [EXIT WOAT v3.2] [THANKS FOR CHOOSING WOAT]
    [Tue 02/01/2011 18:52:23.00] [WOAT v3.2 STARTED]
    [Tue 02/01/2011 18:52:23.00] [OS SECURITY CHECK]
    [Tue 02/01/2011 18:52:23.05] [WORKING ON WINDOWS 7] [MAINMENU]
     
  10. recklessfaith

    recklessfaith MDL Novice

    Feb 4, 2011
    6
    0
    0
    When I double click the woat icon it only pops a window and then suddenly disappears. Tried it 4 times but it shows the same result - a window appears for like 1 second and then disappears. Please help me sort this out. I had woat version 3.1 installed before and it was ok but this version doesn't seem to work this time. Thanks.
     
  11. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    On what Windows 7 are you working out, cause I download it a few minutes ago from the posted link and tested on 4 different systems and works fine....

    Windows 7 Professional x86 OEM Test and KMS test PASS
    Windows 7 Ultimate x64 OEM Test PASS
    Windows 7 Home Premium OEM Test with office 2010 vl both PASS
    Windows XP Professional SP3 With Office Test and PASS

    Check if you AV its blocking KMS Emulator.
     
  12. Candybox

    Candybox MDL Novice

    May 5, 2008
    5
    0
    0
    I have the same issue I am not running an AV and my OS is windows 7 enterprise X64
     
  13. recklessfaith

    recklessfaith MDL Novice

    Feb 4, 2011
    6
    0
    0
    Windows 7 Ultimate x64 OEM. AV is not blocking it. Tried also to turned off my AV and then attempted to run WOAT but it does the same thing - it pops up a windows (I believe it is the WOAT window) for 1 second and then immediately disappears. I would appreciate your help. Thanks.
     
  14. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    recklessfaith; penis_cum_douche_this_gay;

    Can you provide the woat log info the check where exactly this is happening, cause a check the script and see nothing wrong....
     
  15. Candybox

    Candybox MDL Novice

    May 5, 2008
    5
    0
    0
    Sorry about my name,

    Where is the log? I only have a single exe "Woat_V3.2.exe" when I open it with "run as administrator" a cmd window pops open for a fraction of a second then disappears. Where would I find a log file? thank you.
     
  16. recklessfaith

    recklessfaith MDL Novice

    Feb 4, 2011
    6
    0
    0
     
  17. DARKOR04

    DARKOR04 MDL Tester/Developer

    Jul 5, 2010
    497
    909
    10
    Desktop.........