Author Topic: [Release] Instant + further weapon zoom {CODE}{CT FILE}{CHEAT ENGINE}  (Read 1275 times)

0 Members and 1 Guest are viewing this topic.

MrCamo

  • Village Idiot of TKC
  • Quarantine
  • Heckler Apprentice
  • ****
  • Posts: 1456
  • Banned from TKC forever
    • View Profile
WARBAND 1.168 STEAM

Code: [Select]
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="18">
  <CheatEntries>
    <CheatEntry>
      <ID>1</ID>
      <Description>"shiftzoom module 1"</Description>
      <LastState Activated="1"/>
      <Color>80000008</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

newmem:

originalcode:
fstp dword ptr [mb_warband.exe+29ABCE8]
mov [mb_warband.exe+29ABCE8],(float)1.7


exit:
jmp returnhere

"mb_warband.exe"+1B214A:
jmp newmem
nop
returnhere:

 
 
[DISABLE]
dealloc(newmmem)
"mb_warband.exe"+1B214A:
fstp dword ptr [mb_warband.exe+29ABCE8]

</AssemblerScript>
      <Hotkeys>
        <Hotkey>
          <Action>Toggle Activation</Action>
          <Keys>
            <Key>16</Key>
          </Keys>
          <ID>0</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>3</ID>
      <Description>"instant zoom"</Description>
      <LastState Activated="0"/>
      <Color>80000008</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat

alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode:
fadd dword ptr [mb_warband.exe+29ABCE8]
fadd dword ptr [mb_warband.exe+29ABCE8]
fadd dword ptr [mb_warband.exe+29ABCE8]
exit:
jmp returnhere

"mb_warband.exe"+1B20F7:
jmp newmem
nop
returnhere:

 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newme)
"mb_warband.exe"+1B20F7:
fadd dword ptr [mb_warband.exe+29ABCE8]
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <Comments>mrcamo
</Comments>
</CheatTable>
« Last Edit: December 30, 2015, 08:15:21 pm by MrCamo »
I remain moderatedBanned from TKC forever as I keep posting porn 2 piss off the Staff.
https://www.youtube.com/watch?v=BRzlha-tZS4

MrCamo

  • Village Idiot of TKC
  • Quarantine
  • Heckler Apprentice
  • ****
  • Posts: 1456
  • Banned from TKC forever
    • View Profile
Re: [Release] Instant + further weapon zoom {CODE}
« Reply #1 on: December 30, 2015, 08:12:33 pm »
WFAS 1.143 STEAM
Code: [Select]
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="18">
  <CheatEntries>
    <CheatEntry>
      <ID>4</ID>
      <Description>"1"</Description>
      <LastState Activated="1"/>
      <Color>80000008</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]


alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

newmem:
fstp dword ptr [mb_wfas.exe+3B64A04]
mov [mb_wfas.exe+3B64A04],(float)1.7

originalcode:

exit:
jmp returnhere

"mb_wfas.exe"+1F9272:
jmp newmem
nop
returnhere:

[DISABLE]
dealloc(newmem)
"mb_wfas.exe"+1F9272:
fstp dword ptr [mb_wfas.exe+3B64A04]



</AssemblerScript>
      <Hotkeys>
        <Hotkey>
          <Action>Toggle Activation</Action>
          <Keys>
            <Key>16</Key>
          </Keys>
          <ID>0</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
    <CheatEntry>
      <ID>2</ID>
      <Description>"2"</Description>
      <LastState Activated="1"/>
      <Color>80000008</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat

alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

newmem:

originalcode:
fadd dword ptr [mb_wfas.exe+3B64A04]
fadd dword ptr [mb_wfas.exe+3B64A04]
fadd dword ptr [mb_wfas.exe+3B64A04]
exit:
jmp returnhere

"mb_wfas.exe"+1F9223:
jmp newmem
nop
returnhere:

 
 
[DISABLE]
dealloc(newmem)
"mb_wfas.exe"+1F9223:
fadd dword ptr [mb_wfas.exe+3B64A04]
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
  <CheatCodes>
    <CodeEntry>
      <Description>Change of fstp dword ptr [mb_wfas.exe+3B64A04]</Description>
      <Address>005F9242</Address>
      <ModuleName>mb_wfas.exe</ModuleName>
      <ModuleNameOffset>1F9242</ModuleNameOffset>
      <Before>
        <Byte>9C</Byte>
        <Byte>8F</Byte>
        <Byte>00</Byte>
        <Byte>DE</Byte>
        <Byte>E9</Byte>
      </Before>
      <Actual>
        <Byte>D9</Byte>
        <Byte>1D</Byte>
        <Byte>04</Byte>
        <Byte>4A</Byte>
        <Byte>F6</Byte>
        <Byte>03</Byte>
      </Actual>
      <After>
        <Byte>D9</Byte>
        <Byte>EE</Byte>
        <Byte>D9</Byte>
        <Byte>05</Byte>
        <Byte>04</Byte>
      </After>
    </CodeEntry>
  </CheatCodes>
  <UserdefinedSymbols/>
</CheatTable>
I remain moderatedBanned from TKC forever as I keep posting porn 2 piss off the Staff.
https://www.youtube.com/watch?v=BRzlha-tZS4

erkanyavuz61

  • Cheater Apprentice
  • *
  • Posts: 13
    • View Profile
Re: [Release] Instant + further weapon zoom {CODE}{CT FILE}{CHEAT ENGINE}
« Reply #2 on: October 25, 2016, 04:48:37 pm »
what is this?