Tuesday, August 23, 2005

WGA crack manual

忘了那找來的,先跟作者說聲抱歉
可以work 喔

it is what Hex to change to crack the WGA .DLL
manualy with a Hex Editor.

Microsoft Windows Update
WGA .dll Crack For - v1.3.0254.0

LegitCheckControl.DLL
(in the 'System32' folder)

Change on 0002be90 (bytes 9,10,11)

8B 45 D8 -to- 33 C0 90

This could be usefull info if they update that .dll
and we need to crack it again ;)

Tuesday, August 16, 2005

肥胖指數 34H

女生大部份用 34D 32A 的方式來示意咪咪的大小
前面那個數字指的是 橫切面的大小,就是我們一般量的胸圍
後面的英文字則是乳頭到乳房下緣的距離(詳細介紹)

今天如果把位置改一下就可以當肥胖指數啦
數字用來代表腰圍,英文代表肚臍到胯下的距離
(其實本來想的是到龜頭啦,不後來想到女生沒有...)

wxwin tip

wxGridSizer

如果有一些位置你想要略過怎麼做呢?

myGridSizer->Add(1, 1);

有人說有寫在document 裡,騙鬼...