Quote:
If you want to make a prehacked game in VB.Net, then when you find the vars, put them under the form, so it would be like:
Code: Select all
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Call AxShockwaveFlash1.Setvariable ("_root.money", 99999)
Call AxShockwaveFlash1.Setvariable ("_root.mp", 99999)
Call AxShockwaveFlash1.Setvariable ("_root.hp", 99999)
End Sub
I usally just make Buttons but that dosent work out for a pre hack i undstand.