Hello, i have heard that whit autoit is possible to make like "teleport hack" if i remember correctly it's call instant teleport, that makes co char move to specific coordinates. So could maybe someone give me any tutorial or show some commands how to do that? Anyway thanks all for helping me to learn something
The Coordinates of a character are mostly serverside, so it's nearly impossible to do that with Autoit. You could send packets for doing that, but you can't send packets with Autoit right now so you should try it with C++ ;-)
I'm the wrong guy to help you with that I've never used C++ and sending packets is not very easy for people who have never been used to C++ It's a quite long journey from now to be able to send packets using C++ So you should wait for some1 to post a working teleport hack instead of learning C++
Hehe, maybe yeah, am new in programming, and know that is really hard, so now there is only one thing to hope someone help me whit example, or tutorial I will try look around maybe i will find some useful
The Coordinates of a character are mostly serverside, so it's nearly impossible to do that with Autoit. You could send packets for doing that, but you can't send packets with Autoit right now so you should try it with C++ ;-)
Sure it is possible , you can send packets with AutoIT , just take a look at this Function :
TcpStartUp()
You can send all your Packets over TCP or UDP , so it is possible to send Packets with AutoIT !