Jump to content

Internal and External Cheats


OhISee

Recommended Posts

External cheats are a separate process from the game. They do not inject directly into the game, but instead they do it in another process or they even have their own one. Also they don't have a direct a direct access to the memory. They create an overlay on the game and they are perfect to streaming/screenshot proof since if you stream only the game.exe they won't be able to see the cheat.

Internal cheats are Dynamic-Link-Libraries (dll) that get injected direclty into the game itself. They are mcuh more powerfull cheats compared to the external one and they do have direct access to the memory.
The direct access to the memory is important because external are usually slowers in calling functions/hooking function or whatever you wanna do. They are also slower in reading/writing memory.

Note. I'm NOT a coder. I just use C# sometimes for fun. This mean there could be some mistake in what I have wrote just now or there could be much more than that.

Hopefully this helped you a lil bit :)

  • Like 2
Link to comment
Share on other sites

10 hours ago, Oxyde said:

External cheats are a separate process from the game. They do not inject directly into the game, but instead they do it in another process or they even have their own one. Also they don't have a direct a direct access to the memory. They create an overlay on the game and they are perfect to streaming/screenshot proof since if you stream only the game.exe they won't be able to see the cheat.

Internal cheats are Dynamic-Link-Libraries (dll) that get injected direclty into the game itself. They are mcuh more powerfull cheats compared to the external one and they do have direct access to the memory.
The direct access to the memory is important because external are usually slowers in calling functions/hooking function or whatever you wanna do. They are also slower in reading/writing memory.

Note. I'm NOT a coder. I just use C# sometimes for fun. This mean there could be some mistake in what I have wrote just now or there could be much more than that.

Hopefully this helped you a lil bit :)

If Internal cheats are so much more powerful, then why would any coder bother to make external cheats? Edited by OhISee
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.