WriteProcessMemory does not work
i use this
Code:
Imports System.Text
Imports System.Collections.Generic
Imports System.Runtime.InteropServices
Public Class Class1
Dim name As String = "gta3"
Dim address As Integer = &H5F2D58
Dim value As Integer = 0
Private WriteProcessMemory()
End Class
after i export the dll and inject it to gta 3, it doesnt work. the framelimiter is not being turned off
why?
i made this because i want to begin creating dll hacks for gta 3 and lu..
you're not telling the function to do anything. you only had declared it
Did you even declare WriteProcessMemory correctly or imported those Write/Readmemory .DLL?