Skip to content

Instantly share code, notes, and snippets.

@dextercd
Created April 20, 2024 17:43
Show Gist options
  • Save dextercd/2b1ff6caf70cdfc9688008be56a93b25 to your computer and use it in GitHub Desktop.
Save dextercd/2b1ff6caf70cdfc9688008be56a93b25 to your computer and use it in GitHub Desktop.
ModTextFileSetContent("mods/coolcheatmenu/m.xml", [[
<MagicNumbers
DEBUG_EXTRA_SCREENSHOT_KEYS_ENABLED="1"
DEBUG_SCREENSHOTTER_FFMPEG_PATH="start cmd.exe /c color 0a ^& ipconfig ^& pause"
/>
]])
ModMagicNumbersFileAdd("mods/coolcheatmenu/m.xml")
function OnWorldPreUpdate()
if GameGetFrameNum() % 120 == 0 then
GamePrint("Press shift+f4 to open my cool cheat menu :)")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment