Jump to content

WinXP Key Changer


eBait

Recommended Posts

This changer works fantastic. I ripped it from a other site (don't remember it somehow), ---Edit: found out it was M$ itself http://support.microsoft.com/default.aspx?...b;en-us;Q328874 --- but I rememer the text: "Legal ways to change your Windows XP serial number".

Put the code in notepad and save it as ChangeKey.vbs . Then do what the instructions say. Good luck!

'-----------------------------Nsane Productions----------------------------- 
'-------Made by eBait  (not the script itself, ripped it from a site)-------
'--------------------------------100% Legit---------------------------------
'----------------This script changes the Windows Product key----------------
'---------Usage: [path]\changekey.vbs XXXXX-XXXXX-XXXXX-XXXXX-XXXXX---------
'---------------------------------------------------------------------------

ON ERROR RESUME NEXT


if Wscript.arguments.count<1 then
Wscript.echo "Dude.... Read the comment/readme... usage: ChangeKey.vbs XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
Wscript.quit
end if

Dim VOL_PROD_KEY
VOL_PROD_KEY = Wscript.arguments.Item(0)
VOL_PROD_KEY = Replace(VOL_PROD_KEY,"-","") 'remove hyphens if any

for each Obj in GetObject("winmgmts:{impersonationLevel=impersonate}").InstancesOf ("win32_WindowsProductActivation")

result = Obj.SetProductKey (VOL_PROD_KEY)

if err <> 0 then
WScript.Echo Err.Description, "0x" & Hex(Err.Number)
Err.Clear
end if

Next

And say thanks... :rolleyes:

Link to comment
Share on other sites


  • Replies 26
  • Views 4.8k
  • Created
  • Last Reply
'Twasnt made by yourself if it was ripped :)

But anyway, it should come in handy when installing XP systems.

Read better, you silly!

Made by eBait  (not the script itself, ripped it from a site)
Link to comment
Share on other sites


  • 2 weeks later...
This changer works fantastic. I ripped it from a other site (don't remember it somehow), ---Edit: found out it was M$ itself http://support.microsoft.com/default.aspx?...b;en-us;Q328874 --- but I rememer the text: "Legal ways to change your Windows XP serial number".

Put the code in notepad and save it as ChangeKey.vbs . Then do what the instructions say. Good luck!

'-----------------------------Nsane Productions----------------------------- 
'-------Made by eBait  (not the script itself, ripped it from a site)-------
'--------------------------------100% Legit---------------------------------
'----------------This script changes the Windows Product key----------------
'---------Usage: [path]\changekey.vbs XXXXX-XXXXX-XXXXX-XXXXX-XXXXX---------
'---------------------------------------------------------------------------

ON ERROR RESUME NEXT


if Wscript.arguments.count<1 then
Wscript.echo "Dude.... Read the comment/readme... usage: ChangeKey.vbs XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
Wscript.quit
end if

Dim VOL_PROD_KEY
VOL_PROD_KEY = Wscript.arguments.Item(0)
VOL_PROD_KEY = Replace(VOL_PROD_KEY,"-","") 'remove hyphens if any

for each Obj in GetObject("winmgmts:{impersonationLevel=impersonate}").InstancesOf ("win32_WindowsProductActivation")

result = Obj.SetProductKey (VOL_PROD_KEY)

if err <> 0 then
WScript.Echo Err.Description, "0x" & Hex(Err.Number)
Err.Clear
end if

Next

And say thanks... :unsure:

<{POST_SNAPBACK}>

I have a better program to change Win XP CD key.

It even has a module to generate ramdom keys.

Link to comment
Share on other sites


This changer works fantastic. I ripped it from a other site (don't remember it somehow), ---Edit: found out it was M$ itself http://support.microsoft.com/default.aspx?...b;en-us;Q328874 --- but I rememer the text: "Legal ways to change your Windows XP serial number".

Put the code in notepad and save it as ChangeKey.vbs . Then do what the instructions say. Good luck!

'-----------------------------Nsane Productions----------------------------- 
'-------Made by eBait  (not the script itself, ripped it from a site)-------
'--------------------------------100% Legit---------------------------------
'----------------This script changes the Windows Product key----------------
'---------Usage: [path]\changekey.vbs XXXXX-XXXXX-XXXXX-XXXXX-XXXXX---------
'---------------------------------------------------------------------------

ON ERROR RESUME NEXT


if Wscript.arguments.count<1 then
Wscript.echo "Dude.... Read the comment/readme... usage: ChangeKey.vbs XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
Wscript.quit
end if

Dim VOL_PROD_KEY
VOL_PROD_KEY = Wscript.arguments.Item(0)
VOL_PROD_KEY = Replace(VOL_PROD_KEY,"-","") 'remove hyphens if any

for each Obj in GetObject("winmgmts:{impersonationLevel=impersonate}").InstancesOf ("win32_WindowsProductActivation")

result = Obj.SetProductKey (VOL_PROD_KEY)

if err <> 0 then
WScript.Echo Err.Description, "0x" & Hex(Err.Number)
Err.Clear
end if

Next

And say thanks... :whistle:

I have a better program to change Win XP CD key.

It even has a module to generate ramdom keys.

Nice, but do they pass the WGA?

Link to comment
Share on other sites


WGA is a joke

Tools>Manage add-ons>Add-ons that have been used by Windows Explorer> 'Highlight' Windows Genuine Advantage> Click Disable.

Link to comment
Share on other sites


Yes, I know the bypass. but do it "the legal way" is much more fun.... Everytime I see "thank you for buying Windows" I get a laugh attack.

Link to comment
Share on other sites


Yes, I know the bypass. but do it "the legal way" is much more fun.... Everytime I see "thank you for buying Windows" I get a laugh attack.

<{POST_SNAPBACK}>

Changed the .Dll file yesterday. Windows Update... Thank you for choosing Genuine Windows software. :showoff2:

Link to comment
Share on other sites


huh? i dont get it

<{POST_SNAPBACK}>

Dont get what?

Windows>System 32>Legitcheckcontrol.dll

Downloaded a different one and... Roberts your fathers brother.

Or maybe your running a genuine version of Windows.

Link to comment
Share on other sites


  • Administrator

No. You have a legitmate serial number WGA will work fine.

There is no need to bypass WGA with a legit serial number... Your local shop is the place to find one.

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...