Page 1 of 2
Carrion Game Pass version
Posted: Thu Jul 23, 2020 6:28 am
by Pur
A simple table with infinite health would be great.
Re: Carrion Game Pass version
Posted: Fri Jul 24, 2020 12:56 am
by GipsyDanger
+1
Re: Carrion Game Pass version
Posted: Fri Jul 24, 2020 7:15 am
by caleb_kenderdine
Gonna + 1 this because this game is really fun!
Re: Carrion Game Pass version
Posted: Fri Jul 24, 2020 3:37 pm
by cfemen
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...
Re: Carrion Game Pass version
Posted: Fri Jul 24, 2020 4:21 pm
by BabyGroot
cfemen wrote: ↑Fri Jul 24, 2020 3:37 pm
well, 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...
Is the Windows Store what you meant by pirated?
if so, I think it works.
I tried it just now.
Re: Carrion Game Pass version
Posted: Fri Jul 24, 2020 11:56 pm
by Confuzledish
Thank you, good sir. Just tested on Windows Xbox Gamepass and it works great.
Re: Carrion Game Pass version
Posted: Sat Jul 25, 2020 5:07 pm
by killerkrok555
cfemen wrote: ↑Fri Jul 24, 2020 3:37 pm
well, 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...
Do you think there is a way to change the mass by baypassing the anti cheat?
or you can find another way
Re: Carrion Game Pass version
Posted: Sat Jul 25, 2020 7:56 pm
by Enigma776
This work with the GOG version do we know?
Re: Carrion Game Pass version
Posted: Sun Jul 26, 2020 12:42 am
by thewibi77
cfemen wrote: ↑Fri Jul 24, 2020 3:37 pm
well, 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...
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 files
Re: Carrion Game Pass version
Posted: Sun Jul 26, 2020 12:54 am
by thewibi77
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
Re: Carrion Game Pass version
Posted: Mon Jul 27, 2020 1:34 am
by Rhark
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)
Re: Carrion Game Pass version
Posted: Mon Jul 27, 2020 2:44 am
by TemptingIcarus
thewibi77 wrote: ↑Sun Jul 26, 2020 12:54 am
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
Mod doesn't work for me, I got the GOG version.
Re: Carrion Game Pass version
Posted: Mon Jul 27, 2020 2:07 pm
by BADORGOOD
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
Re: Carrion Game Pass version
Posted: Mon Jul 27, 2020 2:07 pm
by Gabe.Newell
Can you make an infinite Energy script?
Re: Carrion Game Pass version
Posted: Mon Jul 27, 2020 2:09 pm
by Gabe.Newell
Rhark wrote: ↑Mon Jul 27, 2020 1:34 am
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)
Your script only works for invisibility