[Help]Simple trainer...[COR]
Hi there 
I started alittle vb.net 08 project to learn something more about hacking games, but since now i have not figured out how to do it.. I was trying to make a simple trainer for MW2, Blubb helped me a bit on my way, but i want to make it work 
I have this:
Code:
Dim h4x As New MemHack.BlubbsDll.MemoryHacking("iw4mp", "cshell.dll")
Code:
Private Sub btnUnlimitedMags_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnUnlimtedMags.Click
h4*****tMemory(&H1AA57D4, 1337, 4)
End Sub
I searched the right hex code with cheat engine and searched some forums on the internet for how to use a hex in vb.net, but it isn't working..
This hex should be the one for your mags.. to give unlimited mags (when they click on a button..)
I use the Blubb.dll as reference, etc...
Some ideas or suggestions or is my hex just wrong?
Thanks in advance 
Is it a 4byte address?
If the address is right, it should work.
Yes it gave itself as a 4-bit so... yeah this is exactly what i thought..
Could it have something to do with that i need to use MW2 Liberation to start mw2 up?
I'm banned so...
But that could'nt be it, right?
Is it working with CheatEngine?
If you're running Windows 7 or Vista, make sure to run VB2010 as admin as UAC causes memory editing in VB to not work.
32 bit seems to have problems accessing process modules (or so I've encountered) so that could be your problem. Try compiling on a 64 bit system and see if that makes any difference
Upload the source and I can compile it for you, seeing if it works on my 64bit.