<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="18">
  <CheatEntries>
    <CheatEntry>
      <ID>321</ID>
      <Description>"TELEPORT + VAC"</Description>
      <Options moHideChildren="1" moAllowManualCollapseAndExpand="1"/>
      <LastState Activated="0"/>
      <Color>80000008</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>//Author: +METHOS
//Target: N/A
//Script: Teleport/Vac Template

[ENABLE]
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
label(enemy)
label(x_c)
label(y_c)
label(z_c)
label(save_c)
label(load_c)
label(enemyvac)
label(s_enable)
label(l_enable)
label(v_enable)
registersymbol(s_enable)
registersymbol(l_enable)
registersymbol(v_enable)

newmem:
cmp [ebx],0071F684
jne enemy
cmp [s_enable],1
je save_c
cmp [l_enable],1
je load_c
jmp originalcode

save_c:
mov [s_enable],0
push eax
mov eax,[edi]
mov [x_c],eax
mov eax,[edi+04]
mov [y_c],eax
mov eax,[edi+08]
mov [z_c],eax
pop eax
jmp originalcode

load_c:
mov [l_enable],0
cmp [x_c],0
je originalcode
push eax
mov eax,[x_c]
mov [edi],eax
mov eax,[y_c]
mov [edi+04],eax
mov eax,[z_c]
mov [edi+08],eax
pop eax
jmp exit

enemy:
cmp [v_enable],1
je enemyvac
jmp originalcode

enemyvac:
cmp [x_c],0
je originalcode
push eax
mov eax,[x_c]
mov [edi],eax
mov eax,[y_c]
mov [edi+04],eax
mov eax,[z_c]
mov [edi+08],eax
pop eax
jmp exit

originalcode:
movss [edi],xmm0
movss xmm0,[edi+04]
jmp returnhere

exit:
movss xmm0,[edi+04]
jmp returnhere

x_c:
dd 0
y_c:
dd 0
z_c:
dd 0
s_enable:
dd 0
l_enable:
dd 0
v_enable:
dd 0

"game.exe"+E0ACE:
jmp newmem
nop
nop
nop
nop
returnhere:

[DISABLE]
dealloc(newmem)
"game.exe"+E0ACE:
movss [edi],xmm0
movss xmm0,[edi+04]

unregistersymbol(s_enable)
unregistersymbol(l_enable)
unregistersymbol(v_enable)
</AssemblerScript>
      <Hotkeys>
        <Hotkey>
          <Action>Toggle Activation</Action>
          <Keys>
            <Key>122</Key>
          </Keys>
          <ID>0</ID>
        </Hotkey>
      </Hotkeys>
      <CheatEntries>
        <CheatEntry>
          <ID>322</ID>
          <Description>"SAVE COORDINATES"</Description>
          <LastState Value="??" Activated="0" RealAddress="00000000"/>
          <Color>80000008</Color>
          <VariableType>Byte</VariableType>
          <Address>s_enable</Address>
          <Hotkeys>
            <Hotkey>
              <Action>Set Value</Action>
              <Keys>
                <Key>112</Key>
              </Keys>
              <Value>1</Value>
              <ID>1</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
        <CheatEntry>
          <ID>323</ID>
          <Description>"LOAD COORDINATES"</Description>
          <LastState Value="??" Activated="0" RealAddress="00000000"/>
          <Color>80000008</Color>
          <VariableType>Byte</VariableType>
          <Address>l_enable</Address>
          <Hotkeys>
            <Hotkey>
              <Action>Set Value</Action>
              <Keys>
                <Key>113</Key>
              </Keys>
              <Value>1</Value>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
        <CheatEntry>
          <ID>324</ID>
          <Description>"ENEMY VAC"</Description>
          <LastState Value="??" Activated="0" RealAddress="00000000"/>
          <Color>80000008</Color>
          <VariableType>Byte</VariableType>
          <Address>v_enable</Address>
          <Hotkeys>
            <Hotkey>
              <Action>Set Value</Action>
              <Keys>
                <Key>114</Key>
              </Keys>
              <Value>1</Value>
              <ID>0</ID>
            </Hotkey>
            <Hotkey>
              <Action>Set Value</Action>
              <Keys>
                <Key>115</Key>
              </Keys>
              <Value>0</Value>
              <ID>1</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <DisassemblerComments>
    <DisassemblerComment>
      <Address>"DW6_WIN.exe"+31011</Address>
      <Comment>KO'S</Comment>
    </DisassemblerComment>
  </DisassemblerComments>
</CheatTable>
