Nostale Bot Get started?

07/06/2017 09:17 Turry99#1
Not sure if I am posting this in the good section so if it's in the wrong one I am sorry.
I wanted to ask you guys on how to start on the "journey" on making a bot for Nostale.
I know you can do it quite easily with Pixel Recognition but from what I've seen it's not the best.
Where can I start learning about memory reading and such?
07/06/2017 12:55 PMasta#2
Best option would be using packetloggers.

[Only registered and activated users can see links. Click Here To Register...]
07/06/2017 14:57 BladeTiger12#3
Search in Google how Memory Reading works.
How to find Pointers + Offsets.
Learn a programming language.
Read the pointers.

(And when you want to use NosTale-Functions (eg.: Attacking/Moving) you've to learn Reverse Engineering more, understand ASM... And so on but that's a bit too much for the beginning.)
07/07/2017 06:50 Turry99#4
Quote:
Originally Posted by PMasta View Post
Best option would be using packetloggers.

[Only registered and activated users can see links. Click Here To Register...]
Thanks for the tip. I will look into it :)

Quote:
Originally Posted by BladeTiger12 View Post
Search in Google how Memory Reading works.
How to find Pointers + Offsets.
Learn a programming language.
Read the pointers.

(And when you want to use NosTale-Functions (eg.: Attacking/Moving) you've to learn Reverse Engineering more, understand ASM... And so on but that's a bit too much for the beginning.)
I already know the C++ basics and I know Python.
Thanks a lot for the response.