搜尋

高爾夫詛咒

返回清單
切換到指定樓層
通知這文章過時或找檔案 發表主題

高爾夫詛咒 Cursed to Golf V2.0.0 作弊修改腳本

[複製連結]
1
lol0972921 ( Lv.50 智天使 ) 發表於 2024-1-3 12:50:42 | 只看該作者 |只看大圖 回覆獎勵 |降序瀏覽 |閱讀模式
2DGR27l.jpg


被詛咒打高爾夫球
版本:2.0.0
在GOG版本和EPIC Store上測試
  1. { Game   : Cursed to Golf.exe
  2.   Version: 2.0.0
  3.   Date   : 2023-12-30
  4.   Author : baby-rocket-racoon

  5.   Unlimeted shots
  6. }

  7. [ENABLE]
  8. //code from here to '[DISABLE]' will be used to enable the cheat



  9. aobscanmodule(INJECT,GameAssembly.dll,8B 4D 0C 6A 00 89 4D F4 8B) // should be unique 6FE0ED62
  10. alloc(newmem,$128)

  11. label(code)
  12. label(return)

  13. newmem:

  14. cmp ecx, #999
  15. jge code
  16. mov ecx,#999
  17. mov [ebp+0C],ecx

  18. code:
  19.   mov ecx,[ebp+0C]
  20.   push 00
  21.   jmp return

  22. INJECT:
  23.   jmp newmem
  24. return:
  25. registersymbol(INJECT)

  26. [DISABLE]
  27. //code from here till the end of the code will be used to disable the cheat
  28. INJECT:
  29.   db 8B 4D 0C 6A 00

  30. unregistersymbol(INJECT)
  31. dealloc(newmem)

  32. {
  33. // ORIGINAL CODE - INJECTION POINT: GameAssembly.dll+E3ED62

  34. GameAssembly.dll+E3ED3D: 56                    - push esi
  35. GameAssembly.dll+E3ED3E: 57                    - push edi
  36. GameAssembly.dll+E3ED3F: 75 1E                 - jne GameAssembly.dll+E3ED5F
  37. GameAssembly.dll+E3ED41: 68 28 E7 4C 71        - push GameAssembly.dll+24FE728
  38. GameAssembly.dll+E3ED46: E8 F5 6C 39 FF        - call GameAssembly.il2cpp_get_exception_argument_null+270
  39. GameAssembly.dll+E3ED4B: 68 18 DE 4C 71        - push GameAssembly.dll+24FDE18
  40. GameAssembly.dll+E3ED50: E8 EB 6C 39 FF        - call GameAssembly.il2cpp_get_exception_argument_null+270
  41. GameAssembly.dll+E3ED55: 83 C4 08              - add esp,08
  42. GameAssembly.dll+E3ED58: C6 05 EF E4 5B 71 01  - mov byte ptr [GameAssembly.dll+25EE4EF],01
  43. GameAssembly.dll+E3ED5F: 8B 75 08              - mov esi,[ebp+08]
  44. // ---------- INJECTING HERE ----------
  45. GameAssembly.dll+E3ED62: 8B 4D 0C              - mov ecx,[ebp+0C]
  46. // ---------- DONE INJECTING  ----------
  47. GameAssembly.dll+E3ED65: 6A 00                 - push 00
  48. GameAssembly.dll+E3ED67: 89 4D F4              - mov [ebp-0C],ecx
  49. GameAssembly.dll+E3ED6A: 8B 46 4C              - mov eax,[esi+4C]
  50. GameAssembly.dll+E3ED6D: 8B 7E 2C              - mov edi,[esi+2C]
  51. GameAssembly.dll+E3ED70: 89 45 F0              - mov [ebp-10],eax
  52. GameAssembly.dll+E3ED73: 8D 45 FC              - lea eax,[ebp-04]
  53. GameAssembly.dll+E3ED76: 50                    - push eax
  54. GameAssembly.dll+E3ED77: 89 4E 4C              - mov [esi+4C],ecx
  55. GameAssembly.dll+E3ED7A: 89 4D FC              - mov [ebp-04],ecx
  56. GameAssembly.dll+E3ED7D: E8 EE 31 23 00        - call GameAssembly.dll+1071F70
  57. }
複製代碼
  1. { Game   : Cursed to Golf.exe
  2.   Version: 2.0.0
  3.   Date   : 2023-12-30
  4.   Author : baby-rocket-racoon

  5.   Buy something in Shop, set Money to 99.999.
  6.   Best use to activate in main menu then continue or start new game for the firt time
  7.         
  8. }

  9. [ENABLE]
  10. //code from here to '[DISABLE]' will be used to enable the cheat



  11. aobscan(INJECT,8B 4E 34 5E 89 48 78 5D C3) // should be unique
  12. alloc(newmem,$128)

  13. label(code)
  14. label(return)

  15. newmem:

  16. mov [esi+34],#99999

  17. code:
  18.   mov ecx,[esi+34]
  19.   pop esi
  20.   mov [eax+78],ecx
  21.   jmp return

  22. INJECT:
  23.   jmp newmem
  24.   nop
  25.   nop

  26. return:
  27. registersymbol(INJECT)

  28. [DISABLE]
  29. //code from here till the end of the code will be used to disable the cheat
  30. INJECT:
  31.   db 8B 4E 34 5E 89 48 78

  32. unregistersymbol(INJECT)
  33. dealloc(newmem)

  34. {
  35. // ORIGINAL CODE - INJECTION POINT: 09527740

  36. 09527728: 6A 00                 - push 00
  37. 0952772A: 6A 00                 - push 00
  38. 0952772C: 56                    - push esi
  39. 0952772D: E8 7E 7A D3 00        - call 0A25F1B0
  40. 09527732: 83 C4 0C              - add esp,0C
  41. 09527735: 84 C0                 - test al,al
  42. 09527737: 75 10                 - jne 09527749
  43. 09527739: 85 F6                 - test esi,esi
  44. 0952773B: 74 19                 - je 09527756
  45. 0952773D: 8B 45 08              - mov eax,[ebp+08]
  46. // ---------- INJECTING HERE ----------
  47. 09527740: 8B 4E 34              - mov ecx,[esi+34]
  48. // ---------- DONE INJECTING  ----------
  49. 09527743: 5E                    - pop esi
  50. 09527744: 89 48 78              - mov [eax+78],ecx
  51. 09527747: 5D                    - pop ebp
  52. 09527748: C3                    - ret
  53. 09527749: 8B 45 08              - mov eax,[ebp+08]
  54. 0952774C: 5E                    - pop esi
  55. 0952774D: C7 40 78 00 00 00 00  - mov [eax+78],00000000
  56. 09527754: 5D                    - pop ebp
  57. 09527755: C3                    - ret
  58. 09527756: E8 05 E5 37 FF        - call 088A5C60
  59. }
複製代碼
歷史被詛咒高爾夫 v2.0.0:

v0.1 - CH 免費金錢,無限次射擊,PIN Ace 卡輪盤 - 無限

https://mega.nz/file/2rBGFQaR#rPiwPjQU7wHz-CJyhvMcsyUvYPe-qp7nXLu1Po5TByo





大家正在看啥


收藏收藏 分享文章到FB上分享
回覆 使用道具 檢舉
複製專屬你的推廣連結:發至FB與各論壇宣傳:累積點數換GP商品 & 藍鑽
每五點閱率就可以兌換藍鑽積分或遊戲點卡 夢遊推廣文章換GP商品

你需要登入後才可以回覆 登入 | 加入會員

本版積分規則

Copyright (C) 2010-2020 夢遊電玩論壇

廣告合作:請直接聯繫我們,並附上您預刊登位置的預算。  

快速回覆 返回頂端 返回清單