KBreakout is a game provided by the KDE Games suite.
I love playing it and after going about 15 levels into it, I got interested in a few mechanisms and decided to fool around with its code. Turns out, something sinister is hidden within it
To enable the cheat mode in KBreakout, simply run it as the following (on *nix):
export KDE_DEBUG=1; kbreakout
Game should start as normal but now you can use L and S keys to add lives or shift levels incrementally. Use it wisely; I do so to explore levels (Turns out, hacking/adding levels is easy too!)
nice trick man…. cool.. can u explain hw this works ?
Pratheep
22 Oct 10 at 11:14 pm
Its in the source code. If that environment variable is set, it enables the cheat functionalities (for quick testing/debugging a level, etc.).
P.s. I hope the author doesn’t kill me for this.
Harsh
29 Oct 10 at 8:27 pm
i got headache when i completed just 5 levels.
so i googled cheats.
Well done Harsh J
i would have hugged you when you were nearby at the time of cheat works..
nice…
siva balan
22 Nov 10 at 4:52 pm
Sweet Thanks
Moon_Slayer
9 Dec 10 at 3:46 pm