So I started with SDL in C++ and am currently making my first game, it will be a nice pacman clone. Atm I'm kinda tired of making the actual game as I got a demo working now so I thought why not play around with implementing some hacks, hacks are always fun right

So far I've come up with two hacks:

Speedhack - Self explanatory, good for escaping from the monsters
Teleport - Also good for escaping from monsters and finishing the maps easier, I allow to save one position and teleport to it at any time.

Do you have other ideas? Been thinking about coin/points hack, life hacks etc but they are all kinda lame imo I wanna do some funnier things.