Page 1 of 1

enable cheats

Posted: Fri May 15, 2015 8:42 pm
by iscream4u
how do I enable the extreme blood and other hidden cheats

Re: enable cheats

Posted: Sat Aug 22, 2015 9:24 pm
by Kenny
iscream4u wrote:how do I enable the extreme blood and other hidden cheats

Script: gamemenu.qb
Search in code: $create_real_cheats_menu$
delete red text in all :i If call $GetGlobalFlag$ arguments

Example:
:i If call $GetGlobalFlag$ arguments
$flag$ = $CHEAT_UNLOCKED_%NUMBER$

:i call $make_cheats_menu_item$ arguments
$text$ = %s(14,"Perfect Skitch")$cheat_flag$ = $CHEAT_PERFECT_SKITCH$$pad_choose_script$ = $toggle_cheat$$pad_choose_params$ = :s{$on_callback$ = $nullscript$$off_callback$ = $nullscript$:s}
:i endif

or add NOT after :i If

Example:
:i If NOT call ~~~~