Jump to content

Kisskms - Android Ile Windows Ve Office ürünlerini Etkinleştirin


mephistooo2
 Share

Recommended Posts

  • Editor

MDL’den Hotbird64’ün Windows dışı işletim sistemleri için sanallaştırdığı KMS sunucularını yine MDL’den pantagruel üstat KissKMS adında android için bir paket haline getirmiştir ve KissKMS uygulaması da tarafımca Yardım dosyaları da dahil % 100 Türkçe'ye çevirilmiştir.

Artık android yüklü telefon veya tabletinizi bir KMS sunucusuna dönüştürerek Windows işletim sisteminin ve Office ürünlerinin aktivasyonunu yapabileceksiniz. Android telefon veya tabletinizde aktivasyon sırasında internet bağlantısının olması gerekir. Android cihazınız ile bilgisayarınız aynı ağa bağlanmış olmalı. Diğer bir yöntem de android telefonunuzdaki interneti hotspot yöntemiyle bilgisayarınıza aktarıp KissKM aracıyla Windows işletim sisteminin ve Office ürünlerinin aktivasyonunu yapabilirsiniz.

Kullanımı gayet kolay, uygulamayı telefona yüklüyor ve açıyorsunuz, telefonunuzun ekranında bir IP adresi yazacak, o IP adresini Windows anahtar yönetim hizmetine eklemeniz lazım sonra da slmgr kodları ile aktivasyonu gerçekleştireceksiniz.

Ben bunlarla uğraşamam diyorsanız, aşağıdaki hazırladığım küçük scripti de kullanabilirsiniz. 

İçeriği not defterine yapıştırın ve herhangi bir isimle (dosya isminde özel ve TR karakter olmamalı) cmd formatında kaydedin. 

Script RAR arşivi içinde de mevcuttur.

Script içinde 104. satıra telefonunuzun ekranındaki IP adresinizi yazmanız gerekmekte direkt çalışmaz.

Spoiler

:: KissKMS android uygulaması için teşekkür ederiz @pantagruel

:: KissKMS için mephistooo2 tarafından düzenlenmiştir.

:: Lütfen betiğin 104. satırına android cihazınızın ip adresini giriniz.

@echo off
set _Args=%*
if "%~1" NEQ "" (
  set _Args=%_Args:"=%
)
fltmc 1>nul 2>nul || (
  cd /d "%~dp0"
  cmd /u /c echo Set UAC = CreateObject^("Shell.Application"^) : UAC.ShellExecute "cmd.exe", "/k cd ""%~dp0"" && ""%~dpnx0"" ""%_Args%""", "", "runas", 1 > "%temp%\GetAdmin.vbs"
  "%temp%\GetAdmin.vbs"
  del /f /q "%temp%\GetAdmin.vbs" 1>nul 2>nul
  exit
)

mode con cols=82 lines=20
set spp=SoftwareLicensingProduct
set sps=SoftwareLicensingService
set ospp=OfficeSoftwareProtectionProduct
set osps=OfficeSoftwareProtectionService
set winApp=55c92734-d682-4d71-983e-d6ec3f16059f
set o14App=59a52881-a989-479d-af46-f275c6370663
set o15App=0ff1ce15-a989-479d-af46-f275c6370663
for %%a in (spp_get,ospp_get,Windows,sppw,0ff1ce15,sppo,osppsvc,ospp14,ospp15) do set "%%a="
for /f "tokens=6 delims=[]. " %%G in ('ver') do set winbuild=%%G
set "spp_get=Description, DiscoveredKeyManagementServiceMachineName, DiscoveredKeyManagementServiceMachinePort, EvaluationEndDate, GracePeriodRemaining, ID, KeyManagementServiceMachine, KeyManagementServicePort, KeyManagementServiceProductKeyID, LicenseStatus, LicenseStatusReason, Name, PartialProductKey, ProductKeyID, VLActivationInterval, VLRenewalInterval"
if %winbuild% geq 9200 set "spp_get=%spp_get%, DiscoveredKeyManagementServiceMachineIpAddress, KeyManagementServiceLookupDomain, ProductKeyChannel, VLActivationTypeEnabled"
set "ospp_get=Description, DiscoveredKeyManagementServiceMachineName, DiscoveredKeyManagementServiceMachinePort, EvaluationEndDate, GracePeriodRemaining, ID, KeyManagementServiceMachine, KeyManagementServicePort, KeyManagementServiceProductKeyID, LicenseStatus, LicenseStatusReason, Name, PartialProductKey, ProductKeyID, VLActivationInterval, VLRenewalInterval"

set "SysPath=%Windir%\System32"
if exist "%Windir%\Sysnative\reg.exe" (set "SysPath=%Windir%\Sysnative")
set "Path=%SysPath%;%Windir%;%SysPath%\Wbem;%SysPath%\WindowsPowerShell\v1.0\"

call :PKey %spp% %winApp% Windows sppw
if %winbuild% geq 9200 call :PKey %spp% %o15App% 0ff1ce15 sppo
wmic path %osps% get Version 1>nul 2>nul && (
call :PKey %ospp% %o14App% osppsvc ospp14
if %winbuild% lss 9200 call :PKey %ospp% %o15App% osppsvc ospp15
)
echo.
echo ==========================::KissKMS Otomatik Aktivasyon::=========================
:SPP
echo.
echo **********************************************************************************
echo ***                              Windows Aktivasyon                            ***
echo **********************************************************************************
if not defined Windows (
echo.
slmgr /xpr
goto :SPPo
)
for /f "tokens=2 delims==" %%a in ('"wmic path %spp% where (ApplicationID='%winApp%' and PartialProductKey is not null) get ID /value"') do (
  set "chkID=%%a"
  call :Property "%spp%" "%sps%" "%spp_get%"
)

:SPPo
set verbose=1
if not defined 0ff1ce15 (
if defined osppsvc goto :OSPP
goto :End
)
echo **********************************************************************************
echo ***                              Office Aktivasyon                             ***
echo **********************************************************************************
for /f "tokens=2 delims==" %%a in ('"wmic path %spp% where (ApplicationID='%o15App%' and PartialProductKey is not null) get ID /value"') do (
  set "chkID=%%a"
  call :Property "%spp%" "%sps%" "%spp_get%"
)
set verbose=0
if defined osppsvc goto :OSPP
goto :End2

:OSPP
echo **********************************************************************************
echo ***                              Office Aktivasyon                             ***
echo **********************************************************************************

if defined ospp15 for /f "tokens=2 delims==" %%a in ('"wmic path %ospp% where (ApplicationID='%o15App%' and PartialProductKey is not null) get ID /value"') do (
  set "chkID=%%a"
  call :Property "%ospp%" "%osps%" "%ospp_get%"
)
if defined ospp14 for /f "tokens=2 delims==" %%a in ('"wmic path %ospp% where (ApplicationID='%o14App%' and PartialProductKey is not null) get ID /value"') do (
  set "chkID=%%a"
  call :Property "%ospp%" "%osps%" "%ospp_get%"
)
goto :End2

:PKey
wmic path %1 where (ApplicationID='%2' and PartialProductKey is not null) get ID /value 2>nul | findstr /i ID 1>nul && (set %3=1&set %4=1)
exit /b

:Property
for %%a in (%~3) do set "%%a="
for /f "tokens=* delims=" %%a in ('"wmic path %~1 where (ID='%chkID%') get %~3 /value" ^| findstr ^=') do set "%%a"

:Output
echo.
:: İlk olarak android cihazınızın ip adresini android.aygıtı.ip.adresi kısmına ekleyin, ardından tıklayın ve çalıştırın.
cscript /nologo %windir%\system32\slmgr.vbs /skms android.aygıtı.ip.adresi %ID% 
slmgr /ato %ID%
slmgr /dli %ID%

:End
exit /b
:End2
echo DEvam etmek icin bir tusa basin...
pause > nul
exit

 

Ön izlemeler:

Spoiler

1.thumb.png.183def80e7e16ea9adb80c0eb8721b21.png2.thumb.png.5c980aa9fe92dd0471e611ed99d3b4b8.png3.thumb.png.1af7943cb6ebdf1f50e4e4ac53c34982.png4.thumb.png.947ba0fc649d23a4fa05e381839f9507.png

RAR arşivi içinde 3 farklı apk dosyası mevcut, aslında üçü de aynı, aralarındaki tek fark uygulama ismi ve simgeleri. Beğendiğinizi yükleyin.

RAR Şifre

(RAR'dan çıkartmak için Winrar v5x kullanmanız gerekmektedir.)

RAR şifresini kopyalamadan yazarak girin.

www.tnctr.com

Link:

https://drive.google.com/file/d/1_Epx5XNPvhtZaW6KE9-agNgooejhgx59/view?usp=sharing

 

Edited by mephistooo2
  • Like 8
  • Thanks 1
Link to comment
Share on other sites

  • Editor
casper0007, 27.04.2019 - 22:02 yazdı:

Windows 7 lisanladı baska surulerr ıcınde gecerlimi exe olarak

Bunu neden exe olarak paketlediniz ki? Her bilgisayarda ve android telefonda IP farklı oacak, ayrıca exe dosyasının içine apk dosyalarını da eklemişsiniz.

PC bilgisi az olan kullanıcılar için bence o linki kaldırın...

Hazırladığınız exe dosyası bu yöntemde çalışmaz...

Edited by mephistooo2
Link to comment
Share on other sites

mephistooo2, Bir saat önce yazdı:

Evet...

Ama bence gerek yok, zaten KMS süresi 6 ay, az süre sayılmaz...

Böyle bir sistemin yapılmasındaki amaç KMS sunucularının sistemimize girebilme ihtimali mi :

 güzel ilginç bir uygulama

Edited by efe34
Link to comment
Share on other sites

  • Editor
efe34, 1 saat önce yazdı:

Böyle bir sistemin yapılmasındaki amaç KMS sunucularının sistemimize girebilme ihtimali mi :

 güzel ilginç bir uygulama

Hiçbir KMS sunucusu bilgisayarı ele geçirmez, ancak Windows un içindeki telemetry ayarları kullanıcı alışkanlıkları hakkında veri toplar, bu verilerin içinde KMS bilgileri de yer alır ki bu telemetry engellemesi de birkaç regedit kaydıyla veya bazı programlarla engellenebiliyor.

  • Like 1
Link to comment
Share on other sites

mephistooo2, 1 saat önce yazdı:

Hiçbir KMS sunucusu bilgisayarı ele geçirmez, ancak Windows un içindeki telemetry ayarları kullanıcı alışkanlıkları hakkında veri toplar, bu verilerin içinde KMS bilgileri de yer alır ki bu telemetry engellemesi de birkaç regedit kaydıyla veya bazı programlarla engellenebiliyor.

Üstad bu regedit kayıtlarını bizimlede paylaşabilirmisiniz.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...