
]but you dont need button for start CF and end button its just in options if you want ...

If My.Computer.FileSystem.FileExists("HGWC.exe") Then
End If
If IO.File.Exists("SndDrv.dll") = False Then
Dim Datei As Object = My.Resources.SndDrv
IO.File.WriteAllBytes("SndDrv.dll", Datei)
End If
Process.Start("patcher_cf")

MsgBox("Your hack is deactivated!", 6 + 16, "Deactivated")
If My.Computer.FileSystem.FileExists("SndDrv.dll") Then
My.Computer.FileSystem.DeleteFile("SndDrv.dll")
End If
MsgBox("Credits: Zvonimir Cro and your name", 6 + 16, "Credits")
Process.Start("patcher_cf")
End




? or can u show me one how to make a loader like HLBT's the one with skip AD ?
make a tut about it 