祤痕 發表於 2017-8-8 14:08:52

TWMS v118 MS-OldHS-CRC Bypass

本帖最後由 祤痕 於 2017-8-8 14:13 編輯

無聊練練逆向手感,感謝 @宗達 提供 TWMS v118 環境測試
有空我會發個教學文到 Blog

Let CRC Bypass Great Again !**** Hidden Message *****

xup6rmp4 發表於 2017-8-8 16:27:42

V118高手分享趕緊來測試

賴浚航 發表於 2017-8-20 20:40:34

感恩大大可是這要怎麼使用QQ

kiss_sdo 發表於 2017-8-21 13:41:59

很想學 期待大大的教學

YuYanix 發表於 2017-8-21 19:57:40

純MS CRC BYPASS支援

Alloc(Hook,512)
Alloc(FakeDump,9678848)
Alloc(MyCopyMemory, 128)
Hook:
Label(MSCRCBypass)
Label(BackToMS)
Label(Title)
Label(SuccessMsg)

CreateThread(MyCopyMemory)

MyCopyMemory:
    mov     edi, FakeDump        //Target
    mov     esi, 00401000        //Source
    mov     ecx, 0024EC00        //Lenght / 4
    repe    movsd

    pushad
    mov eax, 00B1D631
    lea ebx, //The Target Address - The Next Address
    sub ebx, MSCRCBypass
    neg ebx
    mov byte ptr , e9 //jmp
    mov , ebx //Target AOB
    push 40 //MB_ICONINFORMATION
    push Title
    push SuccessMsg
    push 00
    call MessageBoxA

    popad
    ret

MSCRCBypass:
    Push Esi
    Cmp  Esi, 00401000
    Jnge BackToMS
    Cmp  Esi, 00D3C000
    Jg   BackToMS
    Sub  Esi, 00401000
    Add  Esi, FakeDump        //Dump

BackToMS:
    Xor  Ecx,
    And  Ecx, 000000FF
    Pop  Esi
    Jmp  00B1D63A

Title:
        db      'MapleStory CRC Bypass Script' 00
SuccessMsg:
        db      'MapleStory CRC Bypass Successfully!' 00

暗夜 發表於 2017-10-14 01:45:19

不知TWMS是否能使用CRC

asas8989891 發表於 2017-12-27 02:21:59

終於找到你了

善男信女 發表於 2018-4-18 18:44:52

請問這個要怎麼使用!

timkenny7 發表於 2018-6-4 16:38:14

請問這是動態數據嗎 另外楓幣收118可用的外掛

love70303 發表於 2018-6-18 22:41:25

收喔收喔~~

shin0724 發表於 2018-12-15 13:04:26

看看 感覺很厲害欸

kane3369 發表於 2019-1-30 17:23:22

讚讚ㄟ 這個阿珍D牛逼

1j494xk7 發表於 2019-1-31 16:15:25

現在還不知道能不能用謝謝了

sumilk 發表於 2019-3-7 09:35:29

私服不知道可不可以過

saint 發表於 2020-1-14 17:45:23

這個是用ce打開來用的嗎
頁: [1] 2
查看完整版本: TWMS v118 MS-OldHS-CRC Bypass