Results 1 to 1 of 1
  1. #1
    Dazholmes's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    <---Your Ram--->
    Posts
    124
    Reputation
    10
    Thanks
    2,169
    My Mood
    Inspired

    Value Editing & Installation Tutorial #Linux Part 2

    PyCheat Trainer Source #Linux Part 1
    Ugtrain Trainer & Installation Tutorial #Linux Part 3





    First you will need git and scanmem so let's install those.

    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 scanmem

    # sudo git clone https://******.com/scanmem/scanmem.git

    now to locate the file

    # ls

    it should show you every file inside you're home folder, once you found scanmem

    # cd foldername

    if you obtained the source from the source repository (instead of a archive), run:

    # ./autogen.sh

    To build with gui:

    # ./configure --prefix=/usr --enable-gui && make
    # sudo make install
    To build without gui:

    # ./configure --prefix=/usr && make
    # sudo make install
    If you want to specify a prefix other than '/usr', make sure that /lib is in the LD_LIBRARY_PATH for root

    Run ./configure --help for more details.

    Now you're finished now lets use scanmem to hack a game

    First you need to find the pid of the game.

    # ps aux | grep gamename <------- don't put .exe at the end it's just window name
    Or
    # ps -A

    once you found the pid open scanmem
    # sudo scanmem

    # pid game pid

    Now go to the game example you have 1 ammo go to scanmem and type 1


    Now go back to the game and pick up 1 ammo for example now we have 2 so go back to scanmem and type 2
    you see now we have 1 match


    So we can change the value of ammo by typing
    set 20000 <----- ammo amount

    Finished

Similar Threads

  1. [Release] CrossFire FarmBot Installation Tutorial
    By xtrapsucksobaditknowsit in forum CrossFire Tutorials
    Replies: 56
    Last Post: 08-19-2013, 04:56 PM
  2. Update Value for v13 (With Tutorial!)
    By Jorndel in forum Call of Duty Black Ops 2 Coding, Programming & Source Code
    Replies: 3
    Last Post: 02-01-2013, 03:34 AM
  3. Replies: 9
    Last Post: 09-26-2012, 05:27 PM
  4. [Tutorial]Snippets Part 3[Snip]
    By NextGen1 in forum Visual Basic Programming
    Replies: 3
    Last Post: 03-04-2010, 03:30 PM
  5. Visual Basic 6 - Download and Install Tutorial
    By gbitz in forum WarRock - International Hacks
    Replies: 8
    Last Post: 03-05-2008, 06:05 PM