Quote:
Originally Posted by jerwin
i have a long patient so i think if you are willing to help how to learn i can make it i wish you can help me to make one DEKORAN BOT aldo i dont have any idea in making a BOT im willing to learn... I REALLY REALLY want!!!but my problem i dont know wer/how can i start ders so many kind of programs and software i need to learn but i dont know wer do i start...
|
Start with the basic bot functions like finding target, attacking, moving etc. Then u can start adding extra functions like auto-buy/sell, moving-through-waypoints, smart-attack etc. I will give u an example of how u could start making an attack function for your bot:
As u know, there are 2 main ways of how your bot can attack: pixel-based or memory-based. So u have to make a choice. If u choose your bot to be memory-based one, then u will need an UCE or MHS for finding the addresses u need (like the HP of your target, the position of your target, your own coords etc.). Don't forget about the DMA (Dynamic Memory Allocation)! When u get all the needed info, u can start coding your prog. I can't help u here - some people are really talented and can learn coding pretty fast, others can spend entire weeks learning programming and still not being able to write a simple function. I would recommend to use AutoIt if u are not an experienced hacker.
U can also go for a pixel-based bot and learn your bot to get info from your screen. For example, there are some numbers on your screen telling you were u are (like 345, 567). U can learn your bot to recognize those numbers and thus u will know were u are at the map.
Don't forget that AutoIt is only a tool, nothing more. U must have the complete bot in your imagination already before you even start coding!
Also notice that Dekaron is using GameGuard as anti-cheating tool so u will need to do something about it.