Home Forums Gamescan Chat42 About
* Login   * Register * FAQ    * Search
It is currently Thu 03-28-2024 3:51PM

All times are UTC - 6 hours




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Windows xp key changer
PostPosted: Fri 07-30-2004 11:47AM 


Source: Somewhere
I was wondering if anyone has the program that changes your windows xp key so you can download the service packs on their computer.
Thanks


Top
  
    
 Post subject:
PostPosted: Fri 07-30-2004 11:53AM 
Offline
Major
User avatar

Joined: Thu 03-07-2002 4:45PM
Posts: 283
Location: Corumbia

Source: Delta Tau Delta
I have it.


Top
 Profile E-mail  
    
 Post subject:
PostPosted: Sun 08-08-2004 4:26PM 
Offline
Colonel
User avatar

Joined: Sun 03-31-2002 10:08PM
Posts: 707
Location: Over your shoulder

Source: Off Campus
I got two of them...they work nice.

_________________
Phil the Lame goat is a stupid fucking 'tard

c : enter : push push push

If the women don't find you handsome, they should at least find you handy.

I wouldn't be caught dead with a necropheliac... -- Ebay auction


Top
 Profile E-mail  
    
 Post subject:
PostPosted: Mon 08-09-2004 5:06AM 
Offline
Major
User avatar

Joined: Wed 03-06-2002 4:47PM
Posts: 388

Source: Off Campus
Yes, but this may be quicker for you

http://www.mike-devlin.com/downloads/index.htm

But Dude, why not DL the warezed SP2 while your at it?

'
' WMI Script - ChangeVLKey.vbs
'
' This script changes the product key on the computer
'
'***************************************************************************

ON ERROR RESUME NEXT


if Wscript.arguments.count<1 then
Wscript.echo "Script can't run without VolumeProductKey argument"
Wscript.echo "Correct usage: Cscript ChangeVLKey.vbs ABCDE-FGHIJ-KLMNO-PRSTU-WYQZX"
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


Top
 Profile E-mail  
    
 Post subject:
PostPosted: Mon 08-09-2004 6:16AM 


Source: Somewhere
way easier...

http://www.magicaljellybean.com/keyfinder.shtml


Top
  
    
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group