Hello, I am new to making trainers and i have decided to attempt to make one for Potty Racers 2. (http://www.addictinggames.com/potty-racers-2-game.html)

All my code looked good when compared to what I have seen in tutorials but my buttons just don't seem to work.
Help would be greatly appreciated.
I am using Flash Game Master and Sothink SWF Decompiler to find and test variables. Visual Studio 2010 to create the trainer.

Here is some of my non-functioning code:

Code:
    Private Sub money_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles money.Click
        AxShockwaveFlash1.SetVariable("_root.money", 50000)
    End Sub
I have tried changing a couple things but nothing has worked.