View previous topic :: View next topic |
Author |
Message |
SER[G]ANT Expert Cheater
Reputation: 10
Joined: 29 Dec 2005 Posts: 215 Location: Russia
|
Posted: Tue May 25, 2010 1:28 pm Post subject: some of my modifications (source only) |
|
|
formMemoryModifier:
+ New desing.
+ Support .xm music.
+ "About text" Preview.
+ Automatic input process name in Process List (ONLY if process open in CE MainWindow).
frmautoinjectunit:
+ Added Script Description Edit.
You can set/change the name of the script in "Auto Assemble" window. If you don't set name to new script - he will bi added in table with default name "Auto assemble script".
Dowmload: http://www.multiupload.com/79C6RCJ7UZ
Enjoy and rep rep ;P
2 DB
Please compile for me trainerwithassembler.exe with my (MemoryTrainerUnit.pas, trainerwithassembler.dpr). Only with your trainerwithassembler.exe can change the icon in CE Trainer =/
Sorry for my English. |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Tue May 25, 2010 3:05 pm Post subject: |
|
|
Here's the compiled version of trainerwithassembler with those changes:http://up2share.com/file/kpcnz0ish_trainerwithassembler.rar
I can't put ufMod in the official ce project though since the sourcecode of ufmod.obj is missing, which makes porting it to 64-bit impossible (else I'd add it to the bugfixed 5.6.1, and then remove it in 6.0 again) _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
SER[G]ANT Expert Cheater
Reputation: 10
Joined: 29 Dec 2005 Posts: 215 Location: Russia
|
Posted: Tue May 25, 2010 10:01 pm Post subject: |
|
|
Big TNX.
I don't know what the problem. Probably it just with me =/
Dark Byte wrote: |
I can't put ufMod in the official ce project though since the sourcecode of ufmod.obj is missing, which makes porting it to 64-bit impossible (else I'd add it to the bugfixed 5.6.1, and then remove it in 6.0 again)
|
I created this topic not just for you. Many people want music in trainer and they can compile their own ;P
In my modifications I replace CE options from "HCU\Software\Cheat Engine" to "HCU\Software\Cheat Engine\Options"
and change ceregreset.dpr:
Code: |
program ceregreset;
//{$APPTYPE CONSOLE}
uses
SysUtils,
windows,registry;
var reg: tregistry;
begin
reg:=tregistry.Create;
reg.RootKey:=HKEY_CURRENT_USER;
reg.DeleteKey('\Software\Cheat Engine\Options');
reg.OpenKey('\Software\Cheat Engine\Options',true);
reg.WriteBool('First Time User',false);
messagebox(0,'Successfully reset the settings of Cheat Engine','Registry Reset',0);
exit;
end.
|
After reset options with ceregreset.exe not removed plugins and utilities & CE don't ask run Tutorial again. This is handy. |
|
Back to top |
|
 |
l0wb1t Grandmaster Cheater
Reputation: 27
Joined: 29 Sep 2010 Posts: 617 Location: Germany - C:\windows\system32
|
Posted: Wed Sep 29, 2010 9:58 am Post subject: |
|
|
HI Dark Byte,
I have the same problem with my icon in the trainer maker. All works fine but i canīt change my icon.
What should i do to fix it?(i have no Delphi7 skills)^^
(i have no Delphi7 skills)^^
But i want music in my trainers and a icon
Trainer-About-Box
1.) Which file i need to edit, if i want to have another text-Style?
(i want "Terminal" text-style)
2.) Which file i need to edit, if i want another background-color from my "About-Box"
please help me
sry for noob english^^
regards, Christian |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Wed Sep 29, 2010 11:03 am Post subject: |
|
|
Icon: No idea, if you use d7 enterprise it should work properly
about box:
create a new form with everything in it that you like and then replace the showmessage call with a call that creates that form _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
l0wb1t Grandmaster Cheater
Reputation: 27
Joined: 29 Sep 2010 Posts: 617 Location: Germany - C:\windows\system32
|
Posted: Wed Sep 29, 2010 11:17 am Post subject: |
|
|
Dark Byte wrote: | Icon: No idea, if you use d7 enterprise it should work properly |
Yes Iīm using Delphi 7 Enterprise....
can you compile my trainerwithassembler.exe for me(same as SER[G]ANT) ?
If you do this for me I would be very grateful
If YES, I send you what you need via PM
I dont like Delphi7 icon^^ _________________
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Wed Sep 29, 2010 12:02 pm Post subject: |
|
|
You can fix this yourself
Because you changed the icon in the standalone trainer(unnecessary) the language id got changed. So just change the language id in the changeicon routine from 1033 to the language ID of the icon in the standalone trainer _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
l0wb1t Grandmaster Cheater
Reputation: 27
Joined: 29 Sep 2010 Posts: 617 Location: Germany - C:\windows\system32
|
Posted: Wed Sep 29, 2010 2:09 pm Post subject: |
|
|
Yes i have it whoohoo^^
changed it to 1031
Thank you very much _________________
|
|
Back to top |
|
 |
|