Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


some of my modifications (source only)

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source
View previous topic :: View next topic  
Author Message
SER[G]ANT
Expert Cheater
Reputation: 10

Joined: 29 Dec 2005
Posts: 215
Location: Russia

PostPosted: Tue May 25, 2010 1:28 pm    Post subject: some of my modifications (source only) Reply with quote

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
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25791
Location: The netherlands

PostPosted: Tue May 25, 2010 3:05 pm    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
SER[G]ANT
Expert Cheater
Reputation: 10

Joined: 29 Dec 2005
Posts: 215
Location: Russia

PostPosted: Tue May 25, 2010 10:01 pm    Post subject: Reply with quote

Dark Byte wrote:
Here's the compiled version of trainerwithassembler with those changes:http://up2share.com/file/kpcnz0ish_trainerwithassembler.rar

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
View user's profile Send private message
l0wb1t
Grandmaster Cheater
Reputation: 27

Joined: 29 Sep 2010
Posts: 617
Location: Germany - C:\windows\system32

PostPosted: Wed Sep 29, 2010 9:58 am    Post subject: Reply with quote

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 Smile

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
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25791
Location: The netherlands

PostPosted: Wed Sep 29, 2010 11:03 am    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
l0wb1t
Grandmaster Cheater
Reputation: 27

Joined: 29 Sep 2010
Posts: 617
Location: Germany - C:\windows\system32

PostPosted: Wed Sep 29, 2010 11:17 am    Post subject: Reply with quote

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) Embarassed ?

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
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25791
Location: The netherlands

PostPosted: Wed Sep 29, 2010 12:02 pm    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
l0wb1t
Grandmaster Cheater
Reputation: 27

Joined: 29 Sep 2010
Posts: 617
Location: Germany - C:\windows\system32

PostPosted: Wed Sep 29, 2010 2:09 pm    Post subject: Reply with quote

Yes i have it whoohoo^^

changed it to 1031 Smile

Thank you very much

_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites