gogoro 發表於 2016-4-13 22:30:02

4/13 配合1.1DLC更新 - 射擊 無後座力 無擴散 CE表

以下是完整CE表單

乾淨~~

安全


<?xml version="1.0" encoding="utf-8"?>
    <CheatTable>
      <CheatEntries>
        <CheatEntry>
          <ID>186</ID>
          <Description>"NO SPREAD"</Description>
          <LastState Activated="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>
    aobscanmodule(_NoSpread,TheDivision.exe,44 0F 2E 16 0F 84 E0 00 00 00) // should be unique
    alloc(newmem,$1000,TheDivision.exe)

    label(code)
    label(return)

    newmem:
    mov ,(float)1
    code:
      db 44 0F 2E 16 0F 84 E0 00 00 00
      jmp return

    _NoSpread:
      jmp newmem
      nop
      nop
      nop
      nop
      nop
    return:
    registersymbol(_NoSpread)

   
    _NoSpread:
      db 44 0F 2E 16 0F 84 E0 00 00 00

    unregistersymbol(_NoSpread)
    dealloc(newmem)
    </AssemblerScript>
        </CheatEntry>
      </CheatEntries>
    </CheatTable>

No Recoil

    <?xml version="1.0" encoding="utf-8"?>
    <CheatTable>
      <CheatEntries>
        <CheatEntry>
          <ID>191</ID>
          <Description>"NO RECOiL"</Description>
          <LastState Activated="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>
    aobscanmodule(_NoRecoil,TheDivision.exe,F3 0F 10 05 52 F8 6F 02)
    alloc(newmem,$1000,TheDivision.exe)

    label(code)
    label(return)

    newmem:
      db C7 05 E2 E5 61 03 00 00 00 00

    code:
      db F3 0F 10 05 52 F8 6F 02
      jmp return

    _NoRecoil:
      jmp newmem
      nop
      nop
      nop
    return:
    registersymbol(_NoRecoil)

   

    _NoRecoil:
      db F3 0F 10 05 52 F8 6F 02

    unregistersymbol(_NoRecoil)
    dealloc(newmem)

    </AssemblerScript>
        </CheatEntry>
      </CheatEntries>
    </CheatTable>

下載:
**** Hidden Message *****

tqm0719 發表於 2016-4-14 08:57:04

听说又更新了

Misak729 發表於 2016-4-14 12:27:44

請問一下 要怎麼使用呢?

x7897515 發表於 2016-4-14 12:46:11

誰能弄個無限子彈出來啊,我看別人的輔助有無限子彈功能,有大神弄個嗎

LinChengYan 發表於 2016-4-15 14:08:17

頁: [1]
查看完整版本: 4/13 配合1.1DLC更新 - 射擊 無後座力 無擴散 CE表