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 


[HELP] No CETrainer in Temp Folder

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Darkness - Project
How do I cheat?
Reputation: 0

Joined: 03 Aug 2018
Posts: 4
Location: Indonsia

PostPosted: Sat Aug 11, 2018 5:34 am    Post subject: [HELP] No CETrainer in Temp Folder Reply with quote

Can u guys/moderator help me i dont want people steal my trainer

Thanks

_________________
Hi Im Darkness - Project
Back to top
View user's profile Send private message
Corroder
Grandmaster Cheater Supreme
Reputation: 75

Joined: 10 Apr 2015
Posts: 1667

PostPosted: Sat Aug 11, 2018 6:54 am    Post subject: Reply with quote

Yes and easy way. DO NOT SHARE YOUR TRAINER to anyone.. Razz
_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL
Back to top
View user's profile Send private message
FreeER
Grandmaster Cheater Supreme
Reputation: 53

Joined: 09 Aug 2013
Posts: 1091

PostPosted: Sat Aug 11, 2018 8:15 am    Post subject: Reply with quote

for everything else, try google. It has this really nifty feature where you can type site: followed by a website eg. site:cheatengine.org to limit results to that site. You can find the other half dozen thousand other times it's been asked (ok, 6000 might be hyperbole but it's not uncommon and you can find good info with basic searches, you know, just like with cheat engine itself).
_________________
https://github.com/FreeER/ has a few CE related repos
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 198

Joined: 25 Jan 2006
Posts: 8517
Location: 127.0.0.1

PostPosted: Sat Aug 11, 2018 4:38 pm    Post subject: Reply with quote

Code the trainer yourself if you want it to be protected in any manner. Using CE's trainer maker is not something you should be using if you don't want things to have a chance of being stolen easily.

Keep in mind, simple read/write process memory trainers are easily stolen by other means regardless of what language they are written in, simply by hooking the API calls and logging the data.

If you want to do any real/serious methods of protection you will need to move towards DLL injection. However, the same rules apply where things can be hooked and logged, monitoring memory changes and such can be done to view differences to find what your trainer is altering etc.

Ultimately you are fighting a losing battle to try and fully protect your work.

The best option I can say/give to you is doing the following:
- Use DLL injection in some form.
- Implement your own anti-cheat stuff to prevent further tampering with the target while your cheat is active.
- Avoid simple memory patches/edits.
- Use inline code-caves to your own function calls within the DLL.
- Heavily obfuscate your code caves.

- Avoid using API while injected. (ie. don't use WriteProcessMemory/ReadProcessMemory, directly access the memory instead.)
- Avoid simple memory patches. (ie. nopping an instruction)
- Avoid simple value editing. (ie. setting an addresses value to 99999)
- Avoid simple read/writes to memory.

This way, the only thing people will see from your edits is the jump to your DLLs cave, then the cave would be heavily obfuscated to a point where simple reading would be removed. Does it fully secure your cheat? No. But it removes a lot of easy methods for people to steal your work etc.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting 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