C# vb.net bot help

02/14/2009 21:34 jaketheking1020#1
I am having a hard time in trying to get my bot to find a memory in a mmorpg and then attack it =P. Would anyone know if their is a way to do this.

If you didn't get what i am asking this is what i am trying to do. I want the bot to find the memory of a npc and then use magic on it. I would like all this to be soft keyed so i could do other things wile this is running. I am having a problem with the memory thing. I know c# and vb.net so if you know how to do this in either please tell me.

German
Used translator

Ich habe eine harte Zeit beim Versuch, meines zu erhalten, das gestartet ist, um eine Erinnerung in einem mmorpg und zu finden, greift dann es an = P. Würde irgendjemand weiß, wenn ihres ein Weg ist, dies zu machen.

Wenn Sie nicht erhalten haben, was ich bitte, dass dies ist, was ich versuche, zu machen. Ich will das, das gestartet ist, um die Erinnerung eines npc zu finden, und dann Gebrauchzauberei darauf. Ich würde alle mögen die dies, weich eingegeben so ich zu sein, könnte anderen Dingen wile dies läuft machen. Ich habe ein Problem mit dem Speicherding. Ich kenne C# und vb. netto einbringt, so wenn Sie wissen, wie zu machen dies in entweder bitte mich erzählt.
02/14/2009 22:26 schlurmann#2
Well, you are very limited since your only possibility to modify/read memory in the process is Write/ReadProcessMemory (neither C# nor VB.net offer a way of Dll Injection as far as i know).

Also you don't seem to have much knowledge about reversing or coding. The "memory of an npc"..?

There are two ways I can think of: Find the function that casts a spell, or, which is probably much easier, send packets. A sniffer like WPE is most likely gonna do it for you. If not, you have quite a way to go.

Edit: German is difficult as shit, thus translators pretty much fail generally. Don't use them.
02/14/2009 23:01 zarut#3
its way harder to code proxy so you can send packets unless you make winsocket hook which is hard too, easiest way would be finding npc pointer or if the game got autotargeting like you press tab and it chooses nearest npc then just use postmessage to send tab to game then read from memory if you got enemy as target and send skill/attack hotkey and postmessage works fine even if the game is minimized