I have Visual Basic 2010 Express and I'm making a trainer for this flash game called Defend Your Castle. You can find the game here:http://www.castledefense.org/files/f...our-castle.swf It's a really old game so I thought it'd be easy to do (this is my first time actually using visual basic) And yesterday everything was working fine when I debugged it but now it opens up the program but the flash window just says, "_level0.percentloaded1;" If anyone can help me, that'd be great.
What have you changed since yesterday?
I only added 2 Textboxs, 2 Buttons, and 2 Labels. Nothing else :/
Posts 1–9 of 9 · Page 1 of 1
Post a Reply
Tags for this Thread
None
no code since yesterday?
I coded the buttons to change the value of some things. But I didn't mess up on that. I think at least. It's the same exact code as the other buttons that work.
Take out one code at a time (if it doesn't affect anything you can put it back)
and see if that works out
Maybe the game is protected
Even if it was protected, how did I get to test it out before? I'm going to remake the whole thing right now (or at least a portion of it) and see if it the code.
My best geuss is, is that you touched a wrong variable and therefore it shows that, like someone posted before, take some code out 1 by 1.