soarqin / D2RMH

Diablo II Resurrected map revealing tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto tele

sunkwolf opened this issue · comments

I remember the old mh can auto tele to the next level, pre cast would be nice too.

Duno if this is possible, but thx for reading me.

hmmm, there are 2 ways to do this:

  1. send input to window, this is not accurate due to different window sizes.
  2. hook packets, need to hook D2R functions, may be detected by D2R anti-cheat mechanism, it is not safe.

I think once I have finished plugin system noted in #76, there can be a auto-tele plugin in first method.