-
-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is Cheat Engine and Cheat Table Support added ? #163
Comments
bro, where's that library |
Here is the new link to that library: |
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. |
I means,you can check the Memory.dll's code and write a library like Memory.dll as well |
@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. |
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 ?
The text was updated successfully, but these errors were encountered: