Guys,this is my first day at the forum,and my second thread.
Can someone explain me how can i make an axshockwaveflashobject2 to copy what happens at axshockwaveflashobject1 like a picture or video.
I have a tabed trainer and i want to see my stats in game at the second tab.
i have the hack menu on a toolstrip,but i have at the tab 2 flash1.get variables to textboxes,but i can't see what's happening at the flash1,and i may lose the level by falling in the sea.
The code should make something like a mirror from flash1 to flash2 at the other tab.
Code:
TabPage2.Refresh()
        TextBox1.Text = Flash1.GetVariable("glidespeed")
        TextBox2.Text = Flash1.GetVariable("gravity")
        TextBox3.Text = Flash1.GetVariable("maxspeed")
        TextBox4.Text = Flash1.GetVariable("rampheight")
        TextBox5.Text = Flash1.GetVariable("fardistance")
        TextBox6.Text = Flash1.GetVariable("slide")
        TextBox7.Text = Flash1.GetVariable("player._x")
        TextBox8.Text = Flash1.GetVariable("player._y")
        TextBox9.Text = Flash1.GetVariable("drag")
        TextBox10.Text = Flash1.GetVariable("airfriction")
        TextBox11.Text = Flash1.GetVariable("fallspeed")
        TextBox12.Text = Flash1.GetVariable("minglide")
        TextBox13.Text = Flash1.GetVariable("glideratio")