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 


How you guys pack your trainers?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
xpertvision
Expert Cheater
Reputation: 1

Joined: 09 Apr 2011
Posts: 200

PostPosted: Mon Apr 18, 2011 12:30 am    Post subject: How you guys pack your trainers? Reply with quote

like the title says , i want to know what tools you guys use to pack your trainers after they are done

EX: imagine you do a trainer with cheat 5.6.1 when you finally make the finally .exe file you guys use a packer to encrypt and pack it again (to hide or protect the trainer)

what kind of tools you guys use? (tools undetected by antivirus by preference)


thanks.
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Mon Apr 18, 2011 1:56 am    Post subject: Reply with quote

Don't bother, nothing commercial is going to protect your trainer.
Everything on the market is cracked / crackable.

If you don't want to risk options being stolen, simply don't release it.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Mon Apr 18, 2011 2:04 am    Post subject: Reply with quote

As above. However you can use obfuscation and virtualisation to deter the majority of noobs. I used to use VMProtect. However you must realise that a common way of ripping hacks is simply by memory dumps and comparison. There is not much you can do against these.. You end up having to protect the very process that you are trying to hack.
Back to top
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Mon Apr 18, 2011 3:54 am    Post subject: Reply with quote

I don't use anything and don't really care.
Back to top
View user's profile Send private message
xpertvision
Expert Cheater
Reputation: 1

Joined: 09 Apr 2011
Posts: 200

PostPosted: Mon Apr 18, 2011 8:36 am    Post subject: Reply with quote

me too i really dont care about people see my stuff but the reason i asked this is becouse i want to Uncrypt other trainers to see what they have done Smile sometimes there is good ideas there... and from what i have seen i cant open other people trainers... (only can open the ones i do myself with CH 5.6.1)

well im a noob in this anyway
Back to top
View user's profile Send private message
DELTA10FY
Master Cheater
Reputation: 5

Joined: 07 Aug 2009
Posts: 438

PostPosted: Tue Apr 19, 2011 1:19 am    Post subject: Reply with quote

These doubts it is what happens when you dedicate time to your things, I do not use anything to protect since if one wants really something sure that is constructed by if only Wink
Back to top
View user's profile Send private message MSN Messenger
xpertvision
Expert Cheater
Reputation: 1

Joined: 09 Apr 2011
Posts: 200

PostPosted: Tue Apr 19, 2011 1:22 pm    Post subject: Reply with quote

delta10 wrote:
These doubts it is what happens when you dedicate time to your things, I do not use anything to protect since if one wants really something sure that is constructed by if only Wink



if i want to open your last fifa11 trainer with cheat engine 5.6.1 for example i get this error , how do you do that?


ps: i know you send your stuff when whe ask thanks Wink



Capturar.JPG
 Description:
 Filesize:  58.19 KB
 Viewed:  10122 Time(s)

Capturar.JPG


Back to top
View user's profile Send private message
AhMunRa
Grandmaster Cheater Supreme
Reputation: 27

Joined: 06 Aug 2010
Posts: 1117

PostPosted: Tue Apr 19, 2011 2:30 pm    Post subject: Reply with quote

Of course since it's open source, you could download the source and find the method used when the "Prevent re-opening" tickbox is checked. Assuming it doesn't auto obfuscate the binary you could reverse it.
_________________
<Wiccaan> Bah that was supposed to say 'not saying its dead' lol. Fixing >.>
Back to top
View user's profile Send private message
DELTA10FY
Master Cheater
Reputation: 5

Joined: 07 Aug 2009
Posts: 438

PostPosted: Tue Apr 19, 2011 2:50 pm    Post subject: Reply with quote

[quote="xpertvision"]
delta10 wrote:
These doubts it is what happens when you dedicate time to your things, I do not use anything to protect since if one wants really something sure that is constructed by if only Wink



if i want to open your last fifa11 trainer with cheat engine 5.6.1 for example i get this error , how do you do that?


This trainer if you select to create Prevent re-opening


When I refer to protecting (I mean truly protect, packed PECompact, UPX, etc .......
Back to top
View user's profile Send private message MSN Messenger
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Tue Apr 19, 2011 5:41 pm    Post subject: Reply with quote

The protection CE does to the options is just some xoring which can be fully undone. CE writes the trainer information to an overlay which is appended to the end of the file. The executable just interprets the overlay and creates the design at runtime based on whats contained inside it.

Since CE is open source, as AhMunRa said, you can completely reverse the 'encoding' and unprotect any protected trainer. I wrote a tool to do it to help with catching rippers a while back. (I'm not releasing it since it will just help rippers etc.)

Keep in mind though the new version of CE is going to be doing trainers differently so you will need to relook at the source to do it for new trainers as well if you plan on writing your own tool.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
xpertvision
Expert Cheater
Reputation: 1

Joined: 09 Apr 2011
Posts: 200

PostPosted: Tue Apr 19, 2011 7:46 pm    Post subject: Reply with quote

delta10 wrote:


This trainer if you select to create Prevent re-opening




ok now i know...

there is a option to prevent the trainer been open after been made in .exe file

lol thats why i can open all my .exe trainers , but i cant open the others made by other people


thanks.
Back to top
View user's profile Send private message
pkedpker
Master Cheater
Reputation: 1

Joined: 11 Oct 2006
Posts: 412

PostPosted: Tue Apr 19, 2011 11:05 pm    Post subject: Reply with quote

Download CheatEngine source code and figure out how it creates trainers.. how it uses passwords etc.. and then you can reverse the trainer you want to open in CE easily.

You can even compile your own Cheat Engine modified edition to skip the Go away!! errors. (I am assuming it's simple conditional noob protection).

_________________
Hacks I made for kongregate.
Kongregate Universal Badge Hack: http://forum.cheatengine.org/viewtopic.php?p=4129411
Kongreate Auto Rating/Voter hack: http://forum.cheatengine.org/viewtopic.php?t=263576
Took a test lol
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming 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