I have been looking around and researching and i have found out how to hack flash games. I am going to teach you how to hack flash games and by the way i will not do anything in vb because i am not a vb supporter
Here is what you will need
okay first you will need four things: Sothink Swf decompiler , Adobe Flash Pro , Firefox , and Visual studio 2010
Lets get started
Okay we are going to hack "Swat" Okay the first objective is to get the .swf (this is where you need firefox) okay goto the link to swat and goto Tools>page info>media and save


Next step
Now that you saved the swf open up SoThinkDecompiler and convert the swf to a fla like so

Next step
Now that you have converted the swf to a fla open up adobe flash pro and goto Debug>Debug Movie> In professional player like so....

Next step
Now two boxes should pop up.... close this one

Now play the game in adobe flash pro and when you start shooting press CTRL+ALT+V and a list of variables should pop up like so....

Last step
Now keep adobe flash pro open because we need those variables... now open visual studio 2010 and create a c# windowsform project like so...

Now you need to access the "Shock wave object" if you don't have it in your toolbox i'll show you how to get it. To get "Shock wave flash object" right click *IN* toolbox (it doesn't matter where right click on anything like the button *IN* the toolbox) after right clicking goto choose items... once it loads up goto "com components" and then scroll down until you see "Shock wave flash object" check it and press okay. Now make the form your using bigger and put in a "Shock wave flash object" thing and make it big and under it put two buttons. Name one button "God Mode" and the other "Infinite Ammo".Now that you have done this click on the "shock wave flash object" and goto properties then scroll down to "Movie" and type: https://farm.stickpage.com/swatgame.swf .Now go back to adobe flash pro and look through the variables until you see: MovieClip:Target="_level0.player.lifebar" now goto visual studio and double click your "God Mode" button and type:
axShockwaveFlash1.SetVariable("_level0.player.life bar", "99999999999");
Now double click your Infinite ammo button and type:
axShockwaveFlash1.SetVariable("_level0.player.ammo ", "99999999999");
Now press CTRL+F5 i hoped you learned something.