I'll be implementing mailing into my bot this weekend (only needs to mail gold, not items), and would like to know if there's a better way to do this without memory writes.
I intend on sending a mouseclick to click the mailbox, then sending keys to fill out name, TAB, fill out the next box, TAB, and then hit a macro which clicks the send button.
This should work, but I think it will be very unreliable. Is there any better way to do this without writing to memory?
Also, how easy is this to do with writing to memory? How about safety-wise, for somebody who knows next-to-nothing about memory writing?
I searched and couldn't find anything on the subject, by the way.