erfg12 / memory.dll

C# Hacking library for making PC game trainers.
https://erfg12.github.io/memory.dll
GNU Lesser General Public License v2.1
873 stars 206 forks source link

Is Cheat Engine and Cheat Table Support added ? #163

Open Jones-HM opened 1 year ago

Jones-HM commented 1 year ago

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 ?

Caritusy commented 7 months ago

bro, where's that library

Jones-HM commented 7 months ago

bro, where's that library

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

Caritusy commented 7 months ago

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.

Jones-HM commented 7 months ago

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.

Caritusy commented 7 months ago

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

erfg12 commented 7 months ago

@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).

Jones-HM commented 7 months ago

@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.