CKY.Huffy Posted February 15, 2006 Share Posted February 15, 2006 Ok, what i want to know is how to edit GTA values using VB. I know how to do it with Tsearch (obviously), but i want to know how to do it in VB. I want to be able to press a button and I would have infinite health. I have read jacobs tutorial, but it doesn't tell me what I want to know. So, the question is: How do i change memory address values in VB so i can press a button and I will have infinite health? Thankyou in advance, CKY.HUFFY PS: this forum rocks! Link to comment Share on other sites More sharing options...
ThaKilla Posted February 15, 2006 Share Posted February 15, 2006 Well from my experince you should use WriteProcessMemory and ReadProcessMemory (check the WinAPI program that came with VB) Also your going to use OpenProcess and CloseProcess, but I suggest you find sample code on how to use these. You can try www.allapi.net for that. Some things to rember is that valeus in VB are not the Same as in other languages, here is a small list. Byte=Byte Integer=WORD Single=Float Long=DWORD also you might want to look at the source for SA Control Center, cause that will help you understand alittle more of how to do this. Link to comment Share on other sites More sharing options...
CKY.Huffy Posted February 16, 2006 Author Share Posted February 16, 2006 Well i've searched the forum and all over Google for an easy tutorial on Read/WriteProcessMemory, but they are all too complicated for me Does anyone know an easy tutorial? If so, i'd be so glad if you could tell me Link to comment Share on other sites More sharing options...
ThaKilla Posted February 16, 2006 Share Posted February 16, 2006 here check out... http://www.mentalis.org/apilist/WriteProcessMemory.shtml Its probly the easist your going to be able to find. also you might want to look at Documenting SA Memory because it will go over things im sure you will want to now, once you get this working. (I suggest reading the whole thing) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now