How to create a game trainer with Python Part 4

preview_player
Показать описание
This code is an example of how to create a game trainer or a hack cheat code for single player PC games. It shows how you can read or modify values from the process memory of the game.
You can modify the game to get more/infinite ammo, health or grenades.
To test the code make sure you download the version v1.1.0.4 of the AssaultCube game as the memory addresses changed in newer releases of the game.

Requirements:

Make sure to subscribe for more videos.

Рекомендации по теме
Комментарии
Автор

How scan memory in python, no use CheatEngine?

jbrennernascimento
Автор

In Python 3.6 Tkinter is written with a lowercase t.

from tkinter import ...

kalekip
Автор

source code of trainer? i wanna make a game senstivity adjuster with python, with bindkeys to increase and decrease

zxxczczczcz
Автор

I updated the links and the website again and uploaded the code to github.

MechanizeCode