Page 1 of 1

Vaporum (GoG-Version)

Posted: Thu Apr 05, 2018 7:09 am
by Marc
Hi all,

here's a table for "Vaporum" (Patch 6) as currently sold on gog.com.
Could work on other versions, but I would not bet for it.

Features:
  • Pointers to Hitpoints, Fumium and Energy.
  • Scripts for "Immune to damage" and "One-Hit-Kill"
The Pointers are not as stable as I want them to be, sometimes you'll have to wait until they get filled, but at least they got the job done in my tests.

Update:
Using dnSpy, I stumbled over a very interesting Boolean in the file "Vaporum\VaporumGame_Data\Managed\Assembly-CSharp.dll".
The variable is called CheatsEnabled and if it is set to "true" using dnSpy (warning: this will change the DLL, so make a backup before), you can activate the "official cheats" pressing Left Shift + Left Control + / (with englisch keyboard. with german keyboard the last key is #).
After that, you can get the cheat-help-page by pressing F11.

Have fun,
Marc

Re: Vaporum (GoG-Version)

Posted: Sun Jul 14, 2019 2:39 pm
by frostvlad13
Marc wrote:
Thu Apr 05, 2018 7:09 am

This post might have more than a year ago, but can you tell me how to set CheatsEnabled to true?

Re: Vaporum (GoG-Version)

Posted: Sun Jul 21, 2019 5:58 pm
by Marc
Sorry for the late reply, have been on vacation without internet...

1. Download DNSpy from [Link]
2. start DNSpy and open the Assembly-Csharp.dll
3. search for the text CheatsEnabled and you'll find the definition of the variable. You can simply edit the value in DNSpy :)

For a more detailled tutorial, take a look at the excellent guide from cheat the game at

have fun,
marc