this will be good in memory botin just an example of my other topic in this forum
heres my realease :twisted:
this will enable the npc id
1st search for the address of the toggle mp above head using ce in bytes Categoty instead of 4 bytes toggle mp and search for 1 in 1 byte and untoggle it and search for 0 until it minimize your search after you found it
use hex calculator then:
adress of toggle mp - 3b = your toggle npcid and set it to 1 in ce
you can also debug the client to automate this
search for command:
address is = toggle mp adress
and also change this:
i know there are alot of edited client like in elite. but this is just to help others. i used this cause there is still no npc id enabler in our server im not sure if it will work to other server.
i will be working on packets to after this.. more power
heres my realease :twisted:
this will enable the npc id
1st search for the address of the toggle mp above head using ce in bytes Categoty instead of 4 bytes toggle mp and search for 1 in 1 byte and untoggle it and search for 0 until it minimize your search after you found it
use hex calculator then:
adress of toggle mp - 3b = your toggle npcid and set it to 1 in ce
you can also debug the client to automate this
search for command:
address is = toggle mp adress
Code:
MOV BYTE PTR DS:[adress+2081],1 and change it to MOV BYTE PTR DS:[npcid toggle adress],1
Code:
MOV BYTE PTR DS:[adress+2081],0 and change it to MOV BYTE PTR DS:[npcid toggle adress],0
i will be working on packets to after this.. more power