PyCheat Trainer Source #Linux Part 1
Value Editing & Installation Tutorial #Linux Part 2


Depending on which linux you're using i'll tag several system commands.

# sudo apt-get update
Or
# sudo yum update
Once you have updated now install git

# sudo apt-get install git
Or
# sudo yum install git

Ok now we can install ugtrain

# git clone https://******.com/sriemer/ugtrain.git
https://raw.******userconten*****m/sr...mium-bsu64.png


How to Build and Install


Make sure that the following packages are installed on your system:
autotools-dev, autoconf, automake, libtoolize and libtool


Generate the missing autotools files:
./autogen.sh


Configure the build to generate the Makefiles:
./configure


Build the ugtrain binaries:
make


install ugtrain, tools and the libs to /usr/local:
sudo make install


(optionally) ensure $PATH includes /usr/local/bin:
echo "PATH=$PATH:/usr/local/bin" >> ~/.profile
source ~/.profile


(optionally) ensure that the ld.so config includes /usr/local/lib*:
echo -e "/usr/local/lib\n/usr/local/lib64" >> /etc/ld.so.conf.d/local.conf
ldconfig -v # regenerate the ld.so cache


These paths simplify file usage. Where and how to set these paths is distribution-specific. See "man ld.so".


"objdump" and "scanmem" should be installed as well.


Special configure options:
Compile hooking libs as 32 and 64 bit (EXPERIMENTAL):
./configure --enable-multilib
Compile hooking libs with GLIB function hooking (EXPERIMENTAL):
./configure --enable-glib


How to Use


Use the compiled tool as follows:
ugtrain [options] <config>[.conf]


This searches in the current working directory for the .conf. If it can't find it there, it tries ~/.ugtrain/.conf.


For details use:
ugtrain --help


Do e.g. the following:
ugtrain -P examples/chromium-bsu64


This parses the chromium-bsu64.conf from the examples, runs the game with libmemhack64.so preloaded and starts freezing the configured values. In examples/README the config syntax is described.


If it asks you for automatic adaption, you should accept. The adaption can be triggered explicitly as well:
ugtrain -A examples/chromium-bsu64