View previous topic :: View next topic |
Author |
Message |
7ru3817 Newbie cheater
Reputation: 0
Joined: 21 May 2010 Posts: 14
|
Posted: Sun Jul 25, 2010 7:30 pm Post subject: Change process, window etc title |
|
|
I need to change CE window name and process name. I wrote this
Code: |
#include <windows.h>
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
{
HWND hWnd = NULL;
while (!hWnd)
{
hWnd = FindWindowA(NULL, "Cheat Engine 5.6");
}
SetWindowTextA(hWnd, "lol");
return 0;
}
|
It hanges only window name but not process name. I still can see "Cheat Engine 5.6" in my taskbar and taskmanager. Any ideas?
|
|
Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Sun Jul 25, 2010 9:10 pm Post subject: |
|
|
If you want to change the process name just rename the exe file.
|
|
Back to top |
|
 |
7ru3817 Newbie cheater
Reputation: 0
Joined: 21 May 2010 Posts: 14
|
Posted: Mon Jul 26, 2010 5:33 am Post subject: |
|
|
I need to change this...
SetWindowTextA(hWnd, "lol"); only changed window name (1/3).
Description: |
|
Filesize: |
58.67 KB |
Viewed: |
35675 Time(s) |

|
|
|
Back to top |
|
 |
aitboss Newbie cheater
Reputation: 0
Joined: 30 Sep 2017 Posts: 17
|
Posted: Fri Oct 06, 2017 12:34 am Post subject: |
|
|
In the Cheat Engine/autorun folder
Create a lua file and put the code below in it:
Code: | getMainForm().Caption='Something'
getApplication().Title='Whatever'
|
This will change the window title as well as the Main Caption of the CE form.
If you want to rename the process that appear in the task manager, just rename the Cheat Engine.exe.
|
|
Back to top |
|
 |
DEMONbunta How do I cheat?
Reputation: 0
Joined: 20 Oct 2017 Posts: 1
|
Posted: Fri Oct 20, 2017 6:27 am Post subject: |
|
|
how about changing the window class of cheat engine? I've successfully rename my cheat engine, But i need to change this window class to become more undetected. thanks! kindly check my attachment. thanks
Description: |
|
Filesize: |
142.05 KB |
Viewed: |
31001 Time(s) |

|
|
|
Back to top |
|
 |
justin999 How do I cheat?
Reputation: 0
Joined: 15 Jul 2022 Posts: 5
|
Posted: Fri Jul 15, 2022 8:30 pm Post subject: |
|
|
DEMONbunta wrote: | how about changing the window class of cheat engine? I've successfully rename my cheat engine, But i need to change this window class to become more undetected. thanks! kindly check my attachment. thanks |
Hy. Can you give a download link to Windows Title Changer pls? Or you upload your main file, files to mediafire? I not find the download link in the offical page of Title Manager.
(I don't know if you understand, sorry for my bad english. :/ )
|
|
Back to top |
|
 |
|