Ok, so this is just a simple SWF (Flash) Player.
Insert 1 Shockwave Flash Object, 1 Button and 1 OpenFileDialog
*Note:* To get shockwave flash object go to choose toolbox items, COM components, Shockwave flash object
In OpenFileDialog Properties insert this code into Filter(makes sure only SWF files can be played)
Code:
SWF Files|*.swf
Double click and insert this code into Button1(Selects SWF File)
Code:
Try
OpenFileDialog1.ShowDialog()
AxShockwaveFlash1.Movie = OpenFileDialog1.FileName
Catch ex As Exception
End Try
Eventually i will show you how to make a trainer for any SWF(flash) game through axshockwaveflash
Nice. Good job. Could be a little more clearer, but awesome job anyway
Looks Good, Simple, But another addition to the list,
Good job and very simple
Originally Posted by bombsaway707
Eventually i will show you how to make a trainer for any SWF(flash) game through axshockwaveflash
GJ with the tut
I was working with swf playing on vb early January... good stuff.
Yeahp, i just wanted to put that out their since i will be making a tutorial on how to hack flash games and i am going to use this thread as a reference.