New pages
Jump to navigation
Jump to search
- 14:26, 8 November 2024 darkMode (hist) [220 bytes] TracerDS (talk | contribs) (Created page with "== Syntax == <syntaxhighlight lang="c++"> bool darkMode () </syntaxhighlight> == Returns == '''true''' if if CE is running in windows Dark Mode, '''false''' if not windows or...")
- 14:25, 8 November 2024 getOperatingSystem (hist) [155 bytes] TracerDS (talk | contribs) (Created page with "== Syntax == <syntaxhighlight lang="c++"> int getOperatingSystem () </syntaxhighlight> == Returns == 0 if running Windows, 1 otherwise. Category:Lua")
- 14:24, 8 November 2024 getCheatEngineFileVersion (hist) [248 bytes] TracerDS (talk | contribs) (Created page with "== Syntax == <syntaxhighlight lang="c++"> int getCheatEngineFileVersion () </syntaxhighlight> == Returns == The full version data of the cheat engine version. A raw integer,...")
- 14:13, 8 November 2024 Global Variables (hist) [393 bytes] TracerDS (talk | contribs) (Created page with "<syntaxhighlight lang="lua"> TrainerOrigin -- returns the path of the trainer that launched cheat engine (Only set when launched as a trainer) process -- returns the main modu...")
- 23:45, 13 August 2024 Help File:Using Cheat Engine on Linux with Proton (hist) [840 bytes] Eein (talk | contribs) (adds a quick wiki on using cheat engine on linux with proton.)
- 02:11, 20 February 2024 Mono:Lua:mono getImageFromAssembly (hist) [497 bytes] Goemaat (talk | contribs) (Created page with "This can be run from the lua window (CTRL+M for memory window, then CTRL+L for lua) <nowiki>domains = mono_enumDomains() assemblies = mono_enumAssemblies() function maparr(t...")