I'll take a look at these functions tonight and see how much is involved. I'd like to keep using my mouse...
I'll take a look at these functions tonight and see how much is involved. I'd like to keep using my mouse...
Don't believe everything you think.
Just use lua i use dostring, setfacing, inputcontrol, settarget, getobjectbyguid some other stuff. Using the lua and other engine functions really makes it alot easier![]()
Yeah, that's the conclusion that I'm coming to. Doing my packet reads is nice for my paranoia since it's nigh undetectable, but I have to maintain/reconstruct the state of the entire damn world, and even one dropped packet tanks the whole thing. So much nicer to just let the client maintain state, even if it means my code is marginally more detectable.
Don't believe everything you think.
I just use the functions for my bot: DoString and MoveForwardStart , MoveForwardStop ,TurnLeftStart ,...