eBait Posted December 25, 2005 Share Posted December 25, 2005 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 NEXTif Wscript.arguments.count<1 thenWscript.echo "Dude.... Read the comment/readme... usage: ChangeKey.vbs XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"Wscript.quitend ifDim VOL_PROD_KEYVOL_PROD_KEY = Wscript.arguments.Item(0)VOL_PROD_KEY = Replace(VOL_PROD_KEY,"-","") 'remove hyphens if anyfor each Obj in GetObject("winmgmts:{impersonationLevel=impersonate}").InstancesOf ("win32_WindowsProductActivation")result = Obj.SetProductKey (VOL_PROD_KEY)if err <> 0 thenWScript.Echo Err.Description, "0x" & Hex(Err.Number)Err.Clearend ifNextAnd say thanks... :rolleyes: Link to comment Share on other sites More sharing options...
Zeus_Hunt Posted December 25, 2005 Share Posted December 25, 2005 And say thanks...Thanks :rolleyes: Link to comment Share on other sites More sharing options...
Administrator Lite Posted December 25, 2005 Administrator Share Posted December 25, 2005 Title Edited and Thread Moved Link to comment Share on other sites More sharing options...
eBait Posted December 25, 2005 Author Share Posted December 25, 2005 Oh shoot... totally wrong place :rolleyes: . Thanks for moving Lite Link to comment Share on other sites More sharing options...
Guest Greg Posted December 25, 2005 Share Posted December 25, 2005 'Twasnt made by yourself if it was ripped :rolleyes:But anyway, it should come in handy when installing XP systems. Link to comment Share on other sites More sharing options...
erRor67 Posted December 25, 2005 Share Posted December 25, 2005 I just use RockXP to read/write my XP key. :rolleyes: Link to comment Share on other sites More sharing options...
Chicano666 Posted December 26, 2005 Share Posted December 26, 2005 Thx Link to comment Share on other sites More sharing options...
eBait Posted December 26, 2005 Author Share Posted December 26, 2005 '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 More sharing options...
Guest Greg Posted December 26, 2005 Share Posted December 26, 2005 I saw it yeah. Rather good script but I fear it will mess around with your system configuration files. Link to comment Share on other sites More sharing options...
Argente Posted December 26, 2005 Share Posted December 26, 2005 Thanks Link to comment Share on other sites More sharing options...
asimov Posted January 9, 2006 Share Posted January 9, 2006 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 NEXTif Wscript.arguments.count<1 thenWscript.echo "Dude.... Read the comment/readme... usage: ChangeKey.vbs XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"Wscript.quitend ifDim VOL_PROD_KEYVOL_PROD_KEY = Wscript.arguments.Item(0)VOL_PROD_KEY = Replace(VOL_PROD_KEY,"-","") 'remove hyphens if anyfor each Obj in GetObject("winmgmts:{impersonationLevel=impersonate}").InstancesOf ("win32_WindowsProductActivation")result = Obj.SetProductKey (VOL_PROD_KEY)if err <> 0 thenWScript.Echo Err.Description, "0x" & Hex(Err.Number)Err.Clearend ifNextAnd 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 More sharing options...
eBait Posted January 10, 2006 Author Share Posted January 10, 2006 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 NEXTif Wscript.arguments.count<1 thenWscript.echo "Dude.... Read the comment/readme... usage: ChangeKey.vbs XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"Wscript.quitend ifDim VOL_PROD_KEYVOL_PROD_KEY = Wscript.arguments.Item(0)VOL_PROD_KEY = Replace(VOL_PROD_KEY,"-","") 'remove hyphens if anyfor each Obj in GetObject("winmgmts:{impersonationLevel=impersonate}").InstancesOf ("win32_WindowsProductActivation")result = Obj.SetProductKey (VOL_PROD_KEY)if err <> 0 thenWScript.Echo Err.Description, "0x" & Hex(Err.Number)Err.Clearend ifNextAnd 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 More sharing options...
zombiegod Posted January 10, 2006 Share Posted January 10, 2006 WGA is a jokeTools>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 More sharing options...
asimov Posted January 14, 2006 Share Posted January 14, 2006 You also need to copy "LegitCheckControl.dll" in the SYSTEM32 folder and it works seamlessly. Link to comment Share on other sites More sharing options...
eBait Posted January 15, 2006 Author Share Posted January 15, 2006 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 More sharing options...
zombiegod Posted January 16, 2006 Share Posted January 16, 2006 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 More sharing options...
Guest Tard Posted January 19, 2006 Share Posted January 19, 2006 huh? i dont get it Link to comment Share on other sites More sharing options...
zombiegod Posted January 19, 2006 Share Posted January 19, 2006 huh? i dont get it<{POST_SNAPBACK}>Dont get what?Windows>System 32>Legitcheckcontrol.dllDownloaded a different one and... Roberts your fathers brother.Or maybe your running a genuine version of Windows. Link to comment Share on other sites More sharing options...
Guest Tard Posted January 19, 2006 Share Posted January 19, 2006 i have XP window Link to comment Share on other sites More sharing options...
zombiegod Posted January 20, 2006 Share Posted January 20, 2006 i have XP window<{POST_SNAPBACK}> :ph34r: Link to comment Share on other sites More sharing options...
Guest Tard Posted January 20, 2006 Share Posted January 20, 2006 PM what? Link to comment Share on other sites More sharing options...
DJD Posted January 26, 2006 Share Posted January 26, 2006 does it work with xp pro? Link to comment Share on other sites More sharing options...
Administrator Lite Posted January 26, 2006 Administrator Share Posted January 26, 2006 Yes. Link to comment Share on other sites More sharing options...
DJD Posted January 26, 2006 Share Posted January 26, 2006 Thx, and it's bypasses wga to? Link to comment Share on other sites More sharing options...
Administrator Lite Posted January 26, 2006 Administrator Share Posted January 26, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.