Read Memory in VB.NETHey Guys. I currently developing a League of Legends 3 party tool and i need to know the summoner name from the process "Lolclient.exe" I can do it in Cheat Engine but i have no idea on how to do it in vb.net Here is where i can find the summoner name in Cheat Engine: First i open the program and select the League of Legends process. Next thing i do is to run a scan and press the button "Memory Viewer" After that i search for my summoner name And then it finds my summoner name "Quartas Hjerne" How can i do that in VB.NET? (I know a lot about vb.net but nothing about process and bytes )
ReadProcessMemory(), same as you would in any other language. http://msdn.microsof*****m/en-us/libr...=vs.85%29.aspx (you can add me on skype if you'd like to chat about it, vs. making a forum post: username is same as here on mpgh)