Valhalla Legends Forums Archive | Battle.net Bot Development | Using "this" into Blizzard Games

AuthorMessageTime
RiZaeL
Hello everyone, this is my first post, I have been browsing http://bnetdocs.valhallalegends.com/content.php for some time, so I decided to register.

I'm new at using memory/offsets into games, I understand it requires a DLL file to do so.

But how would I "inject" these offsets into Diablo to check for/receive the information?

Thanks.

P.S. For C++, not Visual Basic/Other languages.
March 17, 2005, 11:34 PM
Kp
As demonstrated by DHack, there's no need to inject a DLL into the process.  Just use OpenProcess and then WriteProcessMemory.
March 18, 2005, 12:29 AM
RiZaeL
Could I have a link to the demo? I cannot seem to find it, although I only searched 3 minutes..
March 18, 2005, 3:33 AM
Kp
You could, but I don't recall it offhand.  So, since it'll have to be found by searching and you're the one who actually cares to see it, I think it's fitting that you be the one to do the searching. :)
March 18, 2005, 5:55 AM
R.a.B.B.i.T
VB I assume?  I can't find a WriteProcessMemory API call, but I did find the OpenProcess.  clicky
March 19, 2005, 1:59 PM
LoRd
[quote]VB I assume?[/quote]

[quote]P.S. For C++, not Visual Basic/Other languages.[/quote]

[quote]I can't find a WriteProcessMemory API call[/quote]

WriteProcessMemory()
March 19, 2005, 2:11 PM
R.a.B.B.i.T
Stupid API-Guide -.-
March 19, 2005, 2:44 PM
Kp
[quote author=rabbit link=topic=10948.msg104522#msg104522 date=1111243484]Stupid API-Guide -.-[/quote]Stupid responder, too.  I thought it was pretty clear he was supposed to do the work himself; also, he stated C++, so there's no need to assume VB.
March 19, 2005, 4:49 PM
R.a.B.B.i.T
Well don't I suck at reading?
March 19, 2005, 5:36 PM
UserLoser.
Generally first google result is msdn when looking up certain function exports, such as WriteProcessMemory
March 19, 2005, 6:14 PM
KkBlazekK
Wow that works like magic. OpenProcess
March 19, 2005, 7:17 PM

Search