Evolva. Риск заражения чит-файл №1

// Init
1. Your genos must have a unique name, X=1
2. Open Your saved game (NOT the .DNA file!) in a hex editor.
// Work
3. Search for the name of Your X geno.
4. If You go down a few lines, You'll see the names of the abilities.
You'll find all the abilities there that Your geno has, line by line
For Ex: Claw
5. Right after the name of the ability there is an integer value. (Range is 0-
32000)
For Ex: C l a w 0xcd 0x15
6 Put 32000 (0x7D00) there to max out the ability. (Don't forget to use Intel
number format: low byte first)
For Ex: C l a w 0x00 0x7D
7. if(X!=5)X+=1, go to step 3.
// Enjoy
8. Save the file, load the saved game, and go kick some ass.

If You don't know what is it, You don't need it.

PS. The length of the ability names varies, but the value You need to modify is
always right after the ability name. (No 0x00 or any byte after the string)