冰楓論壇

 找回密碼
 立即註冊
ads_sugarbook
搜索
查看: 522|回覆: 0
打印 上一主題 下一主題

[免過CRC檢測] TwMS v229.2 ICS 自動掉血

[複製鏈接]

94

主題

2

好友

374

積分

中級會員

Rank: 3Rank: 3

UID
287787
帖子
219
主題
94
精華
0
積分
374
楓幣
2903
威望
349
存款
0
贊助金額
0
推廣
6
GP
101
閱讀權限
30
在線時間
506 小時
註冊時間
2020-8-5
最後登入
2024-4-18

2020中秋節紀念勳章 2021端午節紀念勳章 Apple勳章 2023端午節紀念勳章

跳轉到指定樓層
1
發表於 2020-10-21 20:41:56 |只看該作者 |倒序瀏覽
  1. // TwMs v229.2 ICS 自動掉血

  2. [ENABLE]
  3. Alloc(SetDamageHook,256)
  4. Alloc(Mode,4)
  5. RegisterSymbol(Mode)
  6. Alloc(Timer,4)
  7. Alloc(Value,4)
  8. RegisterSymbol(Value)
  9. Alloc(SetDamageSW,4)
  10. RegisterSymbol(SetDamageSW)
  11. Alloc(SetDamegeDelay,4)
  12. RegisterSymbol(SetDamegeDelay)
  13. Label(SetDamage)
  14. Label(SetDamageExit)

  15. SetDamageSW:
  16. DD 1

  17. // 掉血模式 0=連續掉血 1=墜落掉血
  18. Mode:
  19. DD 0

  20. // 掉血量
  21. Value:
  22. DD 1

  23. // 掉血間隔
  24. SetDamegeDelay:
  25. DD 32

  26. // 請勿修改
  27. Timer:
  28. DD 0

  29. SetDamageHook:
  30. cmp [esp],00B9A36A
  31. jne GetFocus
  32. mov [esp],SetDamage
  33. jmp GetFocus

  34. SetDamage:
  35. pushad
  36. cmp [SetDamageSW],1
  37. jne SetDamageExit
  38. // SetDelay
  39. call 02BB0060
  40. mov edx,eax
  41. sub edx,[Timer]
  42. cmp edx,[SetDamegeDelay]
  43. jl SetDamageExit
  44. mov [Timer],eax
  45. //
  46. mov ecx,[042CFD74]
  47. push 00
  48. push 00
  49. push 01
  50. push [Mode]
  51. push 00
  52. push 00
  53. push 00
  54. push 00
  55. push 00
  56. push 00
  57. push 00
  58. push [Value]
  59. xor eax,eax
  60. xor edx,edx
  61. call 029F4A90
  62. popad
  63. jmp 00B9A36A

  64. SetDamageExit:
  65. popad
  66. jmp 00B9A36A

  67. 0457EC60:
  68. DD SetDamageHook

  69. [DISABLE]
  70. 0457EC60:
  71. DD GetFocus

  72. DeAlloc(SetDamageHook)
  73. DeAlloc(Mode)
  74. DeAlloc(Value)
  75. DeAlloc(SetDamegeDelay)
  76. DeAlloc(Timer)
  77. DeAlloc(SetDamageSW)
  78. UnRegisterSymbol(SetDamageSW)
  79. UnRegisterSymbol(Mode)
  80. UnRegisterSymbol(SetDamegeDelay)
  81. UnRegisterSymbol(Value)
複製代碼
已有 1 人評分骰子 收起 理由
2020暑期狂歡 + 1

總評分: 骰子 + 1   查看全部評分

收藏收藏1 推0 噓0


把本文推薦給朋友或其他網站上,每次被點擊增加您在本站積分: 1骰子
複製連結並發給好友,以賺取推廣點數
簡單兩步驟,註冊、分享網址,即可獲得獎勵! 一起推廣文章換商品、賺$$
您需要登入後才可以回文 登入 | 立即註冊

廣告刊登意見回饋關於我們職位招聘本站規範DMCA隱私權政策

Copyright © 2011-2024 冰楓論壇, All rights reserved

免責聲明:本網站是以即時上載留言的方式運作,本站對所有留言的真實性、完整性及立場等,不負任何法律責任。

而一切留言之言論只代表留言者個人意見,並非本網站之立場,用戶不應信賴內容,並應自行判斷內容之真實性。

小黑屋|手機版|冰楓論壇

GMT+8, 2024-4-19 14:58

回頂部