memory.dll icon indicating copy to clipboard operation
memory.dll copied to clipboard

Is Cheat Engine and Cheat Table Support added ?

Open Jones-HM opened this issue 2 years ago • 7 comments

Ask in our Discord channel first, please. https://discord.gg/ddhGacy Hi, Is Support for Cheat Engine and Cheat Table added in the current version how can i generate trainer using Cheat Engine files. ?

I came across this library GTLibCpp which can generate game trainers using Cheat Engine with support to cheat table.

I was wondering if there is something like that in this library as well ?

Jones-HM avatar Apr 25 '23 02:04 Jones-HM

bro, where's that library

Caritusy avatar Feb 10 '24 16:02 Caritusy

bro, where's that library

Here is the new link to that library: https://github.com/Jones-HM/GTLibCpp

Jones-HM avatar Feb 11 '24 14:02 Jones-HM

This is hard,because the memory.dll was written by C#,and the example that you gave GTLibCpp is a c++ library. And in actually the cheat engine is a tool to reverse the game,we can't too dependent on it.

Caritusy avatar Feb 11 '24 14:02 Caritusy

This is hard,because the memory.dll was written by C#,and the example that you gave GTLibCpp is a c++ library. And in actually the cheat engine is a tool to reverse the game,we can't too dependent on it.

If you will allow me, I can integrate the same method for creating the trainers from directly from the cheat engine. It's just a parser library for XML which I have created and I can do that in C# language as well.

Jones-HM avatar Feb 15 '24 09:02 Jones-HM

I means,you can check the Memory.dll's code and write a library like Memory.dll as well

Caritusy avatar Feb 15 '24 13:02 Caritusy

@Jones-HM You're welcome to fork the source and send a PR. Make sure the methods are easy to understand, have XML tags, and maybe include some screenshots, video or tutorial write up for the new method(s).

erfg12 avatar Feb 15 '24 13:02 erfg12

@Jones-HM You're welcome to fork the source and send a PR. Make sure the methods are easy to understand, have XML tags, and maybe include some screenshots, video or tutorial write up for the new method(s).

Thanks will do that and create new PR.

Jones-HM avatar Feb 19 '24 17:02 Jones-HM