2014年2月28日 星期五

TwMs v1.68.2_ICS_Nodelay


[Enable]
//可在遊戲內取消啟用的進戰無延遲
//update: foxscripts.blogspot.tw
Alloc(NoDelayICS, 64)
label(NoDelayRet)

NoDelayICS:
DB EB 25 89 45 ec eb 20 33 c9 c3
DB 'http://foxscripts.blogspot.tw'
DB 81 bc 24 c4 00 00 00 94 1b c8
DB 00 75 0B c7 84 24 A4 33 00 00
DB 01 00 00 00 8b ff 55 8b ec
jmp NoDelayRet

InterlockedIncrement:
Jmp NoDelayICS
NoDelayRet:

[Disable]
//update: foxscripts.blogspot.tw
InterlockedIncrement:
DB 8B FF 55 8B EC
DeAlloc(NoDelayICS)

2 則留言: