zimitok - yes, once you have it all sorted and working again with your board details and unlocked etc all at same time, then you can make programmer backup and verify that it's OK by opening in hex and other BIOS tools to make sure it's an actual BIOS and not all FF or 00, then you will have good mod with sys details as backup source you can always recover with.
Show me an image/screenshot of what you mean in games, maybe it's something I could recognize? Could be dying graphics card or overheating (unless it happens instantly), which GFX is loaded when this happens, Intel from CPU or some other GFX? Could also be a driver issue.
wegah - Please give me FPT dump from your system, or can you flash mod stock BIOS without using FPT or programmer? I mean, can you flash with AFU, or do you need to use programmer or FPT for mod BIOS? If you can't flash with AFU, then you should make backup and then mod/reflash/reprogram that, so you don't loose system details (Serial, UUID etc)
On your comment >> I changed the TRUEIF, Tryed to change the 000000000000000000000000000000 from chipset menu, etc. and nothing.
This is not anything I'm aware of as a BIOS mod method, so you'll need to undue that edit or start over with fresh flashed BIOS then backup and mod that backup (So you don't loose serial, UUID, MAC etc - if using FPT or programmer.)
Two type of edits need to be done to this BIOS to unlock chipset, first you need to modify setup module (PE32 as-is) via hex and change the 46 to 47 on the "Suppress If" before chipset as you see below. To get this info, extract Setup/PE32 module as-is, then with Universal IFR extractor get the IFR output so you can see all the menu info and then edit the PE32 module itself via hex
0x15DDC Suppress If {0A 82}
0x15DDE True {46 02}
<< Here, you need to change to 47=False
Chipset, VarStoreInfo (VarOffset/VarName): 0xFFFF, VarStore: 0x0, QuestionId: 0x3, FormId: 0x2713 {0F 0F 20 00 02 00 03 00 00 00 FF FF 00 13 27}
Ten you need to add chipset menu entry to AMITSE/PE32 module at the list of menus starting at 0x2080h
On the AMITSE/PE32 edit, you'll replace this @ 0x2080h
4a 10 59 7b 0d c0 58 41 87 ff f0 4d 63 96 a9 15 11 27 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4a 10 59 7b 0d c0 58 41 87 ff f0 4d 63 96 a9 15 12 27 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4a 10 59 7b 0d c0 58 41 87 ff f0 4d 63 96 a9 15 15 27 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4a 10 59 7b 0d c0 58 41 87 ff f0 4d 63 96 a9 15 14 27 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4a 10 59 7b 0d c0 58 41 87 ff f0 4d 63 96 a9 15 16 27 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
With this, to add the chipset menu entry (13 27)
4a 10 59 7b 0d c0 58 41 87 ff f0 4d 63 96 a9 15 11 27 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4a 10 59 7b 0d c0 58 41 87 ff f0 4d 63 96 a9 15 12 27 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4a 10 59 7b 0d c0 58 41 87 ff f0 4d 63 96 a9 15 13 27 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4a 10 59 7b 0d c0 58 41 87 ff f0 4d 63 96 a9 15 15 27 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4a 10 59 7b 0d c0 58 41 87 ff f0 4d 63 96 a9 15 14 27 00 00 00 00 00 00 00 00 00 00 00 00 00 00
4a 10 59 7b 0d c0 58 41 87 ff f0 4d 63 96 a9 15 16 27 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Or if you want, you can simply add this, in place of that last set of zeros = same/same
4a 10 59 7b 0d c0 58 41 87 ff f0 4d 63 96 a9 15 13 27 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Then test and see if chipset shows in BIOS. If still not there, open your mod BIOS in AMIBCP (5.02.0023 or 5.02.0031) and set Chipset access level to user at "Root" of setup, and retest. Sometimes this is necessary, other times you only need to make the non-AMIBCP edits and it will appear. Then of course, once it is enabled and you can see in BIOS, any settings still not visible can be enabled by AMIBCP edit change setting access level to User for each missing setting.