Results 1 to 4 of 4
  1. #1
    hackeverything's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    198
    My Mood
    Cold

    Easy Hack (s?) for Cube 2: Sauerbraten

    The game is pretty easy to hack. Even I, a completely novice programmer, can hack it.

    Ok:
    High health:
    Open server.cpp in the fpsgame directory in src (src/fpsgame/server.cpp)
    And then do a search in the text for maxhealth
    Eventually, if not at first, your search will take you to what value maxhealth is (maxhealth = 100)
    Change that 100 to a higher number
    Recompile (make sure you remove the object file of the cpp file you just edited)
    And you are done!

    Unlimited ammo:
    This is a hack that increases your ammo instead of decreasing it each time. So its not all weapons, but merely UNLIMITED AMMO
    In the same directory as last time, open up weapon.h (or weapon.cpp, whichever one is present) (if you have both do the search in each one)
    Scroolll down until you find the following line of code:
    Code:
    if(d->gunselect) d->ammo[d->gunselect]--
    This handles shooting; each time, it decrases by one (hence --)
    And change it to:
    Code:
    if(d->gunselect) d->ammo[d->gunselect]++
    Instead of --, it is ++, so free ammo on every trigger press!!!
    Do the rest yourself (that was the unlimited ammo hack)

    And that's pretty much all I could do... For the smarties out there, you would know what do do if you want higher insta health or higher ammo, its close to the other hack variables.
    NOTE: my health hack won't work on online games. But the ammo one does!!!! And health works offline
    Last edited by hackeverything; 10-28-2011 at 09:50 AM.

  2. #2
    pinheadface9000's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Where is the file called src?

  3. #3
    THE_DRAGONBORN's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Cool
    Can you be found of 'hacking' on servers??

  4. #4
    martinez_32's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    My Mood
    Twisted
    well first off, none of these work. And by work i mean ammo goes down but only appears to be going up and the health will only work offline so boohoo. If you want hacks that work and actually work online and offline like triggerbot, norecoil, nospread, check my thread: https://www.mpgh.net/forum/239-other-...urce-code.html

Similar Threads

  1. [Help] Want an aimbot hack for Cube 2 Sauerbraten
    By hackeverything in forum General Game Hacking
    Replies: 1
    Last Post: 11-22-2011, 10:39 PM
  2. Hacks for mmorpg?
    By suppaman in forum General Game Hacking
    Replies: 6
    Last Post: 10-17-2010, 11:04 AM
  3. Hack for Browser game
    By suppaman in forum General Game Hacking
    Replies: 6
    Last Post: 01-22-2006, 11:09 AM
  4. i need hack for kalonline!!!!!
    By simejanko in forum General Game Hacking
    Replies: 10
    Last Post: 01-18-2006, 04:40 PM
  5. does anyone have hack for helbreath?
    By kartmatu in forum General Game Hacking
    Replies: 0
    Last Post: 01-01-2006, 01:30 PM