View previous topic :: View next topic |
Author |
Message |
davethewave_83 Advanced Cheater
Reputation: 0
Joined: 03 May 2006 Posts: 65
|
Posted: Thu Sep 02, 2010 12:12 pm Post subject: Where is the oldest CE code? |
|
|
What's the oldest CE code available? I want to make a UCE and since I never have I think maybe using the oldest code would be the easiest way to learn? Since there's a lot less of the code to change etc.
Or I will just pay someone $50 to run me through the steps of making CE6 a UCE (I tried to run it in Lazarus but it has memory read errors upon opening.) I have not the brains for this
Stream = TMemoryBrowser:Root= blablablabla Read errors
continue loading, cancel loading or stop all loading are the options.
_________________
All hail our glorious leader!
The forum rules make our lives so much easier. We don't have to think anymore, all thanks to our leader!
Don't you agree, comrade ? |
|
Back to top |
|
 |
Some Guy Expert Cheater
Reputation: 1
Joined: 29 Aug 2009 Posts: 100 Location: In front of my computer, duh!
|
Posted: Thu Sep 02, 2010 12:42 pm Post subject: |
|
|
The oldest source code easily available is probably revision 2 of the SVN. Not sure if that will be any easier to make a UCE out of, though.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Thu Sep 02, 2010 1:22 pm Post subject: |
|
|
for ce 6 you need the daily snapshot of lazarus
also, earlier ce versions most likely have more code as it's less optimized.
and versions before 5 wouldn't be able to bypass anti-cheat routines (no kernel modification ability)
_________________
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 |
|
 |
davethewave_83 Advanced Cheater
Reputation: 0
Joined: 03 May 2006 Posts: 65
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Thu Sep 02, 2010 2:16 pm Post subject: |
|
|
yes, everything.
Of course it's mainly mainunit.pas and some of the direct child units.
e.g when mainunit.pas has been commented out (including all the uses it has) and then compiled only the form and code of mainunit.pas is compiled in and none of the rest.
Then go from there, add one unit at a time. If detected, comment out the added unit. (e.g perhaps it loaded another unit that is detected or some of it's own code is detected)
also, you can most likely skip the synedit and other external libraries ce uses as it would be incredibly stupid if anti cheats look for that (common code used in other applications)
_________________
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 |
|
 |
davethewave_83 Advanced Cheater
Reputation: 0
Joined: 03 May 2006 Posts: 65
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Thu Sep 02, 2010 8:07 pm Post subject: |
|
|
tip: use (* *) comments as I don't use them and it can comment out whole blocks
as for the interfaces thing you have to delete c:\Users\username\appdata\local\lazarus and then reinstall lazarus
_________________
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 |
|
 |
davethewave_83 Advanced Cheater
Reputation: 0
Joined: 03 May 2006 Posts: 65
|
|
Back to top |
|
 |
|