Carrion Game Pass version
Carrion Game Pass version
A simple table with infinite health would be great.
-
- Expert Cheater
- Posts: 356
- Joined: Sat Jun 27, 2020 2:33 pm
- Reputation: 85
-
- What is cheating?
- Posts: 3
- Joined: Sat Aug 31, 2019 4:17 am
- Reputation: 0
Re: Carrion Game Pass version
Gonna + 1 this because this game is really fun!
Re: Carrion Game Pass version
well, changing health value crashes the game and all strings are obfuscated.
its not their first game with custom anti-cheat,looks like Devolver Digital really hates modding/cheating...
//
i've reversed how it works and made a proper god mode for the steam version(works also for the windows-store version)
edit:
added a "stupid enemies" script.
//
new god mode(no physic punches while getting damage)
renamed the old god mode to "invincible"
//
add mass script:
while script is activ you can gain endless mass if you eat humans
you can set a custom amount to add (default is 10)
//
//
//
really funny how much shit is accessing the health value...
its not their first game with custom anti-cheat,looks like Devolver Digital really hates modding/cheating...
//
i've reversed how it works and made a proper god mode for the steam version(works also for the windows-store version)
edit:
added a "stupid enemies" script.
//
new god mode(no physic punches while getting damage)
renamed the old god mode to "invincible"
//
add mass script:
while script is activ you can gain endless mass if you eat humans
you can set a custom amount to add (default is 10)
//
//
//
really funny how much shit is accessing the health value...
- Attachments
-
- Carrion.CT
- +Stupid Enemies Script
+God Mode(no physic punches while getting damage)
+Add Mass Script - (59.75 KiB) Downloaded 382 times
-
- Carrion.CT
- +Stupid Enemies Script
+God Mode(no physic effects on the bio-mass) - (56.12 KiB) Downloaded 93 times
-
- Carrion.CT
- +Stupid Enemies Script
- (53.02 KiB) Downloaded 88 times
-
- Carrion.CT
- Steam & Windows Version
- (54.36 KiB) Downloaded 96 times
Last edited by cfemen on Mon Jul 27, 2020 7:00 pm, edited 4 times in total.
Re: Carrion Game Pass version
Is the Windows Store what you meant by pirated?cfemen wrote: ↑Fri Jul 24, 2020 3:37 pmwell, changing values crashes the game and all strings are obfuscated.
its not their first game with custom anti-cheat,looks like Devolver Digital really hates modding/cheating...
//
i've reversed how it works and made a proper god mode for the steam version, may or may not work on windows-store version, would be nice if someone can test and report.
edit:
really funny how much shit is accessing the health value...
if so, I think it works.
I tried it just now.
-
- What is cheating?
- Posts: 3
- Joined: Wed Mar 07, 2018 10:28 pm
- Reputation: 0
Re: Carrion Game Pass version
Thank you, good sir. Just tested on Windows Xbox Gamepass and it works great.
- killerkrok555
- Expert Cheater
- Posts: 207
- Joined: Mon Apr 17, 2017 4:41 pm
- Reputation: 105
Re: Carrion Game Pass version
Do you think there is a way to change the mass by baypassing the anti cheat?cfemen wrote: ↑Fri Jul 24, 2020 3:37 pmwell, changing values crashes the game and all strings are obfuscated.
its not their first game with custom anti-cheat,looks like Devolver Digital really hates modding/cheating...
//
i've reversed how it works and made a proper god mode for the steam version, may or may not work on windows-store version, would be nice if someone can test and report.
edit:
really funny how much shit is accessing the health value...
or you can find another way
Re: Carrion Game Pass version
This work with the GOG version do we know?
Re: Carrion Game Pass version
i doubt the devs hate modding as much as you say because the levels and a lot of other stuff is in plain text in the game filescfemen wrote: ↑Fri Jul 24, 2020 3:37 pmwell, changing values crashes the game and all strings are obfuscated.
its not their first game with custom anti-cheat,looks like Devolver Digital really hates modding/cheating...
//
i've reversed how it works and made a proper god mode for the steam version, may or may not work on windows-store version, would be nice if someone can test and report.
edit:
really funny how much shit is accessing the health value...
Re: Carrion Game Pass version
btw if you want to have all the abilities at the start of the game here is a mod i made i put all the ability jars in the first room of the game
just backup your Files if you care and extract Content.rar in your game directory
just backup your Files if you care and extract Content.rar in your game directory
- Attachments
-
- Content.rar
- (38.98 KiB) Downloaded 83 times
Re: Carrion Game Pass version
Infinite Energy
Code: Select all
[ENABLE]
aobscanmodule(energy,Carrion.exe,29 78 10 B8 01 00 00 00 48 83 C4 28 5E 5F C3 48) // should be unique
energy:
db 90 90 90
registersymbol(energy)
[DISABLE]
energy:
db 29 78 10
unregistersymbol(energy)
- TemptingIcarus
- Expert Cheater
- Posts: 412
- Joined: Thu Aug 16, 2018 11:32 pm
- Reputation: 54
Re: Carrion Game Pass version
Mod doesn't work for me, I got the GOG version.
Re: Carrion Game Pass version
hi, te correct way for find HP/Biomass is this game i think it could be this, I don't know, I don't have the game. I only provide an idea.
In the image you can see 5 yellow spheres, which do not have to be a value 5, I think they are rather 1 1 1 1 1 and as they change they are 1 1 1 0 0
Example full HP 1-1-1-1-1 takes damage and 1-1-1-1-0 more dmg and 1-1-1-0-0 etc...
regards
In the image you can see 5 yellow spheres, which do not have to be a value 5, I think they are rather 1 1 1 1 1 and as they change they are 1 1 1 0 0
Example full HP 1-1-1-1-1 takes damage and 1-1-1-1-0 more dmg and 1-1-1-0-0 etc...
regards
-
- Noobzor
- Posts: 7
- Joined: Mon Jul 27, 2020 2:04 pm
- Reputation: 8
Re: Carrion Game Pass version
Can you make an infinite Energy script?
-
- Noobzor
- Posts: 7
- Joined: Mon Jul 27, 2020 2:04 pm
- Reputation: 8
Re: Carrion Game Pass version
Your script only works for invisibilityRhark wrote: ↑Mon Jul 27, 2020 1:34 amInfinite EnergyCode: Select all
[ENABLE] aobscanmodule(energy,Carrion.exe,29 78 10 B8 01 00 00 00 48 83 C4 28 5E 5F C3 48) // should be unique energy: db 90 90 90 registersymbol(energy) [DISABLE] energy: db 29 78 10 unregistersymbol(energy)
Who is online
Users browsing this forum: Firstlast2s100, Google Adsense [Bot]