Page 1 of 2

The Evil Within 2

Posted: Sat Oct 14, 2017 2:02 pm
by Kalas
[Link]


Options:

[Player]

Unlimited Health
Unlimited Stamina
First Person
Undetected

[Gun]

No Reload
Unlimited Ammo

[Editor]

Components Multiplier
Unlimited Green Gel
Unlimited Red Gel
Unlimited Weapon Parts
Unlimited High-Grade Weapon Parts

[Teleporter] - Full Credit Goes To Chris Fayte!

Save Enemies Coordinates (Numpad 1)
Teleport Enemies To You (Numpad 2)



Game Version: PATCH 16.10.2017


The Evil Within 2.CT
(25.9 KiB) Downloaded 779 times

Re: The Evil Within 2 (PATCH 14.10.2017)

Posted: Sat Oct 14, 2017 2:03 pm
by Kalas
As I mentioned, I didn't progressed so far into the game, If you have a save file where you own Red Gel + Items such as Gunpowder, Herb etc.. send it to me so I can update the Table with more options :)

Re: The Evil Within 2 (PATCH 14.10.2017)

Posted: Sun Oct 15, 2017 11:50 am
by Kalas
Components Multiplier: (Everytime you click component in the inventory menu you add 999 for each component that's in there.)

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>192</ID>
      <Description>"Components Multiplier"</Description>
      <LastState/>
      <Color>FF8000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : TEW2.exe
  Version: 
  Date   : 2017-10-15
  Author : Kalas

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(InventoryItemsOnSwitch,TEW2.exe,8B 47 10 89 44 24 38 48)
alloc(newmem,$100,InventoryItemsOnSwitch)

label(code)
label(return)

newmem:
  cmp r12,0000000000000002
  jne code
  add [rdi+10], #999
  mov eax,[rdi+10]
  mov [rsp+38],eax
  jmp return

code:
  mov eax,[rdi+10]
  mov [rsp+38],eax
  jmp return

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

[DISABLE]

InventoryItemsOnSwitch:
  db 8B 47 10 89 44 24 38

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

Re: The Evil Within 2 (PATCH 16.10.2017)

Posted: Mon Oct 16, 2017 8:07 pm
by Kalas
Updated :D

Re: The Evil Within 2 (PATCH 16.10.2017)

Posted: Mon Oct 16, 2017 11:04 pm
by Luke76bg
It would be possible to add a multiplier for what you pick from enemies, i mean double gel, double weapons parts, etc ?

Re: The Evil Within 2 (PATCH 16.10.2017)

Posted: Tue Oct 17, 2017 8:37 am
by Kalas
Luke76bg wrote:
Mon Oct 16, 2017 11:04 pm
It would be possible to add a multiplier for what you pick from enemies, i mean double gel, double weapons parts, etc ?
Of course :D

Re: The Evil Within 2 (PATCH 16.10.2017)

Posted: Tue Oct 17, 2017 12:54 pm
by Luke76bg
Really ?This would make the game so much fun, you could personalize the experience, i mean gel x2, gel x4, weapon part 300 instead of 150, etc. 😀

Re: The Evil Within 2 (PATCH 14.10.2017)

Posted: Tue Oct 17, 2017 1:57 pm
by teinousi
Kalas wrote:
Sat Oct 14, 2017 2:03 pm
As I mentioned, I didn't progressed so far into the game, If you have a save file where you own Red Gel + Items such as Gunpowder, Herb etc.. send it to me so I can update the Table with more options :)
so sad to hear about that , but can u make a unlimited save time for classic mode ? classic mode only let u save 7 time ⊙ω⊙

Re: The Evil Within 2 (PATCH 16.10.2017)

Posted: Tue Oct 17, 2017 2:39 pm
by Kalas
Sorrry guys my PC is fucked, give me couple of days. Mobo pin may be broken! (Don't ask me how :()

Re: The Evil Within 2 (PATCH 16.10.2017)

Posted: Tue Oct 17, 2017 3:13 pm
by MadBoy
Was there a Walk key on the caps lock ?

Re: The Evil Within 2 (PATCH 16.10.2017)

Posted: Wed Oct 18, 2017 9:12 am
by Luke76bg
Kalas wrote:
Tue Oct 17, 2017 2:39 pm
Sorrry guys my PC is fucked, give me couple of days. Mobo pin may be broken! (Don't ask me how :()
I'm so so sorry! These things sucks! 😓😓😓

Re: The Evil Within 2 (PATCH 16.10.2017)

Posted: Wed Oct 18, 2017 9:45 am
by Kalas
Luke76bg wrote:
Wed Oct 18, 2017 9:12 am
Kalas wrote:
Tue Oct 17, 2017 2:39 pm
Sorrry guys my PC is fucked, give me couple of days. Mobo pin may be broken! (Don't ask me how :()
I'm so so sorry! These things sucks! 😓😓😓
First time It happened to me, I hope It can be fixed because It's a brand new motherboard (Expensive. z270) so I hope It can be fixed and doesn't need to be replaced.

Re: The Evil Within 2 (PATCH 16.10.2017)

Posted: Wed Oct 18, 2017 1:03 pm
by Luke76bg
Kalas wrote:
Wed Oct 18, 2017 9:45 am
Luke76bg wrote:
Wed Oct 18, 2017 9:12 am
Kalas wrote:
Tue Oct 17, 2017 2:39 pm
Sorrry guys my PC is fucked, give me couple of days. Mobo pin may be broken! (Don't ask me how :()
I'm so so sorry! These things sucks! 😓😓😓
First time It happened to me, I hope It can be fixed because It's a brand new motherboard (Expensive. z270) so I hope It can be fixed and doesn't need to be replaced.
i hope this for you too. Usually motherboards doesn't have problems, but sometimes happen!

Re: The Evil Within 2 (PATCH 16.10.2017)

Posted: Thu Oct 19, 2017 3:46 pm
by Kalas
Updated:

Added enemies teleporter, you can teleport enemies in the area to you (It will freeze them, read Note).

Re: The Evil Within 2 (PATCH 16.10.2017)

Posted: Thu Oct 19, 2017 9:25 pm
by meymeygila
Kalas wrote:
Thu Oct 19, 2017 3:46 pm
Updated:

Added enemies teleporter, you can teleport enemies in the area to you (It will freeze them, read Note).
This includes the bosses?