How do i edit a string with visual basic express 2010?
Posts 1–15 of 29 · Page 1 of 2
How do i edit a string with visual basic express 2010?
How do i like make a trainer and edit the string like my name/clan tag?
i have all of those codes but i do not know how to set up the Write(string thing)
Will someone help me?
Originally Posted by getsuga121
How do i like make a trainer and edit the string like my name/clan tag?
i have all of those codes but i do not know how to set up the Write(string thing)
Will someone help me?
Do you use Jorndel's memory class or Master's Memory Module ?
I use copers memory class
i am using the regular blue vb express 2010
Originally Posted by getsuga121
I use Jorndel's memory class
Use this:
VB:
Code:
If Process_Handle("t6zm") Then
WriteString(address,value)
End If
EDIT: Copers memory class ?! He never released any, as far as I know.
Use Jorndel's or Master's class.
This one that Coper released doesn't have WriteString .
Yeah i had to change i have the one coper used it is named,
ReadWritingMemory.vb i believe
Originally Posted by getsuga121
Yeah i had to change i have the one coper used it is named,
ReadWritingMemory.vb i believe
I can't find WriteString function in that class .
As I said, use Jorndel's or Master's class .
Thank you, can i use one of those with the normal vb 2010 express? no c# or c++
Originally Posted by getsuga121
Thank you, can i use one of those with the normal vb 2010 express? no c# or c++
Yes. Master made his module/class only for VB. Jorndel made class for both C# & VB .