<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Vista Brute Force Keygen, hoax or fact?</title>
	<atom:link href="http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/</link>
	<description>Keyboard Error: Press F4 to continue!</description>
	<pubDate>Fri, 19 Mar 2010 16:34:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Redstaar</title>
		<link>http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/comment-page-1/#comment-1855</link>
		<dc:creator>Redstaar</dc:creator>
		<pubDate>Tue, 10 Apr 2007 21:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/#comment-1855</guid>
		<description>Yep, bonecrusher is right. 

The code does indeed display the serial after it has been found. Thing is, if this script does do the job, it is completely unknown as to how long a user would have to wait to obtain a serial. Ive had this script running on my machine for over 2 days now and still nothing. Just because you guys didn't get your serial quick enough, dont mean that it is a fake.

The moral of the story.....?

Be patient.</description>
		<content:encoded><![CDATA[<p>Yep, bonecrusher is right. </p>
<p>The code does indeed display the serial after it has been found. Thing is, if this script does do the job, it is completely unknown as to how long a user would have to wait to obtain a serial. Ive had this script running on my machine for over 2 days now and still nothing. Just because you guys didn&#8217;t get your serial quick enough, dont mean that it is a fake.</p>
<p>The moral of the story&#8230;..?</p>
<p>Be patient.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bonecrusher</title>
		<link>http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/comment-page-1/#comment-973</link>
		<dc:creator>bonecrusher</dc:creator>
		<pubDate>Fri, 23 Mar 2007 17:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/#comment-973</guid>
		<description>VISTA GEEK Said:
==============
March 4th, 2007 at 7:01 pm 
iâ€™m sorry but you are all liars. the keygen does not work!

also if you know anything about programming youâ€™d realize that the code doesnâ€™t do that. It does not display the key when found. it does not say that it has been succesfully installed. if you read the instructions youd know. i guess you cant read either

how can you guys outright bullshit like this! 
==============

Hmmm... I am not the greatest vbs programmer by any means, but if you would simply look thru the code (aka the modified slmgr.vbs script) you would see:

==============

	objService.InstallProductKey(strProductKey)
        
	
	
            strDescription = objProduct.Description
                
		If IsKmsServer(strDescription) Then
                    ' Set the KMS version in the registry
                    lRet = SetRegistryStr(HKEY_LOCAL_MACHINE, SLKeyPath, "KeyManagementServiceVersion", objService.Version)
                    If (lRet = 0) Then
                         'QuitWithError CStr(Hex(lRet))
			  msgbox strProductKey

                                                                  ^^^ here ^^^

			 strOutput = Replace(GetResource("L_MsgInstalledPKey"), "%PKEY%", strProductKey)
			  LineOut strOutput
			  FoundKey = True
                    End If
                Else
                    lRet = DeleteRegistryValue(HKEY_LOCAL_MACHINE, SLKeyPath, "KeyManagementServiceVersion")
                    If (lRet = 0 And lRet = 2 And lRet = 5) Then
                        'QuitWithError CStr(Hex(lRet))
			msgbox strProductKey 

                                                                  ^^^ here ^^^

			strOutput = Replace(GetResource("L_MsgInstalledPKey"), "%PKEY%", strProductKey)
			 LineOut strOutput
			 FoundKey = True
                    End If
                End If
                WEND
        Next
        'QuitIfError()
    Next

End Sub
=================

This is done right after it finds a working key in sub 'InstallProductKey'.

Try using a program such as KDiff to show side-by-side differences .. this should help unravel whats going on more or less.

bC
-
'Internet'
Definition:
A place for people to go and talk out of their asses.</description>
		<content:encoded><![CDATA[<p>VISTA GEEK Said:<br />
==============<br />
March 4th, 2007 at 7:01 pm<br />
iâ€™m sorry but you are all liars. the keygen does not work!</p>
<p>also if you know anything about programming youâ€™d realize that the code doesnâ€™t do that. It does not display the key when found. it does not say that it has been succesfully installed. if you read the instructions youd know. i guess you cant read either</p>
<p>how can you guys outright bullshit like this!<br />
==============</p>
<p>Hmmm&#8230; I am not the greatest vbs programmer by any means, but if you would simply look thru the code (aka the modified slmgr.vbs script) you would see:</p>
<p>==============</p>
<p>	objService.InstallProductKey(strProductKey)</p>
<p>            strDescription = objProduct.Description</p>
<p>		If IsKmsServer(strDescription) Then<br />
                    &#8216; Set the KMS version in the registry<br />
                    lRet = SetRegistryStr(HKEY_LOCAL_MACHINE, SLKeyPath, &#8220;KeyManagementServiceVersion&#8221;, objService.Version)<br />
                    If (lRet = 0) Then<br />
                         &#8216;QuitWithError CStr(Hex(lRet))<br />
			  msgbox strProductKey</p>
<p>                                                                  ^^^ here ^^^</p>
<p>			 strOutput = Replace(GetResource(&#8221;L_MsgInstalledPKey&#8221;), &#8220;%PKEY%&#8221;, strProductKey)<br />
			  LineOut strOutput<br />
			  FoundKey = True<br />
                    End If<br />
                Else<br />
                    lRet = DeleteRegistryValue(HKEY_LOCAL_MACHINE, SLKeyPath, &#8220;KeyManagementServiceVersion&#8221;)<br />
                    If (lRet = 0 And lRet = 2 And lRet = 5) Then<br />
                        &#8216;QuitWithError CStr(Hex(lRet))<br />
			msgbox strProductKey </p>
<p>                                                                  ^^^ here ^^^</p>
<p>			strOutput = Replace(GetResource(&#8221;L_MsgInstalledPKey&#8221;), &#8220;%PKEY%&#8221;, strProductKey)<br />
			 LineOut strOutput<br />
			 FoundKey = True<br />
                    End If<br />
                End If<br />
                WEND<br />
        Next<br />
        &#8216;QuitIfError()<br />
    Next</p>
<p>End Sub<br />
=================</p>
<p>This is done right after it finds a working key in sub &#8216;InstallProductKey&#8217;.</p>
<p>Try using a program such as KDiff to show side-by-side differences .. this should help unravel whats going on more or less.</p>
<p>bC<br />
-<br />
&#8216;Internet&#8217;<br />
Definition:<br />
A place for people to go and talk out of their asses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/comment-page-1/#comment-635</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Mon, 12 Mar 2007 13:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/#comment-635</guid>
		<description>Lets say I got the keygen, and ran it through on a Quad Xeon machine with 8GB of ram, and som of the loudest fastest HD's you'll ever hear, and it would never pull up a key it just kept on running, and this machine blows my gaming rig out of the water on 3DMark so i know that it can run a little piss ass VB script so no, Moe is wrong, eveyone else is right, Fake.</description>
		<content:encoded><![CDATA[<p>Lets say I got the keygen, and ran it through on a Quad Xeon machine with 8GB of ram, and som of the loudest fastest HD&#8217;s you&#8217;ll ever hear, and it would never pull up a key it just kept on running, and this machine blows my gaming rig out of the water on 3DMark so i know that it can run a little piss ass VB script so no, Moe is wrong, eveyone else is right, Fake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: King George's Father</title>
		<link>http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/comment-page-1/#comment-602</link>
		<dc:creator>King George's Father</dc:creator>
		<pubDate>Fri, 09 Mar 2007 02:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/#comment-602</guid>
		<description>The character L is definitely valid... and I have just about had it with M$ reps/lovers shooting down the keygen all over the net, even forcing the author to abdicate his own work.... man that's low, even for Micro$oft

You guys need to grow some real balls</description>
		<content:encoded><![CDATA[<p>The character L is definitely valid&#8230; and I have just about had it with M$ reps/lovers shooting down the keygen all over the net, even forcing the author to abdicate his own work&#8230;. man that&#8217;s low, even for Micro$oft</p>
<p>You guys need to grow some real balls</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: King George</title>
		<link>http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/comment-page-1/#comment-589</link>
		<dc:creator>King George</dc:creator>
		<pubDate>Wed, 07 Mar 2007 12:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/#comment-589</guid>
		<description>The character "L" is not valid in a Vista serial, so this is fake. Sorry dude, you have had your 10 seconds of fame - now everyone knows you are just a scriptkiddie with a need to be noticed.</description>
		<content:encoded><![CDATA[<p>The character &#8220;L&#8221; is not valid in a Vista serial, so this is fake. Sorry dude, you have had your 10 seconds of fame - now everyone knows you are just a scriptkiddie with a need to be noticed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moe</title>
		<link>http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/comment-page-1/#comment-518</link>
		<dc:creator>Moe</dc:creator>
		<pubDate>Sun, 04 Mar 2007 10:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/#comment-518</guid>
		<description>@Vista Geek,

Your right i know nothing about programming thats why i didnt edit the code, its completely stock (from the brute force crack). 

We are NOT Bullshitting, what you see is just a screen recording of the crack in action.</description>
		<content:encoded><![CDATA[<p>@Vista Geek,</p>
<p>Your right i know nothing about programming thats why i didnt edit the code, its completely stock (from the brute force crack). </p>
<p>We are NOT Bullshitting, what you see is just a screen recording of the crack in action.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CitzenCharm</title>
		<link>http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/comment-page-1/#comment-517</link>
		<dc:creator>CitzenCharm</dc:creator>
		<pubDate>Sun, 04 Mar 2007 08:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/#comment-517</guid>
		<description>All I can say is that the cat is well and truly out of the bag. Has Sir Moe in his innocent testing just deprived a legitimate user of their product key? Its a mess all round - whether this crack is real or perceived. MS will try their best to cover up this one...</description>
		<content:encoded><![CDATA[<p>All I can say is that the cat is well and truly out of the bag. Has Sir Moe in his innocent testing just deprived a legitimate user of their product key? Its a mess all round - whether this crack is real or perceived. MS will try their best to cover up this one&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vista geek</title>
		<link>http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/comment-page-1/#comment-516</link>
		<dc:creator>vista geek</dc:creator>
		<pubDate>Sun, 04 Mar 2007 08:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/#comment-516</guid>
		<description>i'm sorry but you are all liars. the keygen does not work!

also if you know anything about programming you'd realize that the code doesn't do that. It does not display the key when found. it does not say that it has been succesfully installed. if you read the instructions youd know. i guess you cant read either

how can you guys outright bullshit like this!</description>
		<content:encoded><![CDATA[<p>i&#8217;m sorry but you are all liars. the keygen does not work!</p>
<p>also if you know anything about programming you&#8217;d realize that the code doesn&#8217;t do that. It does not display the key when found. it does not say that it has been succesfully installed. if you read the instructions youd know. i guess you cant read either</p>
<p>how can you guys outright bullshit like this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CyberBlade</title>
		<link>http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/comment-page-1/#comment-514</link>
		<dc:creator>CyberBlade</dc:creator>
		<pubDate>Sun, 04 Mar 2007 07:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/#comment-514</guid>
		<description>The new one is complete and Miccas is the only OFFICIAL mirror, no one has any right to post it elsewhere.

Details:
done in VMware
film is roughly 1.min 30.secs to showcase:
1) keygeneration
2) activation
3) code that people believe was falsified

We hope people can be as annalitical about it as possible (means review it an comment where needed) and we would like to hear constructive feedback.

1) The Frame counter
2) The Time taken
3) The Unmodified code

SO we hope you enjoy this second one built on an AMD-FX62.

I would also like to ask everyone to hang around and watch the credits, we left a little note for all our friends who decided to share our material without permission.

(particularly on rapid share and you tube, you could of atleast used a service that is credible! - (like google)</description>
		<content:encoded><![CDATA[<p>The new one is complete and Miccas is the only OFFICIAL mirror, no one has any right to post it elsewhere.</p>
<p>Details:<br />
done in VMware<br />
film is roughly 1.min 30.secs to showcase:<br />
1) keygeneration<br />
2) activation<br />
3) code that people believe was falsified</p>
<p>We hope people can be as annalitical about it as possible (means review it an comment where needed) and we would like to hear constructive feedback.</p>
<p>1) The Frame counter<br />
2) The Time taken<br />
3) The Unmodified code</p>
<p>SO we hope you enjoy this second one built on an AMD-FX62.</p>
<p>I would also like to ask everyone to hang around and watch the credits, we left a little note for all our friends who decided to share our material without permission.</p>
<p>(particularly on rapid share and you tube, you could of atleast used a service that is credible! - (like google)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CyberBlade</title>
		<link>http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/comment-page-1/#comment-508</link>
		<dc:creator>CyberBlade</dc:creator>
		<pubDate>Sun, 04 Mar 2007 04:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.miccas.net/2007/vista-brute-force-keygen-hoax-or-fact/#comment-508</guid>
		<description>@Ron

There was no modification of the code, but i guess when we ran the program/video that we should have shown it.

-
After just speaking to Sir Moe just now we are going to reproduce this video again. and also display the VBS file via Word or something. then again we will edit out the keycodes for safety reasons.

we are just trying to prove this as a concept, myself as well as moe couldnt belive my system found it this fast so we ran it again.. same thing.

producing the video only for Whirlpool members (guess we thought wrong?) but it is flattering to have the program creator call us fake when he calls his own work dead.

we will re-asses the video and display a scroll of the code to show there was no editing.

AGAIN: THIS IS PROOF OF CONCEPT, we are not looking to be number one or anything like that as we already own our copies of vista. (myself on Vista Home Premium and Moe on Ultimate)

the code will make the video shit huge.</description>
		<content:encoded><![CDATA[<p>@Ron</p>
<p>There was no modification of the code, but i guess when we ran the program/video that we should have shown it.</p>
<p>-<br />
After just speaking to Sir Moe just now we are going to reproduce this video again. and also display the VBS file via Word or something. then again we will edit out the keycodes for safety reasons.</p>
<p>we are just trying to prove this as a concept, myself as well as moe couldnt belive my system found it this fast so we ran it again.. same thing.</p>
<p>producing the video only for Whirlpool members (guess we thought wrong?) but it is flattering to have the program creator call us fake when he calls his own work dead.</p>
<p>we will re-asses the video and display a scroll of the code to show there was no editing.</p>
<p>AGAIN: THIS IS PROOF OF CONCEPT, we are not looking to be number one or anything like that as we already own our copies of vista. (myself on Vista Home Premium and Moe on Ultimate)</p>
<p>the code will make the video shit huge.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
