|
Hi,
Vac hack for dragonica was easy some years ago,
Now, if you want to do the vac hack, you have to have a little knowledge on reversing and hacks and some skills on coding.
The main steps are :
- Get position of monsters in the map ( near from you, farest monsters will not take damage because the server will refuse to make damage ( since your position is far away from these monsters ) or you can't try to find an exploit to make these monsters near from you )
- Set the position of these monsters to your position + (Distance_between_you_and_monsters, 0 , 0 )
You can try to these hacks on lua or on cpp,
In Lua, if you read the source code, you will find some functions that will let you to get monsters that are near from you.
In Cpp, you can try to parse memory and get the address of the variable containing monsters in the map by their guid and then use lua to teleport these monsters near to you.
Good luck
|