Thanks for the help dude!
But after 1 liter (32 fl oz) of coffee i figured out what was wrong, the dude that made both of the codes on the 1st page did not specify if the push button need to be normally open or normally close, i was using a normally open push button, but this project needs a normally close push button (the button need to let pass +-5V when not pressed and let pass 0V when pressed).
I made it work just changing the push button i was using.
I need to invert the logic on the coding to make it work with the push button i want, also it will reduce a lot of battery consumption, cause like this code is, the board is constantly drawing on the 5V, inverting the logic it will just draw power when needed.
some pictures of the circuit working:
http://i3.photobucket.com/albums/y87/oozi/20130526_061140_zpsbc994e33.jpg
http://i3.photobucket.com/albums/y87/oozi/20130526_061147_zpsc70709ee.jpg
push button order:
-Positive rail to J28
-Port 2 on arduino to J24
-10K ohms from H24 to negative rail (pull down)
-One side of the push button on F24, the other one on F28
bingo, its working.