All public logs

Jump to navigation Jump to search

Combined display of all available logs of Cheat Engine. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
 
 
 
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 01:39, 30 July 2021 LeFiXER (talk | contribs) created page Help File:loaddbvmifneeded (Created page with "==loaddbvmifneeded== This will launch DBVM if your system supports it. The user will get a popup asking if he wants to launch it. '''Function Definition''' ''BOOL loaddbvmi...")
  • 01:38, 30 July 2021 LeFiXER (talk | contribs) created page Help File:loadDBK32 (Created page with "==loadDBK32== This function will make Cheat Engine load ''dbk32.dll'' and initialize some of its functions. '''Function Definition''' ''void loadDBK32 (void );'' * He...")
  • 01:35, 30 July 2021 LeFiXER (talk | contribs) created page Help File:sym generateAPIHookScript (Created page with "==sym_generateAPIHookScript== This function takes several strings and convert it into a working ''AutoAssembler'' script. '''Function Definition''' ''BOOL sym_addressToName...")
  • 01:22, 30 July 2021 LeFiXER (talk | contribs) created page Help File:sym addressToName (Created page with "==sym_addressToName== This function converts a ''DWORD'' representing an address to a readable string. '''Function Definition''' ''BOOL sym_addressToName (DWORD address, ch...")
  • 00:58, 30 July 2021 LeFiXER (talk | contribs) created page Help File:sym nameToAddress (Created page with "==sym_nameToAddress== This function converts a string to a ''DWORD''. '''Function Definition''' ''BOOL sym_nameToAddress ( char *name, DWORD *address);'' Returns ''TRUE'' i...")
  • 00:57, 30 July 2021 LeFiXER (talk | contribs) created page Help File:GetAddressFromPointer (Created page with "==GetAddressFromPointer== This function converts a BaseAddress + Offset(s) to a final address. '''Function Definition''' ''DWORD GetAddressFromPointer(ULONG baseaddress, in...")
  • 00:56, 30 July 2021 LeFiXER (talk | contribs) created page Help File:ReloadSettings (Created page with "==ReloadSettings== This function will reload the settings from the registry and apply them to Cheat Engine. '''Function Definition''' ''BOOL ReloadSettings();'' Returns ''...")
  • 00:55, 30 July 2021 LeFiXER (talk | contribs) created page Help File:ProcessList (Created page with "==ProcessList== This function will return the ''ProcessList'' in a buffer you provide. '''Function Definition''' ''BOOL ProcessList( char *listbuffer, int listsize);'' ;''...")
  • 00:53, 30 July 2021 LeFiXER (talk | contribs) created page Help File:FixMem (Created page with "==FixMem== This function will scan the memory of CE itself for changes and fix them when possible. (Only works when the user also has the option enabled to fix memory in sett...")
  • 00:50, 30 July 2021 LeFiXER (talk | contribs) created page Help File:UnfreezeMem (Created page with "==UnfreezeMem== This function will stop the freezing of an earlier implemented frozen location '''Function Definition''' ''int UnfreezeMem( int freezeID);'' ;'''freezeID''...")
  • 00:48, 30 July 2021 LeFiXER (talk | contribs) created page Help File:FreezeMem (Created page with "==FreezeMem== This function will freeze the memory of a specific address. '''Function Definition''' ''int FreezeMem(ULONG address, int size);'' ;'''address''' :Address to...")
  • 00:44, 30 July 2021 LeFiXER (talk | contribs) created page Help File:InjectDLL (Created page with "==InjectDLL== This function will allow you to inject a DLL file using CE's injection engine. '''Function Definition''' ''BOOL InjectDLL(char *dllname, char *functiontocall)...")
  • 19:55, 29 July 2021 LeFiXER (talk | contribs) created page Help File:ChangeRegistersAtAddress (Created page with "==ChangeRegistersAtAddress== This function will set a breakpoint at the address you specify and automatically modify the registers in the way you want. '''Function Definitio...")
  • 19:53, 29 July 2021 LeFiXER (talk | contribs) created page Help File:Disassembler (Created page with "==Disassembler== This function will allow you to give it an address and it will return the disassembled output. '''Function Definition''' ''BOOL Disassembler(ULONG address,...")
  • 18:46, 29 July 2021 LeFiXER (talk | contribs) created page Help File:Assembler (Created page with "==Assembler== This function allows you to pass a single assembler instruction along with the address of the location you want the script to execute. It will generate bytes...")
  • 18:39, 29 July 2021 LeFiXER (talk | contribs) created page Help File:AutoAssemble (Created page with "==AutoAssemble== This function will allow you to give it an ''Auto Assemble'' script and it will automatically inject it in the currently opened process. '''Function Defin...")
  • 18:36, 29 July 2021 LeFiXER (talk | contribs) created page Help File:GetMainWindowHandle (Created page with "==GetMainWindowHandle== This function will remove a previously registered callback function '''Function Definition''' ''HANDLE GetMainWindowHandle();'' Returns the window...")
  • 18:24, 29 July 2021 LeFiXER (talk | contribs) created page Help File:OpenedProcessHandle (Created page with "==OpenedProcessHandle== Returns a pointer to the ''HANDLE'' of the currently opened process. This ''HANDLE' is used by almost all functions. Take good care to make sure it...")
  • 18:22, 29 July 2021 LeFiXER (talk | contribs) created page Help File:OpenedProcessID (Created page with "==OpenedProcessID== Returns a pointer to the ''ProcessID'' of the currently opened process. Just the process ID, but it is preferred to have both ''ID'' and ''HANDLE'' to...")
  • 18:20, 29 July 2021 LeFiXER (talk | contribs) created page Help File:UnregisterFunction (Created page with "==UnregisterFunction== This function will remove a callback function that has been previously registered. '''functiondefinition''' ''BOOL UnregisterFunction(int pluginid, in...")
  • 18:14, 29 July 2021 LeFiXER (talk | contribs) created page Help File:RegisterFunction (Created page with "==RegisterFunction== This function will register a callback function that is called when a certain event happens. In some cases also creates an extra menu item. '''Function...")
  • 18:06, 29 July 2021 LeFiXER (talk | contribs) created page Help File:ShowMessage (Created page with "===== ShowMessage ===== ShowMessage will display a small popup window containing a user-defined message. Useful for testing that the plugin works, and for debug purposes. <p...")
  • 18:00, 29 July 2021 LeFiXER (talk | contribs) created page Help File:sizeofExportedFunctions (Created page with "<pre> int sizeofExportedFunctions; </pre> As you might have guessed, it contains the size of the structure CE has sent to your plugin. You can check if it's what you expected...")
  • 17:48, 29 July 2021 LeFiXER (talk | contribs) created page Help File:ExportedFunctions (Created page with "* Exported Functions The ExportedFunctions structure contains several pointers to useful functions in CE, and pointers to the pointers of specific functions that might be wor...")
  • 07:58, 29 July 2021 User account Abuya1 (talk | contribs) was created
  • 13:53, 28 July 2021 User account CorneliusDelatte (talk | contribs) was created
  • 20:15, 27 July 2021 User account Muamar (talk | contribs) was created
  • 15:32, 25 July 2021 User account Smani06 (talk | contribs) was created
  • 09:05, 24 July 2021 User account NatishaHendrick (talk | contribs) was created
  • 14:26, 22 July 2021 User account ElyseHood8914 (talk | contribs) was created
  • 09:07, 22 July 2021 User account Minhkhoi (talk | contribs) was created
  • 19:25, 21 July 2021 User account Vestfra (talk | contribs) was created
  • 23:11, 19 July 2021 User account MeghanWaldman2 (talk | contribs) was created
  • 07:33, 17 July 2021 User account MarkusRouse2818 (talk | contribs) was created
  • 04:44, 16 July 2021 ShaniceOShane (talk | contribs) created page User:ShaniceOShane (Created page with "Đại lý cao sìn su việt nam, cao sìn sú chính hãng chất lượng chính hãng tại Đại lý sìn sú Việt Nam giao hàng nhanh đảm bảo riêng tư nhận...")
  • 04:37, 16 July 2021 User account ShaniceOShane (talk | contribs) was created
  • 23:37, 15 July 2021 PhoebeMacghey (talk | contribs) created page User:PhoebeMacghey (Created page with "The author's name is Ramiro. Her family lives in Nh. I work as a dispatcher. As a man what he really likes is caravaning but he is struggling track down time because it. I'm n...")
  • 23:27, 15 July 2021 User account PhoebeMacghey (talk | contribs) was created
  • 10:41, 15 July 2021 User account Bimala (talk | contribs) was created
  • 22:20, 14 July 2021 User account ScrewCheatEngine (talk | contribs) was created
  • 10:36, 13 July 2021 User account RoyAnnunziata07 (talk | contribs) was created
  • 02:20, 13 July 2021 User account DHDJFID FGDH24 (talk | contribs) was created
  • 15:18, 12 July 2021 User account MarissaAmerson2 (talk | contribs) was created
  • 15:17, 12 July 2021 User account VirgieHandley09 (talk | contribs) was created
  • 11:00, 12 July 2021 User account GiseleXja906 (talk | contribs) was created
  • 16:00, 11 July 2021 User account JUSTIN (talk | contribs) was created
  • 21:37, 9 July 2021 User account Iuri (talk | contribs) was created
  • 07:41, 9 July 2021 User account Vcurtiss (talk | contribs) was created
  • 03:57, 7 July 2021 User account Zarii (talk | contribs) was created
  • 18:57, 3 July 2021 User account Mansyur (talk | contribs) was created
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)