[Request] After The Fall

Ask about cheats/tables for single player games here
User avatar
Akira
Table Makers
Table Makers
Posts: 1268
Joined: Fri May 24, 2019 2:04 am
Reputation: 1676

Re: [Request] After The Fall

Post by Akira »

SoggyCow wrote:
Sun May 22, 2022 12:02 am
recoil broke btw, guns flip around
It's not directly broken, when you shoot for a moment it does it's supposed to do.

User avatar
kravitch
Cheater
Cheater
Posts: 41
Joined: Mon Dec 13, 2021 11:10 pm
Reputation: 27

Re: [Request] After The Fall

Post by kravitch »

SoggyCow wrote:
Thu May 19, 2022 9:50 am
damn, recoil already broke
still awesome thanks!
No recoil is working fine for me.

Added Inf health.
Attachments
AfterTheFall_kravitch +5.CT
(91.8 KiB) Downloaded 224 times

SoggyCow
Novice Cheater
Novice Cheater
Posts: 24
Joined: Mon Dec 20, 2021 2:53 pm
Reputation: 3

Re: [Request] After The Fall

Post by SoggyCow »

Akira wrote:
Sun May 22, 2022 5:12 am
SoggyCow wrote:
Sun May 22, 2022 12:02 am
recoil broke btw, guns flip around
It's not directly broken, when you shoot for a moment it does it's supposed to do.

SoggyCow
Novice Cheater
Novice Cheater
Posts: 24
Joined: Mon Dec 20, 2021 2:53 pm
Reputation: 3

Re: [Request] After The Fall

Post by SoggyCow »

kravitch wrote:
Sun May 22, 2022 1:07 pm
No recoil is working fine for me.

Added Inf health.
thanks. what i mean is, on steam, i can check all the others, but only No Recoil cant be checked for activation

User avatar
kravitch
Cheater
Cheater
Posts: 41
Joined: Mon Dec 13, 2021 11:10 pm
Reputation: 27

Re: [Request] After The Fall

Post by kravitch »

Well, I don't know if I can help you SoggyCow, I don't have the steam version of the game.

But you can try this:
1) Open the game process and Activate mono features in the Mono menu:
Image

2) Next click Dissect mono. The Mono dissector window will open.

3) In Mono dissector window press CTRL+F and type "ApplyRecoil" and then click Find (It will take some time, just wait for the result)
Image

4) It will find the method ApplyRecoil. It should be automatically highlighted. Right click on it and select Jit. This will open selected method in the Memory viewer.
Image

5) Here scroll down and try to find the address with this Opcode movups [rdi],xmm0:
Image

6) Right click on this line and select Replace with code that does nothing:
Image

7) Leave this and just hit OK:
Image

Now go back in the game and see if the recoil is gone.

User avatar
Akira
Table Makers
Table Makers
Posts: 1268
Joined: Fri May 24, 2019 2:04 am
Reputation: 1676

Re: [Request] After The Fall

Post by Akira »

kravitch wrote:
Sun May 22, 2022 3:21 pm
Well, I don't know if I can help you SoggyCow, I don't have the steam version of the game.
Didn't knew that there are other versions lol

If you already have the address why not make a script with it?
Followed your instructions, got to the address and made this with it.
I got the steam version btw.
No Recoil (test)

Code: Select all

[ENABLE]

aobscanmodule(Recoil,GameAssembly.dll,0F 11 07 0F 11 43 34)
alloc(newmem,$1000,Recoil)

label(code)
label(return)

newmem:

code:
  //;movups [rdi],xmm0
  movups [rbx+34],xmm0
  jmp return

Recoil:
  jmp newmem
  nop 2
return:
registersymbol(Recoil)

[DISABLE]

Recoil:
  db 0F 11 07 0F 11 43 34

unregistersymbol(Recoil)
dealloc(newmem)
Didn't tested it myself, to lazy to get my VR headset ready.
But yeh just try it out and let me know if it works (hopefully for all versions?).

Edit:
Saw in your pics that this part is different GameAssembly.dll.
So you might have to change GameAssembly.dll to GameAssembly.dll.il2cpp

User avatar
kravitch
Cheater
Cheater
Posts: 41
Joined: Mon Dec 13, 2021 11:10 pm
Reputation: 27

Re: [Request] After The Fall

Post by kravitch »

Akira wrote:
Sun May 22, 2022 4:16 pm
Didn't knew that there are other versions lol
Yes, actually there are 3 versions. Steam, Rift and Quest :D

I do have steam (with a lot of games on my account), but I have Meta Quest 2 as my VR headset and since After the Fall is crossbuy (you will get PCVR and Quest version for one price) on Oculus store, there is no reason for me to go with the steam version.
Akira wrote:
Sun May 22, 2022 4:16 pm
If you already have the address why not make a script with it?
That script is already in my table. But for some reason it does not work for SoggyCow.

User avatar
Akira
Table Makers
Table Makers
Posts: 1268
Joined: Fri May 24, 2019 2:04 am
Reputation: 1676

Re: [Request] After The Fall

Post by Akira »

kravitch wrote:
Sun May 22, 2022 4:57 pm
That script is already in my table. But for some reason it does not work for SoggyCow.
Ah okay :D

Maybe it's the thing I've mentioned
Akira wrote:
Sun May 22, 2022 4:16 pm
GameAssembly.dll & GameAssembly.dll.il2cpp
Edit:
Nvm, took a look into your table and there it's also just GameAssembly.dll lol

SoggyCow
Novice Cheater
Novice Cheater
Posts: 24
Joined: Mon Dec 20, 2021 2:53 pm
Reputation: 3

Re: [Request] After The Fall

Post by SoggyCow »

You guys are awesome, learning a lot from just your posts :) going to try some stuff out now and report back!
I give away my guns every game, people are so happy :D

update.
yes no recoil now works flawlessly. i use both of your tables, for one has auto fire. having lots of fun rn.

jafo5150
Noobzor
Noobzor
Posts: 13
Joined: Thu Feb 03, 2022 3:57 pm
Reputation: 0

Re: [Request] After The Fall

Post by jafo5150 »

I'm trying to follow along also. But, I'm not getting it. :( I'm running on Steam with a Q2 headset using AirLink. The latest table will not let me select the No Recoil. What do I have to do to get that to work, please?

jafo5150
Noobzor
Noobzor
Posts: 13
Joined: Thu Feb 03, 2022 3:57 pm
Reputation: 0

Re: [Request] After The Fall

Post by jafo5150 »

jafo5150 wrote:
Wed May 25, 2022 12:02 am
I'm trying to follow along also. But, I'm not getting it. :( I'm running on Steam with a Q2 headset using AirLink. The latest table will not let me select the No Recoil. What do I have to do to get that to work, please?
OK, so it may have been by shear dumb luck, a littel bit of googling, and a few beers, but I think I got it figured out and used the info above to add to the table for no recoil! :) I'm 120% new at this, and have never tinkered with it before, but figured, what the hell could I break?! Thank you everyone!! :)

User avatar
kravitch
Cheater
Cheater
Posts: 41
Joined: Mon Dec 13, 2021 11:10 pm
Reputation: 27

Re: [Request] After The Fall

Post by kravitch »

jafo5150 wrote:
Wed May 25, 2022 12:02 am
OK, so it may have been by shear dumb luck, a littel bit of googling, and a few beers, but I think I got it figured out and used the info above to add to the table for no recoil! :) I'm 120% new at this, and have never tinkered with it before, but figured, what the hell could I break?! Thank you everyone!! :)
Can you please post your working no recoil script? I'm just curious what is different in the steam version.

jafo5150
Noobzor
Noobzor
Posts: 13
Joined: Thu Feb 03, 2022 3:57 pm
Reputation: 0

Re: [Request] After The Fall

Post by jafo5150 »

kravitch wrote:
Wed May 25, 2022 2:57 pm
jafo5150 wrote:
Wed May 25, 2022 12:02 am
OK, so it may have been by shear dumb luck, a littel bit of googling, and a few beers, but I think I got it figured out and used the info above to add to the table for no recoil! :) I'm 120% new at this, and have never tinkered with it before, but figured, what the hell could I break?! Thank you everyone!! :)
Can you please post your working no recoil script? I'm just curious what is different in the steam version.
Here's what's working for me. **DISCLAIMER** This was a SUPER lucky attempt at this. I've NEVER done this before, and honestly don't know what the hell I'm doing. But, if it works, it works. :)
Attachments
AfterTheFall_kravitch +5.1.CT
(100.65 KiB) Downloaded 200 times

SoggyCow
Novice Cheater
Novice Cheater
Posts: 24
Joined: Mon Dec 20, 2021 2:53 pm
Reputation: 3

Re: [Request] After The Fall

Post by SoggyCow »

I added both of the best from kravitch & Akira's work, updated recoil from kravitch's tutorial.
Give them both +1 forum Reputation by hitting thumbs up button thx.
100% tested on Steam version.

Ammo Clip
Ammo Capacity
Rapid Fire (The SUPER FAST one by kravitch)
No Recoil
Inf Health
Inf Health + easy kills
Automatic Fire (needed for shotgun)
Unlock All Rewards
Attachments
AfterTheFall +8.CT
(97.77 KiB) Downloaded 425 times

rett77
What is cheating?
What is cheating?
Posts: 2
Joined: Tue May 31, 2022 12:47 pm
Reputation: 1

Re: [Request] After The Fall

Post by rett77 »

Great, I will give these a try, I have been trying to work out a no recoil with no success, I have steam, I really hope no recoil works, thanks for your work

Post Reply