Hi, i have a problem with VB10 and i dont know how to fix it.. so, the code is :
(its without pointer and i know that it won˙t work if i restart the game, but with pointer is the same problem.)
so, i have open 4S EG and i start debug.. So, i wrote to TextBox 16700 or another number, I clicked on ,,SpeedHack" and it saied : ,,Failed to open TClient!" .. I really dont know what is the problem, so, help me pls.
Code:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim ammout As String = TextBox1.Text
Try
WriteInteger("TClient", &H3E70A12, ammout)
Catch ex As Exception
End Try
End Sub
End Class
(its without pointer and i know that it won˙t work if i restart the game, but with pointer is the same problem.)
so, i have open 4S EG and i start debug.. So, i wrote to TextBox 16700 or another number, I clicked on ,,SpeedHack" and it saied : ,,Failed to open TClient!" .. I really dont know what is the problem, so, help me pls.