[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 