V
V
VanBer2021-11-08 15:14:36
Android
VanBer, 2021-11-08 15:14:36

How to create a C++ cheat for an android game?

How to create a cheat in C++ and embed it into the game? Without root rights. I know that you can write a cheat in js and embed it in Minecraft PE, but does it work with C ++?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Ronald McDonald, 2021-11-08
@Zoominger

Without root rights.

No way. So you won’t get access to the memory, you won’t even be able to start it.

R
rPman, 2021-11-08
@rPman

there are different ways to hack games,
some modify the android libraries (need root) so that the application thinks that, for example, the user bought a subscription, others modify the code of the game itself so that it does not work as expected (root is not needed).
micecraft pe has a modification mechanism, a standard one that allows you to make changes to the game logic (little functional) and third-party ones that change the code of the game itself. If these modifications are written in java.
the choice of language is determined by the way the 'hack' goes and in the case of android c++ is too unlikely

D
Dimchik, 2021-11-18
@Dimpik

If you want to write in C ++, then look at Qt (This is a program with a bunch of C ++ libraries) the QML library or something like that. You will write in C ++ and the compiler in java will compile itself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question