Before I post this, you should know this is THE most simple snip you'll ever see. (Or at least, I hope so) Code (Text): Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Call AxShockwaveFlash1.SetVariable("cash", TextBox1.Text) End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click AxShockwaveFlash1.Play() End Sub Description part: (Fun) Call AxShockWaveFlash1 - The object I'm adressing .SetVariable("cash", textbox1.text) - Set the variable in the object I adressed "cash" to the text in textbox1 --- AxShockwaveFlash1.Play() - If not already loaded, it loads the game. When I said simple I meant it.
Sorry I'm out of context could you explain what you intend to do with this ? I guesse it's linked to flash since you used a AxShockwaveFlash object.
Um. TO hack the game. So... To have fun is what I intend to do with the hack? And yes, it is flash. AxShockwaveFlash is the default name. Sorry, I don't really understand your post.