信长之野望吧 关注:152,715贴子:5,398,692
  • 28回复贴,共1

信长14PK版如何送城池给敌人电脑?

只看楼主收藏回复

信长诞生剧本开局。
建造了三河里的福谷城,想战败送给松平家。
可是施展了所有能想到的手段。电脑无动于衷!
包括派100人出阵调戏,城防0.士兵全部带走远征跑的远远的。
最后大怒之下。干脆寄出修改大法!
找到了城池势力指针地址,指向松平家地址。城池变成松平家。但是我一支部队经过附近。游戏崩溃跳出!
现在求助万能的网友!到底用什么手段把城池送给电脑敌方?


IP属地:湖北1楼2023-04-16 07:34回复
    一键整备


    IP属地:新疆2楼2023-04-16 08:39
    回复
      世纪难题,他被别人攻击时主动帮忙,削弱他的周围敌人实力;等他强大后把前线兵力撤走,自然就来了


      IP属地:浙江3楼2023-04-16 09:45
      收起回复
        没有粮草ai就会来打


        IP属地:广东4楼2023-04-16 19:35
        收起回复
          额嗯 你把粮食卖到低于1000,再把要让的城兵拉走,对面应该就能打下你指定的城


          IP属地:江西来自Android客户端5楼2023-04-17 04:09
          收起回复
            那为什么要送城呢,是不是怕德川被其他势力灭了,打算圈养起来?


            IP属地:广东来自Android客户端6楼2023-04-17 23:02
            回复
              修改成想送给他城的大名


              IP属地:天津来自Android客户端7楼2023-04-18 01:07
              收起回复
                自动读取大地图部队汇编脚本
                { Game : NOBU14PK.exe
                Version:
                Date : 2022-11-08
                Author : ��������
                This script does blah blah blah
                }
                [ENABLE]
                //code from here to '[DISABLE]' will be used to enable the cheat
                aobscanmodule(INJECT100,NOBU14PK.exe,8B 50 18 0F BF 88 F8 00 00 00) // should be unique
                alloc(newmem,$1000)
                alloc(tmp100,$4)
                label(code)
                label(return)
                newmem:
                mov [tmp100],eax
                code:
                mov edx,[eax+18]
                movsx ecx,word ptr [eax+000000F8]
                jmp return
                INJECT100:
                jmp newmem
                nop 5
                return:
                registersymbol(tmp100)
                registersymbol(INJECT100)
                [DISABLE]
                //code from here till the end of the code will be used to disable the cheat
                INJECT100:
                db 8B 50 18 0F BF 88 F8 00 00 00
                unregistersymbol(tmp100)
                dealloc(tmp100)
                unregistersymbol(INJECT100)
                dealloc(newmem)
                {
                // ORIGINAL CODE - INJECTION POINT: NOBU14PK.exe+524725
                NOBU14PK.exe+524703: 8B 96 C0 00 00 00 - mov edx,[esi+000000C0]
                NOBU14PK.exe+524709: 6A 00 - push 00
                NOBU14PK.exe+52470B: 52 - push edx
                NOBU14PK.exe+52470C: E8 8F 69 DD FF - call NOBU14PK.exe+2FB0A0
                NOBU14PK.exe+524711: 83 C4 08 - add esp,08
                NOBU14PK.exe+524714: 43 - inc ebx
                NOBU14PK.exe+524715: 83 FB 07 - cmp ebx,07
                NOBU14PK.exe+524718: 0F 8C F8 FD FF FF - jl NOBU14PK.exe+524516
                NOBU14PK.exe+52471E: 83 7D EC 00 - cmp dword ptr [ebp-14],00
                NOBU14PK.exe+524722: 8B 45 08 - mov eax,[ebp+08]
                // ---------- INJECTING HERE ----------
                NOBU14PK.exe+524725: 8B 50 18 - mov edx,[eax+18]
                // ---------- DONE INJECTING ----------
                NOBU14PK.exe+524728: 0F BF 88 F8 00 00 00 - movsx ecx,word ptr [eax+000000F8]
                NOBU14PK.exe+52472F: 8B 86 B8 00 00 00 - mov eax,[esi+000000B8]
                NOBU14PK.exe+524735: 75 0C - jne NOBU14PK.exe+524743
                NOBU14PK.exe+524737: 33 D2 - xor edx,edx
                NOBU14PK.exe+524739: 39 48 40 - cmp [eax+40],ecx
                NOBU14PK.exe+52473C: 74 12 - je NOBU14PK.exe+524750
                NOBU14PK.exe+52473E: 89 48 40 - mov [eax+40],ecx
                NOBU14PK.exe+524741: EB 0D - jmp NOBU14PK.exe+524750
                NOBU14PK.exe+524743: 83 78 40 00 - cmp dword ptr [eax+40],00
                NOBU14PK.exe+524747: 74 07 - je NOBU14PK.exe+524750
                }


                IP属地:湖北8楼2023-04-18 11:09
                收起回复
                  自动鼠标选取城市脚本读取城市
                  { Game : NOBU14PK.exe
                  Version:
                  Date : 2022-11-01
                  Author : ��������
                  This script does blah blah blah
                  }
                  [ENABLE]
                  //code from here to '[DISABLE]' will be used to enable the cheat
                  aobscanmodule(INJECT2,NOBU14PK.exe,8B 80 D4 00 00 00 6A) // should be unique
                  alloc(newmem,$1000)
                  alloc(tmp2,$4)
                  label(code)
                  label(return)
                  newmem:
                  mov [tmp2],eax
                  code:
                  mov eax,[eax+000000D4]
                  jmp return
                  INJECT2:
                  jmp newmem
                  nop
                  return:
                  registersymbol(tmp2)
                  registersymbol(INJECT2)
                  [DISABLE]
                  //code from here till the end of the code will be used to disable the cheat
                  INJECT2:
                  db 8B 80 D4 00 00 00
                  unregistersymbol(tmp2)
                  dealloc(tmp2)
                  unregistersymbol(INJECT2)
                  dealloc(newmem)
                  {
                  // ORIGINAL CODE - INJECTION POINT: NOBU14PK.exe+642456
                  NOBU14PK.exe+642449: C3 - ret
                  NOBU14PK.exe+64244A: CC - int 3
                  NOBU14PK.exe+64244B: CC - int 3
                  NOBU14PK.exe+64244C: CC - int 3
                  NOBU14PK.exe+64244D: CC - int 3
                  NOBU14PK.exe+64244E: CC - int 3
                  NOBU14PK.exe+64244F: CC - int 3
                  NOBU14PK.exe+642450: 55 - push ebp
                  NOBU14PK.exe+642451: 8B EC - mov ebp,esp
                  NOBU14PK.exe+642453: 8B 45 08 - mov eax,[ebp+08]
                  // ---------- INJECTING HERE ----------
                  NOBU14PK.exe+642456: 8B 80 D4 00 00 00 - mov eax,[eax+000000D4]
                  // ---------- DONE INJECTING ----------
                  NOBU14PK.exe+64245C: 6A 00 - push 00
                  NOBU14PK.exe+64245E: 50 - push eax
                  NOBU14PK.exe+64245F: E8 CC 6C 00 00 - call NOBU14PK.exe+649130
                  NOBU14PK.exe+642464: 83 C4 08 - add esp,08
                  NOBU14PK.exe+642467: 5D - pop ebp
                  NOBU14PK.exe+642468: C3 - ret
                  NOBU14PK.exe+642469: CC - int 3
                  NOBU14PK.exe+64246A: CC - int 3
                  NOBU14PK.exe+64246B: CC - int 3
                  NOBU14PK.exe+64246C: CC - int 3
                  }


                  IP属地:湖北9楼2023-04-18 11:10
                  收起回复
                    34德川不是经常做大么。。。还需要送???玩织田信秀出门就被德川揍。。。这波代码是真的骚


                    IP属地:浙江10楼2023-04-18 11:30
                    收起回复