Problem with VB10

05/05/2014 16:03 Kalir444444#1
Hi, i have a problem with VB10 and i dont know how to fix it.. so, the code is :
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.
05/05/2014 16:43 YatoDev#2
use OpenProcess in your memory function?
ammout (probably you mean ammount) must be an integer
05/05/2014 17:28 Kalir444444#3
Quote:
Originally Posted by »FlutterShy™ View Post
use OpenProcess in your memory function?
ammout (probably you mean ammount) must be an integer
I didn`t understand :D please, tell me it to detail. :D
05/05/2014 18:17 Graphicscore#4
Maybe you should try to convert your amount into an Integer because you are trying to write and string with the WriteInteger methode
05/06/2014 14:03 Kalir444444#5
I can do all, with all methods but still the same problem..

So help me pls:D i have 64bit Win 7...
05/07/2014 14:46 Kalir44#6
HELP me pls:DD
05/07/2014 14:53 Mostey#7
How about using proper English? I still can't figure out what your problem is.
05/07/2014 15:32 YatoDev#8
Quote:
Originally Posted by Mostey View Post
How about using proper English? I still can't figure out what your problem is.
Maybe he got a bad Memory class and needs to open process everytime. (because he use as first parameter the process)
Maybe he forgotn using opernprocess and put the processname as parameter for a handle
Maybe because he wrote a string value in a integer.
05/07/2014 16:25 Kalir44#9
My problem is that i made a hack for game (4StoryEG) and if i click the button for example speedhack(the problem is everytime, with WriteDMAInteger(withpointer and with all methods)) so, i have open 4StoryEG, click the button and it says Filed To open TClient(4StoryEG) .. If i have not open 4StoryEG it says TClient isn`t open..

So, why Filed to Open..?
05/07/2014 21:23 YatoDev#10
we cant help you without the code of your memory functions
05/07/2014 22:16 Kalir44#11
Quote:
Originally Posted by »FlutterShy™ View Post
we cant help you without the code of your memory functions
Where i can find that code?:D
05/07/2014 23:06 YatoDev#12
Quote:
Originally Posted by Kalir44 View Post
Where i can find that code?:D
ok no one can help you
05/08/2014 16:54 Kalir44#13
:/ :D pls :D i tried to make a trainer to another game and it worked.. so, the problem is only with this game..
05/08/2014 22:21 Mostey#14
Quote:
Originally Posted by Kalir44 View Post
:/ :D pls :D i tried to make a trainer to another game and it worked.. so, the problem is only with this game..
You should start learning the actual language instead of copy and pasting. Furthermore please refresh your English skills. It is very hard to understand what you are trying to archive and where you got stuck at.