New|Life wrote:Hello Nerra, i have question. The teleport hack in your bot and your mousefly can also be done through cheat engine but it will get detected right? Assuming you are using mousefly with DLL injection method, then why using these hacks (teleport, mousefly) by attaching DLL to Maplestory doesn't need a bypass nor get detected? If i am not wrong, attaching DLL to Maplestory should be the same as memory editing because they alter the same thing and that's why ASM script is converted to C++ while contructing the DLL. Sorry if i am wrong, hope you can enlighten me.

Injecting DLL into MapleStory will load the memory of MapleStory into the DLL itself. In other way, MapleStory and DLL would share the same memory as long as it is injected.
Teleports uses the hidden portal(as I know) way to code in. Which mean, it only works for character and not monsters. And every method they use, there will be a pointer and offset to be pointed to so the memory would know what action should be done. Pointers editing does not require bypass.
Hint: Look into scripts like PVac, SSMousefly i posted in Elitehack. And get to know how actually pointers and offset works.