From 1a95b347a23fbbabab10ee984b2621089dc93135 Mon Sep 17 00:00:00 2001 From: william341 Date: Sat, 23 Jul 2016 16:20:23 -0700 Subject: Re Implemented Cheats --- source/WindowsFormsApplication1/Apps/Terminal.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'source/WindowsFormsApplication1/Apps/Terminal.cs') diff --git a/source/WindowsFormsApplication1/Apps/Terminal.cs b/source/WindowsFormsApplication1/Apps/Terminal.cs index 93f6a13..f34bdc6 100644 --- a/source/WindowsFormsApplication1/Apps/Terminal.cs +++ b/source/WindowsFormsApplication1/Apps/Terminal.cs @@ -1508,6 +1508,22 @@ HIJACKER is a utility that allows you to hijack any system and install ShiftOS o } } + public void cmd_cheat(String[] args) + { + if (API.DeveloperMode) + { + WriteLine("Opening..."); + + //Apps.Cheats chts = new Apps.Cheats(); + //chts.Show(); + API.CreateForm(new Apps.Cheats(), "Cheats", API.GetIcon("Terminal")); + } + else + { + wrongcommand(); + } + } + public void cmd_debug(String[] args) { if (API.DeveloperMode == true) -- cgit v1.2.3