View previous topic :: View next topic |
Author |
Message |
PorkCheatDev How do I cheat?
Reputation: 0
Joined: 23 Apr 2024 Posts: 1
|
Posted: Tue Apr 23, 2024 9:24 am Post subject: DMA cheat engine pointer scanner |
|
|
Basically, I would like to figure out how to add pointer scanning to this repo. it would help me out tremendously with finding offsets. does anyone know where to start after looking over this repo?
github/Metick/CheatEngine-DMA - Cant post links, just search dma cheat engine and the github should pop up _________________
If you look for the light you will often find it, but if you look for the dark that is all you will ever see |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 467
Joined: 09 May 2003 Posts: 25668 Location: The netherlands
|
Posted: Tue Apr 23, 2024 10:12 am Post subject: |
|
|
you'll need process attaching, read memory and proper module enumeration for pointerscan to function _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Trobi How do I cheat?
Reputation: 0
Joined: 20 May 2024 Posts: 1
|
Posted: Mon May 20, 2024 7:47 pm Post subject: Working on it |
|
|
I'm currently working on creating a DMA pointer scanner, not within this plugin though..unfortunately! PM me  |
|
Back to top |
|
 |
luigimud Newbie cheater
Reputation: 0
Joined: 04 Jul 2024 Posts: 10
|
Posted: Fri Jul 05, 2024 2:02 pm Post subject: |
|
|
During the process to integrate pointer scanning into the DMA plugin, I forgot to ensure the plugin can attach to the process and read memory accurately. This is fundamental for any pointer scanning to work, I learned the hard way.
For a practical example, you can refer to the existing Cheat Engine pointer scanning tutorials and adapt the logic to work within your DMA context.
If anyone has more specific code snippets or further advice, please share |
|
Back to top |
|
 |
kaijia2024 How do I cheat?
Reputation: 0
Joined: 06 Aug 2024 Posts: 1
|
Posted: Tue Aug 20, 2024 10:07 am Post subject: |
|
|
I have created a DMA plugin with functional pointer map generation and pointer scanning, welcome to test it out at Github/kaijia2022/cheat-engine-dma-plugin.
However, since the current version of cheat engine plugin function exports does not include the function, i have to add it to the source code and compile a customized version of cheat engine. |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 467
Joined: 09 May 2003 Posts: 25668 Location: The netherlands
|
Posted: Tue Aug 20, 2024 11:15 am Post subject: |
|
|
You can also just autoassemble self hook iswow64Process and make it return whatever you like _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
|