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. :D
And problem 2(CE): Sometimes i cant find a pointer for addres.. Its on hack like Shop, bank, noCast... I using function: pointer scan for this addres" but i cant find.. so, what i have to do?:D
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
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. :D
And problem 2(CE): Sometimes i cant find a pointer for addres.. Its on hack like Shop, bank, noCast... I using function: pointer scan for this addres" but i cant find.. so, what i have to do?:D