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

2013年7月10日 星期三

[C++] - Joachim Bauch's C++ Memory Module

MemoryModule is a library that can be used to load a DLL completely from memory – without storing on the disk first.

Changes since 0.0.2:

fixed compilation issues with gcc
added mingw makefile
added support for 64bit DLLs
fixed compilation issue when using Vista SDK
fixed wrong checking of result from LoadLibrary for errors (issue #2)
minor code cleanup
You can download the source from github, please report any issues in the tracker. As usual, any feedback, suggestions or patches are very welcome!

From : http://www.joachim-bauch.de/2012/04/09/memorymodule-0-0-3-released/

[TWMS] - GetHpMpInfo.AutoUpdate.2nd.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)

GetHpMpHook:
cmp [Esp+08],HookAddr+D
je GetHpMp
mov edi,edi
push ebp
mov ebp,esp
jmp VariantClear+5

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年5月26日 星期日

[Release] - AAScriptEngine


Application Name:AAScriptEngine
Application Version:1.0.0
Application Auther:Vinurpe
Application Description:Use it yourself
VirusTotal Analysis Report :  Link
Application Download:Link

Application Preview:


Supported Commands:
1.alloc(LabelName,size)
2.dealloc(LabelName)
3.registersymbol(Symbolname)
4.unregistersymbol(Symbolname)
5.label(LabelName)
6.assert(Address,size)
7.define(TagName,whatever)
8.aobscan(Name,Aob)
9.aobscanModule(Name,Module,Aob)
10.readmem(Address,size)
11.createthread(Address)



2013年5月19日 星期日

[Note] - 某大學教學意見調查

$(':radio').filter('[value="7"]').attr('checked', true);
$(':radio').filter('[value="Y"]').attr('checked', true);
document.getElementById("btnIns").click()