Yes, and I got that working. That doesn't really relate to the current discussion though.
Printable View
Yes, and I got that working. That doesn't really relate to the current discussion though.
Yeah player indexes in Halo are a real pain in the arse. Theres a few work arounds that can be added to aid the selection of the correct number.
In terms of scripting though, no idea.
FUUUUUUUUUUUUU!
Thanks anyways.
Any tutorials? Say I want to make a simply application that sends chat text to the game if you press F5 or something.
I've tried the sendkeys function but it doesn't exactly work...
Use autohotkey?
http://www.autohotkey.com/
I think he means more like sending packets to the server to automatically sending the message without a macro.
I hate autohotkey. It seems unprofessional.
I guess that's what I mean paladin. How does the cedev thing by bitterbanana work?
They actually attach themselves to the process... As for the data delivery, I have no clue...
You overwrite memory in a target process.
Can be done with almost any programming language. If you really want to learn programming, go C#.
Agreed.
However what you seem to want to do (unless cleared up; as your original post is somewhat lacking in description) is a simple macro. Instead of trying to reinvent the wheel I would just google "keyboard macros" and see if that will suit you.