verones V Новичок Статус Оффлайн Регистрация 16 Окт 2020 Сообщения 1 Реакции[?] 0 Поинты[?] 0 17 Окт 2020 Автор темы #1 how to find offsets/adresses for what i want without MCP for create my own cheat written in C++ (ex. player offsets, food, etc) What i need?
how to find offsets/adresses for what i want without MCP for create my own cheat written in C++ (ex. player offsets, food, etc) What i need?
Mrsasha45op Начинающий Статус Оффлайн Регистрация 7 Май 2020 Сообщения 9 Реакции[?] 1 Поинты[?] 0 21 Окт 2020 #2 I can't recommend you anything about memory offsets, but there is one alternative of them - obfuscated mappings. You can call obfuscated methods of Minecraft or access fields through JNI. Use this tool - Пожалуйста, авторизуйтесь для просмотра ссылки. (no ad) to find mappings. Also, you can use zorftw's repo on GitHub - Пожалуйста, авторизуйтесь для просмотра ссылки. (no ad) to learn how it works. P.S. I guess that gasper-cpp supports only 1.8.9 / 1.8.8 versions
I can't recommend you anything about memory offsets, but there is one alternative of them - obfuscated mappings. You can call obfuscated methods of Minecraft or access fields through JNI. Use this tool - Пожалуйста, авторизуйтесь для просмотра ссылки. (no ad) to find mappings. Also, you can use zorftw's repo on GitHub - Пожалуйста, авторизуйтесь для просмотра ссылки. (no ad) to learn how it works. P.S. I guess that gasper-cpp supports only 1.8.9 / 1.8.8 versions