View previous topic :: View next topic |
Author |
Message |
mdockz Cheater
Reputation: 0
Joined: 24 Feb 2013 Posts: 41
|
Posted: Sun Feb 24, 2013 7:29 am Post subject: |
|
|
right and i did that. I just don't know what to do next to actually get the new cheatengine.exe with my new icon and name.
|
|
Back to top |
|
 |
mdockz Cheater
Reputation: 0
Joined: 24 Feb 2013 Posts: 41
|
Posted: Mon Feb 25, 2013 12:56 pm Post subject: |
|
|
okay so i found the exe file. but for some reason the window title stays saying Cheat Engine 6.2+
even though on the form it is different.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25794 Location: The netherlands
|
Posted: Mon Feb 25, 2013 9:49 pm Post subject: |
|
|
Check Mainunit2.pas
_________________
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 |
|
 |
mdockz Cheater
Reputation: 0
Joined: 24 Feb 2013 Posts: 41
|
Posted: Tue Feb 26, 2013 2:39 am Post subject: |
|
|
thank you sooo much.
I get this error when trying to compile it though.
Code: |
LuaDissectCode.pas(195,12) Error: Incompatible types: got "TObject" expected "TStringReference"
|
on this line
I just commented it out for now, and was able to build the project, but I know thats only a temporary solution, it will have problems if it needs to use that.
I got my source straight from the svn trunk. Even tried getting a fresh one a couple times.
|
|
Back to top |
|
 |
zhadingping How do I cheat?
Reputation: 0
Joined: 26 Feb 2013 Posts: 1
|
Posted: Tue Feb 26, 2013 5:16 am Post subject: |
|
|
Maybe you can modify the code like this:
sr:=TStringReference(s.Objects[i]);
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Tue Feb 26, 2013 8:19 am Post subject: |
|
|
@zhadingping, yes.
inside frmReferencedStringsUnit.pas there is something like this:
line 153:
x:=TStringReference(s.Objects[i]);
Edit:
It's already fixed in revision 1680.
_________________
|
|
Back to top |
|
 |
n1vX Advanced Cheater
Reputation: 0
Joined: 27 May 2007 Posts: 61
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25794 Location: The netherlands
|
Posted: Sun Mar 24, 2013 8:57 am Post subject: |
|
|
It shouldn't cause any big problems. So just try and see what works best.
fpc 2.6.2 doesn't fix anything, but just changes some parameters arround. But from what I've read doesn't affect ce
as for lazarus, perhaps a few things are fixed/changed, but I don't think anything ce was waiting for
_________________
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 |
|
 |
|