The Evil Within 2 patch1.05 +17 (table Update12)

Upload your cheat tables here (No requests)
User avatar
hyperspeedgx
Cheater
Cheater
Posts: 39
Joined: Tue Nov 07, 2017 4:53 pm
Reputation: 6

Re: The Evil Within 2 +14 (table Update9)

Post by hyperspeedgx »

Cielos wrote:
Thu Dec 07, 2017 10:00 am
hyperspeedgx wrote:
Thu Dec 07, 2017 1:49 am
So @Cielos is there no way to add on the senseless zombies an option to make enemies always see me, to make them not lose me from the FOV even if I run for a long distance?
missed your message.

I have modified "senseless zombies" script, that allows you to set the "sense level" to "hell", which would stop the zombies' sense level from decreasing once they went up.
I have uninstalled the game for now, so I have no way to test it for the time being, so I'll just post the modified script below, you just need to copy and paste the below text ONTO the table:
activate "enable", activate "stealth mod .3", highlight "senseless lady ghost", press Ctrl-V.
this will paste the "senseless zombies .3" script right below the "senseless lady ghost" script.
when "senseless zombies .3" is activated, choose "always" for "method", then choose "hell" for "sense level".
now after an zombie spotted you, even when you ran out of its sight, it should still tries to track you down no matter where you're, until you kill it that is.

again, it's not tested yet. good luck~

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>402</ID>
      <Description>"senseless zombies .3"</Description>
      <LastState/>
      <Color>FF0000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
define(zbalwaysoverridedefault,0) //0 - in snaek only, 1 - always
define(zombiesenseleveldefault,1) //0 - senseless, 1 - blind (can still hear)
define(maxenemyawarenessdefault,(float)0.8)

aobscanmodule(enemyAwarenessWritesAOB,TEW2.exe,0F 57 C0 F3 0F 11 ** ** ** ** ** 0F 2F  ** ** ** ** ** 76)
registersymbol(enemyAwarenessWritesAOB)

label(bZBAlwaysOverride)
registersymbol(bZBAlwaysOverride)
label(bZombieSenseLevel)
registersymbol(bZombieSenseLevel)
label(dMaxEnemyAwareness)
registersymbol(dMaxEnemyAwareness)
label(pEnemyAwareness)
registersymbol(pEnemyAwareness)

alloc(newmem2,2048,enemyAwarenessWritesAOB+3) //"TEW2.exe"+8B54F2)
label(returnhere2)
label(originalcode2_senselesszombies)
registersymbol(originalcode2_senselesszombies)
label(exit2)

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

mov rax,bZBAlwaysOverride
cmp byte ptr [rax],1
je @f

mov rax,pPlayerInfo2
test rax,rax
jz end2
mov rax,[rax]
db 80 B8
readmem(originalcode_stealthmod+2,4)
db 01
//cmp byte ptr [rax+58c],1
jne end2

@@:
mov rax,bZombieSenseLevel
cmp byte ptr [rax],0
jne @f
db 48 8D 81
readmem(enemyAwarenessWritesAOB+7,4)
//lea rax,[rcx+15c0]
mov dword ptr [rax+8],0
xorps xmm1,xmm1
jmp end2

@@:
cmp byte ptr [rax],1
jne @f
mov rax,dMaxEnemyAwareness
comiss xmm1,[rax]
jbe end2
movss xmm1,[rax]
jmp end2

@@:
cmp byte ptr [rax],2
jne @f
db 0F 2F
readmem(enemyAwarenessWritesAOB+6,5)
//comiss xmm1,[rcx+15c0]
jae end2
readmem(enemyAwarenessWritesAOB+3,2)
db 11
readmem(enemyAwarenessWritesAOB+6,5)
//movss xmm1,[rcx+15c0]
jmp end2

@@:

end2:
pop rax

originalcode2_senselesszombies:
readmem(enemyAwarenessWritesAOB+3,8)
//movss [rcx+000015C0],xmm1

exit2:
jmp returnhere2

///
bZBAlwaysOverride:
dd zbalwaysoverridedefault
bZombieSenseLevel:
dd zombiesenseleveldefault
dMaxEnemyAwareness:
dd maxenemyawarenessdefault
pEnemyAwareness:
dq 0
///

enemyAwarenessWritesAOB+3: //"TEW2.exe"+8B54F2:
jmp newmem2
nop
nop
nop
returnhere2:

///****************************************///
aobscanmodule(enemyAwarenessReadsOnSight1AOB,TEW2.exe,0F 2F C7 F3 0F 10 ** ** ** ** ** 76 ** 0F 2F ** ** ** ** ** 76)
registersymbol(enemyAwarenessReadsOnSight1AOB)

alloc(newmem11,2048,enemyAwarenessReadsOnSight1AOB+d) //"TEW2.exe"+8B5C58)
label(returnhere11)
label(originalcode11_senselesszombies)
registersymbol(originalcode11_senselesszombies)
label(exit11)

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

mov rax,bZBAlwaysOverride
cmp byte ptr [rax],1
je @f

mov rax,pPlayerInfo2
test rax,rax
jz end2
mov rax,[rax]
db 80 B8
readmem(originalcode_stealthmod+2,4)
db 01
//cmp byte ptr [rax+58c],1
jne end11

@@:
db C7 81
readmem(enemyAwarenessReadsOnSight1AOB+10,4)
db 00 00 00 00
//mov dword ptr [rcx+15c0],0

end11:
pop rax

originalcode11_senselesszombies:
readmem(enemyAwarenessReadsOnSight1AOB+d,7)
//comiss xmm6,[rcx+000015C0]

exit11:
jmp returnhere11

///

enemyAwarenessReadsOnSight1AOB+d: //"TEW2.exe"+8B5C58:
jmp newmem11
nop
nop
returnhere11:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem2)
enemyAwarenessWritesAOB+3: //"TEW2.exe"+8B54F2:
readmem(originalcode2_senselesszombies,8)
//db F3 0F 11 89 C0 15 00 00
//Alt: movss [rcx+000015C0],xmm1

unregistersymbol(originalcode2_senselesszombies)
unregistersymbol(bZBAlwaysOverride)
unregistersymbol(bZombieSenseLevel)
unregistersymbol(dMaxEnemyAwareness)
unregistersymbol(pEnemyAwareness)

///****************************************///
dealloc(newmem11)
enemyAwarenessReadsOnSight1AOB+d: //"TEW2.exe"+8B5C58:
readmem(originalcode11_senselesszombies,7)
//db 0F 2F B1 C0 15 00 00
//Alt: comiss xmm6,[rcx+000015C0]
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>403</ID>
          <Description>"method"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:in sneak only
1:always
</DropDownList>
          <Color>008000</Color>
          <VariableType>Byte</VariableType>
          <Address>bZBAlwaysOverride</Address>
          <Hotkeys>
            <Hotkey>
              <Action>Set Value</Action>
              <Keys>
                <Key>106</Key>
                <Key>111</Key>
              </Keys>
              <Value>0</Value>
              <ID>0</ID>
              <ActivateSound TTS="">sneak stealth</ActivateSound>
            </Hotkey>
            <Hotkey>
              <Action>Set Value</Action>
              <Keys>
                <Key>106</Key>
                <Key>109</Key>
              </Keys>
              <Value>1</Value>
              <ID>1</ID>
              <ActivateSound TTS="">always stealth</ActivateSound>
            </Hotkey>
          </Hotkeys>
          <CheatEntries>
            <CheatEntry>
              <ID>473</ID>
              <Description>"numpad*/ : in sneak only"</Description>
              <LastState Value="" RealAddress="00000000"/>
              <Color>808080</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>474</ID>
              <Description>"numpad*- : always"</Description>
              <LastState Value="" RealAddress="00000000"/>
              <Color>808080</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>405</ID>
          <Description>"sense level"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:senseless
1:blind
2:hell
</DropDownList>
          <Color>008000</Color>
          <VariableType>Byte</VariableType>
          <Address>bZombieSenseLevel</Address>
          <Hotkeys>
            <Hotkey>
              <Action>Set Value</Action>
              <Keys>
                <Key>105</Key>
                <Key>104</Key>
              </Keys>
              <Value>1</Value>
              <ID>0</ID>
              <ActivateSound TTS="">blind zombies</ActivateSound>
            </Hotkey>
            <Hotkey>
              <Action>Set Value</Action>
              <Keys>
                <Key>105</Key>
                <Key>107</Key>
              </Keys>
              <Value>0</Value>
              <ID>1</ID>
              <ActivateSound TTS="">senseless zombies</ActivateSound>
            </Hotkey>
          </Hotkeys>
          <CheatEntries>
            <CheatEntry>
              <ID>475</ID>
              <Description>"numpad98 : blind zombies"</Description>
              <LastState Value="" RealAddress="00000000"/>
              <Color>808080</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>476</ID>
              <Description>"numpad9+ : senseless zombies"</Description>
              <LastState Value="" RealAddress="00000000"/>
              <Color>808080</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>404</ID>
          <Description>""</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>407</ID>
              <Description>""</Description>
              <LastState/>
              <Color>808080</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscanmodule(enemyAwarenessReads11AOB,TEW2.exe,84 C0 75 ** F3 0F 10 ** **** ** ** 0F 2F ** ** ** ** ** 73 ** 48)
registersymbol(enemyAwarenessReads11AOB)

alloc(newmem6,2048,enemyAwarenessReads11AOB+4) //"TEW2.exe"+A22021)
label(returnhere6)
label(originalcode6_senselesszombies)
registersymbol(originalcode6_senselesszombies)
label(exit6)

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

mov rax,bZBAlwaysOverride
cmp byte ptr [rax],1
je @f

mov rax,pPlayerInfo2
mov rax,[rax]
db 80 B8
readmem(originalcode_stealthmod+2,4)
db 01
//cmp byte ptr [rax+58c],1
jne end6

@@:
mov rax,bZombieSenseLevel
cmp byte ptr [rax],0
jne @f
db 48 8D 83
readmem(enemyAwarenessReads11AOB+8,4)
lea rax,[rbx+15c0]
mov dword ptr [rax+8],0
xorps xmm0,xmm0
jmp end6

@@:
mov rax,dMaxEnemyAwareness
comiss xmm0,[rax]
jbe @f
movss xmm0,[rax]
jmp @f

end6:
pop rax

originalcode6_senselesszombies:
readmem(enemyAwarenessReads11AOB+4,8)
//movss xmm0,[rbx+000015C0]

exit6:
jmp returnhere6

///

enemyAwarenessReads11AOB+4: //"TEW2.exe"+A22021:
jmp newmem6
nop
nop
nop
returnhere6:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem6)
enemyAwarenessReads11AOB+4: //"TEW2.exe"+A22021:
readmem(originalcode6_senselesszombies,8)
//db F3 0F 10 83 C0 15 00 00
//Alt: movss xmm0,[rbx+000015C0]

unregistersymbol(originalcode6_senselesszombies)
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>406</ID>
              <Description>"blind level value"</Description>
              <Color>008000</Color>
              <VariableType>Float</VariableType>
              <Address>dMaxEnemyAwareness</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Thank you very much for this but unfortunate enemies only see me when I am very very close to them when I am using Hell, after I walk one feet they lose me from they FOV.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

Xiberion
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Dec 08, 2017 9:10 pm
Reputation: 0

Re: The Evil Within 2 +14 (table Update9)

Post by Xiberion »

Mods can delete my last post. My antivirus was blocking a few things apparently that it hasn't before. Cheers

User avatar
Cielos
RCE Fanatics
RCE Fanatics
Posts: 833
Joined: Fri Mar 03, 2017 4:35 am
Reputation: 1787

Re: The Evil Within 2 +14 (table Update9)

Post by Cielos »

hyperspeedgx wrote:
Fri Dec 08, 2017 12:42 am
[...]
Thank you very much for this but unfortunate enemies only see me when I am very very close to them when I am using Hell, after I walk one feet they lose me from they FOV.
ah, there's a typo.
after you pasted the script, press ENTER when highlighting the script, then goto line 71:

Code: Select all

db 11
change "11" to "10":

Code: Select all

db 10
press "OK" on the bottom, then RE-activate the script and test.
if it works, remember to save the table.

User avatar
hyperspeedgx
Cheater
Cheater
Posts: 39
Joined: Tue Nov 07, 2017 4:53 pm
Reputation: 6

Re: The Evil Within 2 +14 (table Update9)

Post by hyperspeedgx »

Cielos wrote:
Sat Dec 09, 2017 3:02 am
hyperspeedgx wrote:
Fri Dec 08, 2017 12:42 am
[...]
Thank you very much for this but unfortunate enemies only see me when I am very very close to them when I am using Hell, after I walk one feet they lose me from they FOV.
ah, there's a typo.
after you pasted the script, press ENTER when highlighting the script, then goto line 71:

Code: Select all

db 11
change "11" to "10":

Code: Select all

db 10
press "OK" on the bottom, then RE-activate the script and test.
if it works, remember to save the table.
Doesn't work.

I changed it to 10 and it doesn't change anything, enemies still only see me when I am close to them and lose me easily, i tried value 12 too and no changes with it too.

Phlau
Noobzor
Noobzor
Posts: 7
Joined: Sat Dec 02, 2017 10:39 pm
Reputation: 0

Re: The Evil Within 2 +14 (table Update9)

Post by Phlau »

Hey! is there a way to force Sebastian to keep the selected weapon in his hand ? (he puts it back after 15 seconds)

User avatar
sebastianyyz
Expert Cheater
Expert Cheater
Posts: 315
Joined: Sun Jul 09, 2017 3:33 am
Reputation: 53

Re: The Evil Within 2 +13 (table Update8.2)

Post by sebastianyyz »

l0wb1t wrote:
Mon Oct 23, 2017 2:57 am
amaniberserk420 wrote:
Sun Oct 22, 2017 4:03 pm
Hey can you make teleport to waypoint and Noclip ?
My Table has Teleport Feature, but no Teleport to Waypoint. Game calculates MAP Coordinates different than player coordinates, already tried addding that. Anyways Some Kind of Noclip is also included. (Using Arrow Keys/PageUp&Down, it will teleports you one meter in any direction. Give it a Try)

Image

My Contribution:

Code: Select all

Player Speed:
aobscanmodule(_SuperSpeed,TEW2.exe,F3 0F 10 B3 28 08 00 00 40)
Nop this to prevent speed reset in some areas:
aobscanmodule(_BypassSpeedReset,TEW2.exe,C7 83 28 08 00 00 00 00 80 3F 48 8B CB F3) 

Enemie Speed:
aobscanmodule(_SlowEnemys,TEW2.exe,F3 0F 59 B6 F0 01 00 00 48)

Player Coordinates:
aobscanmodule(_Teleport,TEW2.exe,0F 28 98 20 01 00 00 0F 29 44)

Enemy Coordinates:
aobscanmodule(_EnemyTele,TEW2.exe,0F 28 88 20 01 00 00 0F 29 4D)

Instant Actions on Keypress "E"
aobscanmodule(_InstantActions,TEW2.exe,66 0F 6E BB 20 0B 00 00)

Bow Tension:
aobscanmodule(_BowTension,TEW2.exe,5C F3 0F 10 80 B0 00 00 00)
Full Cheat Table here:
[Link]

Some Youtube Video about enemy Teleport:
[Link]
Hey, is it possible to update the table to version 1.03 please? I really would like to use that god mode on my Steam version but the current table doesn't work. Thank you

User avatar
l0wb1t
Table Makers
Table Makers
Posts: 395
Joined: Mon May 29, 2017 4:16 pm
Reputation: 282

Re: The Evil Within 2 +13 (table Update8.2)

Post by l0wb1t »

sebastianyyz wrote:
Fri Jan 12, 2018 11:33 pm
Hey, is it possible to update the table to version 1.03 please? I really would like to use that god mode on my Steam version but the current table doesn't work. Thank you
Downlaoding the update now, let''s see

Edit:
Updating... ;)
Image

Edit2:
[Link]

There's 1.03 Cheat table. Did not tested ingame, just updated the AOB's and Offsets. Should work now :)

User avatar
hyperspeedgx
Cheater
Cheater
Posts: 39
Joined: Tue Nov 07, 2017 4:53 pm
Reputation: 6

Re: The Evil Within 2 +14 (table Update9)

Post by hyperspeedgx »

Any chances to add an option to make enemies always see me, to make them not lose me from the FOV even if I run for a long distance @l0wb1t?

User avatar
sebastianyyz
Expert Cheater
Expert Cheater
Posts: 315
Joined: Sun Jul 09, 2017 3:33 am
Reputation: 53

Re: The Evil Within 2 +13 (table Update8.2)

Post by sebastianyyz »

l0wb1t wrote:
Sat Jan 13, 2018 8:43 am
sebastianyyz wrote:
Fri Jan 12, 2018 11:33 pm
Hey, is it possible to update the table to version 1.03 please? I really would like to use that god mode on my Steam version but the current table doesn't work. Thank you
Downlaoding the update now, let''s see

Edit:
Updating... ;)
Image

Edit2:
[Link]

There's 1.03 Cheat table. Did not tested ingame, just updated the AOB's and Offsets. Should work now :)
Thanks, but I don't know why the table doesn't open when I press the option "Main Code." I followed the steps to open a table BTW

User avatar
hyperspeedgx
Cheater
Cheater
Posts: 39
Joined: Tue Nov 07, 2017 4:53 pm
Reputation: 6

Re: The Evil Within 2 +13 (table Update8.2)

Post by hyperspeedgx »

sebastianyyz wrote:
Mon Jan 15, 2018 6:01 pm
l0wb1t wrote:
Sat Jan 13, 2018 8:43 am
sebastianyyz wrote:
Fri Jan 12, 2018 11:33 pm
Hey, is it possible to update the table to version 1.03 please? I really would like to use that god mode on my Steam version but the current table doesn't work. Thank you
Downlaoding the update now, let''s see

Edit:
Updating... ;)
Image

Edit2:
[Link]

There's 1.03 Cheat table. Did not tested ingame, just updated the AOB's and Offsets. Should work now :)
Thanks, but I don't know why the table doesn't open when I press the option "Main Code." I followed the steps to open a table BTW
same issue here

User avatar
l0wb1t
Table Makers
Table Makers
Posts: 395
Joined: Mon May 29, 2017 4:16 pm
Reputation: 282

Re: The Evil Within 2 +14 (table Update9)

Post by l0wb1t »

i used elamigos 1.03 update. i am able to activate.

Image

Check the AOB's for your game:

Change Value Type to array of bytes, click once in the "Writeable" box sould look like thios:
Image

then scan each byte pattern and look where it get'S zero results: (You can also upload your TEW2.exe, so i can check myself )

aobscanmodule(_SuperSpeed,TEW2.exe,F3 0F 10 B3 28 08 00 00 40) // should be unique
aobscanmodule(_BypassSpeedReset,TEW2.exe,C7 83 28 08 00 00 00 00 80 3F 48 8B CB F3) // should be unique
aobscanmodule(_SlowEnemys,TEW2.exe,F3 0F 59 B6 F0 01 00 00 48)
aobscanmodule(_Health,TEW2.exe,89 02 8B 81 90 4D 00 00)
aobscanmodule(_Stamina,TEW2.exe,0F 2F B3 E0 17 00 00) // Update
aobscanmodule(_Teleport,TEW2.exe,0F 28 98 20 01 00 00 0F 29 44)
aobscanmodule(_AmmoInClip,TEW2.exe,8B 77 10 4C 8B 41 08) // should be unique
aobscanmodule(_AmmoCrossbow,TEW2.exe,8B 40 10 3B C2)
aobscanmodule(_InstantActions,TEW2.exe,66 0F 6E BB 20 0B 00 00)
aobscanmodule(_MassiveItemPickup,TEW2.exe,8B 58 10 48 8B C8 E8 D6) //Update +++
aobscanmodule(_EnemyTele,TEW2.exe,0F 28 88 20 01 00 00 0F 29 4D) // should be unique
aobscanmodule(_BowTension,TEW2.exe,5C F3 0F 10 80 B0 00 00 00)
aobscanmodule(_OneHitKills,TEW2.exe,F3 0F 11 B1 54 22 00 00)//update
aobscanmodule(_OneHitKills2,TEW2.exe,F3 0F 11 B1 84 21 00 00)// update
aobscanmodule(_Keys,TEW2.exe,8B 50 08 48 8D 4F 20)
aobscanmodule(_RedGel,TEW2.exe,C4 2F 04 00 48 85 C0 74 08 8B 40 10 48 83 C4 28)//update
aobscanmodule(_GreenGeel,TEW2.exe,74 2F 04 00 48 85 C0 74 08 8B 40 10 48 83 C4 28)// update
aobscanmodule(_RapidFire,TEW2.exe,F3 0F 10 83 78 5E 00 00 0F 2F)// update
aobscanmodule(_MobiusAgent,TEW2.exe,F3 0F 10 81 CC 0B 00 00)//update
aobscanmodule(_WeaponStructure,TEW2.exe,48 8B 8B 30 5E 00 00 E8 D4)//update
aobscanmodule(_RecoilBase,TEW2.exe,F3 0F 59 AF F8 02 00 00)
aobscanmodule(_WeaponSway,TEW2.exe,F3 0F 59 83 6C 02 00 00)
aobscanmodule(_NoRecoil,TEW2.exe,F3 0F 10 B7 FC 02 00 00)

User avatar
sebastianyyz
Expert Cheater
Expert Cheater
Posts: 315
Joined: Sun Jul 09, 2017 3:33 am
Reputation: 53

Re: The Evil Within 2 +14 (table Update9)

Post by sebastianyyz »

Hi, l0wb1t. I'm uploading my original exe. It has a different code number than the one you have. Thank you

[Link]

User avatar
l0wb1t
Table Makers
Table Makers
Posts: 395
Joined: Mon May 29, 2017 4:16 pm
Reputation: 282

Re: The Evil Within 2 +14 (table Update9)

Post by l0wb1t »

sebastianyyz wrote:
Tue Jan 16, 2018 6:29 pm
Hi, l0wb1t. I'm uploading my original exe. It has a different code number than the one you have. Thank you

[Link]
My Bad i need a dumped.exe

Do this:

Downlaod my x64 DBG here and extract it somewhere on your pc:
[Link]


1. Open The Game(windowed), go to Main menu
2. Open x64dbg (as Admin), move the x64dbg window abit, that you can see TEW2 Game window
3. Press Plugins TAB, choose ScyllaHide - Attach Process. Now Drag n Drop the Crosshair over the TEW2 Window, you will get PID, then click Attach.
4. When everythings loaded up, press again Plugins Tab, then choose OllyDumpEX, leave all settings by default and click DUMP, upload me TEW2_dump_64.exe

User avatar
sebastianyyz
Expert Cheater
Expert Cheater
Posts: 315
Joined: Sun Jul 09, 2017 3:33 am
Reputation: 53

Re: The Evil Within 2 +14 (table Update9)

Post by sebastianyyz »

l0wb1t wrote:
Wed Jan 17, 2018 8:11 am
sebastianyyz wrote:
Tue Jan 16, 2018 6:29 pm
Hi, l0wb1t. I'm uploading my original exe. It has a different code number than the one you have. Thank you

[Link]
My Bad i need a dumped.exe

Do this:

Downlaod my x64 DBG here and extract it somewhere on your pc:
[Link]


1. Open The Game(windowed), go to Main menu
2. Open x64dbg (as Admin), move the x64dbg window abit, that you can see TEW2 Game window
3. Press Plugins TAB, choose ScyllaHide - Attach Process. Now Drag n Drop the Crosshair over the TEW2 Window, you will get PID, then click Attach.
4. When everythings loaded up, press again Plugins Tab, then choose OllyDumpEX, leave all settings by default and click DUMP, upload me TEW2_dump_64.exe
Done.

Here is my TEW2_dump_64.exe. Thank you again

[Link]

User avatar
l0wb1t
Table Makers
Table Makers
Posts: 395
Joined: Mon May 29, 2017 4:16 pm
Reputation: 282

Re: The Evil Within 2 +14 (table Update9)

Post by l0wb1t »

sebastianyyz wrote:
Wed Jan 17, 2018 4:10 pm

Done.

Here is my TEW2_dump_64.exe. Thank you again

[Link]
Thanks, Please try:
[Link]

i did not checked the Pointers, but looks like most offsets were shifted by +8 bytes.
Anyways, all Scripts should work (activating)now with STEAM Version.
Massive Item Pickup did not worked on my 1.03Version, so it's possible that this one won't work for you either.
Updated again those AOB's for Steam Version:
_MassiveItemPickup
_RedGel
_GreenGeel
_WeaponStructure

Post Reply

Who is online

Users browsing this forum: Baidu [Spider], Bing [Bot], DevMaster92, DisaffectedBrawler, Giony, Google [Bot], Google Adsense [Bot], kks7749, loci19, nazarick2128, noxverso, red_hare_x, robin405, romilius, ScherzicScherzo, SemrushBot, sonycman, tomsnunes, Viy, xboxgame