Friday, August 14, 2015

Upgrade to Windows 10 need the windows 8.1 key... Simply run my script to get your windows 8.1 key, serial, and

Copy the contents between the # signs and paste it into a text file then save the text file as a vbs.


####################################

Set WshShell = CreateObject("WScript.Shell")
MsgBox ShowMeTheKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))
Function ShowMeTheKey(Key)
Const KeyOffset = 52
i = 28
Chars = "BCDFGHJKMPQRTVWXY2346789"
Do
Cur = 0
x = 14
Do
Cur = Cur * 256
Cur = Key(x + KeyOffset) + Cur
Key(x + KeyOffset) = (Cur \ 24) And 255
Cur = Cur Mod 24
x = x -1
Loop While x >= 0
i = i -1
MidTownCrunch = Mid(Chars, Cur + 1, 1) & MidTownCrunch
If (((29 - i) Mod 6) = 0) And (i <> -1) Then
i = i -1
MidTownCrunch = "-" & MidTownCrunch
End If
Loop While i >= 0
ShowMeTheKey = MidTownCrunch
Set objShell = CreateObject ("WScript.Shell")
Set objFSO = CreateObject ("Scripting.FileSystemObject")
CurrentDir = objShell.CurrentDirectory
Set oFile = objFSO.CreateTextFile(CurrentDir & "\Hawaiideveloper.txt",1)
oFile.WriteLine MidTownCrunch
oFile.Close
End Function





###############################################


Now save it as "thekey.vbs", then double-click and and watch it rip