Arcade Prehacks

Results 1 to 2 of 2
  1. #1

    Join Date
    Jul 2010
    Posts
    12

    Potty Racers 2 Trainer

    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.

  2. #2
    Senior Member
    Join Date
    Oct 2008
    Location
    Having a rave in the UK!
    Posts
    1,706

    Re: Potty Racers 2 Trainer

    It might not be your button code, in fact it looks great. Sometimes variables can be protected, or just a fake...there are lots of other things you have to watch out for. I would be glad to help you on MSN, you can click my MSN icon for my address.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •