2013年9月27日 星期五

[TWMS] - GetHpMpInfo.AutoUpdate.3rd.Version

[ENABLE]
//Auther:Vinurpe
//This script cannot work fine with CE 5.6. Please update to 6.2
GlobalAlloc(GetHpMpHook,128)
Label(GetHpMp)
GlobalAlloc(MaxHp,4)
GlobalAlloc(Hp,4)
GlobalAlloc(MaxMp,4)
GlobalAlloc(Mp,4)
GlobalAlloc(MaxExp,4)
GlobalAlloc(Exp,4)
AOBSCAN(HookAddr,8d 45 cc 50 c6 45 fc 02 e8 ? ? ? ? 59 8b 8e ? ? 00 00)
//HpMpThread 6a ? b8 ? ? ? 00 e8 ? ? ? ? 8b f1 a1 ? ? ? ? 8b 48 50

GetHpMpHook:
Cmp [Esp+08],HookAddr+D
Je GetHpMp
Mov edi,edi
Push ebp
Mov ebp,esp
Push VariantClear
Add [Esp],5
Ret
GetHpMp:
Push eax
Mov eax,[ebp+08]
Mov [MaxHp],eax
Mov eax,[ebp+0C]
Mov [Hp],eax
Mov eax,[ebp+10]
Mov [Mp],eax
Mov eax,[ebp+14]
Mov [MaxMp],eax
Mov eax,[ebp+18]
Mov [Exp],eax
Mov eax,[ebp+20]
Mov [MaxExp],eax
Pop eax
Ret 0004

VariantClear:
Jmp GetHpMpHook

[DISABLE]

2013年9月8日 星期日

Lenovo R61 成功安裝ML 10.8.3 附DSDT.Extra



笔记本配置如下:
ibm R61
965主板
CUP t7100 2.4G
内存 4G ddr2 667MHz
显卡 NVIDIA QUADRO NVS 140M (ML免驱)
声卡 Analog AD1984 (VoodooHDA 2.7.4 驱动有声)


詳情請參考我在PCBeta發的文
http://bbs.pcbeta.com/viewthread-1387637-1-1.html

Extra&DSDT Download Link : Click me

2013年9月6日 星期五

OS X Mountain Lion 10.8.3 VMware Image

Disclaimer: All work shared in this post is property of ©2013 Soul Dev Team. Anybody wishing to share this work is freely allowed to, provided they give credit to the original creators, and link back to this post.

I’ve now updated to the Mountain Lion 10.8.3 VMware Image, with continued support for both Intel and AMD processors. It’s reasonably safe to update yourself, but you may encounter a few bugs which I took it upon myself to fix in this image. I’ve also included Graphics drivers to solve any issues you guys were having getting that sorted, and I’ve demonstrated how you enabled them in the linked video.
As usual below is the changelog for this image, and underneath you can find the downloads. I’m going to include direct downloads for this image (which are being uploaded as we speak) so sit tight if you want those. If you find our work help, we appreciate all donations in order to fund our continued efforts, especially as it’s getting harder to maintain!



Refer To : Click me